.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}
#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  background-image: url(https://i.shgcdn.com/40c0a20a-5990-4c5f-8b78-34987c9c1490/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (max-width: 767px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}
#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bellefair";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



.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-87672148-476e-4c1a-bd48-52676e371d63 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (max-width: 767px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}
#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (max-width: 767px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}
@media (min-width: 0px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.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-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}@media (max-width: 767px){#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a {
  
}
}

  #s-e766ca72-590c-4b7f-90f2-fe5be4462c8a-root {
    text-align: center;
  }


#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e766ca72-590c-4b7f-90f2-fe5be4462c8a-root {
    text-align: center;
  }


#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e766ca72-590c-4b7f-90f2-fe5be4462c8a-root {
    text-align: center;
  }


#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e766ca72-590c-4b7f-90f2-fe5be4462c8a-root {
    text-align: center;
  }


#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e766ca72-590c-4b7f-90f2-fe5be4462c8a-root {
    text-align: center;
  }


#s-e766ca72-590c-4b7f-90f2-fe5be4462c8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-image: url(https://i.shgcdn.com/a316a225-73aa-4f07-ae3b-65d2c28833ec/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(25, 19, 2, 1);
  opacity: 0;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (max-width: 767px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}
#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bellefair";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}@media (max-width: 767px){#s-9cb4c4ba-eaf4-44f7-84eb-d9d0d7ea4ade {
  
}
}
#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (max-width: 767px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}
@media (min-width: 0px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (max-width: 767px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}

  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (max-width: 767px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}
@media (min-width: 0px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper {
  text-align: right;
}


#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  opacity: 1;
}
@media (min-width: 1200px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (max-width: 767px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}
#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (max-width: 767px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}
@media (min-width: 0px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper {
  text-align: right;
}


#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1cebc791-e424-4553-9727-7e1390519268 {
  opacity: 1;
}
@media (min-width: 1200px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (max-width: 767px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}
#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (max-width: 767px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}
@media (min-width: 0px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper {
  text-align: right;
}


#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  opacity: 1;
}
@media (min-width: 1200px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (max-width: 767px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}@media (max-width: 767px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}
#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bellefair";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}@media (max-width: 767px){#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac {
  
}
}
#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac .shg-sld-nav-button.shg-sld-left,
#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
@media (min-width: 1200px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}@media (max-width: 767px){#s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee {
  
}
}
@media (min-width: 0px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-68acdd10-3691-45da-968a-16355a9798b3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}@media (max-width: 767px){#s-68acdd10-3691-45da-968a-16355a9798b3 {
  
}
}
.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-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}@media (max-width: 767px){#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce {
  
}
}


.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-fea76683-03df-4c37-b5b3-382f527f409c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}@media (max-width: 767px){#s-fea76683-03df-4c37-b5b3-382f527f409c {
  
}
}
#s-fea76683-03df-4c37-b5b3-382f527f409c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  text-align: center;
}
@media (min-width: 1200px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}@media (max-width: 767px){#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 {
  
}
}
#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

.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-6c567d96-0826-4824-915e-79ca5bcc409b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-6c567d96-0826-4824-915e-79ca5bcc409b:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6c567d96-0826-4824-915e-79ca5bcc409b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}@media (max-width: 767px){#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  
}
}


#s-6c567d96-0826-4824-915e-79ca5bcc409b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}@media (max-width: 767px){#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 {
  
}
}
#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}@media (max-width: 767px){#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 {
  
}
}


.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 img.shogun-image {
  width: 100%;
}



}
#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}@media (max-width: 767px){#s-d08f09b7-fea1-4266-9dd5-e47afb865108 {
  
}
}
#s-d08f09b7-fea1-4266-9dd5-e47afb865108 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  text-align: center;
}
@media (min-width: 1200px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}@media (max-width: 767px){#s-a4732a34-e768-4ac6-8081-f2751532a808 {
  
}
}
#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-51c265fe-4d76-429d-977b-f96f45f55da6:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-51c265fe-4d76-429d-977b-f96f45f55da6:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}@media (max-width: 767px){#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  
}
}


#s-51c265fe-4d76-429d-977b-f96f45f55da6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}@media (max-width: 767px){#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f {
  
}
}
#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}@media (max-width: 767px){#s-5b2dc780-e546-4645-98b4-8868e431e38d {
  
}
}


.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b2dc780-e546-4645-98b4-8868e431e38d img.shogun-image {
  width: 100%;
}



}
#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}@media (max-width: 767px){#s-63c715a1-bf0e-423c-9de8-6ccad00987df {
  
}
}
#s-63c715a1-bf0e-423c-9de8-6ccad00987df .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  text-align: center;
}
@media (min-width: 1200px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}@media (max-width: 767px){#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 {
  
}
}
#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .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-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-3abe08b7-0a42-4ed2-a05b-151cd337e363:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-3abe08b7-0a42-4ed2-a05b-151cd337e363:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}@media (max-width: 767px){#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  
}
}


#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}@media (max-width: 767px){#s-e07c7c40-e867-462b-8d47-e653d3d10ad4 {
  
}
}
#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}@media (max-width: 767px){#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd {
  
}
}


