.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-5bef2145-2fd1-464b-ae3c-22bf835ce56a {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5bef2145-2fd1-464b-ae3c-22bf835ce56a {
  display: none;
}
#s-5bef2145-2fd1-464b-ae3c-22bf835ce56a, #wrap-s-5bef2145-2fd1-464b-ae3c-22bf835ce56a { display: none !important; }}@media (max-width: 767px){#s-5bef2145-2fd1-464b-ae3c-22bf835ce56a {
  display: none;
}
#s-5bef2145-2fd1-464b-ae3c-22bf835ce56a, #wrap-s-5bef2145-2fd1-464b-ae3c-22bf835ce56a { display: none !important; }}
#s-5bef2145-2fd1-464b-ae3c-22bf835ce56a {
  background-image: url();
}








#s-5bef2145-2fd1-464b-ae3c-22bf835ce56a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bef2145-2fd1-464b-ae3c-22bf835ce56a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e268490-f340-4a27-9473-1904d5cd2ffa {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-52591bc6-3ff7-49e9-a1d1-6a508a8b5127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52591bc6-3ff7-49e9-a1d1-6a508a8b5127"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52591bc6-3ff7-49e9-a1d1-6a508a8b5127"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52591bc6-3ff7-49e9-a1d1-6a508a8b5127"] > .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-f86c2d72-25f7-442c-856f-b4018de7aadb {
  text-align: center;
}



.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f86c2d72-25f7-442c-856f-b4018de7aadb 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-c7b1437e-59c0-425a-a0a0-e83356004429 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-c7b1437e-59c0-425a-a0a0-e83356004429 .shg-gallery-thumb-image-wrapper {
  

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

#s-c7b1437e-59c0-425a-a0a0-e83356004429 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c7b1437e-59c0-425a-a0a0-e83356004429 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c7b1437e-59c0-425a-a0a0-e83356004429 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c7b1437e-59c0-425a-a0a0-e83356004429 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c7b1437e-59c0-425a-a0a0-e83356004429 .shg-gallery-dot {
  background-color: #FFF;
}

#s-fcda198f-a5db-4947-983d-87095a5fea7e {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-fcda198f-a5db-4947-983d-87095a5fea7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcda198f-a5db-4947-983d-87095a5fea7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-be6b8d52-6db7-48b6-a270-9376d7b4b8d8 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-be6b8d52-6db7-48b6-a270-9376d7b4b8d8 .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-0b84c74d-d1f8-4934-adc9-c3e6ab252f1f {
  margin-left: 30px;
margin-right: 30px;
}

#s-0b84c74d-d1f8-4934-adc9-c3e6ab252f1f hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-65d13296-172f-40d0-94d4-b29644645509 {
  margin-top: -10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-65d13296-172f-40d0-94d4-b29644645509 .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-65d13296-172f-40d0-94d4-b29644645509 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 20px;
}

#s-65d13296-172f-40d0-94d4-b29644645509 .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-d200043a-8264-4c5b-afbf-5951ad16a789 {
  min-height: 50px;
}








#s-d200043a-8264-4c5b-afbf-5951ad16a789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d200043a-8264-4c5b-afbf-5951ad16a789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18b3285d-910d-41cf-b70b-fece76c28987"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18b3285d-910d-41cf-b70b-fece76c28987"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18b3285d-910d-41cf-b70b-fece76c28987"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-18b3285d-910d-41cf-b70b-fece76c28987"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18b3285d-910d-41cf-b70b-fece76c28987"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-18b3285d-910d-41cf-b70b-fece76c28987"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18b3285d-910d-41cf-b70b-fece76c28987"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 {
  text-align: left;
background-color: rgba(221, 221, 221, 0.3);
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .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-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .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-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3-btn-wrapper {
    text-align: center;
  }


#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-variant-btn:hover {
  background: #252525;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-variant-btn:active, #s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2c9fe268-4d6e-4d2b-91fc-bf8c81657de3 .shg-variant-btn.disabled {
  background: #252525;
}

#s-9271b7c0-a9c6-4167-b09b-39df6a1a7b0c {
  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-9271b7c0-a9c6-4167-b09b-39df6a1a7b0c .shg-product-quantity-wrapper {
  display: flex;
}

#s-9271b7c0-a9c6-4167-b09b-39df6a1a7b0c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9271b7c0-a9c6-4167-b09b-39df6a1a7b0c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9271b7c0-a9c6-4167-b09b-39df6a1a7b0c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9271b7c0-a9c6-4167-b09b-39df6a1a7b0c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




@media (min-width: 0px) {
[id="s-4da1fe5c-946e-430c-8e05-948f05ae9465"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4da1fe5c-946e-430c-8e05-948f05ae9465"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4da1fe5c-946e-430c-8e05-948f05ae9465"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4da1fe5c-946e-430c-8e05-948f05ae9465"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4da1fe5c-946e-430c-8e05-948f05ae9465"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4da1fe5c-946e-430c-8e05-948f05ae9465"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4da1fe5c-946e-430c-8e05-948f05ae9465"] > .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-17fb67cd-ec57-493d-af78-30da4b8f7842 {
  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-17fb67cd-ec57-493d-af78-30da4b8f7842:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17fb67cd-ec57-493d-af78-30da4b8f7842:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17fb67cd-ec57-493d-af78-30da4b8f7842 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17fb67cd-ec57-493d-af78-30da4b8f7842.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17fb67cd-ec57-493d-af78-30da4b8f7842.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-17fb67cd-ec57-493d-af78-30da4b8f7842.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b474b7b5-9be7-4698-8eae-dcf7c7dea8a4 {
  margin-left: 30px;
margin-right: 30px;
}

#s-b474b7b5-9be7-4698-8eae-dcf7c7dea8a4 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-638b38ab-3c46-40f8-9dd6-ea39929d259a {
  min-height: 50px;
}








#s-638b38ab-3c46-40f8-9dd6-ea39929d259a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-638b38ab-3c46-40f8-9dd6-ea39929d259a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-034a10b0-7349-4d6a-8301-2677aa9116d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-034a10b0-7349-4d6a-8301-2677aa9116d6.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-7c898bf0-fb2c-48e2-921a-6c732d85ed52 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-7c898bf0-fb2c-48e2-921a-6c732d85ed52 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7c898bf0-fb2c-48e2-921a-6c732d85ed52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-7c898bf0-fb2c-48e2-921a-6c732d85ed52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-7c898bf0-fb2c-48e2-921a-6c732d85ed52 > .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-7c898bf0-fb2c-48e2-921a-6c732d85ed52 > .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-7c898bf0-fb2c-48e2-921a-6c732d85ed52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ebb0a8ee-5440-406a-a9e1-62b44ed6d022 {
  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-79bc46ca-9768-4dec-a05b-c2b47c1e1a16 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-07e63c6e-684e-41dd-bfef-d9bec9c58592 {
  margin-top: -60px;
}
@media (min-width: 1200px){#s-07e63c6e-684e-41dd-bfef-d9bec9c58592 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07e63c6e-684e-41dd-bfef-d9bec9c58592 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07e63c6e-684e-41dd-bfef-d9bec9c58592 {
  
}
}@media (max-width: 767px){#s-07e63c6e-684e-41dd-bfef-d9bec9c58592 {
  
}
}
#s-07e63c6e-684e-41dd-bfef-d9bec9c58592 {
  background-image: url();
}








#s-07e63c6e-684e-41dd-bfef-d9bec9c58592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07e63c6e-684e-41dd-bfef-d9bec9c58592.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-e5bb9e04-5a22-4bb9-8ab7-72d12cbedf2b {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 50px;
text-align: center;
}

#s-e5bb9e04-5a22-4bb9-8ab7-72d12cbedf2b .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3cac22c9-cc24-4ac1-b09a-2d566556a108 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-249da933-5e48-4009-a121-604d1f6f0683 {
  text-align: center;
}

#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 {
  text-align: left;
}



.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6c999c4-cebe-4cf4-a134-eab04d64f863 img.shogun-image {
  width: 100%;
}



}
#s-4ec764c0-e910-462b-8f4b-0043e17daccd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ec764c0-e910-462b-8f4b-0043e17daccd .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1be2d504-da8c-47ee-95ce-726db5ab4f64 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-1be2d504-da8c-47ee-95ce-726db5ab4f64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-1be2d504-da8c-47ee-95ce-726db5ab4f64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-1be2d504-da8c-47ee-95ce-726db5ab4f64 .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-fa0a72a5-8f64-402a-a54f-b46c8861dec5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa0a72a5-8f64-402a-a54f-b46c8861dec5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fa0a72a5-8f64-402a-a54f-b46c8861dec5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa0a72a5-8f64-402a-a54f-b46c8861dec5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fa0a72a5-8f64-402a-a54f-b46c8861dec5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa0a72a5-8f64-402a-a54f-b46c8861dec5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fa0a72a5-8f64-402a-a54f-b46c8861dec5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-58d413a0-c557-4190-80e7-b237c70a2644 {
  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-58d413a0-c557-4190-80e7-b237c70a2644 .shg-product-quantity-wrapper {
  display: flex;
}

