.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-e923e9bd-62f9-4dad-9db4-8377c65449d7 {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e923e9bd-62f9-4dad-9db4-8377c65449d7 {
  display: none;
}
#s-e923e9bd-62f9-4dad-9db4-8377c65449d7, #wrap-s-e923e9bd-62f9-4dad-9db4-8377c65449d7 { display: none !important; }}@media (max-width: 767px){#s-e923e9bd-62f9-4dad-9db4-8377c65449d7 {
  display: none;
}
#s-e923e9bd-62f9-4dad-9db4-8377c65449d7, #wrap-s-e923e9bd-62f9-4dad-9db4-8377c65449d7 { display: none !important; }}
#s-e923e9bd-62f9-4dad-9db4-8377c65449d7 {
  background-image: url();
}








#s-e923e9bd-62f9-4dad-9db4-8377c65449d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e923e9bd-62f9-4dad-9db4-8377c65449d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4eee0f7-e4d5-49cd-afee-c247705f46cf {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: 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;
}

@media (min-width: 0px) {
[id="s-5ea62ae7-bd63-44f8-be6d-b346cb2aa0db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ea62ae7-bd63-44f8-be6d-b346cb2aa0db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ea62ae7-bd63-44f8-be6d-b346cb2aa0db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ea62ae7-bd63-44f8-be6d-b346cb2aa0db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-6c2dcd54-3024-4c98-b031-c8abfee3e60a {
  text-align: center;
}



.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c2dcd54-3024-4c98-b031-c8abfee3e60a img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-b9ecb2bf-938e-4c54-8727-e2020473cd2e {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-b9ecb2bf-938e-4c54-8727-e2020473cd2e .shg-gallery-thumb-image-wrapper {
  

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

#s-b9ecb2bf-938e-4c54-8727-e2020473cd2e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b9ecb2bf-938e-4c54-8727-e2020473cd2e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b9ecb2bf-938e-4c54-8727-e2020473cd2e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b9ecb2bf-938e-4c54-8727-e2020473cd2e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b9ecb2bf-938e-4c54-8727-e2020473cd2e .shg-gallery-dot {
  background-color: #FFF;
}

#s-f7ca71d8-b589-4b28-9e67-af37953ed6ce {
  min-height: 50px;
}








#s-f7ca71d8-b589-4b28-9e67-af37953ed6ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7ca71d8-b589-4b28-9e67-af37953ed6ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7653628a-8639-4dd8-9d55-eeef130f9c55 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-7653628a-8639-4dd8-9d55-eeef130f9c55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7653628a-8639-4dd8-9d55-eeef130f9c55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-28ea957d-ff61-4748-b6f0-e7c4727b8ab2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28ea957d-ff61-4748-b6f0-e7c4727b8ab2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-c2214734-0684-4d3e-a393-2595b079456c {
  margin-left: 30px;
margin-right: 30px;
}

#s-c2214734-0684-4d3e-a393-2595b079456c hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-4b6a8829-a766-4b6f-9be7-13241d6619f1 {
  margin-top: -10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-4b6a8829-a766-4b6f-9be7-13241d6619f1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-4b6a8829-a766-4b6f-9be7-13241d6619f1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 20px;
}

#s-4b6a8829-a766-4b6f-9be7-13241d6619f1 .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-bd6b01df-cbdc-4dfb-9db6-96d4561266e6 {
  min-height: 50px;
}








#s-bd6b01df-cbdc-4dfb-9db6-96d4561266e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6b01df-cbdc-4dfb-9db6-96d4561266e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84917df1-6c2a-4e09-9da8-04419677f463 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-84917df1-6c2a-4e09-9da8-04419677f463"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-84917df1-6c2a-4e09-9da8-04419677f463"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-84917df1-6c2a-4e09-9da8-04419677f463"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-84917df1-6c2a-4e09-9da8-04419677f463"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-84917df1-6c2a-4e09-9da8-04419677f463"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-84917df1-6c2a-4e09-9da8-04419677f463"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-84917df1-6c2a-4e09-9da8-04419677f463"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

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

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-d75f19ea-868c-4016-90a2-3d7553d60bab {
  text-align: left;
background-color: rgba(221, 221, 221, 0.3);
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d75f19ea-868c-4016-90a2-3d7553d60bab-btn-wrapper {
    text-align: center;
  }


#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-variant-btn:hover {
  background: #252525;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-variant-btn:active, #s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d75f19ea-868c-4016-90a2-3d7553d60bab .shg-variant-btn.disabled {
  background: #252525;
}

#s-d869fb71-eb4b-47aa-a5c8-7f117ae6fc79 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d869fb71-eb4b-47aa-a5c8-7f117ae6fc79 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d869fb71-eb4b-47aa-a5c8-7f117ae6fc79 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d869fb71-eb4b-47aa-a5c8-7f117ae6fc79 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d869fb71-eb4b-47aa-a5c8-7f117ae6fc79 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d869fb71-eb4b-47aa-a5c8-7f117ae6fc79 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