.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12776fb-314c-4d9c-85bc-dc54138ee2cd img.shogun-image {
  width: 100%;
}



}
#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}@media (max-width: 767px){#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 {
  
}
}
#s-947552e1-b8e1-4c6b-a202-1d1063e115e1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  text-align: center;
}
@media (min-width: 1200px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}@media (max-width: 767px){#s-f37b18c0-5925-4153-b608-1da879e82bcc {
  
}
}
#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-f37b18c0-5925-4153-b608-1da879e82bcc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-598255a1-555a-4c4c-9653-43370ced8e0e:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-598255a1-555a-4c4c-9653-43370ced8e0e:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}@media (max-width: 767px){#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  
}
}


#s-598255a1-555a-4c4c-9653-43370ced8e0e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-598255a1-555a-4c4c-9653-43370ced8e0e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-598255a1-555a-4c4c-9653-43370ced8e0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-598255a1-555a-4c4c-9653-43370ced8e0e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
@media (min-width: 1200px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}@media (max-width: 767px){#s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740 {
  
}
}
@media (min-width: 0px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}@media (max-width: 767px){#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da {
  
}
}
#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}@media (max-width: 767px){#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f {
  
}
}


.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f img.shogun-image {
  width: 100%;
}



}
#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}@media (max-width: 767px){#s-76039a31-528a-49dc-8151-01da6be26ec4 {
  
}
}
#s-76039a31-528a-49dc-8151-01da6be26ec4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  text-align: center;
}
@media (min-width: 1200px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}@media (max-width: 767px){#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f {
  
}
}
#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-a7536cb3-df03-4917-b4e6-aab3482fb654:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a7536cb3-df03-4917-b4e6-aab3482fb654:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}@media (max-width: 767px){#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  
}
}


#s-a7536cb3-df03-4917-b4e6-aab3482fb654 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}@media (max-width: 767px){#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 {
  
}
}
#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}@media (max-width: 767px){#s-b0e91544-7f71-4749-baae-663f8b8f0e13 {
  
}
}


.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0e91544-7f71-4749-baae-663f8b8f0e13 img.shogun-image {
  width: 100%;
}



}
#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}@media (max-width: 767px){#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c {
  
}
}
#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  text-align: center;
}
@media (min-width: 1200px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}@media (max-width: 767px){#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d {
  
}
}
#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-bc0014e8-a819-4641-9225-dc712c759068 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-bc0014e8-a819-4641-9225-dc712c759068:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-bc0014e8-a819-4641-9225-dc712c759068:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}@media (max-width: 767px){#s-bc0014e8-a819-4641-9225-dc712c759068 {
  
}
}


#s-bc0014e8-a819-4641-9225-dc712c759068 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}@media (max-width: 767px){#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 {
  
}
}
#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}@media (max-width: 767px){#s-acfb084b-a035-4351-8d1c-e4705332ec69 {
  
}
}


.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfb084b-a035-4351-8d1c-e4705332ec69 img.shogun-image {
  width: 100%;
}



}
#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}@media (max-width: 767px){#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 {
  
}
}
#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  text-align: center;
}
@media (min-width: 1200px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}@media (max-width: 767px){#s-90d8e856-ea26-4029-8f77-e027cb36e47d {
  
}
}
#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .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-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}@media (max-width: 767px){#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  
}
}


#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-95fe9098-029a-452d-bee9-401e7539c331 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}@media (max-width: 767px){#s-95fe9098-029a-452d-bee9-401e7539c331 {
  
}
}
#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}@media (max-width: 767px){#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 {
  
}
}


.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 img.shogun-image {
  width: 100%;
}



}
#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}@media (max-width: 767px){#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 {
  
}
}
#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 {
  text-align: center;
}
@media (min-width: 1200px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}@media (max-width: 767px){#s-2d013691-e191-4762-9603-53dfe31dd223 {
  
}
}
#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}@media (max-width: 767px){#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  
}
}


#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}@media (max-width: 767px){#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 {
  
}
}







#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb620563-145b-47b3-9145-b08ed5802ecb {
  background-image: url(https://i.shgcdn.com/c84eb197-727b-4bb8-a313-599a3023ee88/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 50px;
margin-right: 50px;
background-position: center center;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb620563-145b-47b3-9145-b08ed5802ecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4623b7a3-c242-444a-9384-111f824122be {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4623b7a3-c242-444a-9384-111f824122be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bellefair";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-ce68bde4-4720-4de7-b24e-4a36192e38f0 {
  border-style: solid;
margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-ce68bde4-4720-4de7-b24e-4a36192e38f0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-ce68bde4-4720-4de7-b24e-4a36192e38f0:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ce68bde4-4720-4de7-b24e-4a36192e38f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce68bde4-4720-4de7-b24e-4a36192e38f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce68bde4-4720-4de7-b24e-4a36192e38f0 {
  
}
}@media (max-width: 767px){#s-ce68bde4-4720-4de7-b24e-4a36192e38f0 {
  
}
}

  #s-ce68bde4-4720-4de7-b24e-4a36192e38f0-root {
    text-align: center;
  }


#s-ce68bde4-4720-4de7-b24e-4a36192e38f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce68bde4-4720-4de7-b24e-4a36192e38f0-root {
    text-align: center;
  }


#s-ce68bde4-4720-4de7-b24e-4a36192e38f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce68bde4-4720-4de7-b24e-4a36192e38f0-root {
    text-align: center;
  }


#s-ce68bde4-4720-4de7-b24e-4a36192e38f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce68bde4-4720-4de7-b24e-4a36192e38f0-root {
    text-align: center;
  }