#s-58d413a0-c557-4190-80e7-b237c70a2644 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-58d413a0-c557-4190-80e7-b237c70a2644 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-58d413a0-c557-4190-80e7-b237c70a2644 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-58d413a0-c557-4190-80e7-b237c70a2644 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4385a7ce-8aff-44bd-a9fd-4546b1c84841 {
  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-4385a7ce-8aff-44bd-a9fd-4546b1c84841:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4385a7ce-8aff-44bd-a9fd-4546b1c84841:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4385a7ce-8aff-44bd-a9fd-4546b1c84841 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4385a7ce-8aff-44bd-a9fd-4546b1c84841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4385a7ce-8aff-44bd-a9fd-4546b1c84841.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-4385a7ce-8aff-44bd-a9fd-4546b1c84841.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-c8af3b34-65bc-4d99-ab25-26793f0f543c hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-1b558c3c-d439-462a-bfa7-f0a2822e117c {
  text-align: left;
}



.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b558c3c-d439-462a-bfa7-f0a2822e117c img.shogun-image {
  width: 100%;
}



}
#s-b9117833-31b7-44ab-b919-3abce71a3b7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9117833-31b7-44ab-b919-3abce71a3b7b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-504e2246-60d6-486f-bc58-aef86c9a2a2c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-504e2246-60d6-486f-bc58-aef86c9a2a2c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-504e2246-60d6-486f-bc58-aef86c9a2a2c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-504e2246-60d6-486f-bc58-aef86c9a2a2c .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-19497ec5-19f9-4a09-8437-e43a2806809b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19497ec5-19f9-4a09-8437-e43a2806809b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19497ec5-19f9-4a09-8437-e43a2806809b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19497ec5-19f9-4a09-8437-e43a2806809b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19497ec5-19f9-4a09-8437-e43a2806809b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19497ec5-19f9-4a09-8437-e43a2806809b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19497ec5-19f9-4a09-8437-e43a2806809b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-3b5208ba-2df5-439c-933a-35568ea7e1eb {
  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-3b5208ba-2df5-439c-933a-35568ea7e1eb .shg-product-quantity-wrapper {
  display: flex;
}

#s-3b5208ba-2df5-439c-933a-35568ea7e1eb .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3b5208ba-2df5-439c-933a-35568ea7e1eb .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3b5208ba-2df5-439c-933a-35568ea7e1eb .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3b5208ba-2df5-439c-933a-35568ea7e1eb .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fee33322-e196-488a-80b3-67f215bba9f1 {
  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-fee33322-e196-488a-80b3-67f215bba9f1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fee33322-e196-488a-80b3-67f215bba9f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fee33322-e196-488a-80b3-67f215bba9f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fee33322-e196-488a-80b3-67f215bba9f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fee33322-e196-488a-80b3-67f215bba9f1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-fee33322-e196-488a-80b3-67f215bba9f1.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-0a835ab5-3e5d-48a2-b1ba-6d30d1f2dd78 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-7530927c-5147-42c2-8352-dd80c40d0ae6 {
  text-align: left;
}



