.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-1965877a-f9c7-4e9f-9d58-c9e4709890a6 {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-1965877a-f9c7-4e9f-9d58-c9e4709890a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1965877a-f9c7-4e9f-9d58-c9e4709890a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f38fc1b-b270-4c7b-ad9a-da2f401225a6 {
  min-height: 50px;
}








#s-5f38fc1b-b270-4c7b-ad9a-da2f401225a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f38fc1b-b270-4c7b-ad9a-da2f401225a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5a568e6-1b98-4713-85f6-de1c2b1f370e {
  display: none;
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-51334a72-325a-4e71-892a-94c362f3e134"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51334a72-325a-4e71-892a-94c362f3e134"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51334a72-325a-4e71-892a-94c362f3e134"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51334a72-325a-4e71-892a-94c362f3e134"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-af9640f1-215e-4c2f-8d6b-bb92fbc356cc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-af9640f1-215e-4c2f-8d6b-bb92fbc356cc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

.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-fda9f923-9c5f-4826-8c62-5cf077e6b404 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
opacity: 0.67;
}

#s-fda9f923-9c5f-4826-8c62-5cf077e6b404 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 3px;
  padding-bottom: 3px;
}

#s-fda9f923-9c5f-4826-8c62-5cf077e6b404 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-fda9f923-9c5f-4826-8c62-5cf077e6b404 .shg-gallery-thumb-list-margin {
  margin-right: -3px;
}

#s-fda9f923-9c5f-4826-8c62-5cf077e6b404 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-fda9f923-9c5f-4826-8c62-5cf077e6b404 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-fda9f923-9c5f-4826-8c62-5cf077e6b404 .shg-gallery-dot {
  background-color: #FFF;
}

.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-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d {
  text-align: center;
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d {
  max-width:  100%;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom,
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d {
  max-width:  100%;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom,
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d {
  max-width:  100%;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom,
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d {
  max-width:  100%;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom,
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d {
  max-width:  100%;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom,
.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ff66e9e-7cce-4ce5-8d1e-72a57f68870d img.shogun-image {
  width: 100%;
}



}
#s-c0154da7-1704-40d0-9dbe-6d1dc89201b9 {
  text-align: left;
}

#s-c0154da7-1704-40d0-9dbe-6d1dc89201b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c0154da7-1704-40d0-9dbe-6d1dc89201b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 32px;
}

#s-c0154da7-1704-40d0-9dbe-6d1dc89201b9 .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;
}

.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-hr-wrapper {
  padding: 30px 0;
}

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

#s-55c0de4c-7ee3-4d00-832e-a5d45344b636 hr {
  border-top: 2px solid #ddd;
}

.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-996e9cc6-293b-4d88-94a0-2443a7b947aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-996e9cc6-293b-4d88-94a0-2443a7b947aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5798fd23-11de-4bdb-9119-ecae7524e674 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-5798fd23-11de-4bdb-9119-ecae7524e674"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5798fd23-11de-4bdb-9119-ecae7524e674"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5798fd23-11de-4bdb-9119-ecae7524e674"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5798fd23-11de-4bdb-9119-ecae7524e674"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5798fd23-11de-4bdb-9119-ecae7524e674"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5798fd23-11de-4bdb-9119-ecae7524e674"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5798fd23-11de-4bdb-9119-ecae7524e674"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c4e90d12-64b7-4b72-90e5-5566b652eca6 {
  text-align: left;
}

#s-c4e90d12-64b7-4b72-90e5-5566b652eca6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4e90d12-64b7-4b72-90e5-5566b652eca6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





.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-747729ce-39cd-466c-a506-6cf452c21aed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-747729ce-39cd-466c-a506-6cf452c21aed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-747729ce-39cd-466c-a506-6cf452c21aed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-747729ce-39cd-466c-a506-6cf452c21aed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-747729ce-39cd-466c-a506-6cf452c21aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-747729ce-39cd-466c-a506-6cf452c21aed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-747729ce-39cd-466c-a506-6cf452c21aed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bff72fed-19bc-43dd-9c7f-eb7b759d9682 {
  min-height: 50px;
}








#s-bff72fed-19bc-43dd-9c7f-eb7b759d9682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff72fed-19bc-43dd-9c7f-eb7b759d9682.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-97f73971-a6f6-4126-b952-97388da50019 hr {
  border-top: 2px solid #ddd;
}

#s-2720fe26-5ff5-4f72-ab65-261c5be18eba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2720fe26-5ff5-4f72-ab65-261c5be18eba .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f3448d27-50d1-4027-bd05-1ef8db1871d9 {
  min-height: 50px;
}








#s-f3448d27-50d1-4027-bd05-1ef8db1871d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3448d27-50d1-4027-bd05-1ef8db1871d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeab6d67-f6ef-4d5c-b612-e059334e4e4c hr {
  border-top: 2px solid #ddd;
}

