.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/05532382-9eca-42b1-8dd9-8a299a700873/-/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/05532382-9eca-42b1-8dd9-8a299a700873/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








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






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

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

}

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

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

}

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

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

}

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

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

}

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







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

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






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

    
    
    
  }


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

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

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



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

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

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

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



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

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



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

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

}

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

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

}

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

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

}

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

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

}

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








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

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


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


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

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

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

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

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

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

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

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


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


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

}

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

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

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

}

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

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

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

}

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

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

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

}

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

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

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


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



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


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

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

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


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



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


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

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


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








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

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






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

    
    
    
  }


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

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








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






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

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

}

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

}

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

}

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

}

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








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

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






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

    
    
    
  }


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

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

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



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

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

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

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



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

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



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

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


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


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


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


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


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


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

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

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


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


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


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


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


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


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

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







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

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








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

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






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

    
    
    
  }


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

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


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


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

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

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

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

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

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

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

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


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


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

}

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

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

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

}

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

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

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

}

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

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

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

}

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

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

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


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



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


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

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

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


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



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


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

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


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








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

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

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

}

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

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

}

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

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

}

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

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

}

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







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

    
    
    
  }


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

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







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

    
    
    
  }


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

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

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



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

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



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








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

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

}

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

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

}

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

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

}

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

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

}

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







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

    
    
    
  }


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

#s-9de0cd11-7dbf-4698-9cd0-ec4f0739d09c {
  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-9de0cd11-7dbf-4698-9cd0-ec4f0739d09c {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-9de0cd11-7dbf-4698-9cd0-ec4f0739d09c {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-9de0cd11-7dbf-4698-9cd0-ec4f0739d09c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9de0cd11-7dbf-4698-9cd0-ec4f0739d09c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b25ec54-c274-48f8-9e09-5033ed101ea6 {
  padding-bottom: 10px;
}

#s-8b25ec54-c274-48f8-9e09-5033ed101ea6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-7a96c58a-fae3-4ad0-a2ce-f4cf9b81a2fb {
  padding-bottom: 10px;
}

#s-7a96c58a-fae3-4ad0-a2ce-f4cf9b81a2fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-554dc3f7-b4a8-4518-a54f-1ee5acc131e8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-554dc3f7-b4a8-4518-a54f-1ee5acc131e8 {
  
}
}
@media (min-width: 0px) {
[id="s-554dc3f7-b4a8-4518-a54f-1ee5acc131e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-554dc3f7-b4a8-4518-a54f-1ee5acc131e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-554dc3f7-b4a8-4518-a54f-1ee5acc131e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-554dc3f7-b4a8-4518-a54f-1ee5acc131e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-b8a4d7d1-50ea-41f4-b385-6248071ed226 {
  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-b8a4d7d1-50ea-41f4-b385-6248071ed226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a4d7d1-50ea-41f4-b385-6248071ed226.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-77d42de9-d95e-4a4f-abb9-7a8c14fa77b6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-77d42de9-d95e-4a4f-abb9-7a8c14fa77b6 {
  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-5f36ce47-0d90-4db7-860d-669dcda125a9 {
  text-align: left;
}



.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f36ce47-0d90-4db7-860d-669dcda125a9 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-b515a722-ca56-458a-b225-658c51bdda57 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b515a722-ca56-458a-b225-658c51bdda57 .shg-gallery-thumb-image-wrapper {
  

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

#s-b515a722-ca56-458a-b225-658c51bdda57 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b515a722-ca56-458a-b225-658c51bdda57 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b515a722-ca56-458a-b225-658c51bdda57 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b515a722-ca56-458a-b225-658c51bdda57 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b515a722-ca56-458a-b225-658c51bdda57 .shg-gallery-dot {
  background-color: #FFF;
}

#s-1edc6f32-3553-441e-8560-362f831de02c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1edc6f32-3553-441e-8560-362f831de02c .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-1edc6f32-3553-441e-8560-362f831de02c .shogun-heading-component h1 {
  color: #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-1edc6f32-3553-441e-8560-362f831de02c .shogun-heading-component h1 {
  color: #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-1edc6f32-3553-441e-8560-362f831de02c .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-1edc6f32-3553-441e-8560-362f831de02c .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-0cd47a8a-e457-4c78-b7f0-dbc7c0cf642f {
  margin-bottom: 10px;
text-align: center;
}

#s-0cd47a8a-e457-4c78-b7f0-dbc7c0cf642f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-0cd47a8a-e457-4c78-b7f0-dbc7c0cf642f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-0cd47a8a-e457-4c78-b7f0-dbc7c0cf642f .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-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 {
  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-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .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-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .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-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7-btn-wrapper {
    text-align: center;
  }


#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-variant-btn:hover {
  background: #252525;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-variant-btn:active, #s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f4cbaa29-a5d5-4be9-a5a9-fabd4b71b9d7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3af7fe19-2dda-47e7-b94c-295ff32bd810 {
  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-3af7fe19-2dda-47e7-b94c-295ff32bd810 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3af7fe19-2dda-47e7-b94c-295ff32bd810 .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-b5c78d37-1c7f-4371-b86f-2c34fe173e9c {
  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-b5c78d37-1c7f-4371-b86f-2c34fe173e9c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c-atc-btn-wrapper {
    text-align: center;
  }


#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.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-b5c78d37-1c7f-4371-b86f-2c34fe173e9c-atc-btn-wrapper {
    text-align: center;
  }


#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.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-b5c78d37-1c7f-4371-b86f-2c34fe173e9c-atc-btn-wrapper {
    text-align: center;
  }


#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-b5c78d37-1c7f-4371-b86f-2c34fe173e9c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-29c3ca6e-bcee-489a-b8f1-6b8001c0e8d4 {
  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-29c3ca6e-bcee-489a-b8f1-6b8001c0e8d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29c3ca6e-bcee-489a-b8f1-6b8001c0e8d4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14b9bff3-543c-4ff6-8c31-36ca9ca1167c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-14b9bff3-543c-4ff6-8c31-36ca9ca1167c {
  display: none;
}
#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f {
  text-align: left;
}



.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a723d6c8-716f-4a86-a63a-6878cd0dda7f img.shogun-image {
  width: 100%;
}




#s-f3642f0a-99bf-4d34-a200-40b59a2116a0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f3642f0a-99bf-4d34-a200-40b59a2116a0 .shg-gallery-thumb-image-wrapper {
  

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

#s-f3642f0a-99bf-4d34-a200-40b59a2116a0 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f3642f0a-99bf-4d34-a200-40b59a2116a0 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f3642f0a-99bf-4d34-a200-40b59a2116a0 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f3642f0a-99bf-4d34-a200-40b59a2116a0 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f3642f0a-99bf-4d34-a200-40b59a2116a0 .shg-gallery-dot {
  background-color: #FFF;
}

#s-347e37c5-ad70-41be-95e0-ccd89055448f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-347e37c5-ad70-41be-95e0-ccd89055448f .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-347e37c5-ad70-41be-95e0-ccd89055448f .shogun-heading-component h1 {
  color: #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-347e37c5-ad70-41be-95e0-ccd89055448f .shogun-heading-component h1 {
  color: #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-347e37c5-ad70-41be-95e0-ccd89055448f .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-347e37c5-ad70-41be-95e0-ccd89055448f .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-dcc1aa88-442d-4bb1-9057-7472bd5e654a {
  margin-bottom: 10px;
text-align: center;
}

#s-dcc1aa88-442d-4bb1-9057-7472bd5e654a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-dcc1aa88-442d-4bb1-9057-7472bd5e654a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-dcc1aa88-442d-4bb1-9057-7472bd5e654a .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-91f51ab8-ee8c-4d28-b616-4638df038b87 {
  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-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .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-91f51ab8-ee8c-4d28-b616-4638df038b87 .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-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-91f51ab8-ee8c-4d28-b616-4638df038b87-btn-wrapper {
    text-align: center;
  }


#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-variant-btn:hover {
  background: #252525;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-variant-btn:active, #s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-91f51ab8-ee8c-4d28-b616-4638df038b87 .shg-variant-btn.disabled {
  background: #252525;
}

#s-4bc02903-4251-4886-8346-03921c9697f0 {
  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-4bc02903-4251-4886-8346-03921c9697f0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4bc02903-4251-4886-8346-03921c9697f0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a02b626c-3b45-4d4a-baab-2cd069178dfe {
  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-a02b626c-3b45-4d4a-baab-2cd069178dfe:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a02b626c-3b45-4d4a-baab-2cd069178dfe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a02b626c-3b45-4d4a-baab-2cd069178dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-a02b626c-3b45-4d4a-baab-2cd069178dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a02b626c-3b45-4d4a-baab-2cd069178dfe.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-a02b626c-3b45-4d4a-baab-2cd069178dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-a02b626c-3b45-4d4a-baab-2cd069178dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a02b626c-3b45-4d4a-baab-2cd069178dfe.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-a02b626c-3b45-4d4a-baab-2cd069178dfe-atc-btn-wrapper {
    text-align: center;
  }


#s-a02b626c-3b45-4d4a-baab-2cd069178dfe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a02b626c-3b45-4d4a-baab-2cd069178dfe.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-f776014d-9eaf-46c2-a749-9a35ffe94b2e {
  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-f776014d-9eaf-46c2-a749-9a35ffe94b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f776014d-9eaf-46c2-a749-9a35ffe94b2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1753937d-ce9f-4d3f-aaa8-1b1b4e73c528 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1753937d-ce9f-4d3f-aaa8-1b1b4e73c528 {
  display: none;
}
#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 {
  text-align: left;
}



.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c24de1af-59c9-4c1c-89b1-1e4935e54808 img.shogun-image {
  width: 100%;
}




#s-b2a5e5e5-eea0-4bdb-ae99-1f7159b21fb3 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b2a5e5e5-eea0-4bdb-ae99-1f7159b21fb3 .shg-gallery-thumb-image-wrapper {
  

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

#s-b2a5e5e5-eea0-4bdb-ae99-1f7159b21fb3 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b2a5e5e5-eea0-4bdb-ae99-1f7159b21fb3 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b2a5e5e5-eea0-4bdb-ae99-1f7159b21fb3 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b2a5e5e5-eea0-4bdb-ae99-1f7159b21fb3 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b2a5e5e5-eea0-4bdb-ae99-1f7159b21fb3 .shg-gallery-dot {
  background-color: #FFF;
}

#s-c0732dbc-1f2e-4f43-8847-0c14028591c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0732dbc-1f2e-4f43-8847-0c14028591c0 .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-c0732dbc-1f2e-4f43-8847-0c14028591c0 .shogun-heading-component h1 {
  color: #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-c0732dbc-1f2e-4f43-8847-0c14028591c0 .shogun-heading-component h1 {
  color: #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-c0732dbc-1f2e-4f43-8847-0c14028591c0 .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-c0732dbc-1f2e-4f43-8847-0c14028591c0 .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-d4108ce2-4f52-4c46-9cfd-21d67590662d {
  margin-bottom: 10px;
text-align: center;
}

#s-d4108ce2-4f52-4c46-9cfd-21d67590662d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d4108ce2-4f52-4c46-9cfd-21d67590662d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d4108ce2-4f52-4c46-9cfd-21d67590662d .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-47ce9ab2-ad81-4930-a05e-729c9532e6ef {
  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-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .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-47ce9ab2-ad81-4930-a05e-729c9532e6ef .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-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-47ce9ab2-ad81-4930-a05e-729c9532e6ef-btn-wrapper {
    text-align: center;
  }


#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-variant-btn:hover {
  background: #252525;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-variant-btn:active, #s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-47ce9ab2-ad81-4930-a05e-729c9532e6ef .shg-variant-btn.disabled {
  background: #252525;
}

#s-f6cb9809-4879-405c-86ea-d091f35900b5 {
  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-f6cb9809-4879-405c-86ea-d091f35900b5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f6cb9809-4879-405c-86ea-d091f35900b5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-18f381b1-a28a-4b1d-bdab-a88920e40319 {
  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-18f381b1-a28a-4b1d-bdab-a88920e40319:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18f381b1-a28a-4b1d-bdab-a88920e40319:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-18f381b1-a28a-4b1d-bdab-a88920e40319-atc-btn-wrapper {
    text-align: center;
  }


#s-18f381b1-a28a-4b1d-bdab-a88920e40319 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-18f381b1-a28a-4b1d-bdab-a88920e40319.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-18f381b1-a28a-4b1d-bdab-a88920e40319-atc-btn-wrapper {
    text-align: center;
  }


#s-18f381b1-a28a-4b1d-bdab-a88920e40319 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-18f381b1-a28a-4b1d-bdab-a88920e40319.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-18f381b1-a28a-4b1d-bdab-a88920e40319-atc-btn-wrapper {
    text-align: center;
  }


#s-18f381b1-a28a-4b1d-bdab-a88920e40319 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-18f381b1-a28a-4b1d-bdab-a88920e40319.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-1880f3ea-d62b-4e93-8e71-7e2160c8fb21 {
  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-1880f3ea-d62b-4e93-8e71-7e2160c8fb21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1880f3ea-d62b-4e93-8e71-7e2160c8fb21.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-29bc5aa5-9c60-45f1-83f3-41a266cfd63a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-29bc5aa5-9c60-45f1-83f3-41a266cfd63a {
  display: none;
}
#s-accb43e8-88be-4606-be69-00f466cf596b {
  text-align: left;
}



