.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-08bfdefa-d703-469f-8efc-0a1b2dd5d5d5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



.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-678d176f-ff53-4d22-bf12-7e2af5e988d8 {
  margin-bottom: 100px;
min-height: 50px;
}








#s-678d176f-ff53-4d22-bf12-7e2af5e988d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-678d176f-ff53-4d22-bf12-7e2af5e988d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295fb8fa-4bb0-4cff-8387-64469901d14f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center bottom;
}

#s-295fb8fa-4bb0-4cff-8387-64469901d14f {
  background-image: url(https://i.shgcdn.com/9e456488-b17f-4519-9efb-d2a1549bc99a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-295fb8fa-4bb0-4cff-8387-64469901d14f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-295fb8fa-4bb0-4cff-8387-64469901d14f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-25f785cc-0c57-4c9c-992c-629fcf71d72e {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 768px) and (max-width: 991px){#s-25f785cc-0c57-4c9c-992c-629fcf71d72e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-25f785cc-0c57-4c9c-992c-629fcf71d72e {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-25f785cc-0c57-4c9c-992c-629fcf71d72e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25f785cc-0c57-4c9c-992c-629fcf71d72e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-25f785cc-0c57-4c9c-992c-629fcf71d72e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-25f785cc-0c57-4c9c-992c-629fcf71d72e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-6aec4bfc-e541-4a48-b546-8c9e944a7ca4 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6aec4bfc-e541-4a48-b546-8c9e944a7ca4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-6aec4bfc-e541-4a48-b546-8c9e944a7ca4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6aec4bfc-e541-4a48-b546-8c9e944a7ca4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-e5f9a223-e1c6-4d25-8705-4fc4338c0b41 {
  margin-bottom: 20px;
margin-right: 20%;
}
@media (max-width: 767px){#s-e5f9a223-e1c6-4d25-8705-4fc4338c0b41 {
  margin-right: 5%;
}
}
#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c {
  padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c {
  display: none;
}
#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c, #wrap-s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c {
  display: none;
}
#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c, #wrap-s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c {
  display: none;
}
#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c, #wrap-s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c { display: none !important; }}@media (max-width: 767px){#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c {
  display: none;
}
#s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c, #wrap-s-5d2dd99b-221a-4d5d-88ac-8344c7b1274c { display: none !important; }}
#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 {
  display: none;
}
#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79, #wrap-s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 {
  display: none;
}
#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79, #wrap-s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 {
  display: none;
}
#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79, #wrap-s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 { display: none !important; }}@media (max-width: 767px){#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 {
  display: none;
}
#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79, #wrap-s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 { display: none !important; }}







#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b56460a5-5145-4b9d-9ae8-b6269a79bf79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df697b5b-0d94-42d9-aff6-459c3944c823 {
  margin-top: 20px;
margin-bottom: 1px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 168, 216, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-df697b5b-0d94-42d9-aff6-459c3944c823"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (max-width: 767px){#s-526d8f9f-da9c-4ad8-aa52-8353056eb1a6 {
  display: none;
}
#s-526d8f9f-da9c-4ad8-aa52-8353056eb1a6, #wrap-s-526d8f9f-da9c-4ad8-aa52-8353056eb1a6 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-ed8df6dc-48c8-42e0-98f5-9cee21d9e37e {
  
}
}@media (max-width: 767px){#s-ed8df6dc-48c8-42e0-98f5-9cee21d9e37e {
  
}
}
#s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-6a1c4709-a4d0-4800-88b3-34d36b8b84b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-1f0059a4-f703-4737-a851-ce31d13ad113 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1f0059a4-f703-4737-a851-ce31d13ad113:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f0059a4-f703-4737-a851-ce31d13ad113:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f0059a4-f703-4737-a851-ce31d13ad113-atc-btn-wrapper {
    text-align: center;
  }


#s-1f0059a4-f703-4737-a851-ce31d13ad113 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f0059a4-f703-4737-a851-ce31d13ad113.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f0059a4-f703-4737-a851-ce31d13ad113.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1f0059a4-f703-4737-a851-ce31d13ad113.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4efacec8-9c45-4059-b231-3b92bfd078ec {
  padding-top: 20px;
}
@media (min-width: 1200px){#s-4efacec8-9c45-4059-b231-3b92bfd078ec {
  display: none;
}
#s-4efacec8-9c45-4059-b231-3b92bfd078ec, #wrap-s-4efacec8-9c45-4059-b231-3b92bfd078ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4efacec8-9c45-4059-b231-3b92bfd078ec {
  display: none;
}
#s-4efacec8-9c45-4059-b231-3b92bfd078ec, #wrap-s-4efacec8-9c45-4059-b231-3b92bfd078ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4efacec8-9c45-4059-b231-3b92bfd078ec {
  display: none;
}
#s-4efacec8-9c45-4059-b231-3b92bfd078ec, #wrap-s-4efacec8-9c45-4059-b231-3b92bfd078ec { display: none !important; }}
#s-39404b8a-969d-4155-a44e-46058f574d47 {
  margin-right: 20%;
}
@media (max-width: 767px){#s-39404b8a-969d-4155-a44e-46058f574d47 {
  display: none;
}
#s-39404b8a-969d-4155-a44e-46058f574d47, #wrap-s-39404b8a-969d-4155-a44e-46058f574d47 { display: none !important; }}
#s-39404b8a-969d-4155-a44e-46058f574d47 .shogun-icon-wrapper {
  text-align: center;
}


