.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-5753c87b-fd63-4566-9b0d-96e7f53e01b8 {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5753c87b-fd63-4566-9b0d-96e7f53e01b8 {
  display: none;
}
#s-5753c87b-fd63-4566-9b0d-96e7f53e01b8, #wrap-s-5753c87b-fd63-4566-9b0d-96e7f53e01b8 { display:none !important; }}@media (max-width: 767px){#s-5753c87b-fd63-4566-9b0d-96e7f53e01b8 {
  display: none;
}
#s-5753c87b-fd63-4566-9b0d-96e7f53e01b8, #wrap-s-5753c87b-fd63-4566-9b0d-96e7f53e01b8 { display:none !important; }}
#s-5753c87b-fd63-4566-9b0d-96e7f53e01b8 {
  background-image: url();
}








#s-5753c87b-fd63-4566-9b0d-96e7f53e01b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5753c87b-fd63-4566-9b0d-96e7f53e01b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-765f74a1-8b34-4f6f-b8be-1a8469377497 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: center;
}

#s-765f74a1-8b34-4f6f-b8be-1a8469377497 {
  display: none;
}
.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-f7c446b5-9a4c-4e68-829b-d5717ae2fe97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7c446b5-9a4c-4e68-829b-d5717ae2fe97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7c446b5-9a4c-4e68-829b-d5717ae2fe97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7c446b5-9a4c-4e68-829b-d5717ae2fe97"] > .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-b12624b1-ecbb-4395-a629-a823e007e880 {
  text-align: center;
}



.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12624b1-ecbb-4395-a629-a823e007e880 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-399e446f-b4d7-4946-87df-61ab6b56aee6 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-399e446f-b4d7-4946-87df-61ab6b56aee6 .shg-gallery-thumb-image-wrapper {
  

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

#s-399e446f-b4d7-4946-87df-61ab6b56aee6 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-399e446f-b4d7-4946-87df-61ab6b56aee6 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-399e446f-b4d7-4946-87df-61ab6b56aee6 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-399e446f-b4d7-4946-87df-61ab6b56aee6 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-399e446f-b4d7-4946-87df-61ab6b56aee6 .shg-gallery-dot {
  background-color: #FFF;
}

#s-17810357-0aad-49a1-83e8-80f9101169e6 {
  min-height: 50px;
}








#s-17810357-0aad-49a1-83e8-80f9101169e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17810357-0aad-49a1-83e8-80f9101169e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ad1ad0f-982c-4023-8c03-78ed78492608 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-5ad1ad0f-982c-4023-8c03-78ed78492608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad1ad0f-982c-4023-8c03-78ed78492608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d496ed72-947e-4ec4-a928-f5c979b87a38 {
  display: none;
}
.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-118dd52b-b049-41fc-bef6-150d1c56c5c3 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-118dd52b-b049-41fc-bef6-150d1c56c5c3 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

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

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

#s-4af13ab2-62fd-48a9-a51a-835674cd63ae {
  margin-left: 30px;
margin-right: 30px;
}

#s-4af13ab2-62fd-48a9-a51a-835674cd63ae hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-0d050886-be19-44db-9dca-0e7c7992f1e4 {
  margin-top: -10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-0d050886-be19-44db-9dca-0e7c7992f1e4 .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-0d050886-be19-44db-9dca-0e7c7992f1e4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 20px;
}

#s-0d050886-be19-44db-9dca-0e7c7992f1e4 .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-4f598b26-111a-45d5-ae0b-27bcc9a30e27 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-4f598b26-111a-45d5-ae0b-27bcc9a30e27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f598b26-111a-45d5-ae0b-27bcc9a30e27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e38b726-13c6-4be9-82e1-935dd973046f {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-9e38b726-13c6-4be9-82e1-935dd973046f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e38b726-13c6-4be9-82e1-935dd973046f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e38b726-13c6-4be9-82e1-935dd973046f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e38b726-13c6-4be9-82e1-935dd973046f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-9d7ff02a-6ae3-447a-b15a-5f8c435faaa4 {
  padding-left: 30px;
padding-right: 30px;
}

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

.shg-product-selector-hidden {
  display: none;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
background-color: rgba(221, 221, 221, 0.3);
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .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-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .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-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db-btn-wrapper {
    text-align: center;
  }


#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-variant-btn:hover {
  background: #252525;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-variant-btn:active, #s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-dd4e1e58-0e7d-4183-9dee-0eec0e3894db .shg-variant-btn.disabled {
  background: #252525;
}

#s-f6c4826f-5c7a-483d-9f8e-42c2d33a59a8 {
  text-align: left;
}

#s-f6c4826f-5c7a-483d-9f8e-42c2d33a59a8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f6c4826f-5c7a-483d-9f8e-42c2d33a59a8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f6c4826f-5c7a-483d-9f8e-42c2d33a59a8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f6c4826f-5c7a-483d-9f8e-42c2d33a59a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f6c4826f-5c7a-483d-9f8e-42c2d33a59a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-465d5c6b-564d-45e2-a4aa-f7c2dbd14bcd"] > .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-d325e5db-25cc-4acc-b70c-8ede8abaf077 {
  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-d325e5db-25cc-4acc-b70c-8ede8abaf077:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d325e5db-25cc-4acc-b70c-8ede8abaf077:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d325e5db-25cc-4acc-b70c-8ede8abaf077 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d325e5db-25cc-4acc-b70c-8ede8abaf077.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d325e5db-25cc-4acc-b70c-8ede8abaf077.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-d325e5db-25cc-4acc-b70c-8ede8abaf077.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94dd7326-9275-49c2-9b7b-07e8be9b1864 {
  margin-left: 30px;
margin-right: 30px;
}

#s-94dd7326-9275-49c2-9b7b-07e8be9b1864 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-b5b5fcb0-04ea-43b9-b944-568f0d46ea98 {
  min-height: 50px;
}








#s-b5b5fcb0-04ea-43b9-b944-568f0d46ea98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5b5fcb0-04ea-43b9-b944-568f0d46ea98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-09c1754a-ef96-46b1-9dcd-0ecf14636915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09c1754a-ef96-46b1-9dcd-0ecf14636915.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-39dc16ea-e3bb-48ae-9a46-0e38e549f089 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-39dc16ea-e3bb-48ae-9a46-0e38e549f089 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-39dc16ea-e3bb-48ae-9a46-0e38e549f089 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-39dc16ea-e3bb-48ae-9a46-0e38e549f089 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-39dc16ea-e3bb-48ae-9a46-0e38e549f089 > .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-39dc16ea-e3bb-48ae-9a46-0e38e549f089 > .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-39dc16ea-e3bb-48ae-9a46-0e38e549f089 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6ac9f569-a86c-4489-9adb-35b923116996 {
  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-cbe4513d-45d1-47fd-a70c-a561cbd7dbf2 {
  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;
}

.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-99f95193-acde-467a-8f78-01a070287bc1 {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}