.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-accb43e8-88be-4606-be69-00f466cf596b img.shogun-image {
  width: 100%;
}




#s-043ff0d9-0cbc-4267-9b67-fa5083c47174 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-043ff0d9-0cbc-4267-9b67-fa5083c47174 .shg-gallery-thumb-image-wrapper {
  

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

#s-043ff0d9-0cbc-4267-9b67-fa5083c47174 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-043ff0d9-0cbc-4267-9b67-fa5083c47174 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-043ff0d9-0cbc-4267-9b67-fa5083c47174 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-043ff0d9-0cbc-4267-9b67-fa5083c47174 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-043ff0d9-0cbc-4267-9b67-fa5083c47174 .shg-gallery-dot {
  background-color: #FFF;
}

#s-88451bfa-76d6-4d15-b72a-abdeaa2762bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88451bfa-76d6-4d15-b72a-abdeaa2762bf .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-88451bfa-76d6-4d15-b72a-abdeaa2762bf .shogun-heading-component h1 {
  color: #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-88451bfa-76d6-4d15-b72a-abdeaa2762bf .shogun-heading-component h1 {
  color: #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-88451bfa-76d6-4d15-b72a-abdeaa2762bf .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-88451bfa-76d6-4d15-b72a-abdeaa2762bf .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-0ef31534-279d-4c6e-8ba4-ad11a9fdb36b {
  margin-bottom: 10px;
text-align: center;
}

#s-0ef31534-279d-4c6e-8ba4-ad11a9fdb36b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-0ef31534-279d-4c6e-8ba4-ad11a9fdb36b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-0ef31534-279d-4c6e-8ba4-ad11a9fdb36b .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-45ed2770-7a20-4ac3-baac-98fdf5243703 {
  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-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .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-45ed2770-7a20-4ac3-baac-98fdf5243703 .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-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-45ed2770-7a20-4ac3-baac-98fdf5243703-btn-wrapper {
    text-align: center;
  }


#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-variant-btn:hover {
  background: #252525;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-variant-btn:active, #s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-45ed2770-7a20-4ac3-baac-98fdf5243703 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f217c055-7a03-4b5a-bdbc-c7b6a2d7a779 {
  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-f217c055-7a03-4b5a-bdbc-c7b6a2d7a779 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f217c055-7a03-4b5a-bdbc-c7b6a2d7a779 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-fe663fca-d6b6-45e0-ac51-1335376c2637 {
  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-fe663fca-d6b6-45e0-ac51-1335376c2637:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe663fca-d6b6-45e0-ac51-1335376c2637:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe663fca-d6b6-45e0-ac51-1335376c2637-atc-btn-wrapper {
    text-align: center;
  }


#s-fe663fca-d6b6-45e0-ac51-1335376c2637 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe663fca-d6b6-45e0-ac51-1335376c2637.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-fe663fca-d6b6-45e0-ac51-1335376c2637-atc-btn-wrapper {
    text-align: center;
  }


#s-fe663fca-d6b6-45e0-ac51-1335376c2637 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe663fca-d6b6-45e0-ac51-1335376c2637.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-fe663fca-d6b6-45e0-ac51-1335376c2637-atc-btn-wrapper {
    text-align: center;
  }


#s-fe663fca-d6b6-45e0-ac51-1335376c2637 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe663fca-d6b6-45e0-ac51-1335376c2637.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-ac1de3e2-61a7-48ba-bc0e-abf810ab3755 {
  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-ac1de3e2-61a7-48ba-bc0e-abf810ab3755 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-ac1de3e2-61a7-48ba-bc0e-abf810ab3755 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-ac1de3e2-61a7-48ba-bc0e-abf810ab3755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac1de3e2-61a7-48ba-bc0e-abf810ab3755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80ade6d0-3dbb-4fce-8c1b-e269c6a9f52b {
  padding-bottom: 10px;
}

#s-80ade6d0-3dbb-4fce-8c1b-e269c6a9f52b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e8bc50de-dd6f-4cc5-8974-b42cb306aa1d {
  padding-bottom: 10px;
}

#s-e8bc50de-dd6f-4cc5-8974-b42cb306aa1d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-78c3dd8a-e345-4d96-9334-7407cf1a5939 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-78c3dd8a-e345-4d96-9334-7407cf1a5939 {
  
}
}
@media (min-width: 0px) {
[id="s-78c3dd8a-e345-4d96-9334-7407cf1a5939"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-78c3dd8a-e345-4d96-9334-7407cf1a5939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-78c3dd8a-e345-4d96-9334-7407cf1a5939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-78c3dd8a-e345-4d96-9334-7407cf1a5939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-79bcf1f1-a6ed-4498-a4c5-e6e798db362e {
  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-79bcf1f1-a6ed-4498-a4c5-e6e798db362e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79bcf1f1-a6ed-4498-a4c5-e6e798db362e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-656150ba-a52f-4e5c-9014-f3daad8249e7 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-656150ba-a52f-4e5c-9014-f3daad8249e7 {
  display: none;
}
#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef {
  text-align: left;
}



.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7068f4c9-dd60-4fce-94b4-98f6172a76ef img.shogun-image {
  width: 100%;
}




#s-e4e68afe-7a49-4c04-b3e5-d6f0e8337ee1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e4e68afe-7a49-4c04-b3e5-d6f0e8337ee1 .shg-gallery-thumb-image-wrapper {
  

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

#s-e4e68afe-7a49-4c04-b3e5-d6f0e8337ee1 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e4e68afe-7a49-4c04-b3e5-d6f0e8337ee1 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e4e68afe-7a49-4c04-b3e5-d6f0e8337ee1 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e4e68afe-7a49-4c04-b3e5-d6f0e8337ee1 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e4e68afe-7a49-4c04-b3e5-d6f0e8337ee1 .shg-gallery-dot {
  background-color: #FFF;
}

#s-583818e2-33e0-4af6-9134-069d2c5f2eac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-583818e2-33e0-4af6-9134-069d2c5f2eac .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-583818e2-33e0-4af6-9134-069d2c5f2eac .shogun-heading-component h1 {
  color: #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-583818e2-33e0-4af6-9134-069d2c5f2eac .shogun-heading-component h1 {
  color: #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-583818e2-33e0-4af6-9134-069d2c5f2eac .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-583818e2-33e0-4af6-9134-069d2c5f2eac .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-31afb3e4-0350-44ae-863a-1de939406c94 {
  margin-bottom: 10px;
text-align: center;
}

#s-31afb3e4-0350-44ae-863a-1de939406c94 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-31afb3e4-0350-44ae-863a-1de939406c94 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-31afb3e4-0350-44ae-863a-1de939406c94 .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-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 {
  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-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .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-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .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-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2-btn-wrapper {
    text-align: center;
  }


#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-variant-btn:hover {
  background: #252525;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-variant-btn:active, #s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7f48a66c-ebe6-417c-b2bc-daa6d72766d2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c5cf23c7-6b6f-4ca8-8646-1682b03ca92f {
  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-c5cf23c7-6b6f-4ca8-8646-1682b03ca92f .shg-product-quantity-wrapper {
  display: flex;
}

#s-c5cf23c7-6b6f-4ca8-8646-1682b03ca92f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-dda25eea-52dc-4823-9c94-16de5be635d8 {
  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-dda25eea-52dc-4823-9c94-16de5be635d8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dda25eea-52dc-4823-9c94-16de5be635d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dda25eea-52dc-4823-9c94-16de5be635d8-atc-btn-wrapper {
    text-align: center;
  }


#s-dda25eea-52dc-4823-9c94-16de5be635d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-dda25eea-52dc-4823-9c94-16de5be635d8.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-dda25eea-52dc-4823-9c94-16de5be635d8-atc-btn-wrapper {
    text-align: center;
  }


#s-dda25eea-52dc-4823-9c94-16de5be635d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-dda25eea-52dc-4823-9c94-16de5be635d8.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-dda25eea-52dc-4823-9c94-16de5be635d8-atc-btn-wrapper {
    text-align: center;
  }


#s-dda25eea-52dc-4823-9c94-16de5be635d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-dda25eea-52dc-4823-9c94-16de5be635d8.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-47a6a912-a346-460e-81e8-e7f9fb65cd20 {
  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-47a6a912-a346-460e-81e8-e7f9fb65cd20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a6a912-a346-460e-81e8-e7f9fb65cd20.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b761f727-f48d-4e51-bf1c-a78642b6bd3b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b761f727-f48d-4e51-bf1c-a78642b6bd3b {
  display: none;
}
#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 {
  text-align: left;
}



.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b8c6d36-6e2d-4368-96bd-c7f9a929e7e2 img.shogun-image {
  width: 100%;
}




#s-ef7e1a3f-1bcc-43cf-acff-0aaf2f8b08a6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ef7e1a3f-1bcc-43cf-acff-0aaf2f8b08a6 .shg-gallery-thumb-image-wrapper {
  

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

#s-ef7e1a3f-1bcc-43cf-acff-0aaf2f8b08a6 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ef7e1a3f-1bcc-43cf-acff-0aaf2f8b08a6 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ef7e1a3f-1bcc-43cf-acff-0aaf2f8b08a6 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ef7e1a3f-1bcc-43cf-acff-0aaf2f8b08a6 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ef7e1a3f-1bcc-43cf-acff-0aaf2f8b08a6 .shg-gallery-dot {
  background-color: #FFF;
}

#s-86a2a7ed-10f2-4f92-8ade-b06dc3009f29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86a2a7ed-10f2-4f92-8ade-b06dc3009f29 .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-86a2a7ed-10f2-4f92-8ade-b06dc3009f29 .shogun-heading-component h1 {
  color: #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-86a2a7ed-10f2-4f92-8ade-b06dc3009f29 .shogun-heading-component h1 {
  color: #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-86a2a7ed-10f2-4f92-8ade-b06dc3009f29 .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-86a2a7ed-10f2-4f92-8ade-b06dc3009f29 .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-a3d0a778-f41d-4420-bf3e-2ae8f49c0d23 {
  margin-bottom: 10px;
text-align: center;
}

#s-a3d0a778-f41d-4420-bf3e-2ae8f49c0d23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a3d0a778-f41d-4420-bf3e-2ae8f49c0d23 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a3d0a778-f41d-4420-bf3e-2ae8f49c0d23 .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-7e567325-6902-4d3b-aea9-e2d9a4d31565 {
  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-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .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-7e567325-6902-4d3b-aea9-e2d9a4d31565 .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-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7e567325-6902-4d3b-aea9-e2d9a4d31565-btn-wrapper {
    text-align: center;
  }


#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-variant-btn:hover {
  background: #252525;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-variant-btn:active, #s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7e567325-6902-4d3b-aea9-e2d9a4d31565 .shg-variant-btn.disabled {
  background: #252525;
}

#s-45a18d0c-72ef-4b63-b23f-ccbd0d61c7a2 {
  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-45a18d0c-72ef-4b63-b23f-ccbd0d61c7a2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-45a18d0c-72ef-4b63-b23f-ccbd0d61c7a2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-199d87a4-21b1-4c56-935e-3c1750357fd5 {
  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-199d87a4-21b1-4c56-935e-3c1750357fd5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-199d87a4-21b1-4c56-935e-3c1750357fd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-199d87a4-21b1-4c56-935e-3c1750357fd5-atc-btn-wrapper {
    text-align: center;
  }


#s-199d87a4-21b1-4c56-935e-3c1750357fd5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-199d87a4-21b1-4c56-935e-3c1750357fd5.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-199d87a4-21b1-4c56-935e-3c1750357fd5-atc-btn-wrapper {
    text-align: center;
  }


#s-199d87a4-21b1-4c56-935e-3c1750357fd5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-199d87a4-21b1-4c56-935e-3c1750357fd5.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-199d87a4-21b1-4c56-935e-3c1750357fd5-atc-btn-wrapper {
    text-align: center;
  }


#s-199d87a4-21b1-4c56-935e-3c1750357fd5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-199d87a4-21b1-4c56-935e-3c1750357fd5.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-c132af58-3fdc-4599-8fd7-34d1907a6777 {
  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-c132af58-3fdc-4599-8fd7-34d1907a6777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c132af58-3fdc-4599-8fd7-34d1907a6777.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c41687a-dee1-4fee-a902-bd4eb661b65b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-5c41687a-dee1-4fee-a902-bd4eb661b65b {
  display: none;
}
#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b {
  text-align: left;
}



.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b34bc0-66cd-4791-ac7e-24d316cf4f5b img.shogun-image {
  width: 100%;
}




#s-426b8fed-be0d-41e8-9606-133035d87507 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-426b8fed-be0d-41e8-9606-133035d87507 .shg-gallery-thumb-image-wrapper {
  

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

#s-426b8fed-be0d-41e8-9606-133035d87507 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-426b8fed-be0d-41e8-9606-133035d87507 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-426b8fed-be0d-41e8-9606-133035d87507 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-426b8fed-be0d-41e8-9606-133035d87507 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-426b8fed-be0d-41e8-9606-133035d87507 .shg-gallery-dot {
  background-color: #FFF;
}