#s-39404b8a-969d-4155-a44e-46058f574d47 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(73, 80, 86, 0.9);
}

#s-3af6e870-9a73-41b9-8065-f2b0a08c286a {
  min-height: 50px;
}








#s-3af6e870-9a73-41b9-8065-f2b0a08c286a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3af6e870-9a73-41b9-8065-f2b0a08c286a {
  cursor: pointer;
}#s-3af6e870-9a73-41b9-8065-f2b0a08c286a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2f28f974-34e0-4b7a-bf5c-8e5eab4d8490 {
  min-height: 50px;
}








#s-2f28f974-34e0-4b7a-bf5c-8e5eab4d8490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f28f974-34e0-4b7a-bf5c-8e5eab4d8490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05042d65-f231-40c1-b650-6886a832e669 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05042d65-f231-40c1-b650-6886a832e669 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-28d8705e-cbae-4203-b7f6-66de6487f125 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image,
  #s-28d8705e-cbae-4203-b7f6-66de6487f125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 {
    width: 100%;
    height: auto;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
    
    
  }


.s-28d8705e-cbae-4203-b7f6-66de6487f125 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d8705e-cbae-4203-b7f6-66de6487f125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
      position: relative;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image,
  #s-28d8705e-cbae-4203-b7f6-66de6487f125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 {
    width: 100%;
    height: auto;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
    
    
  }


.s-28d8705e-cbae-4203-b7f6-66de6487f125 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d8705e-cbae-4203-b7f6-66de6487f125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
      position: relative;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image,
  #s-28d8705e-cbae-4203-b7f6-66de6487f125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 {
    width: 100%;
    height: auto;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
    
    
  }


.s-28d8705e-cbae-4203-b7f6-66de6487f125 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d8705e-cbae-4203-b7f6-66de6487f125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
      position: relative;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image,
  #s-28d8705e-cbae-4203-b7f6-66de6487f125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 {
    width: 100%;
    height: auto;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
    
    
  }


.s-28d8705e-cbae-4203-b7f6-66de6487f125 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d8705e-cbae-4203-b7f6-66de6487f125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
      position: relative;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image,
  #s-28d8705e-cbae-4203-b7f6-66de6487f125 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 {
    width: 100%;
    height: auto;
  }

  #s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
    
    
  }


.s-28d8705e-cbae-4203-b7f6-66de6487f125 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d8705e-cbae-4203-b7f6-66de6487f125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container {
      position: relative;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d8705e-cbae-4203-b7f6-66de6487f125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-41157978-9ce6-44f4-a981-b2384bad5f17 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-41157978-9ce6-44f4-a981-b2384bad5f17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41157978-9ce6-44f4-a981-b2384bad5f17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41157978-9ce6-44f4-a981-b2384bad5f17-root {
    text-align: center;
  }


#s-41157978-9ce6-44f4-a981-b2384bad5f17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41157978-9ce6-44f4-a981-b2384bad5f17-root {
    text-align: center;
  }


#s-41157978-9ce6-44f4-a981-b2384bad5f17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41157978-9ce6-44f4-a981-b2384bad5f17-root {
    text-align: center;
  }


#s-41157978-9ce6-44f4-a981-b2384bad5f17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41157978-9ce6-44f4-a981-b2384bad5f17-root {
    text-align: center;
  }


#s-41157978-9ce6-44f4-a981-b2384bad5f17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41157978-9ce6-44f4-a981-b2384bad5f17-root {
    text-align: center;
  }