#s-6e2457ee-8b34-4f58-b8b7-bb0771561e0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e2457ee-8b34-4f58-b8b7-bb0771561e0e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-35c94c67-db29-41ef-bb4f-6438eca1e110 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-35c94c67-db29-41ef-bb4f-6438eca1e110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35c94c67-db29-41ef-bb4f-6438eca1e110"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-35c94c67-db29-41ef-bb4f-6438eca1e110"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-35c94c67-db29-41ef-bb4f-6438eca1e110"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-031e5a3c-692a-41c1-8948-dc0df25f4de2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-031e5a3c-692a-41c1-8948-dc0df25f4de2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-031e5a3c-692a-41c1-8948-dc0df25f4de2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-031e5a3c-692a-41c1-8948-dc0df25f4de2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-fcd180e9-e1c6-442c-b607-471ddaafa66f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fcd180e9-e1c6-442c-b607-471ddaafa66f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fcd180e9-e1c6-442c-b607-471ddaafa66f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcd180e9-e1c6-442c-b607-471ddaafa66f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-610b22af-ee0c-4eae-841f-4f7f0839b048 {
  min-height: 50px;
}








#s-610b22af-ee0c-4eae-841f-4f7f0839b048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-610b22af-ee0c-4eae-841f-4f7f0839b048.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68588a6b-aa78-4bb6-858d-41f4616fee3e hr {
  border-top: 2px solid #ddd;
}

#s-24cb1c48-7fcd-4d45-8c30-0a2213e0da11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24cb1c48-7fcd-4d45-8c30-0a2213e0da11 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2aaba0a4-a8c2-41a6-8559-ae380d5142a5 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
background-color: rgba(255, 255, 255, 1);
}

#s-2aaba0a4-a8c2-41a6-8559-ae380d5142a5 {
  display: none;
}
#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 {
  max-width:  100%;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom,
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 {
  max-width:  100%;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom,
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 {
  max-width:  100%;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom,
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 {
  max-width:  100%;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom,
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 {
  max-width:  100%;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom,
.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdf15a8e-6a59-4154-b0d6-fa2838a8dd14 img.shogun-image {
  width: 100%;
}



}
#s-a733cde6-6542-4727-a0c0-7aa4a092893e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a733cde6-6542-4727-a0c0-7aa4a092893e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1bfd5d06-1b51-4caf-80c5-277a4bb9678d {
  text-align: center;
}

#s-1bfd5d06-1b51-4caf-80c5-277a4bb9678d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bfd5d06-1b51-4caf-80c5-277a4bb9678d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1bfd5d06-1b51-4caf-80c5-277a4bb9678d .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-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-07b3a2aa-0ee0-45a7-bf3f-1e761fc8da86.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3034dbf0-9eeb-4cfe-a9c8-2690919aed11 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
background-color: rgba(255, 255, 255, 1);
}

#s-3034dbf0-9eeb-4cfe-a9c8-2690919aed11 {
  display: none;
}
#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c {
  max-width:  100%;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom,
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c {
  max-width:  100%;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom,
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c {
  max-width:  100%;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom,
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c {
  max-width:  100%;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom,
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c {
  max-width:  100%;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom,
.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93d51be7-d365-4cd0-82a0-cd72bd249a7c img.shogun-image {
  width: 100%;
}



}
#s-d0da3bd3-c32b-4078-b20c-c07029c58faa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0da3bd3-c32b-4078-b20c-c07029c58faa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-72f8b656-4b99-4ee4-b4d8-2acfe165cda2 {
  text-align: center;
}

#s-72f8b656-4b99-4ee4-b4d8-2acfe165cda2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-72f8b656-4b99-4ee4-b4d8-2acfe165cda2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-72f8b656-4b99-4ee4-b4d8-2acfe165cda2 .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-8b453314-9d94-4d56-b05b-5d5dde1d1415 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8b453314-9d94-4d56-b05b-5d5dde1d1415:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b453314-9d94-4d56-b05b-5d5dde1d1415:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b453314-9d94-4d56-b05b-5d5dde1d1415 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b453314-9d94-4d56-b05b-5d5dde1d1415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b453314-9d94-4d56-b05b-5d5dde1d1415.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8b453314-9d94-4d56-b05b-5d5dde1d1415.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8b453314-9d94-4d56-b05b-5d5dde1d1415.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a9b9591d-155f-4cd6-bae7-143e9b46bad0 {
  min-height: 50px;
}








#s-a9b9591d-155f-4cd6-bae7-143e9b46bad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9b9591d-155f-4cd6-bae7-143e9b46bad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-981b6e05-dc82-40ea-ab3b-5e0feba1bfc8 hr {
  border-top: 2px solid #ddd;
}