#s-99f95193-acde-467a-8f78-01a070287bc1 .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-62a8dd2b-6182-4178-b7f7-17b00abcd38a 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;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-7211c6d6-ef0f-4a0b-800a-5ac832d04da8 {
  text-align: center;
}

#s-c33e78cf-530c-4efd-a880-cc43e4dab39c {
  display: none;
}
#s-8af6e796-6d6a-46d2-a209-dcbcab06feac {
  text-align: left;
}



.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af6e796-6d6a-46d2-a209-dcbcab06feac img.shogun-image {
  width: 100%;
}



}
#s-b3353748-627f-4c2d-a1a7-bc56bf9b82a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3353748-627f-4c2d-a1a7-bc56bf9b82a2 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0b3aadc4-0923-4078-9e63-ea831c0a03ac {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-0b3aadc4-0923-4078-9e63-ea831c0a03ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-0b3aadc4-0923-4078-9e63-ea831c0a03ac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-0b3aadc4-0923-4078-9e63-ea831c0a03ac .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-c90ac80f-1363-43ca-a139-cee1122ecac4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c90ac80f-1363-43ca-a139-cee1122ecac4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c90ac80f-1363-43ca-a139-cee1122ecac4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c90ac80f-1363-43ca-a139-cee1122ecac4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c90ac80f-1363-43ca-a139-cee1122ecac4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c90ac80f-1363-43ca-a139-cee1122ecac4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c90ac80f-1363-43ca-a139-cee1122ecac4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ef7a9254-a811-4b4a-bc1a-7ce57e5d448c {
  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-ef7a9254-a811-4b4a-bc1a-7ce57e5d448c .shg-product-quantity-wrapper {
  display: flex;
}

#s-ef7a9254-a811-4b4a-bc1a-7ce57e5d448c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ef7a9254-a811-4b4a-bc1a-7ce57e5d448c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ef7a9254-a811-4b4a-bc1a-7ce57e5d448c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ef7a9254-a811-4b4a-bc1a-7ce57e5d448c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-13d2b07c-e8a0-4d74-a961-6c0d501e693a {
  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-13d2b07c-e8a0-4d74-a961-6c0d501e693a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13d2b07c-e8a0-4d74-a961-6c0d501e693a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13d2b07c-e8a0-4d74-a961-6c0d501e693a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13d2b07c-e8a0-4d74-a961-6c0d501e693a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13d2b07c-e8a0-4d74-a961-6c0d501e693a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-13d2b07c-e8a0-4d74-a961-6c0d501e693a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-5760d772-5837-46df-b50a-916f27487636 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-d9e17c16-2645-40f2-bd20-40c3c0b74754 {
  display: none;
}
#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 {
  text-align: left;
}



.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c32d9669-e34d-4f3d-bc15-29604b08d1e7 img.shogun-image {
  width: 100%;
}



}
#s-a2af9966-c718-43a7-a8f5-179710a87ee9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2af9966-c718-43a7-a8f5-179710a87ee9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e69690a5-3921-42d1-8e4c-296935926829 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-e69690a5-3921-42d1-8e4c-296935926829 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-e69690a5-3921-42d1-8e4c-296935926829 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-e69690a5-3921-42d1-8e4c-296935926829 .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-ba71424e-dfdd-4f8f-abfc-d46f3637b657"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba71424e-dfdd-4f8f-abfc-d46f3637b657"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba71424e-dfdd-4f8f-abfc-d46f3637b657"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba71424e-dfdd-4f8f-abfc-d46f3637b657"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba71424e-dfdd-4f8f-abfc-d46f3637b657"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba71424e-dfdd-4f8f-abfc-d46f3637b657"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ba71424e-dfdd-4f8f-abfc-d46f3637b657"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-d9498eea-10f6-4714-8ebb-51336e9ce2fc {
  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-d9498eea-10f6-4714-8ebb-51336e9ce2fc .shg-product-quantity-wrapper {
  display: flex;
}

#s-d9498eea-10f6-4714-8ebb-51336e9ce2fc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d9498eea-10f6-4714-8ebb-51336e9ce2fc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d9498eea-10f6-4714-8ebb-51336e9ce2fc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d9498eea-10f6-4714-8ebb-51336e9ce2fc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a82c927b-58ee-4da0-864c-fae29da56d1e {
  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-a82c927b-58ee-4da0-864c-fae29da56d1e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a82c927b-58ee-4da0-864c-fae29da56d1e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a82c927b-58ee-4da0-864c-fae29da56d1e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a82c927b-58ee-4da0-864c-fae29da56d1e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a82c927b-58ee-4da0-864c-fae29da56d1e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-a82c927b-58ee-4da0-864c-fae29da56d1e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-1704213b-89fe-439e-9a94-adf5df818bc1 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-da3eab3f-815c-4580-8c1f-aca5b305fa91 {
  display: none;
}
#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 {
  text-align: left;
}



.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fef519-7b8d-428e-a81e-29d395a9f3b3 img.shogun-image {
  width: 100%;
}



}
#s-9b87e765-e803-47ab-8817-fd95a9efdcca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b87e765-e803-47ab-8817-fd95a9efdcca .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-58ca3f7e-363d-49b6-b96b-04e77619cdf6 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-58ca3f7e-363d-49b6-b96b-04e77619cdf6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-58ca3f7e-363d-49b6-b96b-04e77619cdf6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-58ca3f7e-363d-49b6-b96b-04e77619cdf6 .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-3cb22ada-6ba0-494d-a8f7-3eda6a11f328"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cb22ada-6ba0-494d-a8f7-3eda6a11f328"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cb22ada-6ba0-494d-a8f7-3eda6a11f328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb22ada-6ba0-494d-a8f7-3eda6a11f328"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cb22ada-6ba0-494d-a8f7-3eda6a11f328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb22ada-6ba0-494d-a8f7-3eda6a11f328"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cb22ada-6ba0-494d-a8f7-3eda6a11f328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e9d8eb28-a40b-4566-aa73-4deefc89f676 {
  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-e9d8eb28-a40b-4566-aa73-4deefc89f676 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e9d8eb28-a40b-4566-aa73-4deefc89f676 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e9d8eb28-a40b-4566-aa73-4deefc89f676 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e9d8eb28-a40b-4566-aa73-4deefc89f676 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e9d8eb28-a40b-4566-aa73-4deefc89f676 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ca067560-36d7-4290-a609-bcb11f4010bf {
  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-ca067560-36d7-4290-a609-bcb11f4010bf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca067560-36d7-4290-a609-bcb11f4010bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca067560-36d7-4290-a609-bcb11f4010bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca067560-36d7-4290-a609-bcb11f4010bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca067560-36d7-4290-a609-bcb11f4010bf.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-ca067560-36d7-4290-a609-bcb11f4010bf.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-e4c632a1-595c-437a-b108-9e6bd1c779a3 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-fdcb378a-aeed-49d2-a137-1b52c0637cb6 {
  display: none;
}
#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 {
  text-align: left;
}