#s-41157978-9ce6-44f4-a981-b2384bad5f17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dd4fbe30-f927-435a-8d89-c6e8a9ff60ca {
  margin-top: 50px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: center;
}
@media (max-width: 767px){#s-dd4fbe30-f927-435a-8d89-c6e8a9ff60ca {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-dd4fbe30-f927-435a-8d89-c6e8a9ff60ca .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-0ec27a7b-89f9-41cf-b8e2-c1ec6ef1b04b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0ec27a7b-89f9-41cf-b8e2-c1ec6ef1b04b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0ec27a7b-89f9-41cf-b8e2-c1ec6ef1b04b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0ec27a7b-89f9-41cf-b8e2-c1ec6ef1b04b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a587a8f-ebc8-45cd-b3d2-e0444e7896ff {
  min-height: 350px;
}








#s-6a587a8f-ebc8-45cd-b3d2-e0444e7896ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a587a8f-ebc8-45cd-b3d2-e0444e7896ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-690a581f-d2a7-405d-bfb3-e59a2360c4ed {
  text-align: center;
}



.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-690a581f-d2a7-405d-bfb3-e59a2360c4ed img.shogun-image {
  width: 100%;
}



}
#s-bf41fc58-ac53-4da3-935e-ff223ecf6727 {
  min-height: 50px;
}








#s-bf41fc58-ac53-4da3-935e-ff223ecf6727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf41fc58-ac53-4da3-935e-ff223ecf6727.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-dda2ae57-bcc3-490d-9cb0-1e01c08b8385 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-dda2ae57-bcc3-490d-9cb0-1e01c08b8385 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

.shg-metafield-key {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.shg-metafield-value {
    margin: 0;
    padding: 0;
}

.shg-metafield-inline {
    display: inline-block;
}
#s-c0184603-31aa-4b47-bd23-f7e27673effd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-c0184603-31aa-4b47-bd23-f7e27673effd .shg-product-metafield-component {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-9c52e5b4-c80a-4a58-a843-b6b5467b4954 {
  margin-top: 25px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-9c52e5b4-c80a-4a58-a843-b6b5467b4954 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9c52e5b4-c80a-4a58-a843-b6b5467b4954 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-9c52e5b4-c80a-4a58-a843-b6b5467b4954 .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-b3136742-5a04-49f0-a270-516c42ded05c {
  text-align: center;
}

#s-8ea320c4-545e-4f7f-969d-03f143981531 {
  margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8ea320c4-545e-4f7f-969d-03f143981531:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ea320c4-545e-4f7f-969d-03f143981531:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ea320c4-545e-4f7f-969d-03f143981531 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ea320c4-545e-4f7f-969d-03f143981531.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ea320c4-545e-4f7f-969d-03f143981531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8ea320c4-545e-4f7f-969d-03f143981531.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-209304f2-92db-41f8-b87a-e0adadc73d32 {
  min-height: 350px;
}








#s-209304f2-92db-41f8-b87a-e0adadc73d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-209304f2-92db-41f8-b87a-e0adadc73d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-768596e6-403e-48f3-ba43-55f56cefe87c {
  text-align: center;
}



.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768596e6-403e-48f3-ba43-55f56cefe87c img.shogun-image {
  width: 100%;
}



}
#s-93e2949b-5236-4ed7-adf0-7fff6a2652a5 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-93e2949b-5236-4ed7-adf0-7fff6a2652a5 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b4ecabb2-b0b3-40df-a646-afe16b5352e9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-b4ecabb2-b0b3-40df-a646-afe16b5352e9 .shg-product-metafield-component {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-75dd859d-90cb-4a9e-9b55-75629f04d75c {
  margin-top: 25px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}
@media (max-width: 767px){#s-75dd859d-90cb-4a9e-9b55-75629f04d75c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-75dd859d-90cb-4a9e-9b55-75629f04d75c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-75dd859d-90cb-4a9e-9b55-75629f04d75c .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-75dd859d-90cb-4a9e-9b55-75629f04d75c .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-cc9b16c5-3f7b-4014-add3-06b67a2a5373 {
  text-align: center;
}

#s-1cea6163-f424-456e-ae51-f3232074bae8 {
  min-height: 50px;
}








#s-1cea6163-f424-456e-ae51-f3232074bae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cea6163-f424-456e-ae51-f3232074bae8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cab9215-698d-4d92-a85d-dc02ec92d32e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2cab9215-698d-4d92-a85d-dc02ec92d32e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cab9215-698d-4d92-a85d-dc02ec92d32e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cab9215-698d-4d92-a85d-dc02ec92d32e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cab9215-698d-4d92-a85d-dc02ec92d32e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cab9215-698d-4d92-a85d-dc02ec92d32e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2cab9215-698d-4d92-a85d-dc02ec92d32e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-622d8b6c-999c-4819-938e-98ad04f99c89 {
  min-height: 275px;
}








#s-622d8b6c-999c-4819-938e-98ad04f99c89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-622d8b6c-999c-4819-938e-98ad04f99c89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fe4fa5d-f1a1-4e97-a9b8-56e461aed677 {
  min-height: 350px;
}