#s-2cdb5d9f-be07-4f55-81eb-e924fa3b949c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cdb5d9f-be07-4f55-81eb-e924fa3b949c .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-2cdb5d9f-be07-4f55-81eb-e924fa3b949c .shogun-heading-component h1 {
  color: #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-2cdb5d9f-be07-4f55-81eb-e924fa3b949c .shogun-heading-component h1 {
  color: #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-2cdb5d9f-be07-4f55-81eb-e924fa3b949c .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-2cdb5d9f-be07-4f55-81eb-e924fa3b949c .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-45c42810-6146-4259-9558-b876d7040f32 {
  margin-bottom: 10px;
text-align: center;
}

#s-45c42810-6146-4259-9558-b876d7040f32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-45c42810-6146-4259-9558-b876d7040f32 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-45c42810-6146-4259-9558-b876d7040f32 .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-f26f5605-1b33-4675-9a94-4102a650c326 {
  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-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .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-f26f5605-1b33-4675-9a94-4102a650c326 .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-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f26f5605-1b33-4675-9a94-4102a650c326-btn-wrapper {
    text-align: center;
  }


#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-variant-btn:hover {
  background: #252525;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-variant-btn:active, #s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f26f5605-1b33-4675-9a94-4102a650c326 .shg-variant-btn.disabled {
  background: #252525;
}

#s-721c9b54-bac9-41c8-812a-8936a416e84e {
  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-721c9b54-bac9-41c8-812a-8936a416e84e .shg-product-quantity-wrapper {
  display: flex;
}

#s-721c9b54-bac9-41c8-812a-8936a416e84e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f {
  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-9c1dd192-0dd1-4172-9605-31a6d13b7b6f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f-atc-btn-wrapper {
    text-align: center;
  }


#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.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-9c1dd192-0dd1-4172-9605-31a6d13b7b6f-atc-btn-wrapper {
    text-align: center;
  }


#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.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-9c1dd192-0dd1-4172-9605-31a6d13b7b6f-atc-btn-wrapper {
    text-align: center;
  }


#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9c1dd192-0dd1-4172-9605-31a6d13b7b6f.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-5095b2b6-28dc-47eb-9033-b6aad6f57a03 {
  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-5095b2b6-28dc-47eb-9033-b6aad6f57a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5095b2b6-28dc-47eb-9033-b6aad6f57a03.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a75e4d2-2400-473e-aff0-68927216ed30 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2a75e4d2-2400-473e-aff0-68927216ed30 {
  display: none;
}
#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 {
  text-align: left;
}



.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-216b8a87-7b7c-4d33-af60-2cc5b59e40a6 img.shogun-image {
  width: 100%;
}




#s-a2b5b0f1-77ae-4f6f-b902-2bec6aa8638b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a2b5b0f1-77ae-4f6f-b902-2bec6aa8638b .shg-gallery-thumb-image-wrapper {
  

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

#s-a2b5b0f1-77ae-4f6f-b902-2bec6aa8638b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a2b5b0f1-77ae-4f6f-b902-2bec6aa8638b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a2b5b0f1-77ae-4f6f-b902-2bec6aa8638b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a2b5b0f1-77ae-4f6f-b902-2bec6aa8638b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a2b5b0f1-77ae-4f6f-b902-2bec6aa8638b .shg-gallery-dot {
  background-color: #FFF;
}

#s-e3621b26-cdb3-4a70-9082-c5ad3caba747 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3621b26-cdb3-4a70-9082-c5ad3caba747 .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-e3621b26-cdb3-4a70-9082-c5ad3caba747 .shogun-heading-component h1 {
  color: #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-e3621b26-cdb3-4a70-9082-c5ad3caba747 .shogun-heading-component h1 {
  color: #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-e3621b26-cdb3-4a70-9082-c5ad3caba747 .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-e3621b26-cdb3-4a70-9082-c5ad3caba747 .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-7e7c5893-307d-4f54-bbfa-c7a125125a81 {
  margin-bottom: 10px;
text-align: center;
}

#s-7e7c5893-307d-4f54-bbfa-c7a125125a81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-7e7c5893-307d-4f54-bbfa-c7a125125a81 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-7e7c5893-307d-4f54-bbfa-c7a125125a81 .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-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b {
  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-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .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-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .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-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b-btn-wrapper {
    text-align: center;
  }


#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-variant-btn:hover {
  background: #252525;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-variant-btn:active, #s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-740a248d-b85e-4d9b-83b0-e7c6e1a73e7b .shg-variant-btn.disabled {
  background: #252525;
}

#s-c8a4c98b-912a-4aa9-9160-14d4799e8856 {
  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-c8a4c98b-912a-4aa9-9160-14d4799e8856 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c8a4c98b-912a-4aa9-9160-14d4799e8856 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9f8ad23b-cd19-4534-81b5-38da5259e47a {
  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-9f8ad23b-cd19-4534-81b5-38da5259e47a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f8ad23b-cd19-4534-81b5-38da5259e47a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f8ad23b-cd19-4534-81b5-38da5259e47a-atc-btn-wrapper {
    text-align: center;
  }


#s-9f8ad23b-cd19-4534-81b5-38da5259e47a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9f8ad23b-cd19-4534-81b5-38da5259e47a.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-9f8ad23b-cd19-4534-81b5-38da5259e47a-atc-btn-wrapper {
    text-align: center;
  }


#s-9f8ad23b-cd19-4534-81b5-38da5259e47a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9f8ad23b-cd19-4534-81b5-38da5259e47a.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-9f8ad23b-cd19-4534-81b5-38da5259e47a-atc-btn-wrapper {
    text-align: center;
  }


#s-9f8ad23b-cd19-4534-81b5-38da5259e47a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9f8ad23b-cd19-4534-81b5-38da5259e47a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-9b79ec9a-1df0-4190-ada0-f887f28c6303 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b79ec9a-1df0-4190-ada0-f887f28c6303 {
  
}
}
@media (min-width: 0px) {
[id="s-9b79ec9a-1df0-4190-ada0-f887f28c6303"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9b79ec9a-1df0-4190-ada0-f887f28c6303"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-9b79ec9a-1df0-4190-ada0-f887f28c6303"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b79ec9a-1df0-4190-ada0-f887f28c6303"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-6060947b-07bd-4fe0-861e-79d191e628ed {
  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-6060947b-07bd-4fe0-861e-79d191e628ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6060947b-07bd-4fe0-861e-79d191e628ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c10a0882-8967-4d9a-8567-f3bc61385345 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-c10a0882-8967-4d9a-8567-f3bc61385345 {
  display: none;
}
#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 {
  text-align: left;
}



.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84ff9ec1-76cb-417f-8ebd-c3bb8f17f3a4 img.shogun-image {
  width: 100%;
}




#s-938d65fd-7aa9-4d02-b2a2-dba69b1775d2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-938d65fd-7aa9-4d02-b2a2-dba69b1775d2 .shg-gallery-thumb-image-wrapper {
  

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

#s-938d65fd-7aa9-4d02-b2a2-dba69b1775d2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-938d65fd-7aa9-4d02-b2a2-dba69b1775d2 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-938d65fd-7aa9-4d02-b2a2-dba69b1775d2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-938d65fd-7aa9-4d02-b2a2-dba69b1775d2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-938d65fd-7aa9-4d02-b2a2-dba69b1775d2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-d8460943-c106-4ba9-add0-b7cc46ea10df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8460943-c106-4ba9-add0-b7cc46ea10df .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-d8460943-c106-4ba9-add0-b7cc46ea10df .shogun-heading-component h1 {
  color: #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-d8460943-c106-4ba9-add0-b7cc46ea10df .shogun-heading-component h1 {
  color: #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-d8460943-c106-4ba9-add0-b7cc46ea10df .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-d8460943-c106-4ba9-add0-b7cc46ea10df .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-a8f5c645-92e7-476e-ad4e-f35816fbdfe9 {
  margin-bottom: 10px;
text-align: center;
}

#s-a8f5c645-92e7-476e-ad4e-f35816fbdfe9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-a8f5c645-92e7-476e-ad4e-f35816fbdfe9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-a8f5c645-92e7-476e-ad4e-f35816fbdfe9 .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-32a611be-ab27-439d-bd49-4f2ec61a838a {
  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-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .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-32a611be-ab27-439d-bd49-4f2ec61a838a .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-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-32a611be-ab27-439d-bd49-4f2ec61a838a-btn-wrapper {
    text-align: center;
  }


#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-variant-btn:hover {
  background: #252525;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-variant-btn:active, #s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-32a611be-ab27-439d-bd49-4f2ec61a838a .shg-variant-btn.disabled {
  background: #252525;
}

#s-e2b863b3-f86e-413c-a88c-057ef5bc9c5a {
  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-e2b863b3-f86e-413c-a88c-057ef5bc9c5a .shg-product-quantity-wrapper {
  display: flex;
}

#s-e2b863b3-f86e-413c-a88c-057ef5bc9c5a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-9b494a73-3a44-4868-ad2d-c4c436d680be {
  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-9b494a73-3a44-4868-ad2d-c4c436d680be:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b494a73-3a44-4868-ad2d-c4c436d680be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b494a73-3a44-4868-ad2d-c4c436d680be-atc-btn-wrapper {
    text-align: center;
  }


#s-9b494a73-3a44-4868-ad2d-c4c436d680be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-9b494a73-3a44-4868-ad2d-c4c436d680be.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-9b494a73-3a44-4868-ad2d-c4c436d680be-atc-btn-wrapper {
    text-align: center;
  }


#s-9b494a73-3a44-4868-ad2d-c4c436d680be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9b494a73-3a44-4868-ad2d-c4c436d680be.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-9b494a73-3a44-4868-ad2d-c4c436d680be-atc-btn-wrapper {
    text-align: center;
  }


#s-9b494a73-3a44-4868-ad2d-c4c436d680be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-9b494a73-3a44-4868-ad2d-c4c436d680be.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-0639b927-0ea3-44b0-b6f4-6cf32ad67419 {
  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-0639b927-0ea3-44b0-b6f4-6cf32ad67419 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-0639b927-0ea3-44b0-b6f4-6cf32ad67419 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-0639b927-0ea3-44b0-b6f4-6cf32ad67419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0639b927-0ea3-44b0-b6f4-6cf32ad67419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a24deb97-c1f8-4066-8203-df36f4a578fc {
  padding-bottom: 10px;
}

#s-a24deb97-c1f8-4066-8203-df36f4a578fc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-9bfe670f-e7a0-44e2-9d58-45380675557e {
  padding-bottom: 10px;
}

#s-9bfe670f-e7a0-44e2-9d58-45380675557e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-650bbb17-b06f-42a1-842b-0520904f84a2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-650bbb17-b06f-42a1-842b-0520904f84a2 {
  
}
}
@media (min-width: 0px) {
[id="s-650bbb17-b06f-42a1-842b-0520904f84a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-650bbb17-b06f-42a1-842b-0520904f84a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-650bbb17-b06f-42a1-842b-0520904f84a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-650bbb17-b06f-42a1-842b-0520904f84a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-4354dafd-ab51-4d6d-a955-66e9ad431958 {
  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-4354dafd-ab51-4d6d-a955-66e9ad431958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4354dafd-ab51-4d6d-a955-66e9ad431958.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e08a5b3-a99b-4a88-8e3d-3f7df245e725 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6e08a5b3-a99b-4a88-8e3d-3f7df245e725 {
  display: none;
}
#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 {
  text-align: left;
}



.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bec5bbe-725c-4ec0-a574-2fd9ad42ce70 img.shogun-image {
  width: 100%;
}




#s-7ec1a5b3-a3fc-4a02-b089-8177bd05b93f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-7ec1a5b3-a3fc-4a02-b089-8177bd05b93f .shg-gallery-thumb-image-wrapper {
  

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

#s-7ec1a5b3-a3fc-4a02-b089-8177bd05b93f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-7ec1a5b3-a3fc-4a02-b089-8177bd05b93f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-7ec1a5b3-a3fc-4a02-b089-8177bd05b93f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-7ec1a5b3-a3fc-4a02-b089-8177bd05b93f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-7ec1a5b3-a3fc-4a02-b089-8177bd05b93f .shg-gallery-dot {
  background-color: #FFF;
}

#s-c3168c5a-1035-4b09-90aa-0a4a0f0f59d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3168c5a-1035-4b09-90aa-0a4a0f0f59d5 .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-c3168c5a-1035-4b09-90aa-0a4a0f0f59d5 .shogun-heading-component h1 {
  color: #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-c3168c5a-1035-4b09-90aa-0a4a0f0f59d5 .shogun-heading-component h1 {
  color: #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-c3168c5a-1035-4b09-90aa-0a4a0f0f59d5 .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-c3168c5a-1035-4b09-90aa-0a4a0f0f59d5 .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-4fe16050-d167-4f7e-b3b9-03a7ba70f926 {
  margin-bottom: 10px;
text-align: center;
}

#s-4fe16050-d167-4f7e-b3b9-03a7ba70f926 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-4fe16050-d167-4f7e-b3b9-03a7ba70f926 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-4fe16050-d167-4f7e-b3b9-03a7ba70f926 .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-9f797b8c-7a62-4cfa-a160-f1670f9a45ad {
  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-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad-btn-wrapper {
    text-align: center;
  }