.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bd8ffc5-18f7-4817-a010-a4f7b4b35f34 img.shogun-image {
  width: 100%;
}




#s-9dcdca3c-7255-4f1d-b1e2-31609d2bf718 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dcdca3c-7255-4f1d-b1e2-31609d2bf718 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e3bebeec-4738-47a3-9005-9ace55f7223d {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-e3bebeec-4738-47a3-9005-9ace55f7223d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-e3bebeec-4738-47a3-9005-9ace55f7223d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-e3bebeec-4738-47a3-9005-9ace55f7223d .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-78a9e0cd-ad65-42c3-afd1-3907398f1abe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78a9e0cd-ad65-42c3-afd1-3907398f1abe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78a9e0cd-ad65-42c3-afd1-3907398f1abe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78a9e0cd-ad65-42c3-afd1-3907398f1abe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78a9e0cd-ad65-42c3-afd1-3907398f1abe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78a9e0cd-ad65-42c3-afd1-3907398f1abe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78a9e0cd-ad65-42c3-afd1-3907398f1abe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-02f376b3-9269-4106-b659-99c9cb53ac27 {
  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-02f376b3-9269-4106-b659-99c9cb53ac27 .shg-product-quantity-wrapper {
  display: flex;
}

#s-02f376b3-9269-4106-b659-99c9cb53ac27 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-02f376b3-9269-4106-b659-99c9cb53ac27 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-02f376b3-9269-4106-b659-99c9cb53ac27 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-02f376b3-9269-4106-b659-99c9cb53ac27 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4a7c3958-bbbe-4a31-b57c-d7952afe6c39 {
  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-4a7c3958-bbbe-4a31-b57c-d7952afe6c39:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a7c3958-bbbe-4a31-b57c-d7952afe6c39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a7c3958-bbbe-4a31-b57c-d7952afe6c39 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a7c3958-bbbe-4a31-b57c-d7952afe6c39.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a7c3958-bbbe-4a31-b57c-d7952afe6c39.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-4a7c3958-bbbe-4a31-b57c-d7952afe6c39.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-bdc69233-1607-4629-b1f7-9161237c58ba hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-76cbb6c4-76f2-40ca-bbe7-d4fd976c3451 {
  display: none;
}
#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 {
  text-align: left;
}



.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3515e46b-281e-47a1-9d08-2166bac5cfc7 img.shogun-image {
  width: 100%;
}




#s-ca1eea19-7672-459e-b9de-e671da766540 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca1eea19-7672-459e-b9de-e671da766540 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-98248604-d305-4d4d-87c0-e9790b3e951b {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-98248604-d305-4d4d-87c0-e9790b3e951b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-98248604-d305-4d4d-87c0-e9790b3e951b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-98248604-d305-4d4d-87c0-e9790b3e951b .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-33899765-b95c-4c2a-849d-5aed8bb0db49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33899765-b95c-4c2a-849d-5aed8bb0db49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-33899765-b95c-4c2a-849d-5aed8bb0db49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33899765-b95c-4c2a-849d-5aed8bb0db49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-33899765-b95c-4c2a-849d-5aed8bb0db49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33899765-b95c-4c2a-849d-5aed8bb0db49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-33899765-b95c-4c2a-849d-5aed8bb0db49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-b2c8fe34-179f-4bb6-999f-d76fc6e5f20c {
  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-b2c8fe34-179f-4bb6-999f-d76fc6e5f20c .shg-product-quantity-wrapper {
  display: flex;
}

#s-b2c8fe34-179f-4bb6-999f-d76fc6e5f20c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b2c8fe34-179f-4bb6-999f-d76fc6e5f20c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b2c8fe34-179f-4bb6-999f-d76fc6e5f20c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b2c8fe34-179f-4bb6-999f-d76fc6e5f20c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c031de77-16a6-4031-835b-ed0a0db79cd5 {
  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-c031de77-16a6-4031-835b-ed0a0db79cd5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c031de77-16a6-4031-835b-ed0a0db79cd5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c031de77-16a6-4031-835b-ed0a0db79cd5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c031de77-16a6-4031-835b-ed0a0db79cd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c031de77-16a6-4031-835b-ed0a0db79cd5.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-c031de77-16a6-4031-835b-ed0a0db79cd5.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-841fb669-de98-419a-8e3d-1d4f0f79e0b0 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-bb663e54-04e2-44dd-b298-fc67538061b1 {
  display: none;
}
#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 {
  text-align: left;
}



.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973db3a4-bd87-478e-8b70-ee8edc9fcfc4 img.shogun-image {
  width: 100%;
}




#s-737be736-f9bb-4320-a287-8d74a26213a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-737be736-f9bb-4320-a287-8d74a26213a9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-56988a4e-6d57-4aa0-be6d-2fe1656a5383 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-56988a4e-6d57-4aa0-be6d-2fe1656a5383 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-56988a4e-6d57-4aa0-be6d-2fe1656a5383 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-56988a4e-6d57-4aa0-be6d-2fe1656a5383 .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-6f5bce6b-9529-4f88-bc78-6bf2ace21016"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f5bce6b-9529-4f88-bc78-6bf2ace21016"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f5bce6b-9529-4f88-bc78-6bf2ace21016"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f5bce6b-9529-4f88-bc78-6bf2ace21016"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f5bce6b-9529-4f88-bc78-6bf2ace21016"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f5bce6b-9529-4f88-bc78-6bf2ace21016"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f5bce6b-9529-4f88-bc78-6bf2ace21016"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-bb2ad31a-edcf-4848-acf1-5fe31feb2c72 {
  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-bb2ad31a-edcf-4848-acf1-5fe31feb2c72 .shg-product-quantity-wrapper {
  display: flex;
}

#s-bb2ad31a-edcf-4848-acf1-5fe31feb2c72 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-bb2ad31a-edcf-4848-acf1-5fe31feb2c72 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-bb2ad31a-edcf-4848-acf1-5fe31feb2c72 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-bb2ad31a-edcf-4848-acf1-5fe31feb2c72 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8ea576b7-04b2-46e9-9ff9-581b00d22bc4 {
  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-8ea576b7-04b2-46e9-9ff9-581b00d22bc4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ea576b7-04b2-46e9-9ff9-581b00d22bc4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ea576b7-04b2-46e9-9ff9-581b00d22bc4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ea576b7-04b2-46e9-9ff9-581b00d22bc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ea576b7-04b2-46e9-9ff9-581b00d22bc4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-8ea576b7-04b2-46e9-9ff9-581b00d22bc4.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-f191a132-7728-4201-b809-8387a381e569 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-03ccd7ea-6689-4afe-af74-10a4ed5d17ef {
  display: none;
}
#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 {
  text-align: left;
}



.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c66e2f3-a52a-4b10-b7f3-7b26ec9ad1c3 img.shogun-image {
  width: 100%;
}