#s-8fe4fa5d-f1a1-4e97-a9b8-56e461aed677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe4fa5d-f1a1-4e97-a9b8-56e461aed677.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e59c1a98-c051-466f-8477-f60133236a71 {
  text-align: center;
}



.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e59c1a98-c051-466f-8477-f60133236a71 img.shogun-image {
  width: 100%;
}



}
#s-b9a587ed-74fd-49e9-9a43-098ba5e5287d {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-b9a587ed-74fd-49e9-9a43-098ba5e5287d .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f15b954f-8819-43c3-8f48-bde239a66b2a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-f15b954f-8819-43c3-8f48-bde239a66b2a .shg-product-metafield-component {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-a3b43548-2a3b-4af0-b673-d54b8831d350 {
  margin-top: 25px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-a3b43548-2a3b-4af0-b673-d54b8831d350 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a3b43548-2a3b-4af0-b673-d54b8831d350 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-a3b43548-2a3b-4af0-b673-d54b8831d350 .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-accb3c3d-c9a0-4db7-8b31-9f2a1aa796b3 {
  text-align: center;
}

#s-42d5bf91-67fc-4645-9a2d-b9fb0aca1906 {
  margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-42d5bf91-67fc-4645-9a2d-b9fb0aca1906:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42d5bf91-67fc-4645-9a2d-b9fb0aca1906:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42d5bf91-67fc-4645-9a2d-b9fb0aca1906 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d5bf91-67fc-4645-9a2d-b9fb0aca1906.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d5bf91-67fc-4645-9a2d-b9fb0aca1906.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-42d5bf91-67fc-4645-9a2d-b9fb0aca1906.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2310850f-3677-4595-ab4d-eb74014e2851 {
  min-height: 275px;
}








#s-2310850f-3677-4595-ab4d-eb74014e2851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2310850f-3677-4595-ab4d-eb74014e2851.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8c24a64-fa0e-4922-a1e6-9296045ee7fb {
  min-height: 350px;
}








#s-f8c24a64-fa0e-4922-a1e6-9296045ee7fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c24a64-fa0e-4922-a1e6-9296045ee7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 {
  text-align: center;
}



.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b121d2cf-7b49-4ce1-9de2-4d4441ee0933 img.shogun-image {
  width: 100%;
}



}
#s-af614421-cce9-4c68-a47e-0d96007a3a44 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 200px;
text-align: center;
}

#s-af614421-cce9-4c68-a47e-0d96007a3a44 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-844a362c-eddb-4592-a9e4-e8a50e920499 {
  min-height: 45px;
}








#s-844a362c-eddb-4592-a9e4-e8a50e920499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-844a362c-eddb-4592-a9e4-e8a50e920499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1de46128-639a-4a09-8fef-f590dfe12a4e {
  line-height: 1em;
text-align: center;
}

#s-1de46128-639a-4a09-8fef-f590dfe12a4e .shg-product-metafield-component {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
}

#s-8cae41cd-c45a-49e7-a916-5a81ad0e4271 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-8cae41cd-c45a-49e7-a916-5a81ad0e4271 .shg-product-metafield-component {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
}

#s-bae4fa7e-3cee-4f96-9cdb-0a366f6c4965 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-bae4fa7e-3cee-4f96-9cdb-0a366f6c4965 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bae4fa7e-3cee-4f96-9cdb-0a366f6c4965 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-bae4fa7e-3cee-4f96-9cdb-0a366f6c4965 .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-81ace0eb-1c1c-4212-8192-143cd15d63d9 {
  text-align: center;
}

#s-0cfe9771-1174-4569-bd0b-967136ebc257 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0cfe9771-1174-4569-bd0b-967136ebc257:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cfe9771-1174-4569-bd0b-967136ebc257:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0cfe9771-1174-4569-bd0b-967136ebc257 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cfe9771-1174-4569-bd0b-967136ebc257.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cfe9771-1174-4569-bd0b-967136ebc257.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0cfe9771-1174-4569-bd0b-967136ebc257.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3cf8e386-a23f-435d-9baf-5c14233ae1ab {
  margin-top: 35px;