#s-ce68bde4-4720-4de7-b24e-4a36192e38f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce68bde4-4720-4de7-b24e-4a36192e38f0-root {
    text-align: center;
  }


#s-ce68bde4-4720-4de7-b24e-4a36192e38f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}@media (max-width: 767px){#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 {
  
}
}







#s-2c29982c-b885-4f0d-98ba-12ad962c20d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c29982c-b885-4f0d-98ba-12ad962c20d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  
}
}@media (max-width: 767px){#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e {
  
}
}
#s-269a9e89-4ee3-4fb2-8abf-6442d47e2d6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bellefair";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}@media (max-width: 767px){#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 {
  
}
}
#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 .shg-sld-nav-button.shg-sld-left,
#s-7417972c-ee1f-42c6-89a6-5b1e3d9e12f7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
@media (min-width: 1200px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}@media (max-width: 767px){#s-01b52502-0391-44f6-98d0-c779adcfc65e {
  
}
}
@media (min-width: 0px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01b52502-0391-44f6-98d0-c779adcfc65e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}@media (max-width: 767px){#s-6c7e9e57-af06-4c19-a9c8-15f8b8a487f2 {
  
}
}
#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}@media (max-width: 767px){#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f {
  
}
}


.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46bace0-947c-497b-86e7-9c7f2b9aee5f img.shogun-image {
  width: 100%;
}



}
#s-2682d073-7690-478f-8f93-54b5b209097f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}@media (max-width: 767px){#s-2682d073-7690-478f-8f93-54b5b209097f {
  
}
}
#s-2682d073-7690-478f-8f93-54b5b209097f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-34dcf72e-fdb1-4687-a1c0-754685b86840 {
  text-align: center;
}
@media (min-width: 1200px){#s-34dcf72e-fdb1-4687-a1c0-754685b86840 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34dcf72e-fdb1-4687-a1c0-754685b86840 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34dcf72e-fdb1-4687-a1c0-754685b86840 {
  
}
}@media (max-width: 767px){#s-34dcf72e-fdb1-4687-a1c0-754685b86840 {
  
}
}
#s-34dcf72e-fdb1-4687-a1c0-754685b86840 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-34dcf72e-fdb1-4687-a1c0-754685b86840 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-34dcf72e-fdb1-4687-a1c0-754685b86840 .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-51568ac7-ef9d-4640-b84c-744c511b868b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-51568ac7-ef9d-4640-b84c-744c511b868b:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-51568ac7-ef9d-4640-b84c-744c511b868b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}@media (max-width: 767px){#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  
}
}


#s-51568ac7-ef9d-4640-b84c-744c511b868b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51568ac7-ef9d-4640-b84c-744c511b868b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51568ac7-ef9d-4640-b84c-744c511b868b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-51568ac7-ef9d-4640-b84c-744c511b868b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}@media (max-width: 767px){#s-a3e71373-b8c0-462c-858b-101e52208e3e {
  
}
}
#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}@media (max-width: 767px){#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 {
  
}
}


.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e88651b-1d25-44e2-a7bf-0fcf357668a4 img.shogun-image {
  width: 100%;
}



}
#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}@media (max-width: 767px){#s-a629b9e6-287b-4bfa-bcda-d165833c171c {
  
}
}
#s-a629b9e6-287b-4bfa-bcda-d165833c171c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  text-align: center;
}
@media (min-width: 1200px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}@media (max-width: 767px){#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d {
  
}
}
#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-d59e4d17-ab0d-4c95-b4c9-117040d2fc5d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}@media (max-width: 767px){#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  
}
}


#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e15dcea8-f3e8-4c79-8f43-e0aacbf3b989.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}@media (max-width: 767px){#s-5dd4bf77-2f74-40f8-98ec-06d8a3b7a2f4 {
  
}
}
#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}@media (max-width: 767px){#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 {
  
}
}


.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ab55460-3125-4b61-ae5f-92dd7cfc7b79 img.shogun-image {
  width: 100%;
}



}
#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}@media (max-width: 767px){#s-47bb62ce-2749-44e5-92b9-17629efe07db {
  
}
}
#s-47bb62ce-2749-44e5-92b9-17629efe07db .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  text-align: center;
}
@media (min-width: 1200px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}@media (max-width: 767px){#s-23c3cd74-0804-4762-840c-9a355bafdee2 {
  
}
}
#s-23c3cd74-0804-4762-840c-9a355bafdee2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-23c3cd74-0804-4762-840c-9a355bafdee2 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-23c3cd74-0804-4762-840c-9a355bafdee2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}@media (max-width: 767px){#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  
}
}


#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-68914474-cca9-4f51-b0d7-dbee51dc3c1d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}@media (max-width: 767px){#s-c564bd46-840b-4b83-b303-fed4b6e8267c {
  
}
}
#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}@media (max-width: 767px){#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea {
  
}
}


.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baa6e1ae-9efe-49e7-81d4-48e94b3703ea img.shogun-image {
  width: 100%;
}



}
#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}@media (max-width: 767px){#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab {
  
}
}
#s-1d9d047d-5e78-458f-82eb-f45a89a1d1ab .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  text-align: center;
}
@media (min-width: 1200px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}@media (max-width: 767px){#s-b454c643-1779-420d-9a8f-ee6520cf2cca {
  
}
}
#s-b454c643-1779-420d-9a8f-ee6520cf2cca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b454c643-1779-420d-9a8f-ee6520cf2cca .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-b454c643-1779-420d-9a8f-ee6520cf2cca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-a631ee34-020e-4317-a706-d19229545afb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-a631ee34-020e-4317-a706-d19229545afb:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a631ee34-020e-4317-a706-d19229545afb:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}@media (max-width: 767px){#s-a631ee34-020e-4317-a706-d19229545afb {
  
}
}