#s-b2419785-6ff8-4d82-bdbf-923f5d984951 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2419785-6ff8-4d82-bdbf-923f5d984951 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4c54311c-5a01-4afe-82b7-eae637cac919 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-4c54311c-5a01-4afe-82b7-eae637cac919 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-4c54311c-5a01-4afe-82b7-eae637cac919 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-4c54311c-5a01-4afe-82b7-eae637cac919 .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-9aca6e02-6061-412e-82e0-f7109e45e88e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aca6e02-6061-412e-82e0-f7109e45e88e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9aca6e02-6061-412e-82e0-f7109e45e88e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9aca6e02-6061-412e-82e0-f7109e45e88e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9aca6e02-6061-412e-82e0-f7109e45e88e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aca6e02-6061-412e-82e0-f7109e45e88e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9aca6e02-6061-412e-82e0-f7109e45e88e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-043dd32d-187a-4865-b3ae-12b7ede290fd {
  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-043dd32d-187a-4865-b3ae-12b7ede290fd .shg-product-quantity-wrapper {
  display: flex;
}

#s-043dd32d-187a-4865-b3ae-12b7ede290fd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-043dd32d-187a-4865-b3ae-12b7ede290fd .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-043dd32d-187a-4865-b3ae-12b7ede290fd .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-043dd32d-187a-4865-b3ae-12b7ede290fd .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1fbae96a-2d69-4afc-a2cc-a6797ed20569 {
  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-1fbae96a-2d69-4afc-a2cc-a6797ed20569:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1fbae96a-2d69-4afc-a2cc-a6797ed20569:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1fbae96a-2d69-4afc-a2cc-a6797ed20569 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1fbae96a-2d69-4afc-a2cc-a6797ed20569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fbae96a-2d69-4afc-a2cc-a6797ed20569.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-1fbae96a-2d69-4afc-a2cc-a6797ed20569.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-388fc420-b7be-432a-a436-569cc16bc43a hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-d1d4b680-a102-40ba-9838-f38de1919306 {
  display: none;
}
#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f {
  text-align: left;
}



.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6db99ea-9596-4988-8e0a-1b7b3e50bd0f img.shogun-image {
  width: 100%;
}




#s-4499b6ae-9d39-455c-8efd-c82c67763e11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4499b6ae-9d39-455c-8efd-c82c67763e11 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b60a9880-db2c-406e-9f84-40d77e1598db {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-b60a9880-db2c-406e-9f84-40d77e1598db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-b60a9880-db2c-406e-9f84-40d77e1598db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-b60a9880-db2c-406e-9f84-40d77e1598db .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-b31b2092-5722-4f65-a4dc-4ca91283585a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b31b2092-5722-4f65-a4dc-4ca91283585a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b31b2092-5722-4f65-a4dc-4ca91283585a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b31b2092-5722-4f65-a4dc-4ca91283585a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b31b2092-5722-4f65-a4dc-4ca91283585a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b31b2092-5722-4f65-a4dc-4ca91283585a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b31b2092-5722-4f65-a4dc-4ca91283585a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-d0031829-cf71-43c2-9b31-7716cde4c2d4 {
  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-d0031829-cf71-43c2-9b31-7716cde4c2d4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d0031829-cf71-43c2-9b31-7716cde4c2d4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d0031829-cf71-43c2-9b31-7716cde4c2d4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d0031829-cf71-43c2-9b31-7716cde4c2d4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d0031829-cf71-43c2-9b31-7716cde4c2d4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4354ef8f-175c-4fc2-9a88-9526b920e813 {
  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-4354ef8f-175c-4fc2-9a88-9526b920e813:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4354ef8f-175c-4fc2-9a88-9526b920e813:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4354ef8f-175c-4fc2-9a88-9526b920e813 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4354ef8f-175c-4fc2-9a88-9526b920e813.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4354ef8f-175c-4fc2-9a88-9526b920e813.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-4354ef8f-175c-4fc2-9a88-9526b920e813.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-4d032554-185a-4145-a948-e03f7d1aff50 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-31d0818a-d3ac-429d-ad08-3a8f1dc4aafa {
  display: none;
}
#s-1f4409dc-4627-4c50-a606-92e93dded370 {
  text-align: left;
}



.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f4409dc-4627-4c50-a606-92e93dded370 img.shogun-image {
  width: 100%;
}




#s-75cda486-cef3-4645-829e-4dc1461d8990 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75cda486-cef3-4645-829e-4dc1461d8990 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-858fb5d3-936c-4b72-9bc4-cc617f866a8e {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-858fb5d3-936c-4b72-9bc4-cc617f866a8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-858fb5d3-936c-4b72-9bc4-cc617f866a8e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-858fb5d3-936c-4b72-9bc4-cc617f866a8e .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-11627a04-60b6-4a60-9b41-2d48a8d45a4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11627a04-60b6-4a60-9b41-2d48a8d45a4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11627a04-60b6-4a60-9b41-2d48a8d45a4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11627a04-60b6-4a60-9b41-2d48a8d45a4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11627a04-60b6-4a60-9b41-2d48a8d45a4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11627a04-60b6-4a60-9b41-2d48a8d45a4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11627a04-60b6-4a60-9b41-2d48a8d45a4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-d568786c-5914-4ada-bc8e-72d1282b1489 {
  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-d568786c-5914-4ada-bc8e-72d1282b1489 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d568786c-5914-4ada-bc8e-72d1282b1489 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d568786c-5914-4ada-bc8e-72d1282b1489 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d568786c-5914-4ada-bc8e-72d1282b1489 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d568786c-5914-4ada-bc8e-72d1282b1489 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-32a71b2e-3ed7-411d-b6fb-d900447c068f {
  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-32a71b2e-3ed7-411d-b6fb-d900447c068f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-32a71b2e-3ed7-411d-b6fb-d900447c068f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32a71b2e-3ed7-411d-b6fb-d900447c068f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32a71b2e-3ed7-411d-b6fb-d900447c068f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32a71b2e-3ed7-411d-b6fb-d900447c068f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-32a71b2e-3ed7-411d-b6fb-d900447c068f.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-3a3803fb-9eaf-475c-a28e-3183d8cfcfe2 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 {
  margin-top: -60px;
}
@media (min-width: 1200px){#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 {
  display: none;
}
#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7, #wrap-s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 {
  display: none;
}
#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7, #wrap-s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 {
  
}
}@media (max-width: 767px){#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 {
  
}
}
#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 {
  background-image: url();
}








#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d28e8fd4-6d5b-442d-ac99-4d2d3138c3b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71f22932-bcdc-4162-bdf2-fa64fec7741a {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: center;
}

#s-71f22932-bcdc-4162-bdf2-fa64fec7741a {
  display: none;
}
@media (min-width: 0px) {
[id="s-9dd967f2-9009-42a6-852f-335959b73dd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dd967f2-9009-42a6-852f-335959b73dd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9dd967f2-9009-42a6-852f-335959b73dd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9dd967f2-9009-42a6-852f-335959b73dd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9dd967f2-9009-42a6-852f-335959b73dd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dd967f2-9009-42a6-852f-335959b73dd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9dd967f2-9009-42a6-852f-335959b73dd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 {
  text-align: center;
}



.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d729e55-20c7-4fe8-ab3c-291d28b3da49 img.shogun-image {
  width: 100%;
}



}
#s-55d9ddc5-4bc2-406d-a2bc-70e9461967d9 {
  text-align: center;
}