margin-bottom: 35px;
}
@media (max-width: 767px){#s-3cf8e386-a23f-435d-9baf-5c14233ae1ab {
  margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-3cf8e386-a23f-435d-9baf-5c14233ae1ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cf8e386-a23f-435d-9baf-5c14233ae1ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3cf8e386-a23f-435d-9baf-5c14233ae1ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3cf8e386-a23f-435d-9baf-5c14233ae1ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c {
  text-align: left;
}



.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e5137af-1c56-4bba-a93a-b1d2f81bed9c img.shogun-image {
  width: 100%;
}



}
#s-060770f2-2cf2-4e7a-a31c-076162815fe7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-060770f2-2cf2-4e7a-a31c-076162815fe7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e2da0580-369f-492b-b879-c95d6d4d8136 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-e2da0580-369f-492b-b879-c95d6d4d8136 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e2da0580-369f-492b-b879-c95d6d4d8136 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-e2da0580-369f-492b-b879-c95d6d4d8136 .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-c58882cb-527c-4d0a-8b92-187db7b314f5 {
  text-align: center;
}

#s-e0eb7604-b467-4ee6-944b-b89e4c116fb8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e0eb7604-b467-4ee6-944b-b89e4c116fb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0eb7604-b467-4ee6-944b-b89e4c116fb8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0eb7604-b467-4ee6-944b-b89e4c116fb8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0eb7604-b467-4ee6-944b-b89e4c116fb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0eb7604-b467-4ee6-944b-b89e4c116fb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0eb7604-b467-4ee6-944b-b89e4c116fb8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08c74242-3f87-4f62-876d-3b15941aab9d {
  text-align: left;
}



.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c74242-3f87-4f62-876d-3b15941aab9d img.shogun-image {
  width: 100%;
}



}
#s-72252628-2116-4488-bec4-63744af5b5a9 {
  margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-72252628-2116-4488-bec4-63744af5b5a9 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-72252628-2116-4488-bec4-63744af5b5a9 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-72252628-2116-4488-bec4-63744af5b5a9 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1711f9dd-2cf3-4698-83d4-e1c84ef5d4aa {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-1711f9dd-2cf3-4698-83d4-e1c84ef5d4aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1711f9dd-2cf3-4698-83d4-e1c84ef5d4aa .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-1711f9dd-2cf3-4698-83d4-e1c84ef5d4aa .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-6a31d0c1-6e2e-4878-b296-ef403addf707 {
  text-align: center;
}

#s-d26f03ef-596a-4cb9-8be4-a7c476f5e65f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d26f03ef-596a-4cb9-8be4-a7c476f5e65f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d26f03ef-596a-4cb9-8be4-a7c476f5e65f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d26f03ef-596a-4cb9-8be4-a7c476f5e65f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d26f03ef-596a-4cb9-8be4-a7c476f5e65f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d26f03ef-596a-4cb9-8be4-a7c476f5e65f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d26f03ef-596a-4cb9-8be4-a7c476f5e65f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd {
  text-align: left;
}



.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d53d6c9b-6ea7-4a29-9893-5ebc9b0fc0bd img.shogun-image {
  width: 100%;
}



}
#s-23b7396c-0713-4577-bfe5-606ffe2b74f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23b7396c-0713-4577-bfe5-606ffe2b74f8 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8c55a61f-126c-437f-90aa-4c9937069992 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-8c55a61f-126c-437f-90aa-4c9937069992 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8c55a61f-126c-437f-90aa-4c9937069992 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-8c55a61f-126c-437f-90aa-4c9937069992 .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-03d9264c-ff38-4b85-b561-076e0689dc1c {
  text-align: center;
}

#s-5d221317-2b8f-4cd1-8ef2-dc77f2e30621 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5d221317-2b8f-4cd1-8ef2-dc77f2e30621:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d221317-2b8f-4cd1-8ef2-dc77f2e30621:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d221317-2b8f-4cd1-8ef2-dc77f2e30621 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d221317-2b8f-4cd1-8ef2-dc77f2e30621.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d221317-2b8f-4cd1-8ef2-dc77f2e30621.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d221317-2b8f-4cd1-8ef2-dc77f2e30621.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-480af9da-d493-4820-b0d1-70eb7a23b625 {
  text-align: left;
}



.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480af9da-d493-4820-b0d1-70eb7a23b625 img.shogun-image {
  width: 100%;
}



}
#s-10c557b9-cdc1-4f64-914b-ea31bc8d2672 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10c557b9-cdc1-4f64-914b-ea31bc8d2672 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-74caa861-33bd-4e14-b16d-91ba9e7e8156 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-74caa861-33bd-4e14-b16d-91ba9e7e8156 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-74caa861-33bd-4e14-b16d-91ba9e7e8156 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-74caa861-33bd-4e14-b16d-91ba9e7e8156 .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-e126f2fe-928a-42d6-bf28-a49dd3285924 {
  text-align: center;
}