#s-a631ee34-020e-4317-a706-d19229545afb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a631ee34-020e-4317-a706-d19229545afb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a631ee34-020e-4317-a706-d19229545afb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a631ee34-020e-4317-a706-d19229545afb.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
@media (min-width: 1200px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}@media (max-width: 767px){#s-5b167f20-d204-41ac-9eb5-89bab9e3acd5 {
  
}
}
@media (min-width: 0px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b167f20-d204-41ac-9eb5-89bab9e3acd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}@media (max-width: 767px){#s-d91f7320-69ba-4bd4-ac55-354506ff51a6 {
  
}
}
#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}@media (max-width: 767px){#s-ccb4724f-5ae6-401c-9066-93828987d026 {
  
}
}


.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccb4724f-5ae6-401c-9066-93828987d026 img.shogun-image {
  width: 100%;
}



}
#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}@media (max-width: 767px){#s-e6b28365-9845-4d46-a8cd-460b03fbc281 {
  
}
}
#s-e6b28365-9845-4d46-a8cd-460b03fbc281 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  text-align: center;
}
@media (min-width: 1200px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}@media (max-width: 767px){#s-784bb889-74e9-4b57-ba61-2567e8f748f4 {
  
}
}
#s-784bb889-74e9-4b57-ba61-2567e8f748f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-784bb889-74e9-4b57-ba61-2567e8f748f4 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-784bb889-74e9-4b57-ba61-2567e8f748f4 .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-7cae7043-506d-4a18-a0d1-83993de48e36 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-7cae7043-506d-4a18-a0d1-83993de48e36:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7cae7043-506d-4a18-a0d1-83993de48e36:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}@media (max-width: 767px){#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  
}
}


#s-7cae7043-506d-4a18-a0d1-83993de48e36 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7cae7043-506d-4a18-a0d1-83993de48e36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cae7043-506d-4a18-a0d1-83993de48e36.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7cae7043-506d-4a18-a0d1-83993de48e36.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}@media (max-width: 767px){#s-7a749647-3bdb-412d-99b0-09d0f7b06aa3 {
  
}
}
#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}@media (max-width: 767px){#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d {
  
}
}


.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b3569a-0ad2-44eb-9329-d90ec426f24d img.shogun-image {
  width: 100%;
}



}
#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}@media (max-width: 767px){#s-79ea769e-77cc-4245-a6f4-382fc897d758 {
  
}
}
#s-79ea769e-77cc-4245-a6f4-382fc897d758 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  text-align: center;
}
@media (min-width: 1200px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}@media (max-width: 767px){#s-c816d492-5eef-49bc-9bbe-f829bce118ba {
  
}
}
#s-c816d492-5eef-49bc-9bbe-f829bce118ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c816d492-5eef-49bc-9bbe-f829bce118ba .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-c816d492-5eef-49bc-9bbe-f829bce118ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-97359883-b731-4a85-af6b-b4a576f6dd2a:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-97359883-b731-4a85-af6b-b4a576f6dd2a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}@media (max-width: 767px){#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  
}
}


#s-97359883-b731-4a85-af6b-b4a576f6dd2a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97359883-b731-4a85-af6b-b4a576f6dd2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97359883-b731-4a85-af6b-b4a576f6dd2a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-97359883-b731-4a85-af6b-b4a576f6dd2a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}@media (max-width: 767px){#s-73d5b318-6dc2-4346-b23d-822536b008c8 {
  
}
}
#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}@media (max-width: 767px){#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 {
  
}
}


.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb8e364-7810-4c54-8216-de9ed54fd6b4 img.shogun-image {
  width: 100%;
}



}
#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}@media (max-width: 767px){#s-cd5fcae1-2033-499c-82aa-f80c948de243 {
  
}
}
#s-cd5fcae1-2033-499c-82aa-f80c948de243 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  text-align: center;
}
@media (min-width: 1200px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}@media (max-width: 767px){#s-4efc145f-9178-4c95-8335-c18969df8e6c {
  
}
}
#s-4efc145f-9178-4c95-8335-c18969df8e6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4efc145f-9178-4c95-8335-c18969df8e6c .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-4efc145f-9178-4c95-8335-c18969df8e6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-0e6c6a70-db51-435d-ac25-c669935c31a7:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-0e6c6a70-db51-435d-ac25-c669935c31a7:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}@media (max-width: 767px){#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  
}
}


#s-0e6c6a70-db51-435d-ac25-c669935c31a7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e6c6a70-db51-435d-ac25-c669935c31a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e6c6a70-db51-435d-ac25-c669935c31a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-0e6c6a70-db51-435d-ac25-c669935c31a7.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}@media (max-width: 767px){#s-92dbc1e3-14cc-4252-aad1-ba3e3bda90fb {
  
}
}
#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}@media (max-width: 767px){#s-b20575e8-d05f-4bf2-855c-9829f7185986 {
  
}
}