#s-55d9ddc5-4bc2-406d-a2bc-70e9461967d9 .shg-gallery-thumb-image-wrapper {
  

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

#s-55d9ddc5-4bc2-406d-a2bc-70e9461967d9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-55d9ddc5-4bc2-406d-a2bc-70e9461967d9 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-55d9ddc5-4bc2-406d-a2bc-70e9461967d9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-55d9ddc5-4bc2-406d-a2bc-70e9461967d9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-55d9ddc5-4bc2-406d-a2bc-70e9461967d9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-07820733-721c-4264-bfb5-915ac34fd80d {
  min-height: 50px;
}








#s-07820733-721c-4264-bfb5-915ac34fd80d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07820733-721c-4264-bfb5-915ac34fd80d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c9ddced-42c5-4387-8d80-5732c44d1175 {
  padding-bottom: 20px;
min-height: 50px;
}








#s-4c9ddced-42c5-4387-8d80-5732c44d1175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c9ddced-42c5-4387-8d80-5732c44d1175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64bc1d5b-4e44-4437-a745-1482807db376 {
  display: none;
}
#s-ac46e434-32d0-4597-aeaf-f574c9a85a0e {
  margin-top: 5%;
margin-bottom: 5%;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-ac46e434-32d0-4597-aeaf-f574c9a85a0e .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-536e5ae7-0bd4-452a-8960-dec7557594f9 {
  margin-top: -10px;
margin-left: 30px;
margin-bottom: -10px;
margin-right: 30px;
}

#s-536e5ae7-0bd4-452a-8960-dec7557594f9 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-1895f0d5-1e70-432a-9baf-26fa9c83a3ee {
  padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-1895f0d5-1e70-432a-9baf-26fa9c83a3ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-1895f0d5-1e70-432a-9baf-26fa9c83a3ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-1895f0d5-1e70-432a-9baf-26fa9c83a3ee .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-3d823653-2266-44c7-8489-4c732005f00f {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3d823653-2266-44c7-8489-4c732005f00f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3d823653-2266-44c7-8489-4c732005f00f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3d823653-2266-44c7-8489-4c732005f00f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d823653-2266-44c7-8489-4c732005f00f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b2aa0158-6c0f-4c33-bd18-69b359faec53 {
  padding-left: 30px;
padding-right: 30px;
}

#s-88347c3a-a7e6-4dc1-856b-db22deebe9db {
  padding-bottom: 10px;
min-height: 50px;
}








#s-88347c3a-a7e6-4dc1-856b-db22deebe9db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88347c3a-a7e6-4dc1-856b-db22deebe9db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
background-color: rgba(221, 221, 221, 0.3);
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .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-683afd26-27ab-4ef1-a12d-291e17127daa .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-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-683afd26-27ab-4ef1-a12d-291e17127daa-btn-wrapper {
    text-align: center;
  }


#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-variant-btn:hover {
  background: #252525;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-variant-btn:active, #s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-683afd26-27ab-4ef1-a12d-291e17127daa .shg-variant-btn.disabled {
  background: #252525;
}

#s-bcf4aeb2-2412-4838-8415-b8413fddcc4c {
  margin-right: 30px;
min-height: 50px;
}








#s-bcf4aeb2-2412-4838-8415-b8413fddcc4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcf4aeb2-2412-4838-8415-b8413fddcc4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2510317-eb90-448b-9f61-494ddd966a74 {
  text-align: center;
}

#s-d2510317-eb90-448b-9f61-494ddd966a74 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d2510317-eb90-448b-9f61-494ddd966a74 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d2510317-eb90-448b-9f61-494ddd966a74 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d2510317-eb90-448b-9f61-494ddd966a74 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d2510317-eb90-448b-9f61-494ddd966a74 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-eae9398c-41f3-4b82-8041-e1270a3a9089 {
  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-eae9398c-41f3-4b82-8041-e1270a3a9089:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eae9398c-41f3-4b82-8041-e1270a3a9089:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eae9398c-41f3-4b82-8041-e1270a3a9089 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eae9398c-41f3-4b82-8041-e1270a3a9089.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eae9398c-41f3-4b82-8041-e1270a3a9089.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-eae9398c-41f3-4b82-8041-e1270a3a9089.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34dd2f39-b614-41d5-85fe-3dcd50445a11 {
  margin-left: 30px;
margin-right: 30px;
}

#s-34dd2f39-b614-41d5-85fe-3dcd50445a11 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-f8240fba-3d3f-46cb-9f7c-5833a9be8ae5 {
  min-height: 50px;
}








#s-f8240fba-3d3f-46cb-9f7c-5833a9be8ae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8240fba-3d3f-46cb-9f7c-5833a9be8ae5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-a788dcbe-0a6d-468b-81e9-02e779944bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a788dcbe-0a6d-468b-81e9-02e779944bea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc5a447d-751c-4497-8c2e-5f0220d4b86f {
  padding-top: 20px;
padding-bottom: 2px;
}

#s-bc5a447d-751c-4497-8c2e-5f0220d4b86f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-bc5a447d-751c-4497-8c2e-5f0220d4b86f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-bc5a447d-751c-4497-8c2e-5f0220d4b86f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-bc5a447d-751c-4497-8c2e-5f0220d4b86f > .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-bc5a447d-751c-4497-8c2e-5f0220d4b86f > .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-bc5a447d-751c-4497-8c2e-5f0220d4b86f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d3ed52f8-052f-42bb-ac86-8a7cc9cf6d68 {
  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-1666b942-8a27-4bd9-ad84-a64833d3e466 {
  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-5aecf57a-327b-4d8c-af53-8346c95f5d93 {
  min-height: 50px;
}








#s-5aecf57a-327b-4d8c-af53-8346c95f5d93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aecf57a-327b-4d8c-af53-8346c95f5d93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588d123b-85cf-44be-bf7a-0c27312067d2 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-588d123b-85cf-44be-bf7a-0c27312067d2 .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cd59ab84-1ad1-4ebf-8037-6e7b6dcd3162 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-0a1e9875-eb6a-4843-a004-fbfc2dd2d64d {
  text-align: center;
}
@media (min-width: 1200px){#s-0a1e9875-eb6a-4843-a004-fbfc2dd2d64d {
  display: none;
}
#s-0a1e9875-eb6a-4843-a004-fbfc2dd2d64d, #wrap-s-0a1e9875-eb6a-4843-a004-fbfc2dd2d64d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a1e9875-eb6a-4843-a004-fbfc2dd2d64d {
  display: none;
}
#s-0a1e9875-eb6a-4843-a004-fbfc2dd2d64d, #wrap-s-0a1e9875-eb6a-4843-a004-fbfc2dd2d64d { display:none !important; }}
#s-22db451a-ee6f-4c79-9723-ab0b4f1eb706 {
  display: none;
}
#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 {
  text-align: left;
}