#s-c2cd1cc3-528d-425b-90c2-66f5c1e9eab2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c2cd1cc3-528d-425b-90c2-66f5c1e9eab2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2cd1cc3-528d-425b-90c2-66f5c1e9eab2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2cd1cc3-528d-425b-90c2-66f5c1e9eab2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2cd1cc3-528d-425b-90c2-66f5c1e9eab2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2cd1cc3-528d-425b-90c2-66f5c1e9eab2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2cd1cc3-528d-425b-90c2-66f5c1e9eab2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-83e63a5d-2fb0-4964-9652-2792cb2c23e3 {
  margin-top: 35px;
margin-bottom: 35px;
}
@media (max-width: 767px){#s-83e63a5d-2fb0-4964-9652-2792cb2c23e3 {
  margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-83e63a5d-2fb0-4964-9652-2792cb2c23e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83e63a5d-2fb0-4964-9652-2792cb2c23e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-83e63a5d-2fb0-4964-9652-2792cb2c23e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-83e63a5d-2fb0-4964-9652-2792cb2c23e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-586d47f4-8800-48cb-ab38-763aa1be16fa {
  text-align: left;
}



.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586d47f4-8800-48cb-ab38-763aa1be16fa img.shogun-image {
  width: 100%;
}



}
#s-1c4abc7f-f8e2-4c66-8c4c-b17704861313 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c4abc7f-f8e2-4c66-8c4c-b17704861313 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1c4abc7f-f8e2-4c66-8c4c-b17704861313 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-1c4abc7f-f8e2-4c66-8c4c-b17704861313 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bee1036d-f459-471f-9877-3a6cdd6d616a {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}

#s-bee1036d-f459-471f-9877-3a6cdd6d616a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bee1036d-f459-471f-9877-3a6cdd6d616a .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-bee1036d-f459-471f-9877-3a6cdd6d616a .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-e8f36ba2-79c5-4045-94c5-2ed808833d64 {
  text-align: center;
}

#s-e3d881fc-6661-42fb-bded-176ca20374b5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e3d881fc-6661-42fb-bded-176ca20374b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3d881fc-6661-42fb-bded-176ca20374b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e3d881fc-6661-42fb-bded-176ca20374b5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3d881fc-6661-42fb-bded-176ca20374b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3d881fc-6661-42fb-bded-176ca20374b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e3d881fc-6661-42fb-bded-176ca20374b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-317fb6ca-dc78-492a-a740-917d26d78250 {
  margin-top: 50px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-317fb6ca-dc78-492a-a740-917d26d78250 {
  display: none;
}
#s-317fb6ca-dc78-492a-a740-917d26d78250, #wrap-s-317fb6ca-dc78-492a-a740-917d26d78250 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-317fb6ca-dc78-492a-a740-917d26d78250 {
  display: none;
}
#s-317fb6ca-dc78-492a-a740-917d26d78250, #wrap-s-317fb6ca-dc78-492a-a740-917d26d78250 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-317fb6ca-dc78-492a-a740-917d26d78250 {
  display: none;
}
#s-317fb6ca-dc78-492a-a740-917d26d78250, #wrap-s-317fb6ca-dc78-492a-a740-917d26d78250 { display: none !important; }}@media (max-width: 767px){#s-317fb6ca-dc78-492a-a740-917d26d78250 {
  display: none;
}
#s-317fb6ca-dc78-492a-a740-917d26d78250, #wrap-s-317fb6ca-dc78-492a-a740-917d26d78250 { display: none !important; }}
#s-317fb6ca-dc78-492a-a740-917d26d78250 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-defedf8e-2f1e-4985-b4ad-a412ef89e393 {
  
}
@media (min-width: 1200px){#s-defedf8e-2f1e-4985-b4ad-a412ef89e393 {
  display: none;
}
#s-defedf8e-2f1e-4985-b4ad-a412ef89e393, #wrap-s-defedf8e-2f1e-4985-b4ad-a412ef89e393 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-defedf8e-2f1e-4985-b4ad-a412ef89e393 {
  display: none;
}
#s-defedf8e-2f1e-4985-b4ad-a412ef89e393, #wrap-s-defedf8e-2f1e-4985-b4ad-a412ef89e393 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-defedf8e-2f1e-4985-b4ad-a412ef89e393 {
  display: none;
}
#s-defedf8e-2f1e-4985-b4ad-a412ef89e393, #wrap-s-defedf8e-2f1e-4985-b4ad-a412ef89e393 { display: none !important; }}@media (max-width: 767px){#s-defedf8e-2f1e-4985-b4ad-a412ef89e393 {
  display: none;
}
#s-defedf8e-2f1e-4985-b4ad-a412ef89e393, #wrap-s-defedf8e-2f1e-4985-b4ad-a412ef89e393 { display: none !important; }}
#s-2c6653bb-8a56-4890-863b-cc71fbfc313a {
  text-align: left;
}