.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b20575e8-d05f-4bf2-855c-9829f7185986 img.shogun-image {
  width: 100%;
}



}
#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}@media (max-width: 767px){#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 {
  
}
}
#s-c4ea0ac4-0470-442d-bef8-31b78b3724f9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  text-align: center;
}
@media (min-width: 1200px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}@media (max-width: 767px){#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 {
  
}
}
#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-6b4f367a-5f17-42b0-8233-8b89c3280d19 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-75e8b648-72f8-4c0c-bf44-b0096352c60c:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-75e8b648-72f8-4c0c-bf44-b0096352c60c:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}@media (max-width: 767px){#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  
}
}


#s-75e8b648-72f8-4c0c-bf44-b0096352c60c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75e8b648-72f8-4c0c-bf44-b0096352c60c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75e8b648-72f8-4c0c-bf44-b0096352c60c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-75e8b648-72f8-4c0c-bf44-b0096352c60c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
@media (min-width: 1200px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}@media (max-width: 767px){#s-0d36609d-d9dd-4d88-a696-6708680a11c7 {
  
}
}
@media (min-width: 0px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d36609d-d9dd-4d88-a696-6708680a11c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}@media (max-width: 767px){#s-bf36b047-2cc8-43d4-b549-f3a4b746c029 {
  
}
}
#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}@media (max-width: 767px){#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf {
  
}
}


.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fa87cb9-8852-43a1-867e-1dd711ce8ccf img.shogun-image {
  width: 100%;
}



}
#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}@media (max-width: 767px){#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 {
  
}
}
#s-d5db25c5-29d5-4105-9c17-2b9ab3f070a4 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  text-align: center;
}
@media (min-width: 1200px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}@media (max-width: 767px){#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 {
  
}
}
#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-874124c1-e04b-4a0f-b422-87150a0ab9b6 .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-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-7285c3e3-eebf-4017-a316-f7613d3938b5:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7285c3e3-eebf-4017-a316-f7613d3938b5:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}@media (max-width: 767px){#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  
}
}


#s-7285c3e3-eebf-4017-a316-f7613d3938b5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7285c3e3-eebf-4017-a316-f7613d3938b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7285c3e3-eebf-4017-a316-f7613d3938b5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7285c3e3-eebf-4017-a316-f7613d3938b5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}@media (max-width: 767px){#s-22c00b9f-744c-4f5b-b244-20c65bf4cfdb {
  
}
}
#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}@media (max-width: 767px){#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 {
  
}
}


.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-daed0685-ca34-4997-9f93-de7f9e5eb5e3 img.shogun-image {
  width: 100%;
}



}
#s-0f947577-5311-4b86-9458-982ac4247413 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}@media (max-width: 767px){#s-0f947577-5311-4b86-9458-982ac4247413 {
  
}
}
#s-0f947577-5311-4b86-9458-982ac4247413 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  text-align: center;
}
@media (min-width: 1200px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}@media (max-width: 767px){#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f {
  
}
}
#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-2f1f9a18-16f2-42e9-aeb7-b88eb6e7f40f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}@media (max-width: 767px){#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  
}
}


#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-16eaace3-6e3e-4cff-8923-3d0c3fea4889.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}@media (max-width: 767px){#s-cb5812d7-9b92-48ac-bd7f-adc6c18e2504 {
  
}
}
#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}@media (max-width: 767px){#s-e0cf709a-7d55-482c-8769-f6e908fedbcd {
  
}
}


.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0cf709a-7d55-482c-8769-f6e908fedbcd img.shogun-image {
  width: 100%;
}



}
#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}@media (max-width: 767px){#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 {
  
}
}
#s-ea657cab-e7da-4bed-b6a7-7beb599c85f9 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  text-align: center;
}
@media (min-width: 1200px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}@media (max-width: 767px){#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 {
  
}
}
#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-b166b6ba-9c9e-4d5d-a0b2-c06abec2a629 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-a7601e07-11ce-4a39-9b0e-beabad779e07:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a7601e07-11ce-4a39-9b0e-beabad779e07:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}@media (max-width: 767px){#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  
}
}


#s-a7601e07-11ce-4a39-9b0e-beabad779e07 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7601e07-11ce-4a39-9b0e-beabad779e07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7601e07-11ce-4a39-9b0e-beabad779e07.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a7601e07-11ce-4a39-9b0e-beabad779e07.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}@media (max-width: 767px){#s-79828fe1-1674-4e46-a94e-f372042a38c2 {
  
}
}
#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}@media (max-width: 767px){#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 {
  
}
}


.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19031e0-7ef1-45fd-bd78-3cf2842f1894 img.shogun-image {
  width: 100%;
}



}
#s-5365a894-af26-4f37-9376-cffe02c576cd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}@media (max-width: 767px){#s-5365a894-af26-4f37-9376-cffe02c576cd {
  
}
}
#s-5365a894-af26-4f37-9376-cffe02c576cd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  text-align: center;
}
@media (min-width: 1200px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}@media (max-width: 767px){#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 {
  
}
}
#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-a9b0c74b-f676-44de-b3c9-0e45a010f8b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-f0b572f9-f138-46d6-ba63-a5b8651a4167:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-f0b572f9-f138-46d6-ba63-a5b8651a4167:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}@media (max-width: 767px){#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  
}
}