#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-variant-btn:hover {
  background: #252525;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-variant-btn:active, #s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9f797b8c-7a62-4cfa-a160-f1670f9a45ad .shg-variant-btn.disabled {
  background: #252525;
}

#s-abea2e51-f4f1-4478-ba32-5a6cedc4c384 {
  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-abea2e51-f4f1-4478-ba32-5a6cedc4c384 .shg-product-quantity-wrapper {
  display: flex;
}

#s-abea2e51-f4f1-4478-ba32-5a6cedc4c384 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f6932522-a817-4e0c-9ec5-df8cb0690b69 {
  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-f6932522-a817-4e0c-9ec5-df8cb0690b69:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6932522-a817-4e0c-9ec5-df8cb0690b69:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6932522-a817-4e0c-9ec5-df8cb0690b69-atc-btn-wrapper {
    text-align: center;
  }


#s-f6932522-a817-4e0c-9ec5-df8cb0690b69 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-f6932522-a817-4e0c-9ec5-df8cb0690b69.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-f6932522-a817-4e0c-9ec5-df8cb0690b69-atc-btn-wrapper {
    text-align: center;
  }


#s-f6932522-a817-4e0c-9ec5-df8cb0690b69 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f6932522-a817-4e0c-9ec5-df8cb0690b69.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-f6932522-a817-4e0c-9ec5-df8cb0690b69-atc-btn-wrapper {
    text-align: center;
  }


#s-f6932522-a817-4e0c-9ec5-df8cb0690b69 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f6932522-a817-4e0c-9ec5-df8cb0690b69.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-47394e63-f342-4227-86c8-0ec17e23f16e {
  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-47394e63-f342-4227-86c8-0ec17e23f16e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47394e63-f342-4227-86c8-0ec17e23f16e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2fc69525-94b6-4c60-abea-4654814d207e {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2fc69525-94b6-4c60-abea-4654814d207e {
  display: none;
}
#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 {
  text-align: left;
}



.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b9736b6-d160-4183-9f74-84515dd5c0f2 img.shogun-image {
  width: 100%;
}




#s-ffe5b17a-9d87-4c24-8962-2326cec8f08e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ffe5b17a-9d87-4c24-8962-2326cec8f08e .shg-gallery-thumb-image-wrapper {
  

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

#s-ffe5b17a-9d87-4c24-8962-2326cec8f08e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ffe5b17a-9d87-4c24-8962-2326cec8f08e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ffe5b17a-9d87-4c24-8962-2326cec8f08e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ffe5b17a-9d87-4c24-8962-2326cec8f08e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ffe5b17a-9d87-4c24-8962-2326cec8f08e .shg-gallery-dot {
  background-color: #FFF;
}

#s-eefe8cf8-d64f-4b79-b4ce-6d34c5f0abe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eefe8cf8-d64f-4b79-b4ce-6d34c5f0abe0 .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-eefe8cf8-d64f-4b79-b4ce-6d34c5f0abe0 .shogun-heading-component h1 {
  color: #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-eefe8cf8-d64f-4b79-b4ce-6d34c5f0abe0 .shogun-heading-component h1 {
  color: #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-eefe8cf8-d64f-4b79-b4ce-6d34c5f0abe0 .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-eefe8cf8-d64f-4b79-b4ce-6d34c5f0abe0 .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-46f4f6ef-aeaf-4a24-b508-cd2f44b02200 {
  margin-bottom: 10px;
text-align: center;
}

#s-46f4f6ef-aeaf-4a24-b508-cd2f44b02200 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-46f4f6ef-aeaf-4a24-b508-cd2f44b02200 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-46f4f6ef-aeaf-4a24-b508-cd2f44b02200 .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-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 {
  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-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .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-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .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-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274-btn-wrapper {
    text-align: center;
  }


#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-variant-btn:hover {
  background: #252525;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-variant-btn:active, #s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-07429b1f-3bcf-45e1-b72e-aa9c4c04f274 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f34ecd1c-b22f-4232-8208-a1e8d100d8bd {
  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-f34ecd1c-b22f-4232-8208-a1e8d100d8bd .shg-product-quantity-wrapper {
  display: flex;
}

#s-f34ecd1c-b22f-4232-8208-a1e8d100d8bd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-fa5f9896-267f-483f-ae8e-e0b332490ab2 {
  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-fa5f9896-267f-483f-ae8e-e0b332490ab2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa5f9896-267f-483f-ae8e-e0b332490ab2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa5f9896-267f-483f-ae8e-e0b332490ab2-atc-btn-wrapper {
    text-align: center;
  }


#s-fa5f9896-267f-483f-ae8e-e0b332490ab2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-fa5f9896-267f-483f-ae8e-e0b332490ab2.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-fa5f9896-267f-483f-ae8e-e0b332490ab2-atc-btn-wrapper {
    text-align: center;
  }


#s-fa5f9896-267f-483f-ae8e-e0b332490ab2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fa5f9896-267f-483f-ae8e-e0b332490ab2.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-fa5f9896-267f-483f-ae8e-e0b332490ab2-atc-btn-wrapper {
    text-align: center;
  }


#s-fa5f9896-267f-483f-ae8e-e0b332490ab2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fa5f9896-267f-483f-ae8e-e0b332490ab2.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-1ae55559-3278-4113-8dee-c685a62ef7c8 {
  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-1ae55559-3278-4113-8dee-c685a62ef7c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ae55559-3278-4113-8dee-c685a62ef7c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a27d9189-aad9-4773-aa4a-c228c09bf8ab {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a27d9189-aad9-4773-aa4a-c228c09bf8ab {
  display: none;
}
#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 {
  text-align: left;
}



.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ab6517d-2185-4ced-bde8-5235b1b8e1d2 img.shogun-image {
  width: 100%;
}




#s-dfdf19e4-8cab-4c42-8ca4-63d47611da93 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-dfdf19e4-8cab-4c42-8ca4-63d47611da93 .shg-gallery-thumb-image-wrapper {
  

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

#s-dfdf19e4-8cab-4c42-8ca4-63d47611da93 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-dfdf19e4-8cab-4c42-8ca4-63d47611da93 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-dfdf19e4-8cab-4c42-8ca4-63d47611da93 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-dfdf19e4-8cab-4c42-8ca4-63d47611da93 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-dfdf19e4-8cab-4c42-8ca4-63d47611da93 .shg-gallery-dot {
  background-color: #FFF;
}

#s-69083c4c-5201-48f6-b9cc-6338b4930ca7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69083c4c-5201-48f6-b9cc-6338b4930ca7 .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-69083c4c-5201-48f6-b9cc-6338b4930ca7 .shogun-heading-component h1 {
  color: #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-69083c4c-5201-48f6-b9cc-6338b4930ca7 .shogun-heading-component h1 {
  color: #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-69083c4c-5201-48f6-b9cc-6338b4930ca7 .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-69083c4c-5201-48f6-b9cc-6338b4930ca7 .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-cf339c2a-24ba-49e5-bc99-97778c7dfb07 {
  margin-bottom: 10px;
text-align: center;
}

#s-cf339c2a-24ba-49e5-bc99-97778c7dfb07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-cf339c2a-24ba-49e5-bc99-97778c7dfb07 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-cf339c2a-24ba-49e5-bc99-97778c7dfb07 .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-c9f9d7a9-534e-4e45-a206-4dd33babe312 {
  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-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .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-c9f9d7a9-534e-4e45-a206-4dd33babe312 .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-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c9f9d7a9-534e-4e45-a206-4dd33babe312-btn-wrapper {
    text-align: center;
  }


#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-variant-btn:hover {
  background: #252525;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-variant-btn:active, #s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c9f9d7a9-534e-4e45-a206-4dd33babe312 .shg-variant-btn.disabled {
  background: #252525;
}

#s-72922939-5c1d-46e6-ab7f-a1fa3ce5044a {
  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-72922939-5c1d-46e6-ab7f-a1fa3ce5044a .shg-product-quantity-wrapper {
  display: flex;
}

#s-72922939-5c1d-46e6-ab7f-a1fa3ce5044a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f31c062f-67da-4281-841c-fd398ff5ade1 {
  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-f31c062f-67da-4281-841c-fd398ff5ade1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f31c062f-67da-4281-841c-fd398ff5ade1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f31c062f-67da-4281-841c-fd398ff5ade1-atc-btn-wrapper {
    text-align: center;
  }


#s-f31c062f-67da-4281-841c-fd398ff5ade1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-f31c062f-67da-4281-841c-fd398ff5ade1.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-f31c062f-67da-4281-841c-fd398ff5ade1-atc-btn-wrapper {
    text-align: center;
  }


#s-f31c062f-67da-4281-841c-fd398ff5ade1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f31c062f-67da-4281-841c-fd398ff5ade1.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-f31c062f-67da-4281-841c-fd398ff5ade1-atc-btn-wrapper {
    text-align: center;
  }


#s-f31c062f-67da-4281-841c-fd398ff5ade1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f31c062f-67da-4281-841c-fd398ff5ade1.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-78d704a1-0a13-461e-8aa0-9611943c6e38 {
  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-78d704a1-0a13-461e-8aa0-9611943c6e38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78d704a1-0a13-461e-8aa0-9611943c6e38.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f99ed3aa-e25a-4416-97f0-73b89459956d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-f99ed3aa-e25a-4416-97f0-73b89459956d {
  display: none;
}
#s-27fe6551-087a-45ff-8411-c64841175ecb {
  text-align: left;
}



.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb img.shogun-image {
  width: 100%;
}



}

.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27fe6551-087a-45ff-8411-c64841175ecb img.shogun-image {
  width: 100%;
}




#s-1150b935-f7bb-45ba-b0b4-6d86fa698df2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-1150b935-f7bb-45ba-b0b4-6d86fa698df2 .shg-gallery-thumb-image-wrapper {
  

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

#s-1150b935-f7bb-45ba-b0b4-6d86fa698df2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1150b935-f7bb-45ba-b0b4-6d86fa698df2 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-1150b935-f7bb-45ba-b0b4-6d86fa698df2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1150b935-f7bb-45ba-b0b4-6d86fa698df2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1150b935-f7bb-45ba-b0b4-6d86fa698df2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-156c3df3-f316-42d8-854d-4a1da9e4aefa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-156c3df3-f316-42d8-854d-4a1da9e4aefa .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-156c3df3-f316-42d8-854d-4a1da9e4aefa .shogun-heading-component h1 {
  color: #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-156c3df3-f316-42d8-854d-4a1da9e4aefa .shogun-heading-component h1 {
  color: #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-156c3df3-f316-42d8-854d-4a1da9e4aefa .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-156c3df3-f316-42d8-854d-4a1da9e4aefa .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-8b891392-925b-48fa-8b2a-b2e987b2079c {
  margin-bottom: 10px;
text-align: center;
}

#s-8b891392-925b-48fa-8b2a-b2e987b2079c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-8b891392-925b-48fa-8b2a-b2e987b2079c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8b891392-925b-48fa-8b2a-b2e987b2079c .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-3d78b0e7-c847-4614-b964-39097619cc69 {
  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-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .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-3d78b0e7-c847-4614-b964-39097619cc69 .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-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3d78b0e7-c847-4614-b964-39097619cc69-btn-wrapper {
    text-align: center;
  }


#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-variant-btn:hover {
  background: #252525;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-variant-btn:active, #s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3d78b0e7-c847-4614-b964-39097619cc69 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3eba288f-34de-4da1-b6f8-0d34fb6f034a {
  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-3eba288f-34de-4da1-b6f8-0d34fb6f034a .shg-product-quantity-wrapper {
  display: flex;
}

#s-3eba288f-34de-4da1-b6f8-0d34fb6f034a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5 {
  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-5eea0a7f-9c15-49ae-9087-24d9a96530a5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5eea0a7f-9c15-49ae-9087-24d9a96530a5-atc-btn-wrapper {
    text-align: center;
  }


#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.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-5eea0a7f-9c15-49ae-9087-24d9a96530a5-atc-btn-wrapper {
    text-align: center;
  }


#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.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-5eea0a7f-9c15-49ae-9087-24d9a96530a5-atc-btn-wrapper {
    text-align: center;
  }


#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-5eea0a7f-9c15-49ae-9087-24d9a96530a5.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-c80f7b9f-e39d-49da-b5b1-880dfcdbeb1f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c80f7b9f-e39d-49da-b5b1-880dfcdbeb1f {
  
}
}
@media (min-width: 0px) {
[id="s-c80f7b9f-e39d-49da-b5b1-880dfcdbeb1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c80f7b9f-e39d-49da-b5b1-880dfcdbeb1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c80f7b9f-e39d-49da-b5b1-880dfcdbeb1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c80f7b9f-e39d-49da-b5b1-880dfcdbeb1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-99138aaa-57e4-4204-bbed-13a97b322099 {
  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-99138aaa-57e4-4204-bbed-13a97b322099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99138aaa-57e4-4204-bbed-13a97b322099.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-87ce5dfd-60e7-4e29-92f3-9c10a8448049 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-87ce5dfd-60e7-4e29-92f3-9c10a8448049 {
  display: none;
}
#s-4d44264a-67d8-411f-b54d-531f13443b18 {
  text-align: left;
}



.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d44264a-67d8-411f-b54d-531f13443b18 img.shogun-image {
  width: 100%;
}




#s-aa9c1448-75d2-4bce-8227-c24c940de17a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-aa9c1448-75d2-4bce-8227-c24c940de17a .shg-gallery-thumb-image-wrapper {
  

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

#s-aa9c1448-75d2-4bce-8227-c24c940de17a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-aa9c1448-75d2-4bce-8227-c24c940de17a .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-aa9c1448-75d2-4bce-8227-c24c940de17a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-aa9c1448-75d2-4bce-8227-c24c940de17a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-aa9c1448-75d2-4bce-8227-c24c940de17a .shg-gallery-dot {
  background-color: #FFF;
}