.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7530927c-5147-42c2-8352-dd80c40d0ae6 img.shogun-image {
  width: 100%;
}



}
#s-9de2de74-97e4-415d-baaf-0e9f7bfed339 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9de2de74-97e4-415d-baaf-0e9f7bfed339 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-270cb9d1-ae6f-4182-be0e-91f0f654013e {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-270cb9d1-ae6f-4182-be0e-91f0f654013e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-270cb9d1-ae6f-4182-be0e-91f0f654013e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-270cb9d1-ae6f-4182-be0e-91f0f654013e .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-629cf116-84ae-4351-a83c-0756a5319574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-629cf116-84ae-4351-a83c-0756a5319574"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-629cf116-84ae-4351-a83c-0756a5319574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-629cf116-84ae-4351-a83c-0756a5319574"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-629cf116-84ae-4351-a83c-0756a5319574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-629cf116-84ae-4351-a83c-0756a5319574"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-629cf116-84ae-4351-a83c-0756a5319574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-5ab00acb-7c43-4837-b49c-b92447a1cac0 {
  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-5ab00acb-7c43-4837-b49c-b92447a1cac0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5ab00acb-7c43-4837-b49c-b92447a1cac0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5ab00acb-7c43-4837-b49c-b92447a1cac0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5ab00acb-7c43-4837-b49c-b92447a1cac0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5ab00acb-7c43-4837-b49c-b92447a1cac0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d2994152-cc6a-4354-bde6-12cbc18c764c {
  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-d2994152-cc6a-4354-bde6-12cbc18c764c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2994152-cc6a-4354-bde6-12cbc18c764c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2994152-cc6a-4354-bde6-12cbc18c764c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2994152-cc6a-4354-bde6-12cbc18c764c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2994152-cc6a-4354-bde6-12cbc18c764c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-d2994152-cc6a-4354-bde6-12cbc18c764c.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-44ab9676-5209-4b21-befd-0f92eef98cb8 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 {
  text-align: left;
}



.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ae773a-ac74-4d0b-9b8c-6915ee097769 img.shogun-image {
  width: 100%;
}




#s-45f2274e-bd13-48eb-b604-ec3ace952ac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45f2274e-bd13-48eb-b604-ec3ace952ac6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-42152193-4e09-40fc-88ed-ca334a4b1447 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-42152193-4e09-40fc-88ed-ca334a4b1447 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-42152193-4e09-40fc-88ed-ca334a4b1447 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-42152193-4e09-40fc-88ed-ca334a4b1447 .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-c386a7a1-34fa-46f5-bcc7-6e1ce1fadc0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c386a7a1-34fa-46f5-bcc7-6e1ce1fadc0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c386a7a1-34fa-46f5-bcc7-6e1ce1fadc0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c386a7a1-34fa-46f5-bcc7-6e1ce1fadc0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c386a7a1-34fa-46f5-bcc7-6e1ce1fadc0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c386a7a1-34fa-46f5-bcc7-6e1ce1fadc0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c386a7a1-34fa-46f5-bcc7-6e1ce1fadc0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4c7d456d-a055-4354-8975-09aee083f9a0 {
  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-4c7d456d-a055-4354-8975-09aee083f9a0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4c7d456d-a055-4354-8975-09aee083f9a0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4c7d456d-a055-4354-8975-09aee083f9a0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4c7d456d-a055-4354-8975-09aee083f9a0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4c7d456d-a055-4354-8975-09aee083f9a0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-48a01f13-281e-4350-8a84-9f964c463abf {
  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-48a01f13-281e-4350-8a84-9f964c463abf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-48a01f13-281e-4350-8a84-9f964c463abf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48a01f13-281e-4350-8a84-9f964c463abf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48a01f13-281e-4350-8a84-9f964c463abf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48a01f13-281e-4350-8a84-9f964c463abf.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-48a01f13-281e-4350-8a84-9f964c463abf.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-1c8cd7ea-3d08-4ef1-b5da-d5156f919c43 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 {
  text-align: left;
}



.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71cbc576-77b8-4b2d-a2e2-0e4774dda999 img.shogun-image {
  width: 100%;
}




#s-1bde65d5-d77a-4822-b6b5-2bc278f95c5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bde65d5-d77a-4822-b6b5-2bc278f95c5c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-16bf6bfe-5aad-47f4-a760-6b2153ef2ee8 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-16bf6bfe-5aad-47f4-a760-6b2153ef2ee8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-16bf6bfe-5aad-47f4-a760-6b2153ef2ee8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-16bf6bfe-5aad-47f4-a760-6b2153ef2ee8 .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-cbcb5d69-ef5d-4abe-b192-c62e405bfd6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbcb5d69-ef5d-4abe-b192-c62e405bfd6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbcb5d69-ef5d-4abe-b192-c62e405bfd6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbcb5d69-ef5d-4abe-b192-c62e405bfd6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbcb5d69-ef5d-4abe-b192-c62e405bfd6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbcb5d69-ef5d-4abe-b192-c62e405bfd6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cbcb5d69-ef5d-4abe-b192-c62e405bfd6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-78764a01-824b-4644-b827-a2b2c78ad88e {
  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-78764a01-824b-4644-b827-a2b2c78ad88e .shg-product-quantity-wrapper {
  display: flex;
}

#s-78764a01-824b-4644-b827-a2b2c78ad88e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-78764a01-824b-4644-b827-a2b2c78ad88e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-78764a01-824b-4644-b827-a2b2c78ad88e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-78764a01-824b-4644-b827-a2b2c78ad88e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b99eb316-bcb5-4530-9c8a-46bf45a15e7e {
  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-b99eb316-bcb5-4530-9c8a-46bf45a15e7e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b99eb316-bcb5-4530-9c8a-46bf45a15e7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b99eb316-bcb5-4530-9c8a-46bf45a15e7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b99eb316-bcb5-4530-9c8a-46bf45a15e7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b99eb316-bcb5-4530-9c8a-46bf45a15e7e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-b99eb316-bcb5-4530-9c8a-46bf45a15e7e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-82f278bc-e635-42f6-8baf-edde8a313b85 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e {
  text-align: left;
}



.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecc2dee-1928-44a7-ad50-432f1a1b4b1e img.shogun-image {
  width: 100%;
}




#s-7bd7e9e7-04be-4ef3-b1c3-ebf68f4b62a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bd7e9e7-04be-4ef3-b1c3-ebf68f4b62a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b0301420-2c2f-4f12-9210-3d6f7d6bd23c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-b0301420-2c2f-4f12-9210-3d6f7d6bd23c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-b0301420-2c2f-4f12-9210-3d6f7d6bd23c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-b0301420-2c2f-4f12-9210-3d6f7d6bd23c .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-938350f9-fc0f-4456-a415-b5877c8aab9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-938350f9-fc0f-4456-a415-b5877c8aab9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-938350f9-fc0f-4456-a415-b5877c8aab9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-938350f9-fc0f-4456-a415-b5877c8aab9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-938350f9-fc0f-4456-a415-b5877c8aab9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-938350f9-fc0f-4456-a415-b5877c8aab9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-938350f9-fc0f-4456-a415-b5877c8aab9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-86e1fd71-142d-43f6-b949-7e4a46ab2396 {
  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-86e1fd71-142d-43f6-b949-7e4a46ab2396 .shg-product-quantity-wrapper {
  display: flex;
}

#s-86e1fd71-142d-43f6-b949-7e4a46ab2396 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-86e1fd71-142d-43f6-b949-7e4a46ab2396 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-86e1fd71-142d-43f6-b949-7e4a46ab2396 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-86e1fd71-142d-43f6-b949-7e4a46ab2396 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1427de5d-51cb-4584-83a6-750efa6c9aa1 {
  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-1427de5d-51cb-4584-83a6-750efa6c9aa1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1427de5d-51cb-4584-83a6-750efa6c9aa1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1427de5d-51cb-4584-83a6-750efa6c9aa1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1427de5d-51cb-4584-83a6-750efa6c9aa1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1427de5d-51cb-4584-83a6-750efa6c9aa1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-1427de5d-51cb-4584-83a6-750efa6c9aa1.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-41b00fe7-622f-4eb1-8dd7-4d6b87d435cd hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-2ebca233-5d79-48df-8906-2abfd9da4b31 {
  text-align: left;
}



.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ebca233-5d79-48df-8906-2abfd9da4b31 img.shogun-image {
  width: 100%;
}




#s-92425774-c19d-49d8-a387-3b7561285fe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92425774-c19d-49d8-a387-3b7561285fe2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-83e906b4-8c7d-4328-ac1a-aa0c4c544026 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-83e906b4-8c7d-4328-ac1a-aa0c4c544026 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-83e906b4-8c7d-4328-ac1a-aa0c4c544026 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-83e906b4-8c7d-4328-ac1a-aa0c4c544026 .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-8c02ef51-8b88-4dfa-b472-8870809309d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c02ef51-8b88-4dfa-b472-8870809309d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c02ef51-8b88-4dfa-b472-8870809309d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c02ef51-8b88-4dfa-b472-8870809309d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c02ef51-8b88-4dfa-b472-8870809309d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c02ef51-8b88-4dfa-b472-8870809309d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c02ef51-8b88-4dfa-b472-8870809309d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-b2a3f2ff-32ba-4b90-8e8c-b1321c5c0a64 {
  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-b2a3f2ff-32ba-4b90-8e8c-b1321c5c0a64 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b2a3f2ff-32ba-4b90-8e8c-b1321c5c0a64 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b2a3f2ff-32ba-4b90-8e8c-b1321c5c0a64 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b2a3f2ff-32ba-4b90-8e8c-b1321c5c0a64 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b2a3f2ff-32ba-4b90-8e8c-b1321c5c0a64 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ff1c3889-32da-496e-a7d5-9a6f02d3d0a4 {
  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-ff1c3889-32da-496e-a7d5-9a6f02d3d0a4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff1c3889-32da-496e-a7d5-9a6f02d3d0a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff1c3889-32da-496e-a7d5-9a6f02d3d0a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff1c3889-32da-496e-a7d5-9a6f02d3d0a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff1c3889-32da-496e-a7d5-9a6f02d3d0a4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-ff1c3889-32da-496e-a7d5-9a6f02d3d0a4.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-0caf84ec-44bc-4ad6-b2c2-4adf7307a512 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-a2ff97a8-451b-475b-a597-4663f80859dd {
  text-align: left;
}



.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2ff97a8-451b-475b-a597-4663f80859dd img.shogun-image {
  width: 100%;
}




#s-623bdf66-53c8-4632-8907-18a0d7562857 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-623bdf66-53c8-4632-8907-18a0d7562857 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c9159d78-9607-4b4f-a37c-d6775577cfc8 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-c9159d78-9607-4b4f-a37c-d6775577cfc8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-c9159d78-9607-4b4f-a37c-d6775577cfc8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-c9159d78-9607-4b4f-a37c-d6775577cfc8 .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-e524822e-838a-4649-b550-ddbeb9abedad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e524822e-838a-4649-b550-ddbeb9abedad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e524822e-838a-4649-b550-ddbeb9abedad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e524822e-838a-4649-b550-ddbeb9abedad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e524822e-838a-4649-b550-ddbeb9abedad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e524822e-838a-4649-b550-ddbeb9abedad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e524822e-838a-4649-b550-ddbeb9abedad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ab822d92-ebc6-4ed2-8c2d-20e1bf05013c {
  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-ab822d92-ebc6-4ed2-8c2d-20e1bf05013c .shg-product-quantity-wrapper {
  display: flex;
}

#s-ab822d92-ebc6-4ed2-8c2d-20e1bf05013c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ab822d92-ebc6-4ed2-8c2d-20e1bf05013c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ab822d92-ebc6-4ed2-8c2d-20e1bf05013c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ab822d92-ebc6-4ed2-8c2d-20e1bf05013c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f4f250d8-5b32-4004-b8c9-0dbe59862740 {
  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-f4f250d8-5b32-4004-b8c9-0dbe59862740:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4f250d8-5b32-4004-b8c9-0dbe59862740:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4f250d8-5b32-4004-b8c9-0dbe59862740 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4f250d8-5b32-4004-b8c9-0dbe59862740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4f250d8-5b32-4004-b8c9-0dbe59862740.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-f4f250d8-5b32-4004-b8c9-0dbe59862740.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-26288292-1f6b-4993-a430-96a7695526da hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-73451ca9-b384-4f43-88be-df3f79701c50 {
  text-align: left;
}



.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73451ca9-b384-4f43-88be-df3f79701c50 img.shogun-image {
  width: 100%;
}




#s-a08d8960-ce3f-4147-9321-da8261f03662 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a08d8960-ce3f-4147-9321-da8261f03662 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ec3ed8cc-94ce-44cd-ad45-4a26ca70f73f {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-ec3ed8cc-94ce-44cd-ad45-4a26ca70f73f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-ec3ed8cc-94ce-44cd-ad45-4a26ca70f73f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-ec3ed8cc-94ce-44cd-ad45-4a26ca70f73f .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-a6e30b20-ff59-452e-acec-6225412f1c8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6e30b20-ff59-452e-acec-6225412f1c8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6e30b20-ff59-452e-acec-6225412f1c8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6e30b20-ff59-452e-acec-6225412f1c8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6e30b20-ff59-452e-acec-6225412f1c8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6e30b20-ff59-452e-acec-6225412f1c8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6e30b20-ff59-452e-acec-6225412f1c8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-030b3e42-6a67-4603-9c4c-b9a17ccfa6d5 {
  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-030b3e42-6a67-4603-9c4c-b9a17ccfa6d5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-030b3e42-6a67-4603-9c4c-b9a17ccfa6d5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-030b3e42-6a67-4603-9c4c-b9a17ccfa6d5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-030b3e42-6a67-4603-9c4c-b9a17ccfa6d5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-030b3e42-6a67-4603-9c4c-b9a17ccfa6d5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0d025d35-e312-491c-82c2-a675d0147afa {
  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-0d025d35-e312-491c-82c2-a675d0147afa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d025d35-e312-491c-82c2-a675d0147afa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d025d35-e312-491c-82c2-a675d0147afa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d025d35-e312-491c-82c2-a675d0147afa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d025d35-e312-491c-82c2-a675d0147afa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-0d025d35-e312-491c-82c2-a675d0147afa.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-e5e4c34d-56ae-4030-a2d1-1ae7003ca7c1 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-8f8a1255-9c11-4540-8367-6fb110b8708f {
  margin-top: -60px;
}
@media (min-width: 1200px){#s-8f8a1255-9c11-4540-8367-6fb110b8708f {
  display: none;
}
#s-8f8a1255-9c11-4540-8367-6fb110b8708f, #wrap-s-8f8a1255-9c11-4540-8367-6fb110b8708f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f8a1255-9c11-4540-8367-6fb110b8708f {
  display: none;
}
#s-8f8a1255-9c11-4540-8367-6fb110b8708f, #wrap-s-8f8a1255-9c11-4540-8367-6fb110b8708f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f8a1255-9c11-4540-8367-6fb110b8708f {
  
}
}@media (max-width: 767px){#s-8f8a1255-9c11-4540-8367-6fb110b8708f {
  
}
}
#s-8f8a1255-9c11-4540-8367-6fb110b8708f {
  background-image: url();
}