#s-f0b572f9-f138-46d6-ba63-a5b8651a4167 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f0b572f9-f138-46d6-ba63-a5b8651a4167.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0b572f9-f138-46d6-ba63-a5b8651a4167.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f0b572f9-f138-46d6-ba63-a5b8651a4167.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
@media (min-width: 1200px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}@media (max-width: 767px){#s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6 {
  
}
}
@media (min-width: 0px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a092faf0-e5f9-4b29-89c7-8d3100ff4cc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}@media (max-width: 767px){#s-bab8dd40-56cd-4ebd-8a34-d0fafe9ff155 {
  
}
}
#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}@media (max-width: 767px){#s-ac6415aa-74a9-4109-a285-7a675f5d937c {
  
}
}


.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac6415aa-74a9-4109-a285-7a675f5d937c img.shogun-image {
  width: 100%;
}



}
#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}@media (max-width: 767px){#s-a695484e-7afa-40d5-af2f-4440cb65830a {
  
}
}
#s-a695484e-7afa-40d5-af2f-4440cb65830a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-27917253-78b1-4ab5-a551-204155580f06 {
  text-align: center;
}
@media (min-width: 1200px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}@media (max-width: 767px){#s-27917253-78b1-4ab5-a551-204155580f06 {
  
}
}
#s-27917253-78b1-4ab5-a551-204155580f06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-27917253-78b1-4ab5-a551-204155580f06 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-27917253-78b1-4ab5-a551-204155580f06 .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-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-6d688b9e-3033-4b69-9353-8d5f1eea3134:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6d688b9e-3033-4b69-9353-8d5f1eea3134:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}@media (max-width: 767px){#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  
}
}


#s-6d688b9e-3033-4b69-9353-8d5f1eea3134 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d688b9e-3033-4b69-9353-8d5f1eea3134.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d688b9e-3033-4b69-9353-8d5f1eea3134.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6d688b9e-3033-4b69-9353-8d5f1eea3134.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}@media (max-width: 767px){#s-c97e8f9d-18b0-4151-93c0-a2288c2bd6b5 {
  
}
}
#s-77be169b-2138-464a-850f-8126a6a808db {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}@media (max-width: 767px){#s-77be169b-2138-464a-850f-8126a6a808db {
  
}
}


.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77be169b-2138-464a-850f-8126a6a808db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77be169b-2138-464a-850f-8126a6a808db img.shogun-image {
  width: 100%;
}



}
#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}@media (max-width: 767px){#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 {
  
}
}
#s-c1b81055-9d1f-4d99-bfa5-272a5c3b3e42 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  text-align: center;
}
@media (min-width: 1200px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}@media (max-width: 767px){#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 {
  
}
}
#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-fbbdfd70-4c57-45d7-9911-06f21fc3c775 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}@media (max-width: 767px){#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  
}
}


#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9fad3aac-6505-4abf-8c50-78fb7097ad4f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}@media (max-width: 767px){#s-67f81e60-4c4f-4fa7-8674-47c4e3f92215 {
  
}
}
#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}@media (max-width: 767px){#s-7f505482-bf52-4be6-b898-d93aa4e79a15 {
  
}
}


.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f505482-bf52-4be6-b898-d93aa4e79a15 img.shogun-image {
  width: 100%;
}



}
#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}@media (max-width: 767px){#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 {
  
}
}
#s-5fd08f25-621d-4ec0-9236-b34cfdb7f0a0 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  text-align: center;
}
@media (min-width: 1200px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}@media (max-width: 767px){#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 {
  
}
}
#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-5d15e4ba-2e56-4b85-9790-a14322c48c96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-37b22912-7a14-4890-9507-fc10b468c2d5:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-37b22912-7a14-4890-9507-fc10b468c2d5:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}@media (max-width: 767px){#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  
}
}


#s-37b22912-7a14-4890-9507-fc10b468c2d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37b22912-7a14-4890-9507-fc10b468c2d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37b22912-7a14-4890-9507-fc10b468c2d5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-37b22912-7a14-4890-9507-fc10b468c2d5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}@media (max-width: 767px){#s-ca6ed7c3-44e4-4e20-a48e-a9097671e10a {
  
}
}
#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}@media (max-width: 767px){#s-306c469e-9180-40b3-9e5d-24e7f31afe34 {
  
}
}


.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-306c469e-9180-40b3-9e5d-24e7f31afe34 img.shogun-image {
  width: 100%;
}



}
#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}@media (max-width: 767px){#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e {
  
}
}
#s-cf45d0cb-4ac0-4385-a11c-8851b36cea4e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  text-align: center;
}
@media (min-width: 1200px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}@media (max-width: 767px){#s-28c40626-3e2a-480c-86ef-7313745cb0e0 {
  
}
}
#s-28c40626-3e2a-480c-86ef-7313745cb0e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-28c40626-3e2a-480c-86ef-7313745cb0e0 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-28c40626-3e2a-480c-86ef-7313745cb0e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-ec382227-016c-4f25-9217-6499a23da7d9:hover {opacity: 1 !important;
background-color: rgba(230, 196, 53, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-ec382227-016c-4f25-9217-6499a23da7d9:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}@media (max-width: 767px){#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  
}
}


#s-ec382227-016c-4f25-9217-6499a23da7d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec382227-016c-4f25-9217-6499a23da7d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec382227-016c-4f25-9217-6499a23da7d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ec382227-016c-4f25-9217-6499a23da7d9.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  background-repeat: repeat;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (max-width: 767px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}