#s-7bf62326-6af6-4530-83df-893afefacd81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bf62326-6af6-4530-83df-893afefacd81 .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-7bf62326-6af6-4530-83df-893afefacd81 .shogun-heading-component h1 {
  color: #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-7bf62326-6af6-4530-83df-893afefacd81 .shogun-heading-component h1 {
  color: #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-7bf62326-6af6-4530-83df-893afefacd81 .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-7bf62326-6af6-4530-83df-893afefacd81 .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-3911c506-356e-414a-b529-51ca18b3ac94 {
  margin-bottom: 10px;
text-align: center;
}

#s-3911c506-356e-414a-b529-51ca18b3ac94 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-3911c506-356e-414a-b529-51ca18b3ac94 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-3911c506-356e-414a-b529-51ca18b3ac94 .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-fc03ed84-c0b2-4e70-8ace-5c03d91215ce {
  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-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .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-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .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-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce-btn-wrapper {
    text-align: center;
  }


#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-variant-btn:hover {
  background: #252525;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-variant-btn:active, #s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fc03ed84-c0b2-4e70-8ace-5c03d91215ce .shg-variant-btn.disabled {
  background: #252525;
}

#s-23e6e9a4-de93-4495-8352-ef2228c41471 {
  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-23e6e9a4-de93-4495-8352-ef2228c41471 .shg-product-quantity-wrapper {
  display: flex;
}

#s-23e6e9a4-de93-4495-8352-ef2228c41471 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-ab6139d6-2156-4fd9-8741-02b37391060c {
  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-ab6139d6-2156-4fd9-8741-02b37391060c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab6139d6-2156-4fd9-8741-02b37391060c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab6139d6-2156-4fd9-8741-02b37391060c-atc-btn-wrapper {
    text-align: center;
  }


#s-ab6139d6-2156-4fd9-8741-02b37391060c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-ab6139d6-2156-4fd9-8741-02b37391060c.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-ab6139d6-2156-4fd9-8741-02b37391060c-atc-btn-wrapper {
    text-align: center;
  }


#s-ab6139d6-2156-4fd9-8741-02b37391060c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-ab6139d6-2156-4fd9-8741-02b37391060c.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-ab6139d6-2156-4fd9-8741-02b37391060c-atc-btn-wrapper {
    text-align: center;
  }


#s-ab6139d6-2156-4fd9-8741-02b37391060c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-ab6139d6-2156-4fd9-8741-02b37391060c.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-a175a35b-0bf7-47be-a940-97462082d0dc {
  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-a175a35b-0bf7-47be-a940-97462082d0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a175a35b-0bf7-47be-a940-97462082d0dc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d8f071f-5e6c-4ab5-803d-a3ac66bc857f {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-4d8f071f-5e6c-4ab5-803d-a3ac66bc857f {
  display: none;
}
#s-14a58790-2794-4083-8375-b6b2d3df07c4 {
  text-align: left;
}



.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14a58790-2794-4083-8375-b6b2d3df07c4 img.shogun-image {
  width: 100%;
}




#s-9940e898-122f-4caa-a962-a4e802453869 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9940e898-122f-4caa-a962-a4e802453869 .shg-gallery-thumb-image-wrapper {
  

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

#s-9940e898-122f-4caa-a962-a4e802453869 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9940e898-122f-4caa-a962-a4e802453869 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9940e898-122f-4caa-a962-a4e802453869 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9940e898-122f-4caa-a962-a4e802453869 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9940e898-122f-4caa-a962-a4e802453869 .shg-gallery-dot {
  background-color: #FFF;
}

#s-53c67d9d-1fa4-4d08-92d2-3d76a55928e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53c67d9d-1fa4-4d08-92d2-3d76a55928e7 .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-53c67d9d-1fa4-4d08-92d2-3d76a55928e7 .shogun-heading-component h1 {
  color: #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-53c67d9d-1fa4-4d08-92d2-3d76a55928e7 .shogun-heading-component h1 {
  color: #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-53c67d9d-1fa4-4d08-92d2-3d76a55928e7 .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-53c67d9d-1fa4-4d08-92d2-3d76a55928e7 .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-5a41c214-1c41-471d-9852-498142268815 {
  margin-bottom: 10px;
text-align: center;
}

#s-5a41c214-1c41-471d-9852-498142268815 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-5a41c214-1c41-471d-9852-498142268815 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-5a41c214-1c41-471d-9852-498142268815 .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-90dd0faa-550e-4eeb-b5d5-1e1452d59371 {
  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-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .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-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .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-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-90dd0faa-550e-4eeb-b5d5-1e1452d59371-btn-wrapper {
    text-align: center;
  }


#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-variant-btn:hover {
  background: #252525;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-variant-btn:active, #s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-90dd0faa-550e-4eeb-b5d5-1e1452d59371 .shg-variant-btn.disabled {
  background: #252525;
}

#s-937f068e-c018-49f9-8fdb-92bde59fdc22 {
  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-937f068e-c018-49f9-8fdb-92bde59fdc22 .shg-product-quantity-wrapper {
  display: flex;
}

#s-937f068e-c018-49f9-8fdb-92bde59fdc22 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32 {
  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-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32-atc-btn-wrapper {
    text-align: center;
  }


#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.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-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32-atc-btn-wrapper {
    text-align: center;
  }


#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.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-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32-atc-btn-wrapper {
    text-align: center;
  }


#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-6f0bedaa-f37d-4ca2-a43d-1b0b5438bf32.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-2e0d28fc-066b-462e-858c-121c83d3012b {
  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-2e0d28fc-066b-462e-858c-121c83d3012b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e0d28fc-066b-462e-858c-121c83d3012b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5317dfda-2387-4549-a8b9-205f3f4564f4 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-5317dfda-2387-4549-a8b9-205f3f4564f4 {
  display: none;
}
#s-8cd789c4-a339-4621-bbe2-68a02d6616bf {
  text-align: left;
}



.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cd789c4-a339-4621-bbe2-68a02d6616bf img.shogun-image {
  width: 100%;
}




#s-dab9f066-9ace-4899-badf-f9afb528e98a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-dab9f066-9ace-4899-badf-f9afb528e98a .shg-gallery-thumb-image-wrapper {
  

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

#s-dab9f066-9ace-4899-badf-f9afb528e98a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-dab9f066-9ace-4899-badf-f9afb528e98a .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-dab9f066-9ace-4899-badf-f9afb528e98a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-dab9f066-9ace-4899-badf-f9afb528e98a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-dab9f066-9ace-4899-badf-f9afb528e98a .shg-gallery-dot {
  background-color: #FFF;
}

#s-9e653a4d-ae9f-463d-9f52-94eb6315f814 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e653a4d-ae9f-463d-9f52-94eb6315f814 .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-9e653a4d-ae9f-463d-9f52-94eb6315f814 .shogun-heading-component h1 {
  color: #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-9e653a4d-ae9f-463d-9f52-94eb6315f814 .shogun-heading-component h1 {
  color: #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-9e653a4d-ae9f-463d-9f52-94eb6315f814 .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-9e653a4d-ae9f-463d-9f52-94eb6315f814 .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-fc2f62b7-821d-4443-a237-70a54e97ccc8 {
  margin-bottom: 10px;
text-align: center;
}

#s-fc2f62b7-821d-4443-a237-70a54e97ccc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-fc2f62b7-821d-4443-a237-70a54e97ccc8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-fc2f62b7-821d-4443-a237-70a54e97ccc8 .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-631e80cf-2ce0-42a4-928d-1ddf87fa302b {
  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-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .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-631e80cf-2ce0-42a4-928d-1ddf87fa302b .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-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-631e80cf-2ce0-42a4-928d-1ddf87fa302b-btn-wrapper {
    text-align: center;
  }


#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-variant-btn:hover {
  background: #252525;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-variant-btn:active, #s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-631e80cf-2ce0-42a4-928d-1ddf87fa302b .shg-variant-btn.disabled {
  background: #252525;
}

#s-84a7bfb4-876a-4371-8925-492fccfad6d6 {
  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-84a7bfb4-876a-4371-8925-492fccfad6d6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-84a7bfb4-876a-4371-8925-492fccfad6d6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5 {
  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-2be0eb8d-3399-46ec-b7fb-c0011ec50de5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5-atc-btn-wrapper {
    text-align: center;
  }


#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.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-2be0eb8d-3399-46ec-b7fb-c0011ec50de5-atc-btn-wrapper {
    text-align: center;
  }


#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.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-2be0eb8d-3399-46ec-b7fb-c0011ec50de5-atc-btn-wrapper {
    text-align: center;
  }


#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-2be0eb8d-3399-46ec-b7fb-c0011ec50de5.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-466c75ad-caf2-499d-bf13-f5fe14f27ed6 {
  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-466c75ad-caf2-499d-bf13-f5fe14f27ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466c75ad-caf2-499d-bf13-f5fe14f27ed6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da0c4168-35db-417d-a4fd-ee50bd29754d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-da0c4168-35db-417d-a4fd-ee50bd29754d {
  display: none;
}
#s-140aceb2-fc32-4096-a7ba-faaf2c81edff {
  text-align: left;
}



.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff img.shogun-image {
  width: 100%;
}



}

.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-140aceb2-fc32-4096-a7ba-faaf2c81edff img.shogun-image {
  width: 100%;
}




#s-05220d8c-56b8-47f8-96b6-4e855246d06e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-05220d8c-56b8-47f8-96b6-4e855246d06e .shg-gallery-thumb-image-wrapper {
  

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

#s-05220d8c-56b8-47f8-96b6-4e855246d06e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-05220d8c-56b8-47f8-96b6-4e855246d06e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-05220d8c-56b8-47f8-96b6-4e855246d06e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-05220d8c-56b8-47f8-96b6-4e855246d06e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-05220d8c-56b8-47f8-96b6-4e855246d06e .shg-gallery-dot {
  background-color: #FFF;
}

#s-37eca51e-c7ba-4fa4-9bf8-247e9179a9c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37eca51e-c7ba-4fa4-9bf8-247e9179a9c1 .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-37eca51e-c7ba-4fa4-9bf8-247e9179a9c1 .shogun-heading-component h1 {
  color: #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-37eca51e-c7ba-4fa4-9bf8-247e9179a9c1 .shogun-heading-component h1 {
  color: #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-37eca51e-c7ba-4fa4-9bf8-247e9179a9c1 .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-37eca51e-c7ba-4fa4-9bf8-247e9179a9c1 .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-07f7b154-b088-4a0c-b9f7-401ba990ba0a {
  margin-bottom: 10px;
text-align: center;
}

#s-07f7b154-b088-4a0c-b9f7-401ba990ba0a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-07f7b154-b088-4a0c-b9f7-401ba990ba0a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-07f7b154-b088-4a0c-b9f7-401ba990ba0a .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-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 {
  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-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .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-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .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-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9-btn-wrapper {
    text-align: center;
  }


#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-variant-btn:hover {
  background: #252525;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-variant-btn:active, #s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c6d60d7c-421b-4c29-98c7-b7ae5ffefbf9 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1f5bdf16-14d7-45f3-8513-8f043d047c21 {
  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-1f5bdf16-14d7-45f3-8513-8f043d047c21 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1f5bdf16-14d7-45f3-8513-8f043d047c21 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-c3b995fb-560c-4bd5-94fd-596216e395ae {
  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-c3b995fb-560c-4bd5-94fd-596216e395ae:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3b995fb-560c-4bd5-94fd-596216e395ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3b995fb-560c-4bd5-94fd-596216e395ae-atc-btn-wrapper {
    text-align: center;
  }


#s-c3b995fb-560c-4bd5-94fd-596216e395ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-c3b995fb-560c-4bd5-94fd-596216e395ae.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-c3b995fb-560c-4bd5-94fd-596216e395ae-atc-btn-wrapper {
    text-align: center;
  }


#s-c3b995fb-560c-4bd5-94fd-596216e395ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c3b995fb-560c-4bd5-94fd-596216e395ae.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-c3b995fb-560c-4bd5-94fd-596216e395ae-atc-btn-wrapper {
    text-align: center;
  }


#s-c3b995fb-560c-4bd5-94fd-596216e395ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-c3b995fb-560c-4bd5-94fd-596216e395ae.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-48bdffbb-31b2-4848-b8bd-62c621df40f1 {
  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-48bdffbb-31b2-4848-b8bd-62c621df40f1 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-48bdffbb-31b2-4848-b8bd-62c621df40f1 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-48bdffbb-31b2-4848-b8bd-62c621df40f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48bdffbb-31b2-4848-b8bd-62c621df40f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59153880-7fc0-490c-ac4a-a9b8f1a16ce1 {
  padding-bottom: 10px;
}

#s-59153880-7fc0-490c-ac4a-a9b8f1a16ce1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-f8b23737-0f7b-4dc8-abd3-a1fef5612d75 {
  padding-bottom: 10px;
}