.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb328d49-2ba5-4a1a-9b53-1c133859b502 img.shogun-image {
  width: 100%;
}



}
#s-fc7d0680-b3a3-48f1-b45f-913368671b82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc7d0680-b3a3-48f1-b45f-913368671b82 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-33ff5aa1-fe89-460c-8740-5d2ab3b5bc16 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-33ff5aa1-fe89-460c-8740-5d2ab3b5bc16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-33ff5aa1-fe89-460c-8740-5d2ab3b5bc16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-33ff5aa1-fe89-460c-8740-5d2ab3b5bc16 .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-96a7c90e-381e-40a5-9be4-d1ea1140fa63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96a7c90e-381e-40a5-9be4-d1ea1140fa63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96a7c90e-381e-40a5-9be4-d1ea1140fa63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96a7c90e-381e-40a5-9be4-d1ea1140fa63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96a7c90e-381e-40a5-9be4-d1ea1140fa63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96a7c90e-381e-40a5-9be4-d1ea1140fa63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96a7c90e-381e-40a5-9be4-d1ea1140fa63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c8d6cb6e-c7ae-4684-a1f4-50123b58c835 {
  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-c8d6cb6e-c7ae-4684-a1f4-50123b58c835 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c8d6cb6e-c7ae-4684-a1f4-50123b58c835 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c8d6cb6e-c7ae-4684-a1f4-50123b58c835 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c8d6cb6e-c7ae-4684-a1f4-50123b58c835 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c8d6cb6e-c7ae-4684-a1f4-50123b58c835 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5eaf1774-f2f9-46c5-8aa5-0afbc4d035fd {
  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-5eaf1774-f2f9-46c5-8aa5-0afbc4d035fd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5eaf1774-f2f9-46c5-8aa5-0afbc4d035fd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5eaf1774-f2f9-46c5-8aa5-0afbc4d035fd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5eaf1774-f2f9-46c5-8aa5-0afbc4d035fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5eaf1774-f2f9-46c5-8aa5-0afbc4d035fd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-5eaf1774-f2f9-46c5-8aa5-0afbc4d035fd.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-ae1cc833-6ab4-4a81-961c-1b0e5e132696 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ae1cc833-6ab4-4a81-961c-1b0e5e132696 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-8d2e5159-979e-47cc-b996-ecc8eb83a7f2 {
  display: none;
}
#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 {
  text-align: left;
}



.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8aa55-6a7d-4ff1-ac8e-b23913baa746 img.shogun-image {
  width: 100%;
}



}
#s-14db401b-cc41-4db0-82dc-5529e8f875b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14db401b-cc41-4db0-82dc-5529e8f875b9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8f32c93b-6008-4077-8d2d-e0b39d4fb91e {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-8f32c93b-6008-4077-8d2d-e0b39d4fb91e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-8f32c93b-6008-4077-8d2d-e0b39d4fb91e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-8f32c93b-6008-4077-8d2d-e0b39d4fb91e .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-d3cdd074-0f55-491a-9f03-0f5ca147e2db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3cdd074-0f55-491a-9f03-0f5ca147e2db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3cdd074-0f55-491a-9f03-0f5ca147e2db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3cdd074-0f55-491a-9f03-0f5ca147e2db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3cdd074-0f55-491a-9f03-0f5ca147e2db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3cdd074-0f55-491a-9f03-0f5ca147e2db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3cdd074-0f55-491a-9f03-0f5ca147e2db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4376c506-f81f-47d1-9b5a-c9a9911b8267 {
  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-4376c506-f81f-47d1-9b5a-c9a9911b8267 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4376c506-f81f-47d1-9b5a-c9a9911b8267 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4376c506-f81f-47d1-9b5a-c9a9911b8267 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4376c506-f81f-47d1-9b5a-c9a9911b8267 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4376c506-f81f-47d1-9b5a-c9a9911b8267 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fcb4da1c-2419-4dec-a47c-a6a1e1c4f9cd {
  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-fcb4da1c-2419-4dec-a47c-a6a1e1c4f9cd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fcb4da1c-2419-4dec-a47c-a6a1e1c4f9cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcb4da1c-2419-4dec-a47c-a6a1e1c4f9cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcb4da1c-2419-4dec-a47c-a6a1e1c4f9cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcb4da1c-2419-4dec-a47c-a6a1e1c4f9cd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-fcb4da1c-2419-4dec-a47c-a6a1e1c4f9cd.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-8e3a4a7d-c01a-4859-8406-636c9a908eac {
  margin-left: 30px;
margin-right: 30px;
}

#s-8e3a4a7d-c01a-4859-8406-636c9a908eac hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-922ff86f-89da-4ce9-9a15-f766675b2286 {
  display: none;
}
#s-5bf4373e-7dba-45de-b162-786deee27b9f {
  text-align: left;
}



.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bf4373e-7dba-45de-b162-786deee27b9f img.shogun-image {
  width: 100%;
}



}
#s-34b789ae-0c1e-4053-aea0-1cac28eea6e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34b789ae-0c1e-4053-aea0-1cac28eea6e0 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5def10f8-fb71-4f56-9628-2885ed8597ce {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-5def10f8-fb71-4f56-9628-2885ed8597ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-5def10f8-fb71-4f56-9628-2885ed8597ce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-5def10f8-fb71-4f56-9628-2885ed8597ce .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-e13ed05a-c622-4214-8d0a-75303c86343e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e13ed05a-c622-4214-8d0a-75303c86343e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e13ed05a-c622-4214-8d0a-75303c86343e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e13ed05a-c622-4214-8d0a-75303c86343e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e13ed05a-c622-4214-8d0a-75303c86343e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e13ed05a-c622-4214-8d0a-75303c86343e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e13ed05a-c622-4214-8d0a-75303c86343e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-dee3e6b3-31df-4ecd-aa4f-f1397857f4cc {
  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-dee3e6b3-31df-4ecd-aa4f-f1397857f4cc .shg-product-quantity-wrapper {
  display: flex;
}

#s-dee3e6b3-31df-4ecd-aa4f-f1397857f4cc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dee3e6b3-31df-4ecd-aa4f-f1397857f4cc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dee3e6b3-31df-4ecd-aa4f-f1397857f4cc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dee3e6b3-31df-4ecd-aa4f-f1397857f4cc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-de035b20-8867-4580-a378-f9516e2d1417 {
  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-de035b20-8867-4580-a378-f9516e2d1417:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de035b20-8867-4580-a378-f9516e2d1417:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de035b20-8867-4580-a378-f9516e2d1417 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de035b20-8867-4580-a378-f9516e2d1417.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de035b20-8867-4580-a378-f9516e2d1417.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-de035b20-8867-4580-a378-f9516e2d1417.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-a24b7c20-fabf-44aa-bada-20a3fd09e2bc {
  margin-left: 30px;
margin-right: 30px;
}