#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
}#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6d74fda7-ddee-4c1a-916b-3ead81168bd7 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-6d74fda7-ddee-4c1a-916b-3ead81168bd7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d74fda7-ddee-4c1a-916b-3ead81168bd7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d74fda7-ddee-4c1a-916b-3ead81168bd7 {
  
}
}@media (max-width: 767px){#s-6d74fda7-ddee-4c1a-916b-3ead81168bd7 {
  
}
}
@media (min-width: 0px) {
[id="s-6d74fda7-ddee-4c1a-916b-3ead81168bd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d74fda7-ddee-4c1a-916b-3ead81168bd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6d74fda7-ddee-4c1a-916b-3ead81168bd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d74fda7-ddee-4c1a-916b-3ead81168bd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e03bd5ff-3643-4b6a-8773-ad9ce503d137 {
  min-height: 200px;
}
@media (min-width: 1200px){#s-e03bd5ff-3643-4b6a-8773-ad9ce503d137 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e03bd5ff-3643-4b6a-8773-ad9ce503d137 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e03bd5ff-3643-4b6a-8773-ad9ce503d137 {
  
}
}@media (max-width: 767px){#s-e03bd5ff-3643-4b6a-8773-ad9ce503d137 {
  
}
}







#s-e03bd5ff-3643-4b6a-8773-ad9ce503d137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e03bd5ff-3643-4b6a-8773-ad9ce503d137.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(80, 80, 80, 1);
min-height: 100%;
max-height: 50%;
text-align: center;
}
@media (min-width: 1200px){#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e {
  
}
}@media (max-width: 767px){#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e {
  
}
}
#s-13ed33de-20cd-44dd-ab4d-fd37fdcec53e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bellefair";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-201076de-2623-442e-aa2c-aaa4c1231bb4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-201076de-2623-442e-aa2c-aaa4c1231bb4 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal; 
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  
  font-style: normal;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-201076de-2623-442e-aa2c-aaa4c1231bb4 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-201076de-2623-442e-aa2c-aaa4c1231bb4 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-201076de-2623-442e-aa2c-aaa4c1231bb4 .shogun-form-error-msg-container, #s-201076de-2623-442e-aa2c-aaa4c1231bb4 .shogun-form-field-error-msg-container {
  display: none;
}

#s-201076de-2623-442e-aa2c-aaa4c1231bb4 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-201076de-2623-442e-aa2c-aaa4c1231bb4 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.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-59489375-54a0-4334-8f9e-22097fa4f1e6 {
  margin-bottom: 20px;
}

#s-59489375-54a0-4334-8f9e-22097fa4f1e6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Montserrat;
  font-weight: normal;
  
  
}

#s-59489375-54a0-4334-8f9e-22097fa4f1e6  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-59489375-54a0-4334-8f9e-22097fa4f1e6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-59489375-54a0-4334-8f9e-22097fa4f1e6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a9201219-489f-443a-996c-a1e1d30a5602 {
  margin-bottom: 20px;
}

#s-a9201219-489f-443a-996c-a1e1d30a5602  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: Montserrat;
  font-weight: normal;
  
  
}

#s-a9201219-489f-443a-996c-a1e1d30a5602  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a9201219-489f-443a-996c-a1e1d30a5602 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a9201219-489f-443a-996c-a1e1d30a5602 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.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-79cf4f45-dac6-4bfa-ba21-0d5fae191a11 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: rgba(2, 2, 2, 1);
background-color: rgba(252, 252, 252, 1);
text-align: left;
cursor: pointer;
font-family: Montserrat;
font-weight: 500;
font-size: 16px;
hover-type: color;
}
#s-79cf4f45-dac6-4bfa-ba21-0d5fae191a11:hover {background-color: rgba(206, 206, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 0, 0, 1) !important;}#s-79cf4f45-dac6-4bfa-ba21-0d5fae191a11:active {background-color: rgba(252, 252, 252, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}
#s-79cf4f45-dac6-4bfa-ba21-0d5fae191a11[disabled],
#s-79cf4f45-dac6-4bfa-ba21-0d5fae191a11[disabled]:hover,
#s-79cf4f45-dac6-4bfa-ba21-0d5fae191a11[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-79cf4f45-dac6-4bfa-ba21-0d5fae191a11 {
  display:  inline-block ;
  width:  auto ;
}


#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}@media (max-width: 767px){#s-6f607f4c-f99c-450b-a554-8cce6335c392 {
  
}
}







#s-6f607f4c-f99c-450b-a554-8cce6335c392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f607f4c-f99c-450b-a554-8cce6335c392.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}@media (max-width: 767px){#s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407 {
  
}
}
@media (min-width: 0px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a6dd913-bc8d-4dde-a4af-5eaea72b6407"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: left;
}
@media (min-width: 1200px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}@media (max-width: 767px){#s-91165830-8acf-44f6-8dfa-97fbbb429c59 {
  
}
}
#s-91165830-8acf-44f6-8dfa-97fbbb429c59 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Bellefair";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
text-decoration: none;
}
#s-28bba358-8aa7-4502-b1cd-b319f8989f68:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
text-decoration: none !important;}#s-28bba358-8aa7-4502-b1cd-b319f8989f68:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}@media (max-width: 767px){#s-28bba358-8aa7-4502-b1cd-b319f8989f68 {
  
}
}

  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-28bba358-8aa7-4502-b1cd-b319f8989f68-root {
    text-align: center;
  }


#s-28bba358-8aa7-4502-b1cd-b319f8989f68.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-d345d4f4-5363-4024-a390-9d6288b1bd5b {
  margin-left: 50px;
margin-right: 50px;
}