#s-8f8a1255-9c11-4540-8367-6fb110b8708f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f8a1255-9c11-4540-8367-6fb110b8708f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-876e1ade-38f0-402f-91b6-10c59eb6da6b {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
text-align: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-df767fdc-293c-404c-b6ef-39a16fbe4dbb {
  display: none;
}
#s-df767fdc-293c-404c-b6ef-39a16fbe4dbb, #wrap-s-df767fdc-293c-404c-b6ef-39a16fbe4dbb { display: none !important; }}
@media (min-width: 0px) {
[id="s-df767fdc-293c-404c-b6ef-39a16fbe4dbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df767fdc-293c-404c-b6ef-39a16fbe4dbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df767fdc-293c-404c-b6ef-39a16fbe4dbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df767fdc-293c-404c-b6ef-39a16fbe4dbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 {
  text-align: center;
}



.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99179e2c-2a3a-472b-9daa-53cc98d565a5 img.shogun-image {
  width: 100%;
}



}
#s-5dc57383-be41-4664-9ded-f70e13e0263b {
  margin-bottom: 30px;
text-align: center;
}

#s-5dc57383-be41-4664-9ded-f70e13e0263b .shg-gallery-thumb-image-wrapper {
  

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

#s-5dc57383-be41-4664-9ded-f70e13e0263b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5dc57383-be41-4664-9ded-f70e13e0263b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5dc57383-be41-4664-9ded-f70e13e0263b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-5dc57383-be41-4664-9ded-f70e13e0263b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-5dc57383-be41-4664-9ded-f70e13e0263b .shg-gallery-dot {
  background-color: #FFF;
}

#s-f1ff1221-81e6-49df-8ca1-7bcab7443373 {
  padding-bottom: 20px;
min-height: 50px;
}








#s-f1ff1221-81e6-49df-8ca1-7bcab7443373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ff1221-81e6-49df-8ca1-7bcab7443373.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97facf6e-6a47-4a74-b976-84b657f56134 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-97facf6e-6a47-4a74-b976-84b657f56134 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-826cea01-6dbe-44a8-9280-47d19b2ae772 {
  margin-top: -10px;
margin-left: 30px;
margin-bottom: -10px;
margin-right: 30px;
}

#s-826cea01-6dbe-44a8-9280-47d19b2ae772 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-25447651-789a-4014-80ef-215f2966ff55 {
  padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-25447651-789a-4014-80ef-215f2966ff55 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-25447651-789a-4014-80ef-215f2966ff55 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-25447651-789a-4014-80ef-215f2966ff55 .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-85e3fe28-39c9-4c32-ab7e-560d1f188bfc {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-85e3fe28-39c9-4c32-ab7e-560d1f188bfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-85e3fe28-39c9-4c32-ab7e-560d1f188bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-85e3fe28-39c9-4c32-ab7e-560d1f188bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-85e3fe28-39c9-4c32-ab7e-560d1f188bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-bce1a6ff-91d2-46ee-80fd-930231eebdf4 {
  padding-left: 30px;
padding-right: 30px;
}

#s-cb503278-af40-47c2-ab45-f66d4492806a {
  padding-bottom: 10px;
min-height: 50px;
}








#s-cb503278-af40-47c2-ab45-f66d4492806a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb503278-af40-47c2-ab45-f66d4492806a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
background-color: rgba(221, 221, 221, 0.3);
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .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-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .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-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6-btn-wrapper {
    text-align: center;
  }


#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-variant-btn:hover {
  background: #252525;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-variant-btn:active, #s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d8be75a7-13bd-4798-ae20-aa8572bc2ed6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-408255bd-e74d-4238-bc70-f508ee850938 {
  margin-right: 30px;
min-height: 50px;
}








#s-408255bd-e74d-4238-bc70-f508ee850938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-408255bd-e74d-4238-bc70-f508ee850938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8ebbba4-a8ab-4d7d-8b75-b3e92d9a2cf5 {
  text-align: center;
}

#s-c8ebbba4-a8ab-4d7d-8b75-b3e92d9a2cf5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c8ebbba4-a8ab-4d7d-8b75-b3e92d9a2cf5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c8ebbba4-a8ab-4d7d-8b75-b3e92d9a2cf5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c8ebbba4-a8ab-4d7d-8b75-b3e92d9a2cf5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c8ebbba4-a8ab-4d7d-8b75-b3e92d9a2cf5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-667ba244-bbeb-4c82-83ad-7ec40d4cac24 {
  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-667ba244-bbeb-4c82-83ad-7ec40d4cac24:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-667ba244-bbeb-4c82-83ad-7ec40d4cac24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-667ba244-bbeb-4c82-83ad-7ec40d4cac24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-667ba244-bbeb-4c82-83ad-7ec40d4cac24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-667ba244-bbeb-4c82-83ad-7ec40d4cac24.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-667ba244-bbeb-4c82-83ad-7ec40d4cac24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba3a2830-ec21-4ecf-8784-707265681d40 {
  margin-left: 30px;
margin-right: 30px;
}

#s-ba3a2830-ec21-4ecf-8784-707265681d40 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}








#s-13a8fbd3-9d00-4abc-b0cd-49900127bf07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a8fbd3-9d00-4abc-b0cd-49900127bf07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09498c4d-5a7b-4912-86c7-b6f34c12aa75 {
  padding-top: 20px;
padding-bottom: 2px;
}

#s-09498c4d-5a7b-4912-86c7-b6f34c12aa75 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-09498c4d-5a7b-4912-86c7-b6f34c12aa75 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-09498c4d-5a7b-4912-86c7-b6f34c12aa75 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-09498c4d-5a7b-4912-86c7-b6f34c12aa75 > .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-09498c4d-5a7b-4912-86c7-b6f34c12aa75 > .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-09498c4d-5a7b-4912-86c7-b6f34c12aa75 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5d2e6b54-c504-411e-9eab-37e9c60872f5 {
  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-33c7f497-95f4-4ead-af44-91fe7c2288c4 {
  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;
}

@media (min-width: 1200px){#s-4402f874-b8b2-4a19-851f-e8a79ac53916 {
  display: none;
}
#s-4402f874-b8b2-4a19-851f-e8a79ac53916, #wrap-s-4402f874-b8b2-4a19-851f-e8a79ac53916 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4402f874-b8b2-4a19-851f-e8a79ac53916 {
  display: none;
}
#s-4402f874-b8b2-4a19-851f-e8a79ac53916, #wrap-s-4402f874-b8b2-4a19-851f-e8a79ac53916 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4402f874-b8b2-4a19-851f-e8a79ac53916 {
  
}
}@media (max-width: 767px){#s-4402f874-b8b2-4a19-851f-e8a79ac53916 {
  display: none;
}
#s-4402f874-b8b2-4a19-851f-e8a79ac53916, #wrap-s-4402f874-b8b2-4a19-851f-e8a79ac53916 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4402f874-b8b2-4a19-851f-e8a79ac53916"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4402f874-b8b2-4a19-851f-e8a79ac53916"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4402f874-b8b2-4a19-851f-e8a79ac53916"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4402f874-b8b2-4a19-851f-e8a79ac53916"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4402f874-b8b2-4a19-851f-e8a79ac53916"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4402f874-b8b2-4a19-851f-e8a79ac53916"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4402f874-b8b2-4a19-851f-e8a79ac53916"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 {
  text-align: center;
}



.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdcafd2a-4aa4-4fa7-b8bc-8a8f7d874ca5 img.shogun-image {
  width: 100%;
}



}
#s-9083ef46-2706-4146-8a6f-3d5c98e1b53a {
  margin-bottom: 30px;
text-align: center;
}

#s-9083ef46-2706-4146-8a6f-3d5c98e1b53a .shg-gallery-thumb-image-wrapper {
  

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

#s-9083ef46-2706-4146-8a6f-3d5c98e1b53a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9083ef46-2706-4146-8a6f-3d5c98e1b53a .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9083ef46-2706-4146-8a6f-3d5c98e1b53a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9083ef46-2706-4146-8a6f-3d5c98e1b53a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9083ef46-2706-4146-8a6f-3d5c98e1b53a .shg-gallery-dot {
  background-color: #FFF;
}








#s-4c10c0e3-32c7-40d0-8c8b-739f1f1efb19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c10c0e3-32c7-40d0-8c8b-739f1f1efb19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-929cb209-71c4-4112-8cc1-c1842ebdbdeb {
  padding-bottom: 20px;
min-height: 50px;
}








#s-929cb209-71c4-4112-8cc1-c1842ebdbdeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929cb209-71c4-4112-8cc1-c1842ebdbdeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f9ae7e1-0751-44a0-85d6-529c6e7fe916 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-4f9ae7e1-0751-44a0-85d6-529c6e7fe916 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-2ed3f7a2-7e48-41c4-a02b-2ef3415ee09f {
  margin-top: -10px;
margin-left: 30px;
margin-bottom: -10px;
margin-right: 30px;
}

#s-2ed3f7a2-7e48-41c4-a02b-2ef3415ee09f hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-2e872dae-acda-4aa3-8adb-c37c07d03dcc {
  padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-2e872dae-acda-4aa3-8adb-c37c07d03dcc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-2e872dae-acda-4aa3-8adb-c37c07d03dcc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-2e872dae-acda-4aa3-8adb-c37c07d03dcc .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-403919d5-72ce-44f6-9835-efd442a731aa {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-403919d5-72ce-44f6-9835-efd442a731aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-403919d5-72ce-44f6-9835-efd442a731aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-403919d5-72ce-44f6-9835-efd442a731aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-403919d5-72ce-44f6-9835-efd442a731aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-88171f89-6390-4e92-a4d6-292fc3a92212 {
  padding-left: 30px;
padding-right: 30px;
}

#s-8af9e678-9efd-457e-9052-23924bdb52f4 {
  padding-bottom: 10px;
min-height: 50px;
}