.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c6653bb-8a56-4890-863b-cc71fbfc313a img.shogun-image {
  width: 100%;
}



}
#s-c15a73d4-0efd-4c31-99ba-7a4dc5cfc0c7 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c15a73d4-0efd-4c31-99ba-7a4dc5cfc0c7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-c3c35ce9-a02a-4a75-987c-c3bd142ed1c1 {
  text-align: center;
}

#s-c3c35ce9-a02a-4a75-987c-c3bd142ed1c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c3c35ce9-a02a-4a75-987c-c3bd142ed1c1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c3c35ce9-a02a-4a75-987c-c3bd142ed1c1 .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-25b741c2-27c9-492a-acce-886b8086fe14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-25b741c2-27c9-492a-acce-886b8086fe14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25b741c2-27c9-492a-acce-886b8086fe14:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25b741c2-27c9-492a-acce-886b8086fe14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25b741c2-27c9-492a-acce-886b8086fe14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25b741c2-27c9-492a-acce-886b8086fe14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-25b741c2-27c9-492a-acce-886b8086fe14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2f58d70c-87e2-493e-a304-a44ca175d625 {
  text-align: left;
}



.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f58d70c-87e2-493e-a304-a44ca175d625 img.shogun-image {
  width: 100%;
}



}
#s-f8049ad1-e608-4340-ba6c-00d4a951f086 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8049ad1-e608-4340-ba6c-00d4a951f086 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-e6348ca3-73fe-4bd2-bee9-f3afd85d44e0 {
  text-align: center;
}

#s-e6348ca3-73fe-4bd2-bee9-f3afd85d44e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e6348ca3-73fe-4bd2-bee9-f3afd85d44e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e6348ca3-73fe-4bd2-bee9-f3afd85d44e0 .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-ff56d684-c1a5-4da8-89ff-c7020d24aff8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ff56d684-c1a5-4da8-89ff-c7020d24aff8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff56d684-c1a5-4da8-89ff-c7020d24aff8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff56d684-c1a5-4da8-89ff-c7020d24aff8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff56d684-c1a5-4da8-89ff-c7020d24aff8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff56d684-c1a5-4da8-89ff-c7020d24aff8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff56d684-c1a5-4da8-89ff-c7020d24aff8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 {
  text-align: left;
}



.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf132ba7-81a0-45a1-a6a6-3e35687a4eb8 img.shogun-image {
  width: 100%;
}



}
#s-afe5e691-5d22-4d69-b74b-d1b6fa7db850 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afe5e691-5d22-4d69-b74b-d1b6fa7db850 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-1b4e4775-8b3a-40fb-875d-f55c7c46d7c3 {
  text-align: center;
}

#s-1b4e4775-8b3a-40fb-875d-f55c7c46d7c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1b4e4775-8b3a-40fb-875d-f55c7c46d7c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1b4e4775-8b3a-40fb-875d-f55c7c46d7c3 .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-67059c25-4d93-4542-a592-16fd3b417f78 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-67059c25-4d93-4542-a592-16fd3b417f78:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67059c25-4d93-4542-a592-16fd3b417f78:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67059c25-4d93-4542-a592-16fd3b417f78 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67059c25-4d93-4542-a592-16fd3b417f78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67059c25-4d93-4542-a592-16fd3b417f78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67059c25-4d93-4542-a592-16fd3b417f78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 {
  text-align: left;
}



.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5d277a5-5320-41fb-9c6f-30029c9c6c10 img.shogun-image {
  width: 100%;
}



}
#s-0c7e80de-701d-4920-8337-0b097c051405 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c7e80de-701d-4920-8337-0b097c051405 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-31d0dcd0-8144-45d2-beb3-07f3c99ab9ee {
  text-align: center;
}

#s-31d0dcd0-8144-45d2-beb3-07f3c99ab9ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31d0dcd0-8144-45d2-beb3-07f3c99ab9ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-31d0dcd0-8144-45d2-beb3-07f3c99ab9ee .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-ccb3316e-59b0-4f12-8963-7e6a035f138c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ccb3316e-59b0-4f12-8963-7e6a035f138c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccb3316e-59b0-4f12-8963-7e6a035f138c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ccb3316e-59b0-4f12-8963-7e6a035f138c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccb3316e-59b0-4f12-8963-7e6a035f138c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccb3316e-59b0-4f12-8963-7e6a035f138c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccb3316e-59b0-4f12-8963-7e6a035f138c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3154c11d-3084-4efd-8cb1-4ee1d921694d {
  text-align: left;
}