[id="s-d345d4f4-5363-4024-a390-9d6288b1bd5b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 0px;
}

.shg-ig-posts-container {
  width: calc(100% + 0px) !important;
}

@media (min-width: 768px) {
  [id="s-d345d4f4-5363-4024-a390-9d6288b1bd5b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 16.666666666666668%;
    padding-right: 0px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 0px) !important;
  }
}

#s-6b2c5833-788d-4474-8e0a-fe978f785e8b {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6b2c5833-788d-4474-8e0a-fe978f785e8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b2c5833-788d-4474-8e0a-fe978f785e8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b2c5833-788d-4474-8e0a-fe978f785e8b {
  
}
}@media (max-width: 767px){#s-6b2c5833-788d-4474-8e0a-fe978f785e8b {
  
}
}







#s-6b2c5833-788d-4474-8e0a-fe978f785e8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2c5833-788d-4474-8e0a-fe978f785e8b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6936a64f-e0b3-4597-b344-599ecb08adf1 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-6936a64f-e0b3-4597-b344-599ecb08adf1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6936a64f-e0b3-4597-b344-599ecb08adf1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6936a64f-e0b3-4597-b344-599ecb08adf1 {
  
}
}@media (max-width: 767px){#s-6936a64f-e0b3-4597-b344-599ecb08adf1 {
  
}
}
@media (min-width: 0px) {
[id="s-6936a64f-e0b3-4597-b344-599ecb08adf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6936a64f-e0b3-4597-b344-599ecb08adf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6936a64f-e0b3-4597-b344-599ecb08adf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6936a64f-e0b3-4597-b344-599ecb08adf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

.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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 {
  margin-bottom: 25px;
max-width: 1050px;
aspect-ratio: 1050/600;
text-align: center;
}
#s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 {
  
}
}@media (max-width: 767px){#s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 {
  
}
}




  #s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 img.shogun-image,
  #s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 {
    width: 100%;
    height: auto;
  }



  #s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 img.shogun-image {
    

    
    
    
  }


#s-cbd7b55c-e49f-4c21-b978-2eca0bfc7236 .shogun-image-content {
  
    align-items: center;
  
}

#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 1050px;
aspect-ratio: 1050/600;
text-align: center;
}
#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}@media (max-width: 767px){#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
  
}
}




  #s-51383ab1-2e04-4b83-8e54-cdcf83498c5c img.shogun-image,
  #s-51383ab1-2e04-4b83-8e54-cdcf83498c5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51383ab1-2e04-4b83-8e54-cdcf83498c5c {
    width: 100%;
    height: auto;
  }



  #s-51383ab1-2e04-4b83-8e54-cdcf83498c5c img.shogun-image {
    

    
    
    
  }


#s-51383ab1-2e04-4b83-8e54-cdcf83498c5c .shogun-image-content {
  
    align-items: center;
  
}

#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  margin-bottom: 25px;
max-width: 1050px;
aspect-ratio: 1050/600;
text-align: center;
}
#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}@media (max-width: 767px){#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
  
}
}




  #s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 img.shogun-image,
  #s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 {
    width: 100%;
    height: auto;
  }



  #s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 img.shogun-image {
    

    
    
    
  }


#s-8b11da2d-2a37-478a-8403-21f8a6d0cb24 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f7b1467d-1dee-4bfa-89b1-b29ce3ce1c77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7b1467d-1dee-4bfa-89b1-b29ce3ce1c77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7b1467d-1dee-4bfa-89b1-b29ce3ce1c77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7b1467d-1dee-4bfa-89b1-b29ce3ce1c77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
  max-width: 326px;
aspect-ratio: 326/155;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }

    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-link {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
    width: 100%;
    height: auto;
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
    
    
  }


.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-content {
  
    align-items: center;
  
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
      --shg-aspect-ratio: calc(326/155); 
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
      position: relative;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }

    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-link {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
    width: 100%;
    height: auto;
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
    
    
  }


.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-content {
  
    align-items: center;
  
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
      --shg-aspect-ratio: calc(326/155); 
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
      position: relative;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }

    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-link {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
    width: 100%;
    height: auto;
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
    
    
  }


.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-content {
  
    align-items: center;
  
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
      --shg-aspect-ratio: calc(326/155); 
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
      position: relative;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }

    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-link {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
    width: 100%;
    height: auto;
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
    
    
  }


.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-content {
  
    align-items: center;
  
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
      --shg-aspect-ratio: calc(326/155); 
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
      position: relative;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }

    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-link {
      aspect-ratio: 326/155;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
    width: 100%;
    height: auto;
  }

  #s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
    
    
  }


.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea .shogun-image-content {
  
    align-items: center;
  
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea {
      --shg-aspect-ratio: calc(326/155); 
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container {
      position: relative;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4edf40a5-d8c9-45d7-8ee3-608dbe2c49ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
  max-width: 300px;
aspect-ratio: 16/9;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
    width: 100%;
    height: auto;
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
    
    
  }


.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
      position: relative;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
    width: 100%;
    height: auto;
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
    
    
  }


.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
      position: relative;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
    width: 100%;
    height: auto;
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
    
    
  }


.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
      position: relative;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
    width: 100%;
    height: auto;
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
    
    
  }


.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
      position: relative;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
    width: 100%;
    height: auto;
  }

  #s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
    
    
  }


.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container {
      position: relative;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd446d66-a7a4-4646-8cd2-4398e682a0b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
/*
  $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}