#s-f8b23737-0f7b-4dc8-abd3-a1fef5612d75 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-19fea193-7650-42f9-8c5f-1014db6a1dff {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-19fea193-7650-42f9-8c5f-1014db6a1dff {
  
}
}
@media (min-width: 0px) {
[id="s-19fea193-7650-42f9-8c5f-1014db6a1dff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-19fea193-7650-42f9-8c5f-1014db6a1dff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-19fea193-7650-42f9-8c5f-1014db6a1dff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-19fea193-7650-42f9-8c5f-1014db6a1dff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-a6d88a55-a01d-4d06-8a28-2eb8f15ce746 {
  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-a6d88a55-a01d-4d06-8a28-2eb8f15ce746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6d88a55-a01d-4d06-8a28-2eb8f15ce746.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-565aa616-02be-4a27-bf90-0c7003ac7327 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-565aa616-02be-4a27-bf90-0c7003ac7327 {
  display: none;
}
#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 {
  text-align: left;
}



.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715d5313-fbcc-4aa6-b488-1e966f1940a5 img.shogun-image {
  width: 100%;
}




#s-00a9ed59-db99-4037-b752-b21681a5bc37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00a9ed59-db99-4037-b752-b21681a5bc37 .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-00a9ed59-db99-4037-b752-b21681a5bc37 .shogun-heading-component h1 {
  color: #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-00a9ed59-db99-4037-b752-b21681a5bc37 .shogun-heading-component h1 {
  color: #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-00a9ed59-db99-4037-b752-b21681a5bc37 .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-00a9ed59-db99-4037-b752-b21681a5bc37 .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-2523ba7d-c555-4e4d-9f30-02aa66774af0 {
  margin-bottom: 10px;
text-align: center;
}

#s-2523ba7d-c555-4e4d-9f30-02aa66774af0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-2523ba7d-c555-4e4d-9f30-02aa66774af0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-2523ba7d-c555-4e4d-9f30-02aa66774af0 .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-81cecd25-5132-4b15-b31b-428fe0581195 {
  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-81cecd25-5132-4b15-b31b-428fe0581195 .shg-product-quantity-wrapper {
  display: flex;
}

#s-81cecd25-5132-4b15-b31b-428fe0581195 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-fe1b2759-dc97-4131-af76-6b8307afee63 {
  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-fe1b2759-dc97-4131-af76-6b8307afee63:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe1b2759-dc97-4131-af76-6b8307afee63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe1b2759-dc97-4131-af76-6b8307afee63-atc-btn-wrapper {
    text-align: center;
  }


#s-fe1b2759-dc97-4131-af76-6b8307afee63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe1b2759-dc97-4131-af76-6b8307afee63.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-fe1b2759-dc97-4131-af76-6b8307afee63-atc-btn-wrapper {
    text-align: center;
  }


#s-fe1b2759-dc97-4131-af76-6b8307afee63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe1b2759-dc97-4131-af76-6b8307afee63.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-fe1b2759-dc97-4131-af76-6b8307afee63-atc-btn-wrapper {
    text-align: center;
  }


#s-fe1b2759-dc97-4131-af76-6b8307afee63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-fe1b2759-dc97-4131-af76-6b8307afee63.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-c1a65039-cac9-4858-ae55-702acb3d097c {
  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-c1a65039-cac9-4858-ae55-702acb3d097c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1a65039-cac9-4858-ae55-702acb3d097c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8dd9eaf2-9714-4728-9f16-7d03c1eac8c6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-8dd9eaf2-9714-4728-9f16-7d03c1eac8c6 {
  display: none;
}
#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 {
  text-align: left;
}



.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85f140c-6c96-45ba-82e3-a9e9a9a9d669 img.shogun-image {
  width: 100%;
}




#s-bb54703f-2736-4d4f-97de-09d724d8eb8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb54703f-2736-4d4f-97de-09d724d8eb8a .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-bb54703f-2736-4d4f-97de-09d724d8eb8a .shogun-heading-component h1 {
  color: #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-bb54703f-2736-4d4f-97de-09d724d8eb8a .shogun-heading-component h1 {
  color: #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-bb54703f-2736-4d4f-97de-09d724d8eb8a .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-bb54703f-2736-4d4f-97de-09d724d8eb8a .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-b40a4c25-fa6b-4e98-abb0-f87ce57c659e {
  margin-bottom: 10px;
text-align: center;
}

#s-b40a4c25-fa6b-4e98-abb0-f87ce57c659e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-b40a4c25-fa6b-4e98-abb0-f87ce57c659e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-b40a4c25-fa6b-4e98-abb0-f87ce57c659e .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-c52b78fd-4655-41e9-b350-4b2ea409d4d8 {
  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-c52b78fd-4655-41e9-b350-4b2ea409d4d8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c52b78fd-4655-41e9-b350-4b2ea409d4d8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6 {
  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-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6-atc-btn-wrapper {
    text-align: center;
  }


#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.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-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6-atc-btn-wrapper {
    text-align: center;
  }


#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.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-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6-atc-btn-wrapper {
    text-align: center;
  }


#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-91b039e5-6fd2-46b5-ad3f-e8ade4a683e6.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-88d10c01-671c-4ff7-a2f9-43a70c6e924b {
  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-88d10c01-671c-4ff7-a2f9-43a70c6e924b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88d10c01-671c-4ff7-a2f9-43a70c6e924b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7802263-69b1-4776-ab17-79c1f7b8f141 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d7802263-69b1-4776-ab17-79c1f7b8f141 {
  display: none;
}
#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d {
  text-align: left;
}



.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-118b8bc5-be67-4513-8555-a5ccd4c5ae9d img.shogun-image {
  width: 100%;
}




#s-07de7cda-9ea0-4c68-b7ad-137f1c5b922a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07de7cda-9ea0-4c68-b7ad-137f1c5b922a .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-07de7cda-9ea0-4c68-b7ad-137f1c5b922a .shogun-heading-component h1 {
  color: #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-07de7cda-9ea0-4c68-b7ad-137f1c5b922a .shogun-heading-component h1 {
  color: #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-07de7cda-9ea0-4c68-b7ad-137f1c5b922a .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-07de7cda-9ea0-4c68-b7ad-137f1c5b922a .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-d22b126f-3972-4651-b920-df49d22ae2f0 {
  margin-bottom: 10px;
text-align: center;
}

#s-d22b126f-3972-4651-b920-df49d22ae2f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-d22b126f-3972-4651-b920-df49d22ae2f0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d22b126f-3972-4651-b920-df49d22ae2f0 .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-6c3fa7e5-1b11-496a-a06e-088f24ca8fd9 {
  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-6c3fa7e5-1b11-496a-a06e-088f24ca8fd9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6c3fa7e5-1b11-496a-a06e-088f24ca8fd9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-e786e2ae-2f65-4e04-94f7-2f906f292adc {
  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-e786e2ae-2f65-4e04-94f7-2f906f292adc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e786e2ae-2f65-4e04-94f7-2f906f292adc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e786e2ae-2f65-4e04-94f7-2f906f292adc-atc-btn-wrapper {
    text-align: center;
  }


#s-e786e2ae-2f65-4e04-94f7-2f906f292adc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-e786e2ae-2f65-4e04-94f7-2f906f292adc.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-e786e2ae-2f65-4e04-94f7-2f906f292adc-atc-btn-wrapper {
    text-align: center;
  }


#s-e786e2ae-2f65-4e04-94f7-2f906f292adc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e786e2ae-2f65-4e04-94f7-2f906f292adc.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-e786e2ae-2f65-4e04-94f7-2f906f292adc-atc-btn-wrapper {
    text-align: center;
  }


#s-e786e2ae-2f65-4e04-94f7-2f906f292adc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-e786e2ae-2f65-4e04-94f7-2f906f292adc.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-f8655d7c-ed6f-44b4-889a-3929dd7d95e3 {
  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-f8655d7c-ed6f-44b4-889a-3929dd7d95e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8655d7c-ed6f-44b4-889a-3929dd7d95e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a00d49f6-6907-4656-ab95-b6fb97e0087c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a00d49f6-6907-4656-ab95-b6fb97e0087c {
  display: none;
}
#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc {
  text-align: left;
}



.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc img.shogun-image {
  width: 100%;
}



}

.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e06199-645e-4f3c-92d9-f4ce4e83c7fc img.shogun-image {
  width: 100%;
}




#s-0ad4e42a-6213-4d97-a5a8-42ed5723a10c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ad4e42a-6213-4d97-a5a8-42ed5723a10c .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-0ad4e42a-6213-4d97-a5a8-42ed5723a10c .shogun-heading-component h1 {
  color: #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-0ad4e42a-6213-4d97-a5a8-42ed5723a10c .shogun-heading-component h1 {
  color: #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-0ad4e42a-6213-4d97-a5a8-42ed5723a10c .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-0ad4e42a-6213-4d97-a5a8-42ed5723a10c .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-6b7941a1-8150-401e-93ed-d78fdf5bb42c {
  margin-bottom: 10px;
text-align: center;
}

#s-6b7941a1-8150-401e-93ed-d78fdf5bb42c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-6b7941a1-8150-401e-93ed-d78fdf5bb42c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6b7941a1-8150-401e-93ed-d78fdf5bb42c .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-701c62ae-fa97-41eb-b2ba-f3b4aff3f3fa {
  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-701c62ae-fa97-41eb-b2ba-f3b4aff3f3fa .shg-product-quantity-wrapper {
  display: flex;
}

#s-701c62ae-fa97-41eb-b2ba-f3b4aff3f3fa .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0 {
  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-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0-atc-btn-wrapper {
    text-align: center;
  }


#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.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-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0-atc-btn-wrapper {
    text-align: center;
  }


#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.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-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0-atc-btn-wrapper {
    text-align: center;
  }


#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-cfbe3b4c-4cd6-47f5-974e-ceb17aac4ab0.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-79ebc122-1782-4a1f-bf5f-e8a6e129ad6b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-79ebc122-1782-4a1f-bf5f-e8a6e129ad6b {
  
}
}
@media (min-width: 0px) {
[id="s-79ebc122-1782-4a1f-bf5f-e8a6e129ad6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-79ebc122-1782-4a1f-bf5f-e8a6e129ad6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-79ebc122-1782-4a1f-bf5f-e8a6e129ad6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-79ebc122-1782-4a1f-bf5f-e8a6e129ad6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-3049c522-f491-475c-ac0a-e8c734043ec7 {
  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-3049c522-f491-475c-ac0a-e8c734043ec7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3049c522-f491-475c-ac0a-e8c734043ec7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc2d6330-8409-4583-8055-6ef12b0a31cd {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-fc2d6330-8409-4583-8055-6ef12b0a31cd {
  display: none;
}
#s-a98e2f37-5cda-459b-a105-acd257119001 {
  text-align: left;
}



.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98e2f37-5cda-459b-a105-acd257119001 img.shogun-image {
  width: 100%;
}




#s-0fbc93d6-c1d5-4d7e-883c-94a9b7a7df15 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0fbc93d6-c1d5-4d7e-883c-94a9b7a7df15 .shg-gallery-thumb-image-wrapper {
  

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

#s-0fbc93d6-c1d5-4d7e-883c-94a9b7a7df15 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-0fbc93d6-c1d5-4d7e-883c-94a9b7a7df15 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-0fbc93d6-c1d5-4d7e-883c-94a9b7a7df15 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-0fbc93d6-c1d5-4d7e-883c-94a9b7a7df15 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-0fbc93d6-c1d5-4d7e-883c-94a9b7a7df15 .shg-gallery-dot {
  background-color: #FFF;
}

#s-1c7412e1-d5d9-4876-9b10-df89b2d7a4bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c7412e1-d5d9-4876-9b10-df89b2d7a4bc .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-1c7412e1-d5d9-4876-9b10-df89b2d7a4bc .shogun-heading-component h1 {
  color: #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-1c7412e1-d5d9-4876-9b10-df89b2d7a4bc .shogun-heading-component h1 {
  color: #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-1c7412e1-d5d9-4876-9b10-df89b2d7a4bc .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-1c7412e1-d5d9-4876-9b10-df89b2d7a4bc .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-09c69e02-dc79-483e-93b6-b1699a05e6c1 {
  margin-bottom: 10px;
text-align: center;
}

#s-09c69e02-dc79-483e-93b6-b1699a05e6c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-09c69e02-dc79-483e-93b6-b1699a05e6c1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-09c69e02-dc79-483e-93b6-b1699a05e6c1 .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-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae {
  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-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .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-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .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-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae-btn-wrapper {
    text-align: center;
  }


#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-variant-btn:hover {
  background: #252525;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-variant-btn:active, #s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b7c1a0e1-1f3c-446e-b26e-f23e56a059ae .shg-variant-btn.disabled {
  background: #252525;
}

#s-4c8d962f-40dd-471b-9504-1d07ceece742 {
  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-4c8d962f-40dd-471b-9504-1d07ceece742 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4c8d962f-40dd-471b-9504-1d07ceece742 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-31ecd948-89a4-4258-876a-dd46c1a9411b {
  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-31ecd948-89a4-4258-876a-dd46c1a9411b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31ecd948-89a4-4258-876a-dd46c1a9411b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31ecd948-89a4-4258-876a-dd46c1a9411b-atc-btn-wrapper {
    text-align: center;
  }


#s-31ecd948-89a4-4258-876a-dd46c1a9411b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-31ecd948-89a4-4258-876a-dd46c1a9411b.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-31ecd948-89a4-4258-876a-dd46c1a9411b-atc-btn-wrapper {
    text-align: center;
  }