.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3154c11d-3084-4efd-8cb1-4ee1d921694d img.shogun-image {
  width: 100%;
}



}
#s-d7f64819-3583-4988-87d0-1d33fecc122b {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7f64819-3583-4988-87d0-1d33fecc122b .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-37f33b18-5342-4219-a3a1-d6847afab514 {
  text-align: center;
}

#s-37f33b18-5342-4219-a3a1-d6847afab514 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37f33b18-5342-4219-a3a1-d6847afab514 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-37f33b18-5342-4219-a3a1-d6847afab514 .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-57527ee2-138a-476e-b36f-0701ddbcb1a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-57527ee2-138a-476e-b36f-0701ddbcb1a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57527ee2-138a-476e-b36f-0701ddbcb1a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57527ee2-138a-476e-b36f-0701ddbcb1a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57527ee2-138a-476e-b36f-0701ddbcb1a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57527ee2-138a-476e-b36f-0701ddbcb1a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57527ee2-138a-476e-b36f-0701ddbcb1a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 {
  text-align: left;
}



.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48e61c24-dab0-4dd2-926f-d543a9cd5d74 img.shogun-image {
  width: 100%;
}



}
#s-2f20010b-8461-47b4-90c8-f801ccbd2102 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f20010b-8461-47b4-90c8-f801ccbd2102 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-6ae6b3cd-52d0-4294-9582-1d5a3c967317 {
  text-align: center;
}

#s-6ae6b3cd-52d0-4294-9582-1d5a3c967317 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ae6b3cd-52d0-4294-9582-1d5a3c967317 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6ae6b3cd-52d0-4294-9582-1d5a3c967317 .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-21e79f51-01ac-4c43-90d1-478460edf8bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-21e79f51-01ac-4c43-90d1-478460edf8bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21e79f51-01ac-4c43-90d1-478460edf8bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21e79f51-01ac-4c43-90d1-478460edf8bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21e79f51-01ac-4c43-90d1-478460edf8bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21e79f51-01ac-4c43-90d1-478460edf8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-21e79f51-01ac-4c43-90d1-478460edf8bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 {
  text-align: left;
}



.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-703cafa3-7fbd-4c33-83e2-7091052a5cd3 img.shogun-image {
  width: 100%;
}



}
#s-a05349dd-6d7f-49dd-a31d-2685bcc3b2b4 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a05349dd-6d7f-49dd-a31d-2685bcc3b2b4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-c110af77-e7ca-43cf-afc6-6bbc064a562f {
  text-align: center;
}

#s-c110af77-e7ca-43cf-afc6-6bbc064a562f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c110af77-e7ca-43cf-afc6-6bbc064a562f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c110af77-e7ca-43cf-afc6-6bbc064a562f .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-d65e1465-1cd5-4a8d-9be9-1557fce13f7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d65e1465-1cd5-4a8d-9be9-1557fce13f7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d65e1465-1cd5-4a8d-9be9-1557fce13f7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d65e1465-1cd5-4a8d-9be9-1557fce13f7f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d65e1465-1cd5-4a8d-9be9-1557fce13f7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d65e1465-1cd5-4a8d-9be9-1557fce13f7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d65e1465-1cd5-4a8d-9be9-1557fce13f7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4eeda7da-41f6-45e5-87d7-a587107509dd {
  text-align: left;
}



.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eeda7da-41f6-45e5-87d7-a587107509dd img.shogun-image {
  width: 100%;
}



}
#s-af309d97-8b4a-4c47-9efe-bc6bd299f501 {
  margin-left: 78px;
margin-right: 78px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af309d97-8b4a-4c47-9efe-bc6bd299f501 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-fbcb6491-0d7c-4263-acfd-4a00dff4de21 {
  text-align: center;
}

#s-fbcb6491-0d7c-4263-acfd-4a00dff4de21 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fbcb6491-0d7c-4263-acfd-4a00dff4de21 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fbcb6491-0d7c-4263-acfd-4a00dff4de21 .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-694cba99-7b64-4f7c-aff2-92832af07685 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-694cba99-7b64-4f7c-aff2-92832af07685:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-694cba99-7b64-4f7c-aff2-92832af07685:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-694cba99-7b64-4f7c-aff2-92832af07685 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694cba99-7b64-4f7c-aff2-92832af07685.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694cba99-7b64-4f7c-aff2-92832af07685.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-694cba99-7b64-4f7c-aff2-92832af07685.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 {
  padding-top: 60px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 {
  padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-de5828ee-edfc-45b1-9348-f34f0c4862c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de5828ee-edfc-45b1-9348-f34f0c4862c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8533a69b-1cec-495b-a9e4-7342846b9357 {
  text-align: left;
}

/*
  $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}