#s-8af9e678-9efd-457e-9052-23924bdb52f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af9e678-9efd-457e-9052-23924bdb52f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
background-color: rgba(221, 221, 221, 0.3);
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .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-e76ff309-5b17-4a72-bd79-371098e40820 .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-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e76ff309-5b17-4a72-bd79-371098e40820-btn-wrapper {
    text-align: center;
  }


#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-variant-btn:hover {
  background: #252525;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-variant-btn:active, #s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e76ff309-5b17-4a72-bd79-371098e40820 .shg-variant-btn.disabled {
  background: #252525;
}

#s-429b01c5-2f1e-41ed-86bf-382d102595d0 {
  margin-right: 30px;
min-height: 50px;
}








#s-429b01c5-2f1e-41ed-86bf-382d102595d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-429b01c5-2f1e-41ed-86bf-382d102595d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae79238c-e929-45db-8d62-9287900aa1a8 {
  text-align: center;
}

#s-ae79238c-e929-45db-8d62-9287900aa1a8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ae79238c-e929-45db-8d62-9287900aa1a8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ae79238c-e929-45db-8d62-9287900aa1a8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ae79238c-e929-45db-8d62-9287900aa1a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ae79238c-e929-45db-8d62-9287900aa1a8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fa8ded5c-1631-45cf-8554-00ffe346e554 {
  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-fa8ded5c-1631-45cf-8554-00ffe346e554:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa8ded5c-1631-45cf-8554-00ffe346e554:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa8ded5c-1631-45cf-8554-00ffe346e554 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa8ded5c-1631-45cf-8554-00ffe346e554.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa8ded5c-1631-45cf-8554-00ffe346e554.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-fa8ded5c-1631-45cf-8554-00ffe346e554.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08ff41a3-9a85-4698-b8c1-a4b938226468 {
  margin-left: 30px;
margin-right: 30px;
}

#s-08ff41a3-9a85-4698-b8c1-a4b938226468 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-2c550332-5132-448e-9cf7-0cba9a7d6d26 {
  padding-top: 20px;
padding-bottom: 2px;
}

#s-2c550332-5132-448e-9cf7-0cba9a7d6d26 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2c550332-5132-448e-9cf7-0cba9a7d6d26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-2c550332-5132-448e-9cf7-0cba9a7d6d26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(121, 116, 103, 1);
}

#s-2c550332-5132-448e-9cf7-0cba9a7d6d26 > .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-2c550332-5132-448e-9cf7-0cba9a7d6d26 > .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-2c550332-5132-448e-9cf7-0cba9a7d6d26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5b5f4209-9cf2-45e0-b636-5d9000fbf903 {
  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-1f3e4a8b-9b3f-4768-b7a9-d0cc56962e5b {
  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-e0efc136-75ce-406a-bf61-811a5e8d53b5 {
  min-height: 50px;
}








#s-e0efc136-75ce-406a-bf61-811a5e8d53b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0efc136-75ce-406a-bf61-811a5e8d53b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-040389da-a1c5-4eda-bff8-bc02b032cf01 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-040389da-a1c5-4eda-bff8-bc02b032cf01 .shogun-heading-component h2 {
  color: rgba(121, 116, 103, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1773c652-260c-4adf-aad7-44dcf499a493 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-1a6279d3-b37e-4682-9d84-7a6205447cd8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a6279d3-b37e-4682-9d84-7a6205447cd8 {
  display: none;
}
#s-1a6279d3-b37e-4682-9d84-7a6205447cd8, #wrap-s-1a6279d3-b37e-4682-9d84-7a6205447cd8 { display: none !important; }}
#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 {
  text-align: left;
}



.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30a41c09-fbd6-4e51-8595-d6e1cde124c0 img.shogun-image {
  width: 100%;
}



}
#s-8751c675-cd1b-4416-bd10-ea1f723c9268 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8751c675-cd1b-4416-bd10-ea1f723c9268 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3ada3b45-5313-4a04-9c3e-a5b10fa12d6c {
  text-align: center;
}

#s-3ada3b45-5313-4a04-9c3e-a5b10fa12d6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3ada3b45-5313-4a04-9c3e-a5b10fa12d6c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3ada3b45-5313-4a04-9c3e-a5b10fa12d6c .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-16773aa0-8aa5-432c-b93e-970fa82c14ed {
  text-align: left;
}



.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16773aa0-8aa5-432c-b93e-970fa82c14ed img.shogun-image {
  width: 100%;
}



}
#s-5473ec53-db43-42c4-b098-2f9223872c96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5473ec53-db43-42c4-b098-2f9223872c96 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f795e557-75e5-4c0d-be3a-b15ebd4f6013 {
  text-align: center;
}

#s-f795e557-75e5-4c0d-be3a-b15ebd4f6013 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f795e557-75e5-4c0d-be3a-b15ebd4f6013 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f795e557-75e5-4c0d-be3a-b15ebd4f6013 .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-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 {
  text-align: left;
}



.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c3f1d76-40f9-46c1-bdc0-42da59ec8696 img.shogun-image {
  width: 100%;
}



}
#s-398ed710-0191-42e4-9a7a-0a4f90c07285 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-398ed710-0191-42e4-9a7a-0a4f90c07285 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6e87823a-6cdd-404b-b233-0f1277dcd07e {
  text-align: center;
}

#s-6e87823a-6cdd-404b-b233-0f1277dcd07e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e87823a-6cdd-404b-b233-0f1277dcd07e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6e87823a-6cdd-404b-b233-0f1277dcd07e .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-757b9017-9549-433d-b0f6-03dd2ed058dc {
  text-align: left;
}



.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757b9017-9549-433d-b0f6-03dd2ed058dc img.shogun-image {
  width: 100%;
}



}
#s-cbb3b6fd-fce3-4999-b77f-9c04ceaec47c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbb3b6fd-fce3-4999-b77f-9c04ceaec47c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-cfd234a3-adeb-47fa-ab6f-49dbfe530340 {
  text-align: center;
}

#s-cfd234a3-adeb-47fa-ab6f-49dbfe530340 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cfd234a3-adeb-47fa-ab6f-49dbfe530340 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cfd234a3-adeb-47fa-ab6f-49dbfe530340 .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-a6282daf-49b3-4a1f-aac9-01cb76ec3efc {
  text-align: left;
}



.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6282daf-49b3-4a1f-aac9-01cb76ec3efc img.shogun-image {
  width: 100%;
}



}
#s-4d2a80f6-f4db-41e2-ab2d-b63bb9c2af3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d2a80f6-f4db-41e2-ab2d-b63bb9c2af3b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-aea5de96-fe35-43bb-9fee-6402e7a9c9af {
  text-align: center;
}

#s-aea5de96-fe35-43bb-9fee-6402e7a9c9af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aea5de96-fe35-43bb-9fee-6402e7a9c9af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-aea5de96-fe35-43bb-9fee-6402e7a9c9af .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-6cd8b775-b388-4c52-85ec-bbe658a596ff {
  text-align: left;
}



.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd8b775-b388-4c52-85ec-bbe658a596ff img.shogun-image {
  width: 100%;
}



}
#s-e49d5a6d-2dfb-4986-930f-baec53dcb0f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e49d5a6d-2dfb-4986-930f-baec53dcb0f2 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-56d1fa98-e2eb-4904-919e-76825bc9c16b {
  text-align: center;
}

#s-56d1fa98-e2eb-4904-919e-76825bc9c16b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56d1fa98-e2eb-4904-919e-76825bc9c16b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-56d1fa98-e2eb-4904-919e-76825bc9c16b .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-968984df-aaf5-47ac-8dd8-d1db38cc92d7 {
  text-align: left;
}



.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-968984df-aaf5-47ac-8dd8-d1db38cc92d7 img.shogun-image {
  width: 100%;
}



}
#s-a246e04b-f393-41d0-9dce-7acfec7c6ad1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a246e04b-f393-41d0-9dce-7acfec7c6ad1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-fc527584-7a93-4367-bbc7-f06ea0291989 {
  text-align: center;
}

#s-fc527584-7a93-4367-bbc7-f06ea0291989 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc527584-7a93-4367-bbc7-f06ea0291989 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-fc527584-7a93-4367-bbc7-f06ea0291989 .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-12251d20-5f82-47ef-a0cb-da2f47a83283 {
  text-align: left;
}



.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12251d20-5f82-47ef-a0cb-da2f47a83283 img.shogun-image {
  width: 100%;
}



}
#s-50a043f9-ca8e-40db-b6b5-97612b223a6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50a043f9-ca8e-40db-b6b5-97612b223a6f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a7166131-dbd6-45de-a735-1c4bab061b86 {
  text-align: center;
}

#s-a7166131-dbd6-45de-a735-1c4bab061b86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7166131-dbd6-45de-a735-1c4bab061b86 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a7166131-dbd6-45de-a735-1c4bab061b86 .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-e4100781-9107-4618-a49f-cd71b62d07e6 {
  text-align: left;
}