#s-31ecd948-89a4-4258-876a-dd46c1a9411b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-31ecd948-89a4-4258-876a-dd46c1a9411b.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-31ecd948-89a4-4258-876a-dd46c1a9411b-atc-btn-wrapper {
    text-align: center;
  }


#s-31ecd948-89a4-4258-876a-dd46c1a9411b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-31ecd948-89a4-4258-876a-dd46c1a9411b.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7b21fa32-3387-4442-8518-ecc89cda2cb4 {
  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-7b21fa32-3387-4442-8518-ecc89cda2cb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b21fa32-3387-4442-8518-ecc89cda2cb4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ded89bdd-3a15-4b54-9031-c7547aae29e8 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ded89bdd-3a15-4b54-9031-c7547aae29e8 {
  display: none;
}
#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 {
  text-align: left;
}



.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dfb6f01-7b9e-476a-831c-536e33c698a7 img.shogun-image {
  width: 100%;
}




#s-86f6db18-d81b-43f2-93c3-bb19ac616de2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-86f6db18-d81b-43f2-93c3-bb19ac616de2 .shg-gallery-thumb-image-wrapper {
  

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

#s-86f6db18-d81b-43f2-93c3-bb19ac616de2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-86f6db18-d81b-43f2-93c3-bb19ac616de2 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-86f6db18-d81b-43f2-93c3-bb19ac616de2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-86f6db18-d81b-43f2-93c3-bb19ac616de2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-86f6db18-d81b-43f2-93c3-bb19ac616de2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4f7b9300-60cd-4cb4-b1f3-b91ecdb68ded {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f7b9300-60cd-4cb4-b1f3-b91ecdb68ded .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-4f7b9300-60cd-4cb4-b1f3-b91ecdb68ded .shogun-heading-component h1 {
  color: #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-4f7b9300-60cd-4cb4-b1f3-b91ecdb68ded .shogun-heading-component h1 {
  color: #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-4f7b9300-60cd-4cb4-b1f3-b91ecdb68ded .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-4f7b9300-60cd-4cb4-b1f3-b91ecdb68ded .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-282d34d0-3b3b-4e89-8dfa-386245f2f7da {
  margin-bottom: 10px;
text-align: center;
}

#s-282d34d0-3b3b-4e89-8dfa-386245f2f7da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-282d34d0-3b3b-4e89-8dfa-386245f2f7da .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-282d34d0-3b3b-4e89-8dfa-386245f2f7da .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-d725761a-cd2d-4a3d-b336-e2ec6be967fc {
  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-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .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-d725761a-cd2d-4a3d-b336-e2ec6be967fc .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-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d725761a-cd2d-4a3d-b336-e2ec6be967fc-btn-wrapper {
    text-align: center;
  }


#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-variant-btn:hover {
  background: #252525;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-variant-btn:active, #s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d725761a-cd2d-4a3d-b336-e2ec6be967fc .shg-variant-btn.disabled {
  background: #252525;
}

#s-69ed4761-16f2-46a1-ae84-64131e3e85b1 {
  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-69ed4761-16f2-46a1-ae84-64131e3e85b1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-69ed4761-16f2-46a1-ae84-64131e3e85b1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954 {
  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-3cf70b3a-4b78-4cd8-bad0-7281a2800954:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3cf70b3a-4b78-4cd8-bad0-7281a2800954-atc-btn-wrapper {
    text-align: center;
  }


#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.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-3cf70b3a-4b78-4cd8-bad0-7281a2800954-atc-btn-wrapper {
    text-align: center;
  }


#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.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-3cf70b3a-4b78-4cd8-bad0-7281a2800954-atc-btn-wrapper {
    text-align: center;
  }


#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-3cf70b3a-4b78-4cd8-bad0-7281a2800954.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-7a24e5d2-0363-4e84-bac8-17d4ea83308b {
  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-7a24e5d2-0363-4e84-bac8-17d4ea83308b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a24e5d2-0363-4e84-bac8-17d4ea83308b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-28e2321a-7415-4688-93b7-1386615e4f83 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-28e2321a-7415-4688-93b7-1386615e4f83 {
  display: none;
}
#s-d3b48177-78df-456c-aaa4-1e9745e1a090 {
  text-align: left;
}



.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b48177-78df-456c-aaa4-1e9745e1a090 img.shogun-image {
  width: 100%;
}




#s-ea3ebb4c-3208-4aa0-8bf0-630e5ac66df0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ea3ebb4c-3208-4aa0-8bf0-630e5ac66df0 .shg-gallery-thumb-image-wrapper {
  

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

#s-ea3ebb4c-3208-4aa0-8bf0-630e5ac66df0 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ea3ebb4c-3208-4aa0-8bf0-630e5ac66df0 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ea3ebb4c-3208-4aa0-8bf0-630e5ac66df0 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ea3ebb4c-3208-4aa0-8bf0-630e5ac66df0 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ea3ebb4c-3208-4aa0-8bf0-630e5ac66df0 .shg-gallery-dot {
  background-color: #FFF;
}

#s-b3791b8f-0a11-480d-844c-41724b440c55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3791b8f-0a11-480d-844c-41724b440c55 .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-b3791b8f-0a11-480d-844c-41724b440c55 .shogun-heading-component h1 {
  color: #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-b3791b8f-0a11-480d-844c-41724b440c55 .shogun-heading-component h1 {
  color: #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-b3791b8f-0a11-480d-844c-41724b440c55 .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-b3791b8f-0a11-480d-844c-41724b440c55 .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-842ccbaf-0095-42c7-85ea-798c47a74d08 {
  margin-bottom: 10px;
text-align: center;
}

#s-842ccbaf-0095-42c7-85ea-798c47a74d08 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-842ccbaf-0095-42c7-85ea-798c47a74d08 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-842ccbaf-0095-42c7-85ea-798c47a74d08 .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-5a112adf-67c7-4076-99dd-f2f32cf5456a {
  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-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .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-5a112adf-67c7-4076-99dd-f2f32cf5456a .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-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5a112adf-67c7-4076-99dd-f2f32cf5456a-btn-wrapper {
    text-align: center;
  }


#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-variant-btn:hover {
  background: #252525;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-variant-btn:active, #s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5a112adf-67c7-4076-99dd-f2f32cf5456a .shg-variant-btn.disabled {
  background: #252525;
}

#s-105e6bde-3134-4716-a235-2b291bdb02b2 {
  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-105e6bde-3134-4716-a235-2b291bdb02b2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-105e6bde-3134-4716-a235-2b291bdb02b2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76 {
  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-a1791471-bd7f-4bb7-ac53-cc7784dd4d76:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76-atc-btn-wrapper {
    text-align: center;
  }


#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.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-a1791471-bd7f-4bb7-ac53-cc7784dd4d76-atc-btn-wrapper {
    text-align: center;
  }


#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.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-a1791471-bd7f-4bb7-ac53-cc7784dd4d76-atc-btn-wrapper {
    text-align: center;
  }


#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-a1791471-bd7f-4bb7-ac53-cc7784dd4d76.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-b13c2f4e-4221-4c92-90c4-4dd8b9b2fe07 {
  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-b13c2f4e-4221-4c92-90c4-4dd8b9b2fe07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b13c2f4e-4221-4c92-90c4-4dd8b9b2fe07.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32267f2b-1539-45b9-823b-a3e62124ca1c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-32267f2b-1539-45b9-823b-a3e62124ca1c {
  display: none;
}
#s-282daa66-0980-4fe1-babd-8a691941991b {
  text-align: left;
}



.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-282daa66-0980-4fe1-babd-8a691941991b img.shogun-image {
  width: 100%;
}




#s-a85e43f6-f4ac-4ce7-8fa6-75e23364a07c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a85e43f6-f4ac-4ce7-8fa6-75e23364a07c .shg-gallery-thumb-image-wrapper {
  

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

#s-a85e43f6-f4ac-4ce7-8fa6-75e23364a07c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a85e43f6-f4ac-4ce7-8fa6-75e23364a07c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a85e43f6-f4ac-4ce7-8fa6-75e23364a07c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a85e43f6-f4ac-4ce7-8fa6-75e23364a07c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a85e43f6-f4ac-4ce7-8fa6-75e23364a07c .shg-gallery-dot {
  background-color: #FFF;
}

#s-aa83d3a2-fbfc-4d77-8425-96735bdb33d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa83d3a2-fbfc-4d77-8425-96735bdb33d5 .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-aa83d3a2-fbfc-4d77-8425-96735bdb33d5 .shogun-heading-component h1 {
  color: #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-aa83d3a2-fbfc-4d77-8425-96735bdb33d5 .shogun-heading-component h1 {
  color: #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-aa83d3a2-fbfc-4d77-8425-96735bdb33d5 .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-aa83d3a2-fbfc-4d77-8425-96735bdb33d5 .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-32ccd616-bce2-487e-a753-342731748f82 {
  margin-bottom: 10px;
text-align: center;
}

#s-32ccd616-bce2-487e-a753-342731748f82 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-32ccd616-bce2-487e-a753-342731748f82 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-32ccd616-bce2-487e-a753-342731748f82 .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-60d52f59-2c86-4b05-8d52-43b7059c6221 {
  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-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .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-60d52f59-2c86-4b05-8d52-43b7059c6221 .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-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-60d52f59-2c86-4b05-8d52-43b7059c6221-btn-wrapper {
    text-align: center;
  }


#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-variant-btn:hover {
  background: #252525;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-variant-btn:active, #s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-60d52f59-2c86-4b05-8d52-43b7059c6221 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1efed75c-647b-4658-bcfb-aa66585dff82 {
  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-1efed75c-647b-4658-bcfb-aa66585dff82 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1efed75c-647b-4658-bcfb-aa66585dff82 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-f54103be-4cc2-4405-8ad6-7c750efb2c11 {
  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-f54103be-4cc2-4405-8ad6-7c750efb2c11:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f54103be-4cc2-4405-8ad6-7c750efb2c11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f54103be-4cc2-4405-8ad6-7c750efb2c11-atc-btn-wrapper {
    text-align: center;
  }


#s-f54103be-4cc2-4405-8ad6-7c750efb2c11 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}


  #s-f54103be-4cc2-4405-8ad6-7c750efb2c11.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-f54103be-4cc2-4405-8ad6-7c750efb2c11-atc-btn-wrapper {
    text-align: center;
  }


#s-f54103be-4cc2-4405-8ad6-7c750efb2c11 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f54103be-4cc2-4405-8ad6-7c750efb2c11.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-f54103be-4cc2-4405-8ad6-7c750efb2c11-atc-btn-wrapper {
    text-align: center;
  }


#s-f54103be-4cc2-4405-8ad6-7c750efb2c11 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Nunito Sans;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


  #s-f54103be-4cc2-4405-8ad6-7c750efb2c11.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Nunito Sans;
    
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
  }

}
#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-cb07202e-d41b-4dbd-9607-5cd8696f24d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd01f8cf-9820-44de-93e8-1a416f85a155 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-bottom: 100px;
min-height: 400px;
max-width: 1400px;
}








#s-fd01f8cf-9820-44de-93e8-1a416f85a155 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fd01f8cf-9820-44de-93e8-1a416f85a155.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-31237a40-28f0-402d-bcd2-6e301a5b875a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}








#s-31237a40-28f0-402d-bcd2-6e301a5b875a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31237a40-28f0-402d-bcd2-6e301a5b875a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
}
@media (min-width: 1200px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 85px;
}
}@media (max-width: 767px){#s-98bb157c-6511-4ac3-bdf4-7e9685e3cef9 {
  margin-bottom: 45px;
}
}
#s-3245c856-0afa-4565-8ba5-4e1c2bea357d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-3245c856-0afa-4565-8ba5-4e1c2bea357d img.shogun-image {
    

    
    
    
  }


#s-3245c856-0afa-4565-8ba5-4e1c2bea357d .shogun-image-content {
  
    align-items: center;
  
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 {
  margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-3632377f-bd2a-40a2-ac32-3e990f2a0799 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-37b94ae2-33da-4c82-81f3-bffc19a065af {
  margin-bottom: 0px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 6px;
  text-align: center;
}


@media (max-width: 767px){#s-37b94ae2-33da-4c82-81f3-bffc19a065af .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f {
  text-align: center;
}

#s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown span, #s-b81a6aec-a681-4811-80f9-0eec0f1aff5f .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 {
  background-size: cover;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}








#s-94e53a1b-2eaf-4c35-92a1-103c2642c734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e53a1b-2eaf-4c35-92a1-103c2642c734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  display: none;
}
#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395, #wrap-s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 { display:none !important; }}@media (max-width: 767px){#s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395 {
  margin-left: 0px;
max-width: 250px;
}
}
@media (min-width: 0px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-ee037bf2-eb8a-4640-ab7b-d268b5e3c395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-320c6859-9d88-49f0-81cf-84f0e30fb5cb img.shogun-image {
    

    
    
    
  }


#s-320c6859-9d88-49f0-81cf-84f0e30fb5cb .shogun-image-content {
  
    align-items: center;
  
}