#s-32072d2a-0bb0-4241-857c-38b0ea34f510 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32072d2a-0bb0-4241-857c-38b0ea34f510 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-356be1ee-c98f-449c-aadb-824bb1b1daf8 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-356be1ee-c98f-449c-aadb-824bb1b1daf8 {
  display: none;
}
#s-a3b18d79-258d-42cb-9b95-d4491086dcbe {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe {
  max-width:  100%;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom,
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe {
  max-width:  100%;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom,
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe {
  max-width:  100%;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom,
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe {
  max-width:  100%;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom,
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe {
  max-width:  100%;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom,
.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b18d79-258d-42cb-9b95-d4491086dcbe img.shogun-image {
  width: 100%;
}



}
#s-66d1a2fe-c93c-4687-b82f-31afb5fcc99b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66d1a2fe-c93c-4687-b82f-31afb5fcc99b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1ca1fd05-eb1b-433e-862c-d818eb99ac5d {
  text-align: center;
}

#s-1ca1fd05-eb1b-433e-862c-d818eb99ac5d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ca1fd05-eb1b-433e-862c-d818eb99ac5d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1ca1fd05-eb1b-433e-862c-d818eb99ac5d .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-0e651a04-47a9-42ed-95ed-dc1e56d17296 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e651a04-47a9-42ed-95ed-dc1e56d17296:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e651a04-47a9-42ed-95ed-dc1e56d17296:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e651a04-47a9-42ed-95ed-dc1e56d17296 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e651a04-47a9-42ed-95ed-dc1e56d17296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e651a04-47a9-42ed-95ed-dc1e56d17296.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e651a04-47a9-42ed-95ed-dc1e56d17296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e651a04-47a9-42ed-95ed-dc1e56d17296.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c0031059-3875-4349-aebb-39423c9985f2 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-c0031059-3875-4349-aebb-39423c9985f2 {
  display: none;
}
#s-9bccda55-c722-4006-88b7-81b3e56953b2 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 {
  max-width:  100%;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom,
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 {
  max-width:  100%;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom,
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 {
  max-width:  100%;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom,
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 {
  max-width:  100%;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom,
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 {
  max-width:  100%;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom,
.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bccda55-c722-4006-88b7-81b3e56953b2 img.shogun-image {
  width: 100%;
}



}
#s-da9d2c81-0522-45bb-b169-dac17b58515d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da9d2c81-0522-45bb-b169-dac17b58515d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b21c5c19-20b0-438c-9f29-6b7f79cb0732 {
  text-align: center;
}

#s-b21c5c19-20b0-438c-9f29-6b7f79cb0732 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b21c5c19-20b0-438c-9f29-6b7f79cb0732 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b21c5c19-20b0-438c-9f29-6b7f79cb0732 .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-9fd80fd6-9efa-4191-b2c4-187c6984184f {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9fd80fd6-9efa-4191-b2c4-187c6984184f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fd80fd6-9efa-4191-b2c4-187c6984184f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fd80fd6-9efa-4191-b2c4-187c6984184f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fd80fd6-9efa-4191-b2c4-187c6984184f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fd80fd6-9efa-4191-b2c4-187c6984184f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9fd80fd6-9efa-4191-b2c4-187c6984184f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9fd80fd6-9efa-4191-b2c4-187c6984184f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8a1f05f6-25f8-4dda-a7ea-9853b85eb05c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-8a1f05f6-25f8-4dda-a7ea-9853b85eb05c {
  display: none;
}
#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 {
  max-width:  100%;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom,
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 {
  max-width:  100%;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom,
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 {
  max-width:  100%;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom,
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 {
  max-width:  100%;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom,
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 {
  max-width:  100%;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom,
.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c865a59-ace3-4dc8-af30-3ad5aa1a4947 img.shogun-image {
  width: 100%;
}



}
#s-cbbbd669-5d00-4b6c-967a-9198bd6eb783 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbbbd669-5d00-4b6c-967a-9198bd6eb783 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-a4783946-a0ca-4cfd-b19c-2f657e19ace4 {
  text-align: center;
}

#s-a4783946-a0ca-4cfd-b19c-2f657e19ace4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a4783946-a0ca-4cfd-b19c-2f657e19ace4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a4783946-a0ca-4cfd-b19c-2f657e19ace4 .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-c9f7e25c-4040-4c14-bc0e-32548189dbe0 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c9f7e25c-4040-4c14-bc0e-32548189dbe0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9f7e25c-4040-4c14-bc0e-32548189dbe0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9f7e25c-4040-4c14-bc0e-32548189dbe0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9f7e25c-4040-4c14-bc0e-32548189dbe0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9f7e25c-4040-4c14-bc0e-32548189dbe0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c9f7e25c-4040-4c14-bc0e-32548189dbe0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c9f7e25c-4040-4c14-bc0e-32548189dbe0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-22265537-aaf7-4bd9-8276-e659504b303d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-22265537-aaf7-4bd9-8276-e659504b303d {
  display: none;
}
#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 {
  max-width:  100%;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom,
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 {
  max-width:  100%;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom,
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 {
  max-width:  100%;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom,
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 {
  max-width:  100%;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom,
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 {
  max-width:  100%;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom,
.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba2a938e-8a88-4d9b-85b1-7a35fea313a5 img.shogun-image {
  width: 100%;
}



}
#s-590eb093-afa0-4bb1-ade8-051936e612a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-590eb093-afa0-4bb1-ade8-051936e612a9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-84e5fb0b-3ebf-4282-8eeb-eddce76a199e {
  text-align: center;
}

#s-84e5fb0b-3ebf-4282-8eeb-eddce76a199e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84e5fb0b-3ebf-4282-8eeb-eddce76a199e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-84e5fb0b-3ebf-4282-8eeb-eddce76a199e .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-65a556c8-cd43-4ed6-8b9d-652c8393d19e {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-65a556c8-cd43-4ed6-8b9d-652c8393d19e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65a556c8-cd43-4ed6-8b9d-652c8393d19e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65a556c8-cd43-4ed6-8b9d-652c8393d19e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65a556c8-cd43-4ed6-8b9d-652c8393d19e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65a556c8-cd43-4ed6-8b9d-652c8393d19e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65a556c8-cd43-4ed6-8b9d-652c8393d19e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65a556c8-cd43-4ed6-8b9d-652c8393d19e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-34f2da22-0ed8-4bcc-93df-608574c7eaa5 {
  min-height: 50px;
}








#s-34f2da22-0ed8-4bcc-93df-608574c7eaa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34f2da22-0ed8-4bcc-93df-608574c7eaa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4599425-0739-4219-ab2d-c5117fdb7452 hr {
  border-top: 2px solid #ddd;
}

#s-1d11edc2-bf6f-4ed2-a110-4720f1f95d88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d11edc2-bf6f-4ed2-a110-4720f1f95d88 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ac421ff4-e919-4135-beca-5486a5026f0b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-ac421ff4-e919-4135-beca-5486a5026f0b {
  display: none;
}
#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc {
  max-width:  100%;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom,
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc {
  max-width:  100%;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom,
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc {
  max-width:  100%;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom,
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc {
  max-width:  100%;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom,
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc {
  max-width:  100%;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom,
.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f787d6fc-8662-40d6-9b0d-c10382ea20dc img.shogun-image {
  width: 100%;
}



}
#s-8ed6b93d-1109-41ac-9413-6848e6368321 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ed6b93d-1109-41ac-9413-6848e6368321 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2d457558-ce14-4f0b-aed8-28aa75611362 {
  text-align: center;
}

#s-2d457558-ce14-4f0b-aed8-28aa75611362 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d457558-ce14-4f0b-aed8-28aa75611362 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d457558-ce14-4f0b-aed8-28aa75611362 .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-fd2fef73-3e46-42f7-a11b-bf5203e4218e {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fd2fef73-3e46-42f7-a11b-bf5203e4218e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd2fef73-3e46-42f7-a11b-bf5203e4218e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd2fef73-3e46-42f7-a11b-bf5203e4218e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd2fef73-3e46-42f7-a11b-bf5203e4218e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd2fef73-3e46-42f7-a11b-bf5203e4218e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd2fef73-3e46-42f7-a11b-bf5203e4218e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd2fef73-3e46-42f7-a11b-bf5203e4218e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7f35dc15-2759-43fb-92a5-dda394fd3448 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-7f35dc15-2759-43fb-92a5-dda394fd3448 {
  display: none;
}
#s-435faa8c-3267-487d-beb7-f841b6f2903f {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f {
  max-width:  100%;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom,
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f {
  max-width:  100%;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom,
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f {
  max-width:  100%;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom,
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f {
  max-width:  100%;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom,
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f {
  max-width:  100%;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom,
.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-435faa8c-3267-487d-beb7-f841b6f2903f img.shogun-image {
  width: 100%;
}



}
#s-90a95650-422d-48bb-a399-d3ebc40dcd95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90a95650-422d-48bb-a399-d3ebc40dcd95 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1b11998a-db4f-43da-95ce-70420cd542f6 {
  text-align: center;
}

#s-1b11998a-db4f-43da-95ce-70420cd542f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1b11998a-db4f-43da-95ce-70420cd542f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1b11998a-db4f-43da-95ce-70420cd542f6 .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-0851f9e1-ef03-4d45-bc33-54514df73f0c {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0851f9e1-ef03-4d45-bc33-54514df73f0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0851f9e1-ef03-4d45-bc33-54514df73f0c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0851f9e1-ef03-4d45-bc33-54514df73f0c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0851f9e1-ef03-4d45-bc33-54514df73f0c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0851f9e1-ef03-4d45-bc33-54514df73f0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0851f9e1-ef03-4d45-bc33-54514df73f0c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0851f9e1-ef03-4d45-bc33-54514df73f0c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6446c784-edc8-4290-af80-9b53831e4755 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-6446c784-edc8-4290-af80-9b53831e4755 {
  display: none;
}
#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa {
  max-width:  100%;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom,
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa {
  max-width:  100%;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom,
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa {
  max-width:  100%;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom,
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa {
  max-width:  100%;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom,
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa {
  max-width:  100%;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom,
.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6119a6a7-5ba3-4235-872f-b90cb77bb1aa img.shogun-image {
  width: 100%;
}



}
#s-553b64cc-23d1-4976-aa8b-eae0d5025996 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-553b64cc-23d1-4976-aa8b-eae0d5025996 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-edc1b93e-258b-4bd0-a41b-8ad73d8fdf7e {
  text-align: center;
}

#s-edc1b93e-258b-4bd0-a41b-8ad73d8fdf7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-edc1b93e-258b-4bd0-a41b-8ad73d8fdf7e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-edc1b93e-258b-4bd0-a41b-8ad73d8fdf7e .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-84861009-76b5-4b5a-ba3e-311f7c4c570d {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-84861009-76b5-4b5a-ba3e-311f7c4c570d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84861009-76b5-4b5a-ba3e-311f7c4c570d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84861009-76b5-4b5a-ba3e-311f7c4c570d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84861009-76b5-4b5a-ba3e-311f7c4c570d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84861009-76b5-4b5a-ba3e-311f7c4c570d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84861009-76b5-4b5a-ba3e-311f7c4c570d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-84861009-76b5-4b5a-ba3e-311f7c4c570d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8a21022c-7bff-4b6e-951f-b00d76242bad {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-8a21022c-7bff-4b6e-951f-b00d76242bad {
  display: none;
}
#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd {
  max-width:  100%;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom,
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd {
  max-width:  100%;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom,
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd {
  max-width:  100%;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom,
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd {
  max-width:  100%;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom,
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd {
  max-width:  100%;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom,
.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4595bf4-4a05-4926-a0bd-337fac50e2fd img.shogun-image {
  width: 100%;
}



}
#s-4d840957-653b-4585-8d83-e57388a05ed0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d840957-653b-4585-8d83-e57388a05ed0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e9eb3aff-2840-471e-966a-1c1a7bd860db {
  text-align: center;
}

#s-e9eb3aff-2840-471e-966a-1c1a7bd860db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e9eb3aff-2840-471e-966a-1c1a7bd860db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e9eb3aff-2840-471e-966a-1c1a7bd860db .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-e30172fd-3a72-4b67-8299-307e9fafb9ea {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e30172fd-3a72-4b67-8299-307e9fafb9ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e30172fd-3a72-4b67-8299-307e9fafb9ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e30172fd-3a72-4b67-8299-307e9fafb9ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e30172fd-3a72-4b67-8299-307e9fafb9ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e30172fd-3a72-4b67-8299-307e9fafb9ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e30172fd-3a72-4b67-8299-307e9fafb9ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e30172fd-3a72-4b67-8299-307e9fafb9ea.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1ba8e280-d94c-4279-8df8-4d1c5922bbbf {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-1ba8e280-d94c-4279-8df8-4d1c5922bbbf {
  display: none;
}
#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 {
  max-width:  100%;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom,
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 {
  max-width:  100%;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom,
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 {
  max-width:  100%;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom,
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 {
  max-width:  100%;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom,
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 {
  max-width:  100%;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom,
.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5c74b85-9eb4-41c7-a845-adffb179efc5 img.shogun-image {
  width: 100%;
}



}
#s-98308e91-7b39-4006-bc77-9fad4afa334e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98308e91-7b39-4006-bc77-9fad4afa334e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-501d2f6c-13ed-4625-b480-12e112eded65 {
  text-align: center;
}

#s-501d2f6c-13ed-4625-b480-12e112eded65 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-501d2f6c-13ed-4625-b480-12e112eded65 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-501d2f6c-13ed-4625-b480-12e112eded65 .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-9128c242-d5bd-4a30-aed3-32ae9debc862 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9128c242-d5bd-4a30-aed3-32ae9debc862:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9128c242-d5bd-4a30-aed3-32ae9debc862:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9128c242-d5bd-4a30-aed3-32ae9debc862 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9128c242-d5bd-4a30-aed3-32ae9debc862.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9128c242-d5bd-4a30-aed3-32ae9debc862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9128c242-d5bd-4a30-aed3-32ae9debc862.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9128c242-d5bd-4a30-aed3-32ae9debc862.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c4f67ef2-d577-46ba-824d-c86f683070de {
  min-height: 50px;
}








#s-c4f67ef2-d577-46ba-824d-c86f683070de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4f67ef2-d577-46ba-824d-c86f683070de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-735a28cb-43a1-4cb4-91e3-75700cb1beae hr {
  border-top: 2px solid #ddd;
}

#s-f3b8783a-19b2-47a2-8632-c30417a45447 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f3b8783a-19b2-47a2-8632-c30417a45447 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-92d073b0-46d9-4394-8b30-136cfe26ad7a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-92d073b0-46d9-4394-8b30-136cfe26ad7a {
  display: none;
}
#s-1c93d5ac-226f-400f-87a3-a3c846dec315 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 {
  max-width:  100%;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom,
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 {
  max-width:  100%;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom,
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 {
  max-width:  100%;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom,
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 {
  max-width:  100%;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom,
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 {
  max-width:  100%;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom,
.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c93d5ac-226f-400f-87a3-a3c846dec315 img.shogun-image {
  width: 100%;
}



}
#s-3c6f3d80-768c-4603-8985-d3b40cfd0092 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c6f3d80-768c-4603-8985-d3b40cfd0092 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3024f1e6-06f9-40b3-868b-d3939ababb4c {
  text-align: center;
}

#s-3024f1e6-06f9-40b3-868b-d3939ababb4c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3024f1e6-06f9-40b3-868b-d3939ababb4c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3024f1e6-06f9-40b3-868b-d3939ababb4c .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-90df0eac-c356-41e9-9c7d-d924b76db7b2 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-90df0eac-c356-41e9-9c7d-d924b76db7b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90df0eac-c356-41e9-9c7d-d924b76db7b2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90df0eac-c356-41e9-9c7d-d924b76db7b2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90df0eac-c356-41e9-9c7d-d924b76db7b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90df0eac-c356-41e9-9c7d-d924b76db7b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90df0eac-c356-41e9-9c7d-d924b76db7b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-90df0eac-c356-41e9-9c7d-d924b76db7b2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-03eb4c06-9264-4ddb-a820-75833107b9b6 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-03eb4c06-9264-4ddb-a820-75833107b9b6 {
  display: none;
}
#s-da5c0128-adc6-4c93-898c-6e83257c5983 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 {
  max-width:  100%;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom,
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 {
  max-width:  100%;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom,
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 {
  max-width:  100%;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom,
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 {
  max-width:  100%;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom,
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 {
  max-width:  100%;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom,
.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c0128-adc6-4c93-898c-6e83257c5983 img.shogun-image {
  width: 100%;
}



}
#s-6240f562-d2e8-4d93-ac4e-fc33ee8cd934 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6240f562-d2e8-4d93-ac4e-fc33ee8cd934 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-253a7586-13e6-4fd8-a2f8-791f402ea851 {
  text-align: center;
}

#s-253a7586-13e6-4fd8-a2f8-791f402ea851 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-253a7586-13e6-4fd8-a2f8-791f402ea851 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-253a7586-13e6-4fd8-a2f8-791f402ea851 .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-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6fb6a205-e2e5-49ce-bcb6-b36b3c1cbdf4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-77c52550-8180-4b0f-ab05-0d3817dedbe9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-77c52550-8180-4b0f-ab05-0d3817dedbe9 {
  display: none;
}
#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 {
  max-width:  100%;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom,
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 {
  max-width:  100%;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom,
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 {
  max-width:  100%;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom,
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 {
  max-width:  100%;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom,
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 {
  max-width:  100%;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom,
.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2cd606b-3f13-4d85-b1ed-39b3c1936302 img.shogun-image {
  width: 100%;
}



}
#s-659d3196-3f2b-4174-9624-faca6e9518fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-659d3196-3f2b-4174-9624-faca6e9518fe .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-50efe5d6-67f0-4d36-bb37-0a82ef5aa2bb {
  text-align: center;
}

#s-50efe5d6-67f0-4d36-bb37-0a82ef5aa2bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-50efe5d6-67f0-4d36-bb37-0a82ef5aa2bb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-50efe5d6-67f0-4d36-bb37-0a82ef5aa2bb .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-5fbe0de6-dc2f-4399-9ec4-ba92081446f9 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5fbe0de6-dc2f-4399-9ec4-ba92081446f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fbe0de6-dc2f-4399-9ec4-ba92081446f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fbe0de6-dc2f-4399-9ec4-ba92081446f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fbe0de6-dc2f-4399-9ec4-ba92081446f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fbe0de6-dc2f-4399-9ec4-ba92081446f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5fbe0de6-dc2f-4399-9ec4-ba92081446f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5fbe0de6-dc2f-4399-9ec4-ba92081446f9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ed037262-a7f9-4350-940a-e562b6c51c79 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-ed037262-a7f9-4350-940a-e562b6c51c79 {
  display: none;
}
#s-9d635f92-0486-4968-84f1-564ef4dc4398 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 {
  max-width:  100%;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom,
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 {
  max-width:  100%;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom,
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 {
  max-width:  100%;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom,
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 {
  max-width:  100%;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom,
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 {
  max-width:  100%;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom,
.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d635f92-0486-4968-84f1-564ef4dc4398 img.shogun-image {
  width: 100%;
}



}
#s-4cbcdbfc-260a-475b-a0d8-7c9730c3d54d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cbcdbfc-260a-475b-a0d8-7c9730c3d54d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ba2d3e8b-2d56-4745-8c04-657e8b5ee5ee {
  text-align: center;
}

#s-ba2d3e8b-2d56-4745-8c04-657e8b5ee5ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba2d3e8b-2d56-4745-8c04-657e8b5ee5ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ba2d3e8b-2d56-4745-8c04-657e8b5ee5ee .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-fdee6b17-acb7-4841-ba10-5703a74fe0c2 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fdee6b17-acb7-4841-ba10-5703a74fe0c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdee6b17-acb7-4841-ba10-5703a74fe0c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fdee6b17-acb7-4841-ba10-5703a74fe0c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fdee6b17-acb7-4841-ba10-5703a74fe0c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fdee6b17-acb7-4841-ba10-5703a74fe0c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fdee6b17-acb7-4841-ba10-5703a74fe0c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fdee6b17-acb7-4841-ba10-5703a74fe0c2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-87c7ba55-c069-4670-97e4-8bef7ca992af {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-87c7ba55-c069-4670-97e4-8bef7ca992af {
  display: none;
}
#s-5786ec9d-704b-4c57-9cab-5756564545d2 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 {
  max-width:  100%;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom,
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 {
  max-width:  100%;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom,
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 {
  max-width:  100%;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom,
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 {
  max-width:  100%;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom,
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 {
  max-width:  100%;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom,
.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5786ec9d-704b-4c57-9cab-5756564545d2 img.shogun-image {
  width: 100%;
}



}
#s-379c9d4b-8b61-43ac-b49c-d9229d856852 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-379c9d4b-8b61-43ac-b49c-d9229d856852 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-55f1024e-e03d-449d-97a2-3057d2c613d4 {
  text-align: center;
}

#s-55f1024e-e03d-449d-97a2-3057d2c613d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-55f1024e-e03d-449d-97a2-3057d2c613d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-55f1024e-e03d-449d-97a2-3057d2c613d4 .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-5d5c32c3-6c8b-4af2-afc1-5fc063557437 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5d5c32c3-6c8b-4af2-afc1-5fc063557437:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d5c32c3-6c8b-4af2-afc1-5fc063557437:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d5c32c3-6c8b-4af2-afc1-5fc063557437 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d5c32c3-6c8b-4af2-afc1-5fc063557437.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d5c32c3-6c8b-4af2-afc1-5fc063557437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d5c32c3-6c8b-4af2-afc1-5fc063557437.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5d5c32c3-6c8b-4af2-afc1-5fc063557437.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b979a31d-0d13-49eb-a50e-5d34be42feaa {
  min-height: 50px;
}








#s-b979a31d-0d13-49eb-a50e-5d34be42feaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b979a31d-0d13-49eb-a50e-5d34be42feaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00d854cd-afec-408e-b3c9-87898f9f8226 hr {
  border-top: 2px solid #ddd;
}

#s-a0320d86-7e23-48e1-a766-69d0750a2c92 {
  min-height: 50px;
}








#s-a0320d86-7e23-48e1-a766-69d0750a2c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0320d86-7e23-48e1-a766-69d0750a2c92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-815a51f9-5b36-4585-8716-b3ce2fc16455 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-815a51f9-5b36-4585-8716-b3ce2fc16455 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-552c5a29-d58b-416c-81e1-1c48cf0fb905 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-552c5a29-d58b-416c-81e1-1c48cf0fb905 {
  display: none;
}
#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 {
  max-width:  100%;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom,
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 {
  max-width:  100%;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom,
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 {
  max-width:  100%;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom,
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 {
  max-width:  100%;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom,
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 {
  max-width:  100%;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom,
.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-218961ac-4c9f-4a1b-bcf2-6a647872c230 img.shogun-image {
  width: 100%;
}



}
#s-be381a95-b650-4048-ba35-b4111bd5e399 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be381a95-b650-4048-ba35-b4111bd5e399 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c35f0141-a483-4c71-b962-931bc6d7580c {
  text-align: center;
}

#s-c35f0141-a483-4c71-b962-931bc6d7580c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c35f0141-a483-4c71-b962-931bc6d7580c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c35f0141-a483-4c71-b962-931bc6d7580c .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-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a44d8a3-fe1b-4d5f-8386-951ff1135ad2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-561b8f13-dcff-4a31-81f3-ecbcda0051c5 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-561b8f13-dcff-4a31-81f3-ecbcda0051c5 {
  display: none;
}
#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 {
  max-width:  100%;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom,
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 {
  max-width:  100%;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom,
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 {
  max-width:  100%;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom,
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 {
  max-width:  100%;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom,
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 {
  max-width:  100%;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom,
.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aa6129e-2e8a-478e-a5c8-fb4bc46bac05 img.shogun-image {
  width: 100%;
}



}
#s-91d990f4-1636-41ca-9ba7-8929471283e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91d990f4-1636-41ca-9ba7-8929471283e3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-63a9cf39-23f1-474d-97a0-3e92c8f660ce {
  text-align: center;
}

#s-63a9cf39-23f1-474d-97a0-3e92c8f660ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-63a9cf39-23f1-474d-97a0-3e92c8f660ce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-63a9cf39-23f1-474d-97a0-3e92c8f660ce .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-400a0460-f625-403e-af25-e5cc32ba0403 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-400a0460-f625-403e-af25-e5cc32ba0403:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-400a0460-f625-403e-af25-e5cc32ba0403:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-400a0460-f625-403e-af25-e5cc32ba0403 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-400a0460-f625-403e-af25-e5cc32ba0403.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-400a0460-f625-403e-af25-e5cc32ba0403.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-400a0460-f625-403e-af25-e5cc32ba0403.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-400a0460-f625-403e-af25-e5cc32ba0403.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3b35aade-188d-4e44-907a-7a177f5e5f22 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-3b35aade-188d-4e44-907a-7a177f5e5f22 {
  display: none;
}
#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 {
  max-width:  100%;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom,
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 {
  max-width:  100%;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom,
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 {
  max-width:  100%;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom,
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 {
  max-width:  100%;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom,
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 {
  max-width:  100%;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom,
.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3ec5c4f-e6cd-4d3f-afdb-c18b6068bf07 img.shogun-image {
  width: 100%;
}



}
#s-f964d447-8c1a-4023-9b4e-e487bdb82e79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f964d447-8c1a-4023-9b4e-e487bdb82e79 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e4368aab-7cb3-4f5e-beab-7897b6283a50 {
  text-align: center;
}

#s-e4368aab-7cb3-4f5e-beab-7897b6283a50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4368aab-7cb3-4f5e-beab-7897b6283a50 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e4368aab-7cb3-4f5e-beab-7897b6283a50 .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-b5ee36b6-5a35-42a6-9403-f157511088e5 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b5ee36b6-5a35-42a6-9403-f157511088e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5ee36b6-5a35-42a6-9403-f157511088e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b5ee36b6-5a35-42a6-9403-f157511088e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5ee36b6-5a35-42a6-9403-f157511088e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5ee36b6-5a35-42a6-9403-f157511088e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5ee36b6-5a35-42a6-9403-f157511088e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b5ee36b6-5a35-42a6-9403-f157511088e5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-40a4c2a8-a18d-4520-aff4-d9f0cacda820 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(167, 167, 167, 1);
border-style: solid;
border-radius: 10px;
min-height: 325px;
}

#s-40a4c2a8-a18d-4520-aff4-d9f0cacda820 {
  display: none;
}
#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf {
  max-width:  100%;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom,
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf {
  max-width:  100%;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom,
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf {
  max-width:  100%;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom,
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf {
  max-width:  100%;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom,
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf {
  max-width:  100%;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom,
.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e18aa39-ec50-4250-aaf2-127bf9a741bf img.shogun-image {
  width: 100%;
}



}
#s-0690edf8-00ab-4995-8d35-cb3f399c4d84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0690edf8-00ab-4995-8d35-cb3f399c4d84 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-200d1d5c-8491-4aaf-b8c8-95d4a784a8b3 {
  text-align: center;
}

#s-200d1d5c-8491-4aaf-b8c8-95d4a784a8b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-200d1d5c-8491-4aaf-b8c8-95d4a784a8b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-200d1d5c-8491-4aaf-b8c8-95d4a784a8b3 .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-3d3bf05e-33b1-4789-b470-67d143fb4bd1 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3d3bf05e-33b1-4789-b470-67d143fb4bd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d3bf05e-33b1-4789-b470-67d143fb4bd1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d3bf05e-33b1-4789-b470-67d143fb4bd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d3bf05e-33b1-4789-b470-67d143fb4bd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d3bf05e-33b1-4789-b470-67d143fb4bd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d3bf05e-33b1-4789-b470-67d143fb4bd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d3bf05e-33b1-4789-b470-67d143fb4bd1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0ce82b33-b051-498f-90fa-98f593b19623 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ce82b33-b051-498f-90fa-98f593b19623 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.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-47f1d5ff-e1cf-4c4d-b0b1-22334a7559cf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-47f1d5ff-e1cf-4c4d-b0b1-22334a7559cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-47f1d5ff-e1cf-4c4d-b0b1-22334a7559cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-47f1d5ff-e1cf-4c4d-b0b1-22334a7559cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-47f1d5ff-e1cf-4c4d-b0b1-22334a7559cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-47f1d5ff-e1cf-4c4d-b0b1-22334a7559cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}