.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4100781-9107-4618-a49f-cd71b62d07e6 img.shogun-image {
  width: 100%;
}



}
#s-e0bcc9c9-3335-4eb4-8444-e58f5efebbc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0bcc9c9-3335-4eb4-8444-e58f5efebbc9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a0e74767-602a-4e65-8f9c-a5764a1aee05 {
  text-align: center;
}

#s-a0e74767-602a-4e65-8f9c-a5764a1aee05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a0e74767-602a-4e65-8f9c-a5764a1aee05 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-a0e74767-602a-4e65-8f9c-a5764a1aee05 .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-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 {
  text-align: left;
}



.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5fff0b-32ff-4eba-8509-d4ef5ab8a427 img.shogun-image {
  width: 100%;
}



}
#s-51189c35-723a-40d4-8d1b-15f2346419ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51189c35-723a-40d4-8d1b-15f2346419ad .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5b73440a-f8d9-44fe-aedc-331c0933da9d {
  text-align: center;
}

#s-5b73440a-f8d9-44fe-aedc-331c0933da9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b73440a-f8d9-44fe-aedc-331c0933da9d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5b73440a-f8d9-44fe-aedc-331c0933da9d .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-40a5a73b-fd5e-489a-88ef-c86149eeee11 {
  text-align: left;
}



.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40a5a73b-fd5e-489a-88ef-c86149eeee11 img.shogun-image {
  width: 100%;
}



}
#s-b5e37485-b589-42c4-a6b3-683705d2ffb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5e37485-b589-42c4-a6b3-683705d2ffb4 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2662871e-0a4c-4267-8227-2568a089399b {
  text-align: center;
}

#s-2662871e-0a4c-4267-8227-2568a089399b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2662871e-0a4c-4267-8227-2568a089399b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2662871e-0a4c-4267-8227-2568a089399b .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-c474807e-15c1-485a-9a34-2d6fe5021374 {
  text-align: left;
}



.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c474807e-15c1-485a-9a34-2d6fe5021374 img.shogun-image {
  width: 100%;
}



}
#s-0de7f706-8c69-4177-a765-d909c6488645 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0de7f706-8c69-4177-a765-d909c6488645 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d18c241b-bd45-4db7-9e1b-f0960ac7ff33 {
  text-align: center;
}

#s-d18c241b-bd45-4db7-9e1b-f0960ac7ff33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d18c241b-bd45-4db7-9e1b-f0960ac7ff33 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d18c241b-bd45-4db7-9e1b-f0960ac7ff33 .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-515db9cd-d179-4552-80cb-aa4d93b7b833 {
  text-align: left;
}



.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-515db9cd-d179-4552-80cb-aa4d93b7b833 img.shogun-image {
  width: 100%;
}



}
#s-5b10d2e0-2ef4-447b-92db-7a4bbdaa8ecd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b10d2e0-2ef4-447b-92db-7a4bbdaa8ecd .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-587ecef0-3a30-45ff-a170-c11a47baf429 {
  text-align: center;
}

#s-587ecef0-3a30-45ff-a170-c11a47baf429 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-587ecef0-3a30-45ff-a170-c11a47baf429 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-587ecef0-3a30-45ff-a170-c11a47baf429 .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-b443b075-cbb8-437c-b567-81644b6e848f {
  text-align: left;
}



.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b443b075-cbb8-437c-b567-81644b6e848f img.shogun-image {
  width: 100%;
}



}
#s-35b2089a-5dfa-4df9-bb84-15e6283e98b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b2089a-5dfa-4df9-bb84-15e6283e98b9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4b96d0ae-3ba3-46a4-b680-59a197db8709 {
  text-align: center;
}

#s-4b96d0ae-3ba3-46a4-b680-59a197db8709 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b96d0ae-3ba3-46a4-b680-59a197db8709 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4b96d0ae-3ba3-46a4-b680-59a197db8709 .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-58cc3404-5236-4946-a01c-8468c2256676 {
  text-align: left;
}



.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58cc3404-5236-4946-a01c-8468c2256676 img.shogun-image {
  width: 100%;
}



}
#s-dc4889db-b028-4295-88f6-df1ebb877b0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc4889db-b028-4295-88f6-df1ebb877b0a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-68b5af35-2dd7-4531-8ffe-d698cf01ceec {
  text-align: center;
}

#s-68b5af35-2dd7-4531-8ffe-d698cf01ceec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68b5af35-2dd7-4531-8ffe-d698cf01ceec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-68b5af35-2dd7-4531-8ffe-d698cf01ceec .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-f44a848a-c82a-4eed-b12e-fe1dc42b1853 {
  text-align: left;
}



.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f44a848a-c82a-4eed-b12e-fe1dc42b1853 img.shogun-image {
  width: 100%;
}



}
#s-8a0b8417-ac40-4d02-9c1f-89588beb4c71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a0b8417-ac40-4d02-9c1f-89588beb4c71 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9bf2122f-43f4-483e-9bde-91cdfc0112f1 {
  text-align: center;
}

#s-9bf2122f-43f4-483e-9bde-91cdfc0112f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9bf2122f-43f4-483e-9bde-91cdfc0112f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bf2122f-43f4-483e-9bde-91cdfc0112f1 .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-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d {
  text-align: left;
}



.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ae14ae-1531-4a4a-8ef7-80b4968d3b8d img.shogun-image {
  width: 100%;
}



}
#s-02a86f4e-6684-41e2-8816-b5fc18d91e43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02a86f4e-6684-41e2-8816-b5fc18d91e43 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d9747b09-0001-4c9c-bd38-1c490a21ffab {
  text-align: center;
}

#s-d9747b09-0001-4c9c-bd38-1c490a21ffab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d9747b09-0001-4c9c-bd38-1c490a21ffab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d9747b09-0001-4c9c-bd38-1c490a21ffab .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-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad {
  text-align: left;
}



.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b722dcc-6038-47e6-92e0-5ec1ea9d64ad img.shogun-image {
  width: 100%;
}



}
#s-87908c2b-9557-4d2e-a138-c7d0dc74ced1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87908c2b-9557-4d2e-a138-c7d0dc74ced1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d82485bc-c203-4023-9a74-7a714e5fadbf {
  text-align: center;
}

#s-d82485bc-c203-4023-9a74-7a714e5fadbf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d82485bc-c203-4023-9a74-7a714e5fadbf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d82485bc-c203-4023-9a74-7a714e5fadbf .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-e64998a4-486d-4c91-a6db-30050615a554 {
  text-align: left;
}



.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e64998a4-486d-4c91-a6db-30050615a554 img.shogun-image {
  width: 100%;
}



}
#s-1566754b-881a-4213-853f-40efd7eb9033 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1566754b-881a-4213-853f-40efd7eb9033 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-65b580f5-1273-4edf-a177-3b90da4582c4 {
  text-align: center;
}

#s-65b580f5-1273-4edf-a177-3b90da4582c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-65b580f5-1273-4edf-a177-3b90da4582c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-65b580f5-1273-4edf-a177-3b90da4582c4 .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-9c570f5a-ff4b-4a12-a76d-9497ba3e6fd7 {
  text-align: center;
}
@media (min-width: 1200px){#s-9c570f5a-ff4b-4a12-a76d-9497ba3e6fd7 {
  display: none;
}
#s-9c570f5a-ff4b-4a12-a76d-9497ba3e6fd7, #wrap-s-9c570f5a-ff4b-4a12-a76d-9497ba3e6fd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c570f5a-ff4b-4a12-a76d-9497ba3e6fd7 {
  display: none;
}
#s-9c570f5a-ff4b-4a12-a76d-9497ba3e6fd7, #wrap-s-9c570f5a-ff4b-4a12-a76d-9497ba3e6fd7 { display: none !important; }}
#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 {
  text-align: left;
}



.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71a8a9ea-8f6d-4995-b8a6-59ae9c3e9bc1 img.shogun-image {
  width: 100%;
}



}
#s-419be395-1779-425e-85ed-7519b66f7192 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-419be395-1779-425e-85ed-7519b66f7192 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-50143ce8-06ae-46e7-bf43-0f92db213ca9 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-50143ce8-06ae-46e7-bf43-0f92db213ca9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-50143ce8-06ae-46e7-bf43-0f92db213ca9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-50143ce8-06ae-46e7-bf43-0f92db213ca9 .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-fbd12f69-6025-494b-a6cb-a151fe800c2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbd12f69-6025-494b-a6cb-a151fe800c2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbd12f69-6025-494b-a6cb-a151fe800c2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd12f69-6025-494b-a6cb-a151fe800c2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbd12f69-6025-494b-a6cb-a151fe800c2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd12f69-6025-494b-a6cb-a151fe800c2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbd12f69-6025-494b-a6cb-a151fe800c2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-040b7846-ca27-4208-ad66-71a0715513fc {
  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-040b7846-ca27-4208-ad66-71a0715513fc .shg-product-quantity-wrapper {
  display: flex;
}