#s-a24b7c20-fabf-44aa-bada-20a3fd09e2bc hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-00ae304b-7904-4b6b-b2ed-ec64e27d30a0 {
  display: none;
}
#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad {
  text-align: left;
}



.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fd0c212-3176-4a58-9b65-4ffa249f67ad img.shogun-image {
  width: 100%;
}




#s-fd8a0c63-7081-402d-886e-fbb27d6ef06b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd8a0c63-7081-402d-886e-fbb27d6ef06b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-543b0f7a-b0ba-4b10-91f4-8642d0d02f4f {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-543b0f7a-b0ba-4b10-91f4-8642d0d02f4f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-543b0f7a-b0ba-4b10-91f4-8642d0d02f4f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-543b0f7a-b0ba-4b10-91f4-8642d0d02f4f .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-e4c8f049-4601-41a3-b33f-d98954e94d52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4c8f049-4601-41a3-b33f-d98954e94d52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4c8f049-4601-41a3-b33f-d98954e94d52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e4c8f049-4601-41a3-b33f-d98954e94d52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4c8f049-4601-41a3-b33f-d98954e94d52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4c8f049-4601-41a3-b33f-d98954e94d52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4c8f049-4601-41a3-b33f-d98954e94d52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-d39d240a-56e9-478e-b0c0-2bd97b2498a3 {
  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-d39d240a-56e9-478e-b0c0-2bd97b2498a3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d39d240a-56e9-478e-b0c0-2bd97b2498a3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d39d240a-56e9-478e-b0c0-2bd97b2498a3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d39d240a-56e9-478e-b0c0-2bd97b2498a3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d39d240a-56e9-478e-b0c0-2bd97b2498a3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6ff6c57c-3337-4ce6-97ee-02e7c1f57cf4 {
  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-6ff6c57c-3337-4ce6-97ee-02e7c1f57cf4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ff6c57c-3337-4ce6-97ee-02e7c1f57cf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ff6c57c-3337-4ce6-97ee-02e7c1f57cf4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ff6c57c-3337-4ce6-97ee-02e7c1f57cf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ff6c57c-3337-4ce6-97ee-02e7c1f57cf4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-6ff6c57c-3337-4ce6-97ee-02e7c1f57cf4.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-26e21c0d-1a76-4c4d-a983-acb59616b825 {
  margin-left: 30px;
margin-right: 30px;
}

#s-26e21c0d-1a76-4c4d-a983-acb59616b825 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-773c8e44-6677-456b-966a-4c2dee2ddda3 {
  display: none;
}
#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 {
  text-align: left;
}



.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fdada8b-3b75-48b9-bcc2-4b5572dd2719 img.shogun-image {
  width: 100%;
}




#s-32bb14f4-3b37-4972-a734-daa5373f79d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32bb14f4-3b37-4972-a734-daa5373f79d3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3ec1f06c-d13d-46cb-8326-56770d7cc65b {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-3ec1f06c-d13d-46cb-8326-56770d7cc65b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-3ec1f06c-d13d-46cb-8326-56770d7cc65b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-3ec1f06c-d13d-46cb-8326-56770d7cc65b .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-d1ff150e-362e-4580-8b80-6e1457d59194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1ff150e-362e-4580-8b80-6e1457d59194"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1ff150e-362e-4580-8b80-6e1457d59194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1ff150e-362e-4580-8b80-6e1457d59194"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1ff150e-362e-4580-8b80-6e1457d59194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1ff150e-362e-4580-8b80-6e1457d59194"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1ff150e-362e-4580-8b80-6e1457d59194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7d59aa72-593d-4bde-99f1-3e7277be8b9e {
  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-7d59aa72-593d-4bde-99f1-3e7277be8b9e .shg-product-quantity-wrapper {
  display: flex;
}

#s-7d59aa72-593d-4bde-99f1-3e7277be8b9e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7d59aa72-593d-4bde-99f1-3e7277be8b9e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7d59aa72-593d-4bde-99f1-3e7277be8b9e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7d59aa72-593d-4bde-99f1-3e7277be8b9e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-569c86dc-7c69-479c-a891-7e0eb381af10 {
  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-569c86dc-7c69-479c-a891-7e0eb381af10:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-569c86dc-7c69-479c-a891-7e0eb381af10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-569c86dc-7c69-479c-a891-7e0eb381af10 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-569c86dc-7c69-479c-a891-7e0eb381af10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-569c86dc-7c69-479c-a891-7e0eb381af10.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-569c86dc-7c69-479c-a891-7e0eb381af10.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-ea74920c-e25e-48d1-828f-08bb883ae246 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ea74920c-e25e-48d1-828f-08bb883ae246 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-6cc58719-d5e5-4141-93ff-547e05391a72 {
  display: none;
}
#s-b1af9389-d4d5-4d1e-94f8-17929d152388 {
  text-align: left;
}



.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1af9389-d4d5-4d1e-94f8-17929d152388 img.shogun-image {
  width: 100%;
}




#s-c47ab224-5112-4a83-84f4-22f64adf489b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c47ab224-5112-4a83-84f4-22f64adf489b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2a6af175-1792-45bb-b4c1-74172f4fdc49 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-2a6af175-1792-45bb-b4c1-74172f4fdc49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-2a6af175-1792-45bb-b4c1-74172f4fdc49 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-2a6af175-1792-45bb-b4c1-74172f4fdc49 .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-36756cee-3824-496b-9734-a9e3691cafa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36756cee-3824-496b-9734-a9e3691cafa9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36756cee-3824-496b-9734-a9e3691cafa9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36756cee-3824-496b-9734-a9e3691cafa9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36756cee-3824-496b-9734-a9e3691cafa9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36756cee-3824-496b-9734-a9e3691cafa9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36756cee-3824-496b-9734-a9e3691cafa9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7abe0600-b6ef-4c4f-b10f-ca5d531f3bbf {
  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-7abe0600-b6ef-4c4f-b10f-ca5d531f3bbf .shg-product-quantity-wrapper {
  display: flex;
}

#s-7abe0600-b6ef-4c4f-b10f-ca5d531f3bbf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7abe0600-b6ef-4c4f-b10f-ca5d531f3bbf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7abe0600-b6ef-4c4f-b10f-ca5d531f3bbf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7abe0600-b6ef-4c4f-b10f-ca5d531f3bbf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-46d1cf3f-353a-460b-bb95-e9443f6142a1 {
  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-46d1cf3f-353a-460b-bb95-e9443f6142a1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-46d1cf3f-353a-460b-bb95-e9443f6142a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46d1cf3f-353a-460b-bb95-e9443f6142a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46d1cf3f-353a-460b-bb95-e9443f6142a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46d1cf3f-353a-460b-bb95-e9443f6142a1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-46d1cf3f-353a-460b-bb95-e9443f6142a1.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-7ed7a37a-463f-45ca-97c0-cd1b9c0fe9eb {
  margin-left: 30px;
margin-right: 30px;
}