#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 1200px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}@media (max-width: 767px){#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 {
  display: none;
}
#s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12, #wrap-s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fe5dc63d-435a-4f2e-ac62-0c64b9751a12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 20%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}







  #s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 img.shogun-image {
    

    
    
    
  }


#s-2cffd5c0-98f3-48fc-b54b-49adf0206ec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-right: 75px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-7865ecb4-cd7b-41cb-8a20-34be6b837877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7865ecb4-cd7b-41cb-8a20-34be6b837877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f {
  padding-bottom: 10px;
}

#s-aa0d3b60-e55c-4aa8-8273-eb276da0cd3f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e9002367-332c-485d-9e07-bad45cb7fa5d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9002367-332c-485d-9e07-bad45cb7fa5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-02a21851-a48a-4a83-ad66-01f2a463ab3f {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02a21851-a48a-4a83-ad66-01f2a463ab3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a21851-a48a-4a83-ad66-01f2a463ab3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-bcd6f1b8-736d-49ae-b04e-cf82d9d078e6 {
  display: none;
}
#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce {
  text-align: left;
}



.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}



}

.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78f4628b-ca8a-4b3e-8e13-f0c67f379bce img.shogun-image {
  width: 100%;
}




#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


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


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


}@media (max-width: 767px){#s-bf9e3cc8-8ca8-4d35-a158-6896f64df843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a {
  margin-bottom: 10px;
text-align: center;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-1af6d994-5b3e-4ae1-8703-ba0f3f451f2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-75646c98-5c46-4820-aee3-608122bf3fc0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75646c98-5c46-4820-aee3-608122bf3fc0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75646c98-5c46-4820-aee3-608122bf3fc0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-75646c98-5c46-4820-aee3-608122bf3fc0-btn-wrapper {
    text-align: center;
  }


#s-75646c98-5c46-4820-aee3-608122bf3fc0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4af5a7c-1121-4c2d-be6f-5db647c7a56d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ae7ef51b-e026-4206-bc56-f17d51097183 {
  display: none;
}
#s-151b13c0-8e59-4104-b470-52492f7127f8 {
  text-align: left;
}



.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-151b13c0-8e59-4104-b470-52492f7127f8 img.shogun-image {
  width: 100%;
}




#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-293e25e9-4ee9-4c34-bac6-d28d3bb631f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 {
  margin-bottom: 10px;
text-align: center;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9db83fbe-9c7c-48e3-9877-6b3c6cab8f67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0be78700-35f3-42ac-a61b-f7c9842ad258 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0be78700-35f3-42ac-a61b-f7c9842ad258:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0be78700-35f3-42ac-a61b-f7c9842ad258:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-0be78700-35f3-42ac-a61b-f7c9842ad258-btn-wrapper {
    text-align: center;
  }


#s-0be78700-35f3-42ac-a61b-f7c9842ad258.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-89705d1d-067d-47ab-8944-42329736d01a {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89705d1d-067d-47ab-8944-42329736d01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89705d1d-067d-47ab-8944-42329736d01a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cccbcdcb-5207-4a34-be37-9000f95512bf {
  display: none;
}
#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f {
  text-align: left;
}



.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bd94b9b-dfd7-4f00-9791-31ef8b98545f img.shogun-image {
  width: 100%;
}




#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-48db538d-c8a5-46ad-a02b-4d18ab3d7dd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 {
  margin-bottom: 10px;
text-align: center;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-9fcc6d0c-abc7-4f0c-81cb-af0181bf3e53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6-btn-wrapper {
    text-align: center;
  }


#s-13ef7c6f-2431-4855-9917-ba3cbf49e7f6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-fb3ecd9e-c574-42b6-9357-646079b41147 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fb3ecd9e-c574-42b6-9357-646079b41147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3ecd9e-c574-42b6-9357-646079b41147.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-4d6e6c5a-3d75-482b-a9c0-1eb464ab9860 {
  display: none;
}
#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe {
  text-align: left;
}



.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0000e99-8257-4bd4-95ce-ea140ead6cbe img.shogun-image {
  width: 100%;
}




#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


@media (min-width: 1200px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}@media (max-width: 767px){#s-f7fa12d3-43a3-478a-9588-9bd0a2f2f205 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  
}


}
#s-71aba984-5ccf-407d-8367-907b9ce21050 {
  margin-bottom: 10px;
text-align: center;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Nunito Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-71aba984-5ccf-407d-8367-907b9ce21050 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6534cf27-2b2e-477b-80b8-c510c4691fe6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(199, 55, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6534cf27-2b2e-477b-80b8-c510c4691fe6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
  #s-6534cf27-2b2e-477b-80b8-c510c4691fe6-btn-wrapper {
    text-align: center;
  }


#s-6534cf27-2b2e-477b-80b8-c510c4691fe6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}

#s-24cba8ab-a161-4904-93c1-9bee54401815 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-24cba8ab-a161-4904-93c1-9bee54401815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cba8ab-a161-4904-93c1-9bee54401815.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 55px;
padding-left: 40px;
padding-bottom: 55px;
padding-right: 40px;
min-height: 600px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  display: none;
}
#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e, #wrap-s-ef0561c2-2749-45fe-86b3-e57cb2cd693e { display:none !important; }}@media (max-width: 767px){#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e {
  display: none;
}
#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e, #wrap-s-ef0561c2-2749-45fe-86b3-e57cb2cd693e { display:none !important; }}







#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef0561c2-2749-45fe-86b3-e57cb2cd693e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e315520-6ae8-47ca-b086-caa7123004d4 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e315520-6ae8-47ca-b086-caa7123004d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-942b28a5-94e5-4d7a-89d3-453849b4d683 {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-942b28a5-94e5-4d7a-89d3-453849b4d683 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}







#s-942b28a5-94e5-4d7a-89d3-453849b4d683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-942b28a5-94e5-4d7a-89d3-453849b4d683.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8718c457-2627-4ec8-bf58-f0601ec04c72 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 350px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-8718c457-2627-4ec8-bf58-f0601ec04c72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8718c457-2627-4ec8-bf58-f0601ec04c72 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-8718c457-2627-4ec8-bf58-f0601ec04c72 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-18625f4e-542c-48c0-afc8-4720f732d602 {
  margin-top: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-18625f4e-542c-48c0-afc8-4720f732d602 {
  padding-bottom: 0px;
text-align: center;
}
}
#s-18625f4e-542c-48c0-afc8-4720f732d602 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-18625f4e-542c-48c0-afc8-4720f732d602 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 1.5px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-error-msg-container, #s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-field-error-msg-container {
  display: none;
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-5c91a3d5-5555-46b2-9fca-20ec45e1d145 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

@media (min-width: 0px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77f56ed0-5756-43e8-a377-472efc5967ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-893dc70f-8f9f-4d30-8b45-3f6f2bd0a1f1 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-f3f0f849-950d-4599-996a-2bce126d0b15 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-f3f0f849-950d-4599-996a-2bce126d0b15  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-f3f0f849-950d-4599-996a-2bce126d0b15  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-f3f0f849-950d-4599-996a-2bce126d0b15 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-f3f0f849-950d-4599-996a-2bce126d0b15 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-522d734f-0fec-4e23-94a2-129d80e506d7 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-522d734f-0fec-4e23-94a2-129d80e506d7  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-522d734f-0fec-4e23-94a2-129d80e506d7  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-522d734f-0fec-4e23-94a2-129d80e506d7 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-522d734f-0fec-4e23-94a2-129d80e506d7 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-adb13c67-e97d-4cbf-9d64-f5dc76cd2acc .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-9e30e952-e444-4898-9c60-2c2304dd59dd {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-9e30e952-e444-4898-9c60-2c2304dd59dd  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-9e30e952-e444-4898-9c60-2c2304dd59dd  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-9e30e952-e444-4898-9c60-2c2304dd59dd .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-9e30e952-e444-4898-9c60-2c2304dd59dd .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-09df1132-41f6-425d-89c2-5adf12969fc7 {
  margin-top: 26px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 14px;
line-height: 1.5em;
letter-spacing: 1.5px;
}
#s-09df1132-41f6-425d-89c2-5adf12969fc7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09df1132-41f6-425d-89c2-5adf12969fc7:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled],
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled]:hover,
#s-09df1132-41f6-425d-89c2-5adf12969fc7[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-09df1132-41f6-425d-89c2-5adf12969fc7 {
  display:  block ;
  width:  100% ;
}


#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 55px;
padding-left: 40px;
padding-bottom: 55px;
padding-right: 40px;
min-height: 600px;
background-position: center top;
}
@media (min-width: 1200px){#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  display: none;
}
#s-9cf1c122-c316-4891-b50e-f20510cfc3c7, #wrap-s-9cf1c122-c316-4891-b50e-f20510cfc3c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 {
  display: none;
}
#s-9cf1c122-c316-4891-b50e-f20510cfc3c7, #wrap-s-9cf1c122-c316-4891-b50e-f20510cfc3c7 { display:none !important; }}







#s-9cf1c122-c316-4891-b50e-f20510cfc3c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf1c122-c316-4891-b50e-f20510cfc3c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c5e4e97-4b19-45e1-bf75-333129c706ca {
  box-shadow:0px 0px 30px 5px rgba(3, 3, 3, 0.21);
border-style: solid;
margin-top: 250px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1c5e4e97-4b19-45e1-bf75-333129c706ca {
  margin-top: 150px;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-1c5e4e97-4b19-45e1-bf75-333129c706ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5e4e97-4b19-45e1-bf75-333129c706ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 350px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
display: none;
}
#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede, #wrap-s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede { display:none !important; }}
#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-f94b53cc-af52-4f5b-a8d4-6b50a9cf1ede .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  display: none;
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a, #wrap-s-5728cd12-c752-4c6d-8958-3489f74ddb8a { display:none !important; }}@media (max-width: 767px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5728cd12-c752-4c6d-8958-3489f74ddb8a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-5728cd12-c752-4c6d-8958-3489f74ddb8a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-a5fd466d-32d0-4596-b209-046cd52db251 {
  margin-top: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a5fd466d-32d0-4596-b209-046cd52db251 {
  padding-bottom: 0px;
text-align: center;
}
}
#s-a5fd466d-32d0-4596-b209-046cd52db251 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a5fd466d-32d0-4596-b209-046cd52db251 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  800; 
  color: rgba(0, 0, 0, 0);
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: ;
  line-height: 1em;
  letter-spacing: 1.5px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: ;
  color: #008000;
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  justify-content: flex-start;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-error-msg-container, #s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-field-error-msg-container {
  display: none;
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-error-msg {
  font-size: 14px;
  font-style: ;
  color: rgba(199, 55, 59, 1);
  font-family: Nunito Sans;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}

#s-e47f6b03-05ad-41d9-a704-04b6ae26b665 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(199, 55, 59, 1);
}

@media (min-width: 0px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01c34e65-05b2-481e-98aa-9045e1817d14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-5fe5c179-3453-4ff7-a3eb-38dcd39f4ab5 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-091b9dfa-1a45-43fe-88cb-b1c755ea7571 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-6c3c6542-1175-4994-9166-9ab2b828ef40 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

#s-6c3c6542-1175-4994-9166-9ab2b828ef40  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-6c3c6542-1175-4994-9166-9ab2b828ef40  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-6c3c6542-1175-4994-9166-9ab2b828ef40 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-6c3c6542-1175-4994-9166-9ab2b828ef40 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-29b947ac-e180-45fc-89e5-475ceea93cf5 {
  margin-top: -20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-29b947ac-e180-45fc-89e5-475ceea93cf5  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-29b947ac-e180-45fc-89e5-475ceea93cf5  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-29b947ac-e180-45fc-89e5-475ceea93cf5 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-29b947ac-e180-45fc-89e5-475ceea93cf5 .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c {
  margin-top: -20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}

#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  font-style: ;
  color: rgba(0, 0, 0, 1);
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 2em;
  
}


#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-cb2dea70-13b5-4ee9-aad1-43e07980ec9c .shogun-form-text-input-field:focus {
  border-width: 2px;
  border-color: rgba(199, 55, 59, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-0f07e829-9012-4a6a-943b-662428a2ecc2 {
  margin-top: 5px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(199, 55, 59, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Nunito Sans;
font-weight: 900;
font-size: 14px;
line-height: 1.5em;
letter-spacing: 1.5px;
}
#s-0f07e829-9012-4a6a-943b-662428a2ecc2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f07e829-9012-4a6a-943b-662428a2ecc2:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled],
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled]:hover,
#s-0f07e829-9012-4a6a-943b-662428a2ecc2[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-0f07e829-9012-4a6a-943b-662428a2ecc2 {
  display:  block ;
  width:  100% ;
}


#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a2455a-2904-4f4c-aa2d-217ce9bc29fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}
@media (max-width: 767px){#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  margin-top: 0px;
}
}
#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 {
  background-image: url();
}








#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea43a3c-35a0-4a93-b68a-8d61c04a7138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba7868ba-883b-4e30-a3fe-f906059b1843 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-ba7868ba-883b-4e30-a3fe-f906059b1843 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-11b8d962-2dbb-4007-aa29-7e3ba881ff42 {
  text-align: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