#s-040b7846-ca27-4208-ad66-71a0715513fc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-040b7846-ca27-4208-ad66-71a0715513fc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-040b7846-ca27-4208-ad66-71a0715513fc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-040b7846-ca27-4208-ad66-71a0715513fc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a37270b1-ec86-47a6-87f2-18bb22ce2dd9 {
  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-a37270b1-ec86-47a6-87f2-18bb22ce2dd9:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a37270b1-ec86-47a6-87f2-18bb22ce2dd9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a37270b1-ec86-47a6-87f2-18bb22ce2dd9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a37270b1-ec86-47a6-87f2-18bb22ce2dd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a37270b1-ec86-47a6-87f2-18bb22ce2dd9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-a37270b1-ec86-47a6-87f2-18bb22ce2dd9.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-ea2ebc33-72fd-481d-a30e-0abe1386d01c {
  margin-left: 30px;
margin-right: 30px;
}

#s-ea2ebc33-72fd-481d-a30e-0abe1386d01c hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-a98c362c-4ca2-4f59-890d-569248f496a7 {
  text-align: left;
}



.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a98c362c-4ca2-4f59-890d-569248f496a7 img.shogun-image {
  width: 100%;
}



}
#s-d69e21e9-7f29-487a-b0c9-aeb653995442 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d69e21e9-7f29-487a-b0c9-aeb653995442 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-499923fa-7285-4c7e-ade3-d080ddd314a1 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-499923fa-7285-4c7e-ade3-d080ddd314a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-499923fa-7285-4c7e-ade3-d080ddd314a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-499923fa-7285-4c7e-ade3-d080ddd314a1 .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-c3dc673d-d948-433f-9869-2351cccfca74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3dc673d-d948-433f-9869-2351cccfca74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3dc673d-d948-433f-9869-2351cccfca74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3dc673d-d948-433f-9869-2351cccfca74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3dc673d-d948-433f-9869-2351cccfca74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3dc673d-d948-433f-9869-2351cccfca74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3dc673d-d948-433f-9869-2351cccfca74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-352db50d-7840-494b-8002-ff1753e60327 {
  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-352db50d-7840-494b-8002-ff1753e60327 .shg-product-quantity-wrapper {
  display: flex;
}

#s-352db50d-7840-494b-8002-ff1753e60327 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-352db50d-7840-494b-8002-ff1753e60327 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-352db50d-7840-494b-8002-ff1753e60327 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-352db50d-7840-494b-8002-ff1753e60327 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6c3a5ce3-67a5-4dd9-a29e-77c4682d4390 {
  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-6c3a5ce3-67a5-4dd9-a29e-77c4682d4390:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c3a5ce3-67a5-4dd9-a29e-77c4682d4390:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c3a5ce3-67a5-4dd9-a29e-77c4682d4390 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c3a5ce3-67a5-4dd9-a29e-77c4682d4390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c3a5ce3-67a5-4dd9-a29e-77c4682d4390.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-6c3a5ce3-67a5-4dd9-a29e-77c4682d4390.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-df71df30-d03c-4fdf-ab69-150ec887c60e {
  margin-left: 30px;
margin-right: 30px;
}

#s-df71df30-d03c-4fdf-ab69-150ec887c60e hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c {
  text-align: left;
}



.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-743a16e8-d72d-41ac-a28d-581d0a1f9d3c img.shogun-image {
  width: 100%;
}



}
#s-f8a1a6da-2ac4-48be-8ff4-d8d5cb3f1f63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8a1a6da-2ac4-48be-8ff4-d8d5cb3f1f63 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0a0a5543-ed5a-4a8b-a505-7a9d8026c4ab {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-0a0a5543-ed5a-4a8b-a505-7a9d8026c4ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-0a0a5543-ed5a-4a8b-a505-7a9d8026c4ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 16px;
}

#s-0a0a5543-ed5a-4a8b-a505-7a9d8026c4ab .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-a4f5b4a1-5e82-47cd-8ba4-4b15b0a976e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4f5b4a1-5e82-47cd-8ba4-4b15b0a976e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4f5b4a1-5e82-47cd-8ba4-4b15b0a976e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4f5b4a1-5e82-47cd-8ba4-4b15b0a976e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4f5b4a1-5e82-47cd-8ba4-4b15b0a976e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4f5b4a1-5e82-47cd-8ba4-4b15b0a976e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4f5b4a1-5e82-47cd-8ba4-4b15b0a976e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8bc257e0-b924-4e1f-a684-09684a90aa48 {
  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-8bc257e0-b924-4e1f-a684-09684a90aa48 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8bc257e0-b924-4e1f-a684-09684a90aa48 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8bc257e0-b924-4e1f-a684-09684a90aa48 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8bc257e0-b924-4e1f-a684-09684a90aa48 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8bc257e0-b924-4e1f-a684-09684a90aa48 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-74e519d3-8055-4381-bd0a-7ddb8749666a {
  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-74e519d3-8055-4381-bd0a-7ddb8749666a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-74e519d3-8055-4381-bd0a-7ddb8749666a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74e519d3-8055-4381-bd0a-7ddb8749666a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74e519d3-8055-4381-bd0a-7ddb8749666a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74e519d3-8055-4381-bd0a-7ddb8749666a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-74e519d3-8055-4381-bd0a-7ddb8749666a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-9d1e6eaf-78f0-4b83-9c64-5c7ca46eead4 {
  margin-left: 30px;
margin-right: 30px;
}

#s-9d1e6eaf-78f0-4b83-9c64-5c7ca46eead4 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d {
  text-align: left;
}



.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d782e22e-bc2e-4c7a-b0cc-b9024c74eb8d img.shogun-image {
  width: 100%;
}




#s-4070c1fd-095c-4ec0-bfac-640f63599762 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4070c1fd-095c-4ec0-bfac-640f63599762 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-15af5e3d-6aaa-4924-a0c0-f125479a2fd3 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-15af5e3d-6aaa-4924-a0c0-f125479a2fd3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-15af5e3d-6aaa-4924-a0c0-f125479a2fd3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-15af5e3d-6aaa-4924-a0c0-f125479a2fd3 .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-a72f5b90-6642-494c-9ef2-8254eea4f92d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a72f5b90-6642-494c-9ef2-8254eea4f92d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a72f5b90-6642-494c-9ef2-8254eea4f92d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a72f5b90-6642-494c-9ef2-8254eea4f92d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a72f5b90-6642-494c-9ef2-8254eea4f92d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a72f5b90-6642-494c-9ef2-8254eea4f92d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a72f5b90-6642-494c-9ef2-8254eea4f92d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-34cae3da-8fae-4e46-ab99-0eb2018b3096 {
  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-34cae3da-8fae-4e46-ab99-0eb2018b3096 .shg-product-quantity-wrapper {
  display: flex;
}

#s-34cae3da-8fae-4e46-ab99-0eb2018b3096 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-34cae3da-8fae-4e46-ab99-0eb2018b3096 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-34cae3da-8fae-4e46-ab99-0eb2018b3096 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-34cae3da-8fae-4e46-ab99-0eb2018b3096 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-77c57bb1-129d-4355-8700-34da046d7e9f {
  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-77c57bb1-129d-4355-8700-34da046d7e9f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77c57bb1-129d-4355-8700-34da046d7e9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77c57bb1-129d-4355-8700-34da046d7e9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77c57bb1-129d-4355-8700-34da046d7e9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77c57bb1-129d-4355-8700-34da046d7e9f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-77c57bb1-129d-4355-8700-34da046d7e9f.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-e8c543f8-db4f-44e3-b984-c5a709e37b76 {
  margin-left: 30px;
margin-right: 30px;
}

#s-e8c543f8-db4f-44e3-b984-c5a709e37b76 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f {
  text-align: left;
}



.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe370e9-f3b6-4803-8b2b-43e7b98cb98f img.shogun-image {
  width: 100%;
}




#s-a6861205-37d8-43ad-a535-fd7a875998ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6861205-37d8-43ad-a535-fd7a875998ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-61f044eb-1c1d-4863-97bf-5a434a08d71b {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-61f044eb-1c1d-4863-97bf-5a434a08d71b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-61f044eb-1c1d-4863-97bf-5a434a08d71b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-61f044eb-1c1d-4863-97bf-5a434a08d71b .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-c67642b9-fb27-4160-a7ae-e12709e2c3f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c67642b9-fb27-4160-a7ae-e12709e2c3f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c67642b9-fb27-4160-a7ae-e12709e2c3f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c67642b9-fb27-4160-a7ae-e12709e2c3f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c67642b9-fb27-4160-a7ae-e12709e2c3f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c67642b9-fb27-4160-a7ae-e12709e2c3f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c67642b9-fb27-4160-a7ae-e12709e2c3f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-1b4f1874-b08b-4fa0-9d3d-99bc6d2716c2 {
  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-1b4f1874-b08b-4fa0-9d3d-99bc6d2716c2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1b4f1874-b08b-4fa0-9d3d-99bc6d2716c2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1b4f1874-b08b-4fa0-9d3d-99bc6d2716c2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1b4f1874-b08b-4fa0-9d3d-99bc6d2716c2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1b4f1874-b08b-4fa0-9d3d-99bc6d2716c2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9aff7be0-af22-4c62-9dd2-8d0347e1b735 {
  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-9aff7be0-af22-4c62-9dd2-8d0347e1b735:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9aff7be0-af22-4c62-9dd2-8d0347e1b735:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9aff7be0-af22-4c62-9dd2-8d0347e1b735 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9aff7be0-af22-4c62-9dd2-8d0347e1b735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9aff7be0-af22-4c62-9dd2-8d0347e1b735.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-9aff7be0-af22-4c62-9dd2-8d0347e1b735.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-b1f244d4-5837-4068-812a-3a038503934a {
  margin-left: 30px;
margin-right: 30px;
}

#s-b1f244d4-5837-4068-812a-3a038503934a hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a {
  text-align: left;
}