@media (min-width: 0px) {
[id="s-6086c016-6b6e-41b0-8e19-9eec7e6ce661"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6086c016-6b6e-41b0-8e19-9eec7e6ce661"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6086c016-6b6e-41b0-8e19-9eec7e6ce661"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6086c016-6b6e-41b0-8e19-9eec7e6ce661"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6086c016-6b6e-41b0-8e19-9eec7e6ce661"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6086c016-6b6e-41b0-8e19-9eec7e6ce661"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6086c016-6b6e-41b0-8e19-9eec7e6ce661"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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-52671e47-8078-4396-80db-1601e20c510c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-52671e47-8078-4396-80db-1601e20c510c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-52671e47-8078-4396-80db-1601e20c510c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52671e47-8078-4396-80db-1601e20c510c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52671e47-8078-4396-80db-1601e20c510c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52671e47-8078-4396-80db-1601e20c510c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-52671e47-8078-4396-80db-1601e20c510c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c36c903-4218-4aa3-87f1-d3cffa078eea {
  margin-left: 30px;
margin-right: 30px;
}

#s-9c36c903-4218-4aa3-87f1-d3cffa078eea hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-68ab0804-d509-4b03-aaae-9358f4b80269 {
  min-height: 50px;
}








#s-68ab0804-d509-4b03-aaae-9358f4b80269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68ab0804-d509-4b03-aaae-9358f4b80269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-f64a57b9-aa95-4f8b-b54b-dec1084facf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f64a57b9-aa95-4f8b-b54b-dec1084facf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-dab45835-c000-4d92-9684-6d480ae15fc2 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-dab45835-c000-4d92-9684-6d480ae15fc2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-dab45835-c000-4d92-9684-6d480ae15fc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-dab45835-c000-4d92-9684-6d480ae15fc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-dab45835-c000-4d92-9684-6d480ae15fc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-dab45835-c000-4d92-9684-6d480ae15fc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(121, 116, 103, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-dab45835-c000-4d92-9684-6d480ae15fc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-563e8303-3a26-4974-acca-792558a4946d {
  padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-2135fcbe-57fd-4f8a-a32a-bf62fd089068 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-77776b36-c48f-4999-8c61-6f69986916cf {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-77776b36-c48f-4999-8c61-6f69986916cf .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-375f4bdc-6192-436e-a838-aa20173fab58 {
  margin-top: -3px;
margin-bottom: -3px;
}

#s-375f4bdc-6192-436e-a838-aa20173fab58 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

/*
  $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-04c7e5c6-ee47-41c9-9b84-fa4bde92e3d4 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-85218a45-fc4a-4f52-8018-db411c516f0e {
  text-align: left;
}



.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85218a45-fc4a-4f52-8018-db411c516f0e img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-3c7eddca-462c-4660-98e1-27bad60044a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c7eddca-462c-4660-98e1-27bad60044a7 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7d5c8db9-3eff-41d8-ad34-11d9bf24daa6 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-7d5c8db9-3eff-41d8-ad34-11d9bf24daa6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-7d5c8db9-3eff-41d8-ad34-11d9bf24daa6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-7d5c8db9-3eff-41d8-ad34-11d9bf24daa6 .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;
}

@media (min-width: 0px) {
[id="s-ec6c8fcb-a509-473c-826a-6ce3d691cddb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec6c8fcb-a509-473c-826a-6ce3d691cddb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec6c8fcb-a509-473c-826a-6ce3d691cddb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec6c8fcb-a509-473c-826a-6ce3d691cddb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec6c8fcb-a509-473c-826a-6ce3d691cddb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec6c8fcb-a509-473c-826a-6ce3d691cddb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec6c8fcb-a509-473c-826a-6ce3d691cddb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-113b65db-c56a-4d1d-8954-94c8f17d5de2 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-113b65db-c56a-4d1d-8954-94c8f17d5de2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-113b65db-c56a-4d1d-8954-94c8f17d5de2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-113b65db-c56a-4d1d-8954-94c8f17d5de2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-113b65db-c56a-4d1d-8954-94c8f17d5de2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-113b65db-c56a-4d1d-8954-94c8f17d5de2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5e174e45-9ae5-4851-805a-1071c43f98ee {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5e174e45-9ae5-4851-805a-1071c43f98ee:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e174e45-9ae5-4851-805a-1071c43f98ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e174e45-9ae5-4851-805a-1071c43f98ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e174e45-9ae5-4851-805a-1071c43f98ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e174e45-9ae5-4851-805a-1071c43f98ee.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-5e174e45-9ae5-4851-805a-1071c43f98ee.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-596eb35c-e533-43ae-88bd-5763c3464c8c hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b {
  text-align: left;
}



.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2a715b-d896-4f22-b3f4-d74e63a8506b img.shogun-image {
  width: 100%;
}



}
#s-cec78657-e3f1-4393-aeb5-f642adfd8473 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cec78657-e3f1-4393-aeb5-f642adfd8473 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4de5f210-6878-4477-b4de-c4bfbe71f86a {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-4de5f210-6878-4477-b4de-c4bfbe71f86a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-4de5f210-6878-4477-b4de-c4bfbe71f86a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-4de5f210-6878-4477-b4de-c4bfbe71f86a .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;
}

@media (min-width: 0px) {
[id="s-e1ce69fd-8e93-4572-8074-8aa6cbd08359"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1ce69fd-8e93-4572-8074-8aa6cbd08359"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1ce69fd-8e93-4572-8074-8aa6cbd08359"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1ce69fd-8e93-4572-8074-8aa6cbd08359"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1ce69fd-8e93-4572-8074-8aa6cbd08359"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1ce69fd-8e93-4572-8074-8aa6cbd08359"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1ce69fd-8e93-4572-8074-8aa6cbd08359"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-3573b0c6-42c8-4ae4-9007-27d09c93d7d5 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3573b0c6-42c8-4ae4-9007-27d09c93d7d5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3573b0c6-42c8-4ae4-9007-27d09c93d7d5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3573b0c6-42c8-4ae4-9007-27d09c93d7d5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3573b0c6-42c8-4ae4-9007-27d09c93d7d5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3573b0c6-42c8-4ae4-9007-27d09c93d7d5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-17baf57d-7101-44d2-9e9f-5478ba1e5abf {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-17baf57d-7101-44d2-9e9f-5478ba1e5abf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17baf57d-7101-44d2-9e9f-5478ba1e5abf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17baf57d-7101-44d2-9e9f-5478ba1e5abf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17baf57d-7101-44d2-9e9f-5478ba1e5abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17baf57d-7101-44d2-9e9f-5478ba1e5abf.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-17baf57d-7101-44d2-9e9f-5478ba1e5abf.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-330ec882-7b5b-41d5-8509-7cefe65be139 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 {
  text-align: left;
}



.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5263cffb-ecdd-4bc5-9c56-8b010b134b84 img.shogun-image {
  width: 100%;
}



}
#s-c488f6a0-0297-4225-a7ff-6ea2ab2dfe66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c488f6a0-0297-4225-a7ff-6ea2ab2dfe66 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-553329b8-a16c-47e7-b152-52a2544ca2fc {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-553329b8-a16c-47e7-b152-52a2544ca2fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-553329b8-a16c-47e7-b152-52a2544ca2fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-553329b8-a16c-47e7-b152-52a2544ca2fc .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;
}

@media (min-width: 0px) {
[id="s-109848b1-be26-434d-902e-467a5986dcb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-109848b1-be26-434d-902e-467a5986dcb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-109848b1-be26-434d-902e-467a5986dcb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-109848b1-be26-434d-902e-467a5986dcb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-109848b1-be26-434d-902e-467a5986dcb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-109848b1-be26-434d-902e-467a5986dcb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-109848b1-be26-434d-902e-467a5986dcb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-eff0008f-c39e-46d4-9343-d6ddc6873856 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-eff0008f-c39e-46d4-9343-d6ddc6873856 .shg-product-quantity-wrapper {
  display: flex;
}

#s-eff0008f-c39e-46d4-9343-d6ddc6873856 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-eff0008f-c39e-46d4-9343-d6ddc6873856 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-eff0008f-c39e-46d4-9343-d6ddc6873856 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-eff0008f-c39e-46d4-9343-d6ddc6873856 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-515cac60-e095-4721-8bd1-530b4b4de473 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-515cac60-e095-4721-8bd1-530b4b4de473:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-515cac60-e095-4721-8bd1-530b4b4de473:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-515cac60-e095-4721-8bd1-530b4b4de473 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-515cac60-e095-4721-8bd1-530b4b4de473.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-515cac60-e095-4721-8bd1-530b4b4de473.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-515cac60-e095-4721-8bd1-530b4b4de473.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-bc022867-a426-479d-8b17-06941b2eae05 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 {
  text-align: left;
}



.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e03be58b-ee73-4f1f-b14a-b73cb620f846 img.shogun-image {
  width: 100%;
}




#s-0f82e0fe-b10e-4cfe-8ca2-a6e73d3e9bcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f82e0fe-b10e-4cfe-8ca2-a6e73d3e9bcf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-580dc995-015c-4ad2-acc5-45ec74f5060e {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-580dc995-015c-4ad2-acc5-45ec74f5060e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-580dc995-015c-4ad2-acc5-45ec74f5060e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-580dc995-015c-4ad2-acc5-45ec74f5060e .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;
}

@media (min-width: 0px) {
[id="s-df46a378-4ef0-45a4-ba94-1129b26e754b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df46a378-4ef0-45a4-ba94-1129b26e754b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df46a378-4ef0-45a4-ba94-1129b26e754b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df46a378-4ef0-45a4-ba94-1129b26e754b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df46a378-4ef0-45a4-ba94-1129b26e754b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df46a378-4ef0-45a4-ba94-1129b26e754b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df46a378-4ef0-45a4-ba94-1129b26e754b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-dd23fc41-e18c-4b2e-98a2-7ff4668154b5 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-dd23fc41-e18c-4b2e-98a2-7ff4668154b5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-dd23fc41-e18c-4b2e-98a2-7ff4668154b5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dd23fc41-e18c-4b2e-98a2-7ff4668154b5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dd23fc41-e18c-4b2e-98a2-7ff4668154b5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dd23fc41-e18c-4b2e-98a2-7ff4668154b5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-be18a48f-fc29-46e2-9ff6-def84da41641 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-be18a48f-fc29-46e2-9ff6-def84da41641:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be18a48f-fc29-46e2-9ff6-def84da41641:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-be18a48f-fc29-46e2-9ff6-def84da41641 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be18a48f-fc29-46e2-9ff6-def84da41641.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be18a48f-fc29-46e2-9ff6-def84da41641.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-be18a48f-fc29-46e2-9ff6-def84da41641.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-2f22c653-4241-4eed-9cf9-6c7bb034f0b9 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-d5861236-51eb-4262-accd-0003e0b5bf38 {
  text-align: left;
}



.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5861236-51eb-4262-accd-0003e0b5bf38 img.shogun-image {
  width: 100%;
}




#s-233e3169-e88e-40fe-9dfa-543ccf70e0c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-233e3169-e88e-40fe-9dfa-543ccf70e0c2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ca1667ac-74e5-4cde-935e-e1f8d1063ad7 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-ca1667ac-74e5-4cde-935e-e1f8d1063ad7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-ca1667ac-74e5-4cde-935e-e1f8d1063ad7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-ca1667ac-74e5-4cde-935e-e1f8d1063ad7 .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;
}

@media (min-width: 0px) {
[id="s-f3800d70-e55a-4b65-9266-95a9f6fbdbb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3800d70-e55a-4b65-9266-95a9f6fbdbb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3800d70-e55a-4b65-9266-95a9f6fbdbb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3800d70-e55a-4b65-9266-95a9f6fbdbb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3800d70-e55a-4b65-9266-95a9f6fbdbb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3800d70-e55a-4b65-9266-95a9f6fbdbb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3800d70-e55a-4b65-9266-95a9f6fbdbb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-df63f263-851f-4583-8e63-ac4b7e30d4b6 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-df63f263-851f-4583-8e63-ac4b7e30d4b6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-df63f263-851f-4583-8e63-ac4b7e30d4b6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-df63f263-851f-4583-8e63-ac4b7e30d4b6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-df63f263-851f-4583-8e63-ac4b7e30d4b6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-df63f263-851f-4583-8e63-ac4b7e30d4b6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4f03199f-ab51-44d7-a2b6-618b38e30fe6 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4f03199f-ab51-44d7-a2b6-618b38e30fe6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f03199f-ab51-44d7-a2b6-618b38e30fe6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f03199f-ab51-44d7-a2b6-618b38e30fe6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f03199f-ab51-44d7-a2b6-618b38e30fe6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f03199f-ab51-44d7-a2b6-618b38e30fe6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-4f03199f-ab51-44d7-a2b6-618b38e30fe6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-a00a9c54-70b2-4bf9-be37-86851928ccbf hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a {
  text-align: left;
}



.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba65a5f0-9ce4-417a-9fa5-983c7ba3b79a img.shogun-image {
  width: 100%;
}




#s-5e93a504-07fc-4ed5-9a4a-0c0f1f30220e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e93a504-07fc-4ed5-9a4a-0c0f1f30220e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b956311d-8c6f-4638-aee4-861761bcc7a2 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-b956311d-8c6f-4638-aee4-861761bcc7a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-b956311d-8c6f-4638-aee4-861761bcc7a2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-b956311d-8c6f-4638-aee4-861761bcc7a2 .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;
}

@media (min-width: 0px) {
[id="s-59611571-deca-44f5-88e4-8474b5837f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59611571-deca-44f5-88e4-8474b5837f4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59611571-deca-44f5-88e4-8474b5837f4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59611571-deca-44f5-88e4-8474b5837f4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59611571-deca-44f5-88e4-8474b5837f4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59611571-deca-44f5-88e4-8474b5837f4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59611571-deca-44f5-88e4-8474b5837f4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7be3a967-6ace-45af-b64e-07db4a066110 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-7be3a967-6ace-45af-b64e-07db4a066110 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7be3a967-6ace-45af-b64e-07db4a066110 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7be3a967-6ace-45af-b64e-07db4a066110 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7be3a967-6ace-45af-b64e-07db4a066110 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7be3a967-6ace-45af-b64e-07db4a066110 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e4a3cb15-e7d6-4b23-8072-46c3bbb87669 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e4a3cb15-e7d6-4b23-8072-46c3bbb87669:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e4a3cb15-e7d6-4b23-8072-46c3bbb87669:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4a3cb15-e7d6-4b23-8072-46c3bbb87669 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4a3cb15-e7d6-4b23-8072-46c3bbb87669.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4a3cb15-e7d6-4b23-8072-46c3bbb87669.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-e4a3cb15-e7d6-4b23-8072-46c3bbb87669.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-6cb09824-1308-4766-a9a2-804e3e58bb8d hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 {
  text-align: left;
}



.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ec9c70e-e0d1-4728-882b-e5cb01e66940 img.shogun-image {
  width: 100%;
}




#s-a70a6e5f-19c4-4ca4-9443-1884a18121a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a70a6e5f-19c4-4ca4-9443-1884a18121a7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2c93ae04-c615-46f3-b0bb-5f88429514ba {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-2c93ae04-c615-46f3-b0bb-5f88429514ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-2c93ae04-c615-46f3-b0bb-5f88429514ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-2c93ae04-c615-46f3-b0bb-5f88429514ba .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;
}

@media (min-width: 0px) {
[id="s-66ecd66c-89e4-4d86-a657-f29ec3c9e431"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66ecd66c-89e4-4d86-a657-f29ec3c9e431"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66ecd66c-89e4-4d86-a657-f29ec3c9e431"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66ecd66c-89e4-4d86-a657-f29ec3c9e431"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66ecd66c-89e4-4d86-a657-f29ec3c9e431"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66ecd66c-89e4-4d86-a657-f29ec3c9e431"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66ecd66c-89e4-4d86-a657-f29ec3c9e431"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c97a3d30-069c-447e-ac46-59d5afd24cad {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c97a3d30-069c-447e-ac46-59d5afd24cad .shg-product-quantity-wrapper {
  display: flex;
}

#s-c97a3d30-069c-447e-ac46-59d5afd24cad .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c97a3d30-069c-447e-ac46-59d5afd24cad .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c97a3d30-069c-447e-ac46-59d5afd24cad .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c97a3d30-069c-447e-ac46-59d5afd24cad .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c31f97e8-e463-4023-a02e-dc2816f80262 {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c31f97e8-e463-4023-a02e-dc2816f80262:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c31f97e8-e463-4023-a02e-dc2816f80262:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c31f97e8-e463-4023-a02e-dc2816f80262 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c31f97e8-e463-4023-a02e-dc2816f80262.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c31f97e8-e463-4023-a02e-dc2816f80262.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-c31f97e8-e463-4023-a02e-dc2816f80262.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-421ccc3e-87d8-4b22-b7c8-456c6a064a45 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-6e8433c4-b45f-43b9-82ee-c0963887b991 {
  text-align: left;
}



.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e8433c4-b45f-43b9-82ee-c0963887b991 img.shogun-image {
  width: 100%;
}




#s-8291b86d-b9ad-471e-bda2-9293de4047a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8291b86d-b9ad-471e-bda2-9293de4047a2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fd91d96b-6cfc-45d0-b586-462b7d00bf48 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-fd91d96b-6cfc-45d0-b586-462b7d00bf48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-fd91d96b-6cfc-45d0-b586-462b7d00bf48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-fd91d96b-6cfc-45d0-b586-462b7d00bf48 .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;
}

@media (min-width: 0px) {
[id="s-ae676108-e778-4c4a-b909-52a79ebaba2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae676108-e778-4c4a-b909-52a79ebaba2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae676108-e778-4c4a-b909-52a79ebaba2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae676108-e778-4c4a-b909-52a79ebaba2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae676108-e778-4c4a-b909-52a79ebaba2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae676108-e778-4c4a-b909-52a79ebaba2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae676108-e778-4c4a-b909-52a79ebaba2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-84402125-2946-45e9-aac9-6af3cedf12bf {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-84402125-2946-45e9-aac9-6af3cedf12bf .shg-product-quantity-wrapper {
  display: flex;
}

#s-84402125-2946-45e9-aac9-6af3cedf12bf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-84402125-2946-45e9-aac9-6af3cedf12bf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-84402125-2946-45e9-aac9-6af3cedf12bf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-84402125-2946-45e9-aac9-6af3cedf12bf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1403ae82-2634-4b35-ab6e-04dbf880e4bc {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1403ae82-2634-4b35-ab6e-04dbf880e4bc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1403ae82-2634-4b35-ab6e-04dbf880e4bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1403ae82-2634-4b35-ab6e-04dbf880e4bc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1403ae82-2634-4b35-ab6e-04dbf880e4bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1403ae82-2634-4b35-ab6e-04dbf880e4bc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-1403ae82-2634-4b35-ab6e-04dbf880e4bc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-660a1c01-ab68-474b-8eed-22f11e65b05c hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-34770029-78e3-4a12-9067-0055016f8ba9 {
  text-align: left;
}



.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34770029-78e3-4a12-9067-0055016f8ba9 img.shogun-image {
  width: 100%;
}




#s-eef472c9-152d-4c7c-92c2-424a03fe9b87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eef472c9-152d-4c7c-92c2-424a03fe9b87 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6a65abb0-4d27-4554-9da8-21bf59a73130 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-6a65abb0-4d27-4554-9da8-21bf59a73130 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-6a65abb0-4d27-4554-9da8-21bf59a73130 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-6a65abb0-4d27-4554-9da8-21bf59a73130 .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;
}

@media (min-width: 0px) {
[id="s-72781073-4e9b-42df-9518-2f7aa6e0854e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72781073-4e9b-42df-9518-2f7aa6e0854e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72781073-4e9b-42df-9518-2f7aa6e0854e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72781073-4e9b-42df-9518-2f7aa6e0854e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72781073-4e9b-42df-9518-2f7aa6e0854e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72781073-4e9b-42df-9518-2f7aa6e0854e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72781073-4e9b-42df-9518-2f7aa6e0854e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7006fbd4-e32b-408b-b9da-5ef186520cc5 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-7006fbd4-e32b-408b-b9da-5ef186520cc5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7006fbd4-e32b-408b-b9da-5ef186520cc5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7006fbd4-e32b-408b-b9da-5ef186520cc5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7006fbd4-e32b-408b-b9da-5ef186520cc5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7006fbd4-e32b-408b-b9da-5ef186520cc5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-3f740fd7-caa4-47f2-bf36-0d24cff02b2d {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: -3px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3f740fd7-caa4-47f2-bf36-0d24cff02b2d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f740fd7-caa4-47f2-bf36-0d24cff02b2d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f740fd7-caa4-47f2-bf36-0d24cff02b2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f740fd7-caa4-47f2-bf36-0d24cff02b2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f740fd7-caa4-47f2-bf36-0d24cff02b2d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-3f740fd7-caa4-47f2-bf36-0d24cff02b2d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-2368db4d-7438-4ed1-a1b9-5598c656f600 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-ea1c10c4-c17a-48d6-abe6-a29155560aea {
  margin-top: -60px;
}
@media (min-width: 1200px){#s-ea1c10c4-c17a-48d6-abe6-a29155560aea {
  display: none;
}
#s-ea1c10c4-c17a-48d6-abe6-a29155560aea, #wrap-s-ea1c10c4-c17a-48d6-abe6-a29155560aea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea1c10c4-c17a-48d6-abe6-a29155560aea {
  display: none;
}
#s-ea1c10c4-c17a-48d6-abe6-a29155560aea, #wrap-s-ea1c10c4-c17a-48d6-abe6-a29155560aea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea1c10c4-c17a-48d6-abe6-a29155560aea {
  
}
}@media (max-width: 767px){#s-ea1c10c4-c17a-48d6-abe6-a29155560aea {
  
}
}
#s-ea1c10c4-c17a-48d6-abe6-a29155560aea {
  background-image: url();
}








#s-ea1c10c4-c17a-48d6-abe6-a29155560aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea1c10c4-c17a-48d6-abe6-a29155560aea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8df7f8e0-9da1-4723-9680-26cbdf2ad5f3 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: center;
}

@media (min-width: 0px) {
[id="s-5735a3d8-f38c-40e9-83be-dbe22c4a8078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5735a3d8-f38c-40e9-83be-dbe22c4a8078"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5735a3d8-f38c-40e9-83be-dbe22c4a8078"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5735a3d8-f38c-40e9-83be-dbe22c4a8078"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5735a3d8-f38c-40e9-83be-dbe22c4a8078"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5735a3d8-f38c-40e9-83be-dbe22c4a8078"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5735a3d8-f38c-40e9-83be-dbe22c4a8078"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-5fabe147-811c-444f-9ef2-d256089e51c8 {
  text-align: center;
}



.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fabe147-811c-444f-9ef2-d256089e51c8 img.shogun-image {
  width: 100%;
}



}
#s-9d924155-d3db-49f0-816c-180c6587e65d {
  margin-bottom: 30px;
text-align: center;
}

#s-9d924155-d3db-49f0-816c-180c6587e65d .shg-gallery-thumb-image-wrapper {
  

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

#s-9d924155-d3db-49f0-816c-180c6587e65d .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9d924155-d3db-49f0-816c-180c6587e65d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9d924155-d3db-49f0-816c-180c6587e65d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9d924155-d3db-49f0-816c-180c6587e65d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9d924155-d3db-49f0-816c-180c6587e65d .shg-gallery-dot {
  background-color: #FFF;
}

#s-3ad4e766-7f39-44db-8722-524af8ce15d4 {
  min-height: 50px;
}








#s-3ad4e766-7f39-44db-8722-524af8ce15d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ad4e766-7f39-44db-8722-524af8ce15d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843977f9-c1cd-4dea-b879-62662beb3a7e {
  padding-bottom: 20px;
min-height: 50px;
}








#s-843977f9-c1cd-4dea-b879-62662beb3a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-843977f9-c1cd-4dea-b879-62662beb3a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88e8b25a-7d80-4a3c-a261-72d72cd137a7 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-88e8b25a-7d80-4a3c-a261-72d72cd137a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1df6d4ab-e96f-4c4d-9abc-f5c6fdeb3139 {
  margin-top: -10px;
margin-left: 30px;
margin-bottom: -10px;
margin-right: 30px;
}

#s-1df6d4ab-e96f-4c4d-9abc-f5c6fdeb3139 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-aeaa1830-e08d-4741-9579-802fe8a70c8b {
  padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-aeaa1830-e08d-4741-9579-802fe8a70c8b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-aeaa1830-e08d-4741-9579-802fe8a70c8b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-aeaa1830-e08d-4741-9579-802fe8a70c8b .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-e0a5abd2-5d70-4c38-975a-4e7f5130d621 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e0a5abd2-5d70-4c38-975a-4e7f5130d621"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e0a5abd2-5d70-4c38-975a-4e7f5130d621"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e0a5abd2-5d70-4c38-975a-4e7f5130d621"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0a5abd2-5d70-4c38-975a-4e7f5130d621"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b31b61ed-3664-45b5-9f53-7f195cd19e21 {
  padding-left: 30px;
padding-right: 30px;
}

#s-63a609b0-978f-4e1c-9137-62780302d754 {
  padding-bottom: 10px;
min-height: 50px;
}








#s-63a609b0-978f-4e1c-9137-62780302d754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a609b0-978f-4e1c-9137-62780302d754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
background-color: rgba(221, 221, 221, 0.3);
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e50910bb-7042-4d6a-8386-73f273948089-btn-wrapper {
    text-align: center;
  }


#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-variant-btn:hover {
  background: #252525;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-variant-btn:active, #s-e50910bb-7042-4d6a-8386-73f273948089 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e50910bb-7042-4d6a-8386-73f273948089 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6a88733a-804e-4fd6-b60f-b8ef1be5dfe5 {
  margin-right: 30px;
min-height: 50px;
}








#s-6a88733a-804e-4fd6-b60f-b8ef1be5dfe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a88733a-804e-4fd6-b60f-b8ef1be5dfe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dad3967-54ac-4425-b4ed-89a07c2cb3c1 {
  text-align: center;
}

#s-1dad3967-54ac-4425-b4ed-89a07c2cb3c1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1dad3967-54ac-4425-b4ed-89a07c2cb3c1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1dad3967-54ac-4425-b4ed-89a07c2cb3c1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1dad3967-54ac-4425-b4ed-89a07c2cb3c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1dad3967-54ac-4425-b4ed-89a07c2cb3c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0f0dbfc9-bd10-46c1-a11c-be5bffcee3e9 {
  margin-top: 5px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0f0dbfc9-bd10-46c1-a11c-be5bffcee3e9:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f0dbfc9-bd10-46c1-a11c-be5bffcee3e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f0dbfc9-bd10-46c1-a11c-be5bffcee3e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f0dbfc9-bd10-46c1-a11c-be5bffcee3e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f0dbfc9-bd10-46c1-a11c-be5bffcee3e9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-0f0dbfc9-bd10-46c1-a11c-be5bffcee3e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-35ff8773-11e5-4afa-88ac-6640bd5d227b {
  margin-left: 30px;
margin-right: 30px;
}

#s-35ff8773-11e5-4afa-88ac-6640bd5d227b hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-ad21b528-336b-48f6-8156-a6d261214085 {
  min-height: 50px;
}








#s-ad21b528-336b-48f6-8156-a6d261214085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad21b528-336b-48f6-8156-a6d261214085.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-07066ab0-deff-47c0-a322-c42a95d97bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07066ab0-deff-47c0-a322-c42a95d97bd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eb2f7b1-9654-44f3-aa3b-123151d80101 {
  padding-top: 20px;
padding-bottom: 2px;
}

#s-4eb2f7b1-9654-44f3-aa3b-123151d80101 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4eb2f7b1-9654-44f3-aa3b-123151d80101 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-4eb2f7b1-9654-44f3-aa3b-123151d80101 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-4eb2f7b1-9654-44f3-aa3b-123151d80101 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4eb2f7b1-9654-44f3-aa3b-123151d80101 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(121, 116, 103, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-4eb2f7b1-9654-44f3-aa3b-123151d80101 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4fbda2a5-5857-4b11-be60-068cbac2e9dc {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-a00a3f97-72d6-4e0a-9f18-8fc259da0188 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-2bacaf0b-e2ac-4d9f-8d00-0e86c526b1a4 {
  min-height: 50px;
}








#s-2bacaf0b-e2ac-4d9f-8d00-0e86c526b1a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bacaf0b-e2ac-4d9f-8d00-0e86c526b1a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-631cca4e-368c-42b4-b8df-48f81510aadf {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-631cca4e-368c-42b4-b8df-48f81510aadf .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-47882d2b-4fd1-47cc-9366-12f1dc190db5 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-6d95d47b-0ec8-42d7-8e8c-99b051a6551a {
  text-align: center;
}
@media (min-width: 1200px){#s-6d95d47b-0ec8-42d7-8e8c-99b051a6551a {
  display: none;
}
#s-6d95d47b-0ec8-42d7-8e8c-99b051a6551a, #wrap-s-6d95d47b-0ec8-42d7-8e8c-99b051a6551a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d95d47b-0ec8-42d7-8e8c-99b051a6551a {
  display: none;
}
#s-6d95d47b-0ec8-42d7-8e8c-99b051a6551a, #wrap-s-6d95d47b-0ec8-42d7-8e8c-99b051a6551a { display: none !important; }}
#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 {
  text-align: left;
}



.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51b70e3-43a3-4051-bf59-acaef2d2c2f8 img.shogun-image {
  width: 100%;
}



}
#s-bb3fe32a-b090-4a38-8e14-5da13ed6098f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb3fe32a-b090-4a38-8e14-5da13ed6098f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-31283faa-34b8-49c0-ad7d-4c0e439fb123 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-31283faa-34b8-49c0-ad7d-4c0e439fb123 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-31283faa-34b8-49c0-ad7d-4c0e439fb123 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-31283faa-34b8-49c0-ad7d-4c0e439fb123 .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;
}

@media (min-width: 0px) {
[id="s-86a03940-d037-49e0-a0b9-38654afbd3b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86a03940-d037-49e0-a0b9-38654afbd3b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86a03940-d037-49e0-a0b9-38654afbd3b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86a03940-d037-49e0-a0b9-38654afbd3b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86a03940-d037-49e0-a0b9-38654afbd3b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86a03940-d037-49e0-a0b9-38654afbd3b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86a03940-d037-49e0-a0b9-38654afbd3b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-18431fdf-bd32-4010-a59a-afba3878eee0 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-18431fdf-bd32-4010-a59a-afba3878eee0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-18431fdf-bd32-4010-a59a-afba3878eee0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-18431fdf-bd32-4010-a59a-afba3878eee0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-18431fdf-bd32-4010-a59a-afba3878eee0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-18431fdf-bd32-4010-a59a-afba3878eee0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-bba4f3dc-7cd2-43bf-b188-dead190ff301 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bba4f3dc-7cd2-43bf-b188-dead190ff301:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bba4f3dc-7cd2-43bf-b188-dead190ff301:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bba4f3dc-7cd2-43bf-b188-dead190ff301 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bba4f3dc-7cd2-43bf-b188-dead190ff301.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bba4f3dc-7cd2-43bf-b188-dead190ff301.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-bba4f3dc-7cd2-43bf-b188-dead190ff301.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-3741df14-3e0b-4591-a8b4-bc665736c4af {
  margin-left: 30px;
margin-right: 30px;
}

#s-3741df14-3e0b-4591-a8b4-bc665736c4af hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 {
  text-align: left;
}



.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fd7dcb4-b2d7-4b52-97c3-a3ce3082e2e2 img.shogun-image {
  width: 100%;
}



}
#s-158f1093-0aef-4474-a705-73fdc65b6fe6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-158f1093-0aef-4474-a705-73fdc65b6fe6 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-866b4134-2b0c-48c5-9c3b-58d77fab6f48 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-866b4134-2b0c-48c5-9c3b-58d77fab6f48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-866b4134-2b0c-48c5-9c3b-58d77fab6f48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-866b4134-2b0c-48c5-9c3b-58d77fab6f48 .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;
}

@media (min-width: 0px) {
[id="s-aab1588a-9846-47f6-8078-09bb3ae5082d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aab1588a-9846-47f6-8078-09bb3ae5082d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aab1588a-9846-47f6-8078-09bb3ae5082d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aab1588a-9846-47f6-8078-09bb3ae5082d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aab1588a-9846-47f6-8078-09bb3ae5082d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aab1588a-9846-47f6-8078-09bb3ae5082d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aab1588a-9846-47f6-8078-09bb3ae5082d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4b9827e0-44de-4f6e-a8e4-eb7583a10d77 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4b9827e0-44de-4f6e-a8e4-eb7583a10d77 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4b9827e0-44de-4f6e-a8e4-eb7583a10d77 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4b9827e0-44de-4f6e-a8e4-eb7583a10d77 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4b9827e0-44de-4f6e-a8e4-eb7583a10d77 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4b9827e0-44de-4f6e-a8e4-eb7583a10d77 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-68cbda28-3b1c-462e-a92d-7023cabf61cf {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 30px;
margin-right: 40px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68cbda28-3b1c-462e-a92d-7023cabf61cf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68cbda28-3b1c-462e-a92d-7023cabf61cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68cbda28-3b1c-462e-a92d-7023cabf61cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68cbda28-3b1c-462e-a92d-7023cabf61cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68cbda28-3b1c-462e-a92d-7023cabf61cf.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-68cbda28-3b1c-462e-a92d-7023cabf61cf.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-58a4e70d-4cf6-4961-9d07-461299e7775f {
  margin-left: 30px;
margin-right: 30px;
}

#s-58a4e70d-4cf6-4961-9d07-461299e7775f hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-56b63844-eccc-4683-a849-534099a20521 {
  text-align: left;
}



.shg-c#s-56b63844-eccc-4683-a849-534099a20521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b63844-eccc-4683-a849-534099a20521 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-56b63844-eccc-4683-a849-534099a20521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b63844-eccc-4683-a849-534099a20521 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56b63844-eccc-4683-a849-534099a20521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b63844-eccc-4683-a849-534099a20521 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56b63844-eccc-4683-a849-534099a20521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b63844-eccc-4683-a849-534099a20521 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56b63844-eccc-4683-a849-534099a20521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56b63844-eccc-4683-a849-534099a20521 img.shogun-image {
  width: 100%;
}



}
#s-5cd354f1-bf26-44dc-9c9f-da14be5a5465 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cd354f1-bf26-44dc-9c9f-da14be5a5465 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ce78e6d0-a268-4587-9ecf-40bb8a648384 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-ce78e6d0-a268-4587-9ecf-40bb8a648384 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-ce78e6d0-a268-4587-9ecf-40bb8a648384 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-ce78e6d0-a268-4587-9ecf-40bb8a648384 .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;
}

@media (min-width: 0px) {
[id="s-2435c12a-bc54-41f0-9f0f-cdee1f733d73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2435c12a-bc54-41f0-9f0f-cdee1f733d73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2435c12a-bc54-41f0-9f0f-cdee1f733d73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2435c12a-bc54-41f0-9f0f-cdee1f733d73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2435c12a-bc54-41f0-9f0f-cdee1f733d73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2435c12a-bc54-41f0-9f0f-cdee1f733d73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2435c12a-bc54-41f0-9f0f-cdee1f733d73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-59231d4c-1e84-466a-80f5-227ca9efc147 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-59231d4c-1e84-466a-80f5-227ca9efc147 .shg-product-quantity-wrapper {
  display: flex;
}

#s-59231d4c-1e84-466a-80f5-227ca9efc147 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-59231d4c-1e84-466a-80f5-227ca9efc147 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-59231d4c-1e84-466a-80f5-227ca9efc147 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-59231d4c-1e84-466a-80f5-227ca9efc147 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-cfe6ec03-e446-4b97-9f73-43d1b4558686 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cfe6ec03-e446-4b97-9f73-43d1b4558686:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cfe6ec03-e446-4b97-9f73-43d1b4558686:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfe6ec03-e446-4b97-9f73-43d1b4558686 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfe6ec03-e446-4b97-9f73-43d1b4558686.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfe6ec03-e446-4b97-9f73-43d1b4558686.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-cfe6ec03-e446-4b97-9f73-43d1b4558686.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-f889e6e0-3ddb-4e54-a90c-b28389319455 {
  margin-left: 30px;
margin-right: 30px;
}

#s-f889e6e0-3ddb-4e54-a90c-b28389319455 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-0cd31e23-91e9-49b8-922e-15d121e05f13 {
  text-align: left;
}



.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cd31e23-91e9-49b8-922e-15d121e05f13 img.shogun-image {
  width: 100%;
}




#s-266cff8d-8cf6-40dd-931d-89b7002baeb8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-266cff8d-8cf6-40dd-931d-89b7002baeb8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fddedd53-69ac-429e-b1c8-3defce674792 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-fddedd53-69ac-429e-b1c8-3defce674792 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-fddedd53-69ac-429e-b1c8-3defce674792 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-fddedd53-69ac-429e-b1c8-3defce674792 .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;
}

@media (min-width: 0px) {
[id="s-20c7415d-5a90-4e74-956e-bca423004da5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20c7415d-5a90-4e74-956e-bca423004da5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20c7415d-5a90-4e74-956e-bca423004da5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20c7415d-5a90-4e74-956e-bca423004da5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20c7415d-5a90-4e74-956e-bca423004da5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20c7415d-5a90-4e74-956e-bca423004da5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20c7415d-5a90-4e74-956e-bca423004da5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c4f1ab81-b443-4a38-8b76-5bc4ef63d1fe {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c4f1ab81-b443-4a38-8b76-5bc4ef63d1fe .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4f1ab81-b443-4a38-8b76-5bc4ef63d1fe .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4f1ab81-b443-4a38-8b76-5bc4ef63d1fe .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4f1ab81-b443-4a38-8b76-5bc4ef63d1fe .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4f1ab81-b443-4a38-8b76-5bc4ef63d1fe .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c784fdc1-b829-49f0-9732-5200854bad01 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c784fdc1-b829-49f0-9732-5200854bad01:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c784fdc1-b829-49f0-9732-5200854bad01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c784fdc1-b829-49f0-9732-5200854bad01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c784fdc1-b829-49f0-9732-5200854bad01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c784fdc1-b829-49f0-9732-5200854bad01.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-c784fdc1-b829-49f0-9732-5200854bad01.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-5fbc5ce1-1e65-4e50-b23b-880f13eeec10 {
  margin-left: 30px;
margin-right: 30px;
}

#s-5fbc5ce1-1e65-4e50-b23b-880f13eeec10 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-cfdb8427-adfc-4290-896f-9ff47de5658f {
  text-align: left;
}



.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdb8427-adfc-4290-896f-9ff47de5658f img.shogun-image {
  width: 100%;
}




#s-1e94d4f1-7659-4abc-bc4b-77589de67d8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e94d4f1-7659-4abc-bc4b-77589de67d8d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4eab6d69-dfe1-44fb-b90f-5515f098a29a {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-4eab6d69-dfe1-44fb-b90f-5515f098a29a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-4eab6d69-dfe1-44fb-b90f-5515f098a29a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-4eab6d69-dfe1-44fb-b90f-5515f098a29a .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;
}

@media (min-width: 0px) {
[id="s-bf273d67-9152-46ff-a32d-b45e0a3e3c61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf273d67-9152-46ff-a32d-b45e0a3e3c61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf273d67-9152-46ff-a32d-b45e0a3e3c61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf273d67-9152-46ff-a32d-b45e0a3e3c61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf273d67-9152-46ff-a32d-b45e0a3e3c61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf273d67-9152-46ff-a32d-b45e0a3e3c61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf273d67-9152-46ff-a32d-b45e0a3e3c61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-24f38a61-a7e1-4d73-a8ab-7f387d55f2c4 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-24f38a61-a7e1-4d73-a8ab-7f387d55f2c4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-24f38a61-a7e1-4d73-a8ab-7f387d55f2c4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-24f38a61-a7e1-4d73-a8ab-7f387d55f2c4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-24f38a61-a7e1-4d73-a8ab-7f387d55f2c4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-24f38a61-a7e1-4d73-a8ab-7f387d55f2c4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2cc48876-f284-42c1-b45b-759b9e8cfeed {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2cc48876-f284-42c1-b45b-759b9e8cfeed:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cc48876-f284-42c1-b45b-759b9e8cfeed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cc48876-f284-42c1-b45b-759b9e8cfeed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cc48876-f284-42c1-b45b-759b9e8cfeed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cc48876-f284-42c1-b45b-759b9e8cfeed.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-2cc48876-f284-42c1-b45b-759b9e8cfeed.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-1f8c29f8-0ae2-492a-89ef-55306792d968 {
  margin-left: 30px;
margin-right: 30px;
}

#s-1f8c29f8-0ae2-492a-89ef-55306792d968 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-02717d2c-0242-430f-8326-df6991f77c3c {
  text-align: left;
}



.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02717d2c-0242-430f-8326-df6991f77c3c img.shogun-image {
  width: 100%;
}




#s-d1d2a5e6-c1d1-4bc2-9871-7ee63534f591 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1d2a5e6-c1d1-4bc2-9871-7ee63534f591 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fca4c455-a208-4909-adca-6d89f7570d20 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-fca4c455-a208-4909-adca-6d89f7570d20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-fca4c455-a208-4909-adca-6d89f7570d20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-fca4c455-a208-4909-adca-6d89f7570d20 .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;
}

@media (min-width: 0px) {
[id="s-6dd28a29-d90c-4d27-ad5f-055237296caa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dd28a29-d90c-4d27-ad5f-055237296caa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6dd28a29-d90c-4d27-ad5f-055237296caa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6dd28a29-d90c-4d27-ad5f-055237296caa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6dd28a29-d90c-4d27-ad5f-055237296caa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dd28a29-d90c-4d27-ad5f-055237296caa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6dd28a29-d90c-4d27-ad5f-055237296caa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f7cfa5b9-e19c-48f7-a20e-ff5711cf0c00 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f7cfa5b9-e19c-48f7-a20e-ff5711cf0c00 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f7cfa5b9-e19c-48f7-a20e-ff5711cf0c00 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f7cfa5b9-e19c-48f7-a20e-ff5711cf0c00 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f7cfa5b9-e19c-48f7-a20e-ff5711cf0c00 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f7cfa5b9-e19c-48f7-a20e-ff5711cf0c00 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-85efd11f-4fc5-4f7c-ae04-90de8f25015f {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-85efd11f-4fc5-4f7c-ae04-90de8f25015f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85efd11f-4fc5-4f7c-ae04-90de8f25015f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85efd11f-4fc5-4f7c-ae04-90de8f25015f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85efd11f-4fc5-4f7c-ae04-90de8f25015f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85efd11f-4fc5-4f7c-ae04-90de8f25015f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-85efd11f-4fc5-4f7c-ae04-90de8f25015f.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-c338d33d-924d-4ca3-8d13-7497bb2b720d {
  margin-left: 30px;
margin-right: 30px;
}

#s-c338d33d-924d-4ca3-8d13-7497bb2b720d hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-a7d7bcc1-2763-492d-ac3b-5db39629098a {
  text-align: left;
}



.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7d7bcc1-2763-492d-ac3b-5db39629098a img.shogun-image {
  width: 100%;
}




#s-fd204bbe-9615-4ab9-a87c-1b010b69109d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd204bbe-9615-4ab9-a87c-1b010b69109d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-65a35c11-86b9-4ced-be28-7a5a9c377a6b {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-65a35c11-86b9-4ced-be28-7a5a9c377a6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-65a35c11-86b9-4ced-be28-7a5a9c377a6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-65a35c11-86b9-4ced-be28-7a5a9c377a6b .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;
}

@media (min-width: 0px) {
[id="s-bf299102-0573-4b29-b18e-03998e8d41e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf299102-0573-4b29-b18e-03998e8d41e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf299102-0573-4b29-b18e-03998e8d41e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf299102-0573-4b29-b18e-03998e8d41e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf299102-0573-4b29-b18e-03998e8d41e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf299102-0573-4b29-b18e-03998e8d41e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf299102-0573-4b29-b18e-03998e8d41e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-3e0257c1-850e-4398-ac20-9b33de84f6d7 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3e0257c1-850e-4398-ac20-9b33de84f6d7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3e0257c1-850e-4398-ac20-9b33de84f6d7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3e0257c1-850e-4398-ac20-9b33de84f6d7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3e0257c1-850e-4398-ac20-9b33de84f6d7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3e0257c1-850e-4398-ac20-9b33de84f6d7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f4dd8e20-230e-461f-83ed-48c8c2a75ffe {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f4dd8e20-230e-461f-83ed-48c8c2a75ffe:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4dd8e20-230e-461f-83ed-48c8c2a75ffe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4dd8e20-230e-461f-83ed-48c8c2a75ffe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4dd8e20-230e-461f-83ed-48c8c2a75ffe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4dd8e20-230e-461f-83ed-48c8c2a75ffe.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-f4dd8e20-230e-461f-83ed-48c8c2a75ffe.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-5a61db26-8af4-4aa7-a787-ca15dc18584a {
  margin-left: 30px;
margin-right: 30px;
}

#s-5a61db26-8af4-4aa7-a787-ca15dc18584a hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 {
  text-align: left;
}



.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7890e2-4146-44cf-a5ee-b6b01ae993c1 img.shogun-image {
  width: 100%;
}




#s-8c2b7527-bf51-47ef-b6ae-6930dc3fd60b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c2b7527-bf51-47ef-b6ae-6930dc3fd60b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c3f557a1-7fa0-44d4-b06a-38632ccb0377 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-c3f557a1-7fa0-44d4-b06a-38632ccb0377 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-c3f557a1-7fa0-44d4-b06a-38632ccb0377 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-c3f557a1-7fa0-44d4-b06a-38632ccb0377 .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;
}

@media (min-width: 0px) {
[id="s-95779cf0-1b1e-4128-acc4-116b96b9388e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95779cf0-1b1e-4128-acc4-116b96b9388e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95779cf0-1b1e-4128-acc4-116b96b9388e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95779cf0-1b1e-4128-acc4-116b96b9388e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95779cf0-1b1e-4128-acc4-116b96b9388e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95779cf0-1b1e-4128-acc4-116b96b9388e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95779cf0-1b1e-4128-acc4-116b96b9388e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-06e53e9b-ffa9-4074-a46c-d808497fe51f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-06e53e9b-ffa9-4074-a46c-d808497fe51f .shg-product-quantity-wrapper {
  display: flex;
}

#s-06e53e9b-ffa9-4074-a46c-d808497fe51f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-06e53e9b-ffa9-4074-a46c-d808497fe51f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-06e53e9b-ffa9-4074-a46c-d808497fe51f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-06e53e9b-ffa9-4074-a46c-d808497fe51f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1cacc3a2-f395-42df-aa08-536144fcdb9c {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1cacc3a2-f395-42df-aa08-536144fcdb9c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cacc3a2-f395-42df-aa08-536144fcdb9c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1cacc3a2-f395-42df-aa08-536144fcdb9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1cacc3a2-f395-42df-aa08-536144fcdb9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cacc3a2-f395-42df-aa08-536144fcdb9c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-1cacc3a2-f395-42df-aa08-536144fcdb9c.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-e9937abd-aa18-472b-ac00-9f22b4a05da1 {
  margin-left: 30px;
margin-right: 30px;
}

#s-e9937abd-aa18-472b-ac00-9f22b4a05da1 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 {
  text-align: left;
}



.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b47d4289-aab9-43fc-ac88-bd3285df4e74 img.shogun-image {
  width: 100%;
}




#s-9bb00d5d-9f98-46b4-9d5e-3c2e74952e50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bb00d5d-9f98-46b4-9d5e-3c2e74952e50 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-65c4bcba-8c62-459d-be96-7d8a53caf564 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-65c4bcba-8c62-459d-be96-7d8a53caf564 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-65c4bcba-8c62-459d-be96-7d8a53caf564 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-65c4bcba-8c62-459d-be96-7d8a53caf564 .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;
}

@media (min-width: 0px) {
[id="s-b7443492-be36-4d01-b0c5-0f3fc1300cb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7443492-be36-4d01-b0c5-0f3fc1300cb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7443492-be36-4d01-b0c5-0f3fc1300cb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7443492-be36-4d01-b0c5-0f3fc1300cb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7443492-be36-4d01-b0c5-0f3fc1300cb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7443492-be36-4d01-b0c5-0f3fc1300cb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7443492-be36-4d01-b0c5-0f3fc1300cb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-00d38179-a764-4acc-a2b9-999fcb4e78ca {
  box-shadow:0px 0px 0px 0px ;
margin-top: 2px;
margin-left: 30px;
margin-bottom: 2px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-00d38179-a764-4acc-a2b9-999fcb4e78ca .shg-product-quantity-wrapper {
  display: flex;
}

#s-00d38179-a764-4acc-a2b9-999fcb4e78ca .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-00d38179-a764-4acc-a2b9-999fcb4e78ca .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-00d38179-a764-4acc-a2b9-999fcb4e78ca .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-00d38179-a764-4acc-a2b9-999fcb4e78ca .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c2a869c8-3bab-4ed8-bd46-48ef77ee54ef {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c2a869c8-3bab-4ed8-bd46-48ef77ee54ef:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2a869c8-3bab-4ed8-bd46-48ef77ee54ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2a869c8-3bab-4ed8-bd46-48ef77ee54ef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2a869c8-3bab-4ed8-bd46-48ef77ee54ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2a869c8-3bab-4ed8-bd46-48ef77ee54ef.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-c2a869c8-3bab-4ed8-bd46-48ef77ee54ef.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-d09efa01-5640-4c9d-9936-f24724f2ee2a {
  margin-left: 30px;
margin-right: 30px;
}

#s-d09efa01-5640-4c9d-9936-f24724f2ee2a hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

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