#s-7ed7a37a-463f-45ca-97c0-cd1b9c0fe9eb hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-377cfac9-bfa5-4920-b58a-46906af4e379 {
  display: none;
}
#s-68c87ba4-7b13-43d2-9755-984fe11133f4 {
  text-align: left;
}



.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c87ba4-7b13-43d2-9755-984fe11133f4 img.shogun-image {
  width: 100%;
}




#s-74356b59-d676-45f5-85cc-3738cf12f85a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74356b59-d676-45f5-85cc-3738cf12f85a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7143a441-9393-48c6-85dc-2e21e8e15d72 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-7143a441-9393-48c6-85dc-2e21e8e15d72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-7143a441-9393-48c6-85dc-2e21e8e15d72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-7143a441-9393-48c6-85dc-2e21e8e15d72 .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-7066a33a-41f3-4a8b-a228-5b4a098c483e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7066a33a-41f3-4a8b-a228-5b4a098c483e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7066a33a-41f3-4a8b-a228-5b4a098c483e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7066a33a-41f3-4a8b-a228-5b4a098c483e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7066a33a-41f3-4a8b-a228-5b4a098c483e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7066a33a-41f3-4a8b-a228-5b4a098c483e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7066a33a-41f3-4a8b-a228-5b4a098c483e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4378e1f3-4e7b-4961-bd74-83ff6b05586a {
  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-4378e1f3-4e7b-4961-bd74-83ff6b05586a .shg-product-quantity-wrapper {
  display: flex;
}

#s-4378e1f3-4e7b-4961-bd74-83ff6b05586a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4378e1f3-4e7b-4961-bd74-83ff6b05586a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4378e1f3-4e7b-4961-bd74-83ff6b05586a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4378e1f3-4e7b-4961-bd74-83ff6b05586a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ffe67513-00b8-429b-b02a-4f0c03b217fa {
  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-ffe67513-00b8-429b-b02a-4f0c03b217fa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ffe67513-00b8-429b-b02a-4f0c03b217fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ffe67513-00b8-429b-b02a-4f0c03b217fa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ffe67513-00b8-429b-b02a-4f0c03b217fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffe67513-00b8-429b-b02a-4f0c03b217fa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-ffe67513-00b8-429b-b02a-4f0c03b217fa.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-960b6f87-0a13-41d7-83f1-dd7eaa237723 {
  margin-left: 30px;
margin-right: 30px;
}

#s-960b6f87-0a13-41d7-83f1-dd7eaa237723 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-e1054ffa-381d-4f01-b754-0c1286066dbd {
  display: none;
}
#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 {
  text-align: left;
}



.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2db0e8d-3e6e-4165-9e79-ec64af4ce6b3 img.shogun-image {
  width: 100%;
}




#s-d1fa2501-ce7d-488e-a89a-3a4161b36a4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1fa2501-ce7d-488e-a89a-3a4161b36a4a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-aad7264b-b1ec-4990-92fc-a830a34877c5 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-aad7264b-b1ec-4990-92fc-a830a34877c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-aad7264b-b1ec-4990-92fc-a830a34877c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-aad7264b-b1ec-4990-92fc-a830a34877c5 .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-74dc34b9-38a6-4d2a-a790-c02e89171a6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74dc34b9-38a6-4d2a-a790-c02e89171a6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-74dc34b9-38a6-4d2a-a790-c02e89171a6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-74dc34b9-38a6-4d2a-a790-c02e89171a6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-74dc34b9-38a6-4d2a-a790-c02e89171a6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-74dc34b9-38a6-4d2a-a790-c02e89171a6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-74dc34b9-38a6-4d2a-a790-c02e89171a6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c1c2a897-7b06-4d08-8c98-932248cff01f {
  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-c1c2a897-7b06-4d08-8c98-932248cff01f .shg-product-quantity-wrapper {
  display: flex;
}

#s-c1c2a897-7b06-4d08-8c98-932248cff01f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c1c2a897-7b06-4d08-8c98-932248cff01f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c1c2a897-7b06-4d08-8c98-932248cff01f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c1c2a897-7b06-4d08-8c98-932248cff01f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8435ae4c-f726-4749-822f-0811c6bd702f {
  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-8435ae4c-f726-4749-822f-0811c6bd702f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8435ae4c-f726-4749-822f-0811c6bd702f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8435ae4c-f726-4749-822f-0811c6bd702f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8435ae4c-f726-4749-822f-0811c6bd702f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8435ae4c-f726-4749-822f-0811c6bd702f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-8435ae4c-f726-4749-822f-0811c6bd702f.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-1c5fde30-5b58-420b-9af4-0ab053fd7ef1 {
  margin-left: 30px;
margin-right: 30px;
}

#s-1c5fde30-5b58-420b-9af4-0ab053fd7ef1 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-ea0baada-bd2e-43b1-8b7e-17373e8a4a73 {
  display: none;
}
#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 {
  text-align: left;
}



.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9a15b57-89f3-40a9-97b7-9108acddc3b9 img.shogun-image {
  width: 100%;
}




#s-36e4d3c3-f30b-4a8b-a634-d2bf2c42b376 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36e4d3c3-f30b-4a8b-a634-d2bf2c42b376 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1b091cb0-3d22-42ce-8b46-ac75d3d1f6a9 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-1b091cb0-3d22-42ce-8b46-ac75d3d1f6a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-1b091cb0-3d22-42ce-8b46-ac75d3d1f6a9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-1b091cb0-3d22-42ce-8b46-ac75d3d1f6a9 .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-87dd7bae-9afd-4d9d-939f-db220c631699"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87dd7bae-9afd-4d9d-939f-db220c631699"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87dd7bae-9afd-4d9d-939f-db220c631699"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87dd7bae-9afd-4d9d-939f-db220c631699"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87dd7bae-9afd-4d9d-939f-db220c631699"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87dd7bae-9afd-4d9d-939f-db220c631699"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87dd7bae-9afd-4d9d-939f-db220c631699"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ff750407-bd86-4d85-bbe7-a22661d4b8f4 {
  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-ff750407-bd86-4d85-bbe7-a22661d4b8f4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ff750407-bd86-4d85-bbe7-a22661d4b8f4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ff750407-bd86-4d85-bbe7-a22661d4b8f4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ff750407-bd86-4d85-bbe7-a22661d4b8f4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ff750407-bd86-4d85-bbe7-a22661d4b8f4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ae1f65e3-825d-4d15-9440-b1fa27cff94a {
  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-ae1f65e3-825d-4d15-9440-b1fa27cff94a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae1f65e3-825d-4d15-9440-b1fa27cff94a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ae1f65e3-825d-4d15-9440-b1fa27cff94a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae1f65e3-825d-4d15-9440-b1fa27cff94a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae1f65e3-825d-4d15-9440-b1fa27cff94a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-ae1f65e3-825d-4d15-9440-b1fa27cff94a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-ea933cf0-5efc-4dc7-8d90-679300fb2085 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ea933cf0-5efc-4dc7-8d90-679300fb2085 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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}