.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b916033-dd4d-420b-8bdf-5cbb62f4c51a img.shogun-image {
  width: 100%;
}




#s-ecaa26a6-8478-4eef-aa8d-d8437ef094fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecaa26a6-8478-4eef-aa8d-d8437ef094fa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9e476bb6-abf7-4f11-b68d-432a19fc2961 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-9e476bb6-abf7-4f11-b68d-432a19fc2961 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-9e476bb6-abf7-4f11-b68d-432a19fc2961 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-9e476bb6-abf7-4f11-b68d-432a19fc2961 .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-5fbc24df-1bd9-48df-88d2-1662ce1e947e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fbc24df-1bd9-48df-88d2-1662ce1e947e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fbc24df-1bd9-48df-88d2-1662ce1e947e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5fbc24df-1bd9-48df-88d2-1662ce1e947e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fbc24df-1bd9-48df-88d2-1662ce1e947e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fbc24df-1bd9-48df-88d2-1662ce1e947e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5fbc24df-1bd9-48df-88d2-1662ce1e947e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-136b85d4-576a-4243-ae72-6ced9591c730 {
  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-136b85d4-576a-4243-ae72-6ced9591c730 .shg-product-quantity-wrapper {
  display: flex;
}

#s-136b85d4-576a-4243-ae72-6ced9591c730 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-136b85d4-576a-4243-ae72-6ced9591c730 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-136b85d4-576a-4243-ae72-6ced9591c730 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-136b85d4-576a-4243-ae72-6ced9591c730 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7bad20ad-cc59-4c1d-a9fe-a8d294958288 {
  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-7bad20ad-cc59-4c1d-a9fe-a8d294958288:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7bad20ad-cc59-4c1d-a9fe-a8d294958288:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bad20ad-cc59-4c1d-a9fe-a8d294958288 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7bad20ad-cc59-4c1d-a9fe-a8d294958288.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bad20ad-cc59-4c1d-a9fe-a8d294958288.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-7bad20ad-cc59-4c1d-a9fe-a8d294958288.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-e32c10ed-22f9-4b3b-a54e-6f9ced99cc2e {
  margin-left: 30px;
margin-right: 30px;
}

#s-e32c10ed-22f9-4b3b-a54e-6f9ced99cc2e hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c {
  text-align: left;
}



.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f4551c-53d6-4d54-ae56-42ede3e1e81c img.shogun-image {
  width: 100%;
}




#s-d6e9119d-a22f-488c-8314-2aa73a60efbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6e9119d-a22f-488c-8314-2aa73a60efbb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2a0f6989-9133-4564-8ba7-303081fc9cb7 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-2a0f6989-9133-4564-8ba7-303081fc9cb7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-2a0f6989-9133-4564-8ba7-303081fc9cb7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-2a0f6989-9133-4564-8ba7-303081fc9cb7 .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-a307d3f0-490f-466f-ab18-a2dd039d1e72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a307d3f0-490f-466f-ab18-a2dd039d1e72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a307d3f0-490f-466f-ab18-a2dd039d1e72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a307d3f0-490f-466f-ab18-a2dd039d1e72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a307d3f0-490f-466f-ab18-a2dd039d1e72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a307d3f0-490f-466f-ab18-a2dd039d1e72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a307d3f0-490f-466f-ab18-a2dd039d1e72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f5bcfc35-45fa-4312-ab7d-1ffcdc36a489 {
  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-f5bcfc35-45fa-4312-ab7d-1ffcdc36a489 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f5bcfc35-45fa-4312-ab7d-1ffcdc36a489 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f5bcfc35-45fa-4312-ab7d-1ffcdc36a489 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f5bcfc35-45fa-4312-ab7d-1ffcdc36a489 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f5bcfc35-45fa-4312-ab7d-1ffcdc36a489 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b520f02e-00eb-433c-9648-952a2db72acf {
  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-b520f02e-00eb-433c-9648-952a2db72acf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b520f02e-00eb-433c-9648-952a2db72acf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b520f02e-00eb-433c-9648-952a2db72acf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b520f02e-00eb-433c-9648-952a2db72acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b520f02e-00eb-433c-9648-952a2db72acf.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-b520f02e-00eb-433c-9648-952a2db72acf.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-9c8ecb36-eb5c-49bc-b135-9caa8af2042e {
  margin-left: 30px;
margin-right: 30px;
}

#s-9c8ecb36-eb5c-49bc-b135-9caa8af2042e hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 {
  text-align: left;
}



.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a568938-b148-4f93-b8ca-214e0f8efcc0 img.shogun-image {
  width: 100%;
}




#s-8ecc5b03-30d6-427c-ac03-424578bd427e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ecc5b03-30d6-427c-ac03-424578bd427e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d3dc17cc-c98e-4047-a787-f5d79456e03e {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-d3dc17cc-c98e-4047-a787-f5d79456e03e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-d3dc17cc-c98e-4047-a787-f5d79456e03e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-d3dc17cc-c98e-4047-a787-f5d79456e03e .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-a10e11ae-4afb-424d-b964-5c0a68fd1043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a10e11ae-4afb-424d-b964-5c0a68fd1043"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a10e11ae-4afb-424d-b964-5c0a68fd1043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a10e11ae-4afb-424d-b964-5c0a68fd1043"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a10e11ae-4afb-424d-b964-5c0a68fd1043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a10e11ae-4afb-424d-b964-5c0a68fd1043"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a10e11ae-4afb-424d-b964-5c0a68fd1043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-438ee176-01d8-402e-bf57-c03a1f3d0593 {
  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-438ee176-01d8-402e-bf57-c03a1f3d0593 .shg-product-quantity-wrapper {
  display: flex;
}

#s-438ee176-01d8-402e-bf57-c03a1f3d0593 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-438ee176-01d8-402e-bf57-c03a1f3d0593 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-438ee176-01d8-402e-bf57-c03a1f3d0593 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-438ee176-01d8-402e-bf57-c03a1f3d0593 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1cb29279-8aa1-40cb-a040-f84ee7d806ba {
  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-1cb29279-8aa1-40cb-a040-f84ee7d806ba:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cb29279-8aa1-40cb-a040-f84ee7d806ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1cb29279-8aa1-40cb-a040-f84ee7d806ba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1cb29279-8aa1-40cb-a040-f84ee7d806ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cb29279-8aa1-40cb-a040-f84ee7d806ba.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-1cb29279-8aa1-40cb-a040-f84ee7d806ba.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-f45024c2-124c-49a5-8c7c-6c7d650a566d {
  margin-left: 30px;
margin-right: 30px;
}

#s-f45024c2-124c-49a5-8c7c-6c7d650a566d hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 {
  text-align: left;
}



.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826dadcb-a02a-4fe4-8fa1-6130c1e761e5 img.shogun-image {
  width: 100%;
}




#s-3af363b2-1771-4208-9eb9-8a43a5ae42de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3af363b2-1771-4208-9eb9-8a43a5ae42de .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e3115002-3a24-4e16-9bf0-7907e9fdc76c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-e3115002-3a24-4e16-9bf0-7907e9fdc76c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 15px;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
}

#s-e3115002-3a24-4e16-9bf0-7907e9fdc76c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Courier Prime;
  font-style:  normal ;
  font-size: 15px;
}

#s-e3115002-3a24-4e16-9bf0-7907e9fdc76c .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-d5b6b044-4a6d-45d1-8820-87d99ade7f29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5b6b044-4a6d-45d1-8820-87d99ade7f29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5b6b044-4a6d-45d1-8820-87d99ade7f29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d5b6b044-4a6d-45d1-8820-87d99ade7f29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5b6b044-4a6d-45d1-8820-87d99ade7f29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5b6b044-4a6d-45d1-8820-87d99ade7f29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5b6b044-4a6d-45d1-8820-87d99ade7f29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fedfd560-a7a3-413e-91e4-4cd9d85c5dd5 {
  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-fedfd560-a7a3-413e-91e4-4cd9d85c5dd5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-fedfd560-a7a3-413e-91e4-4cd9d85c5dd5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-fedfd560-a7a3-413e-91e4-4cd9d85c5dd5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-fedfd560-a7a3-413e-91e4-4cd9d85c5dd5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-fedfd560-a7a3-413e-91e4-4cd9d85c5dd5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-58d57395-4543-4cdd-b24a-be2d0eaa40e4 {
  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-58d57395-4543-4cdd-b24a-be2d0eaa40e4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-58d57395-4543-4cdd-b24a-be2d0eaa40e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58d57395-4543-4cdd-b24a-be2d0eaa40e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58d57395-4543-4cdd-b24a-be2d0eaa40e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58d57395-4543-4cdd-b24a-be2d0eaa40e4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  block ;
}

#s-58d57395-4543-4cdd-b24a-be2d0eaa40e4.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-7f3ee85a-51af-4505-8ea9-4f98aaa31a54 {
  margin-left: 30px;
margin-right: 30px;
}

#s-7f3ee85a-51af-4505-8ea9-4f98aaa31a54 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
