.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (max-width: 767px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}







#s-1136ad9c-f134-4f20-9351-1d50cde14538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1136ad9c-f134-4f20-9351-1d50cde14538.shg-box.shg-c {
  justify-content: flex-start;
}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  max-width: 3000px;
text-align: center;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  margin: 0 !important;
  overflow: visible;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add background color handling */
  
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image {
  box-sizing: border-box;
}



.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  
}


@media (min-width: 1200px){#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  margin: 0 !important;
  overflow: visible;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add background color handling */
  
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image {
  box-sizing: border-box;
}



.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  margin: 0 !important;
  overflow: visible;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add background color handling */
  
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image {
  box-sizing: border-box;
}



.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  margin: 0 !important;
  overflow: visible;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add background color handling */
  
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image {
  box-sizing: border-box;
}



.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  
}


}@media (max-width: 767px){#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  margin: 0 !important;
  overflow: visible;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add background color handling */
  
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20.shogun-image {
  box-sizing: border-box;
}



.s-86bcd4fa-cf9a-4635-ad7f-53962d48fb20 img.shogun-image {
  
}


}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-0e568c76-cac2-4aed-b830-e037f4186b52 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0e568c76-cac2-4aed-b830-e037f4186b52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e568c76-cac2-4aed-b830-e037f4186b52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e568c76-cac2-4aed-b830-e037f4186b52 {
  
}
}@media (max-width: 767px){#s-0e568c76-cac2-4aed-b830-e037f4186b52 {
  
}
}
@media (min-width: 0px) {
[id="s-0e568c76-cac2-4aed-b830-e037f4186b52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e568c76-cac2-4aed-b830-e037f4186b52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-0e568c76-cac2-4aed-b830-e037f4186b52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e568c76-cac2-4aed-b830-e037f4186b52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-91a03d67-aa59-4e77-9bfa-4e4320ae756a {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-91a03d67-aa59-4e77-9bfa-4e4320ae756a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91a03d67-aa59-4e77-9bfa-4e4320ae756a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91a03d67-aa59-4e77-9bfa-4e4320ae756a {
  
}
}@media (max-width: 767px){#s-91a03d67-aa59-4e77-9bfa-4e4320ae756a {
  
}
}
.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-59d826b0-6630-49a7-a352-769c10087d7e {
  text-align: left;
}



.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59d826b0-6630-49a7-a352-769c10087d7e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-15195159-7bcd-4c3d-a83e-24c8286b472c {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-15195159-7bcd-4c3d-a83e-24c8286b472c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15195159-7bcd-4c3d-a83e-24c8286b472c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15195159-7bcd-4c3d-a83e-24c8286b472c {
  
}
}@media (max-width: 767px){#s-15195159-7bcd-4c3d-a83e-24c8286b472c {
  
}
}
#s-15195159-7bcd-4c3d-a83e-24c8286b472c .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 {
  text-align: center;
}
@media (min-width: 1200px){#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 {
  
}
}@media (max-width: 767px){#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 {
  
}
}
#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-ca9d0ed0-2e59-46ba-9503-142b69bd8996 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-left {
  text-align: left;
}

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

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

#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c07091fa-1fd1-4908-a10a-b79da96f7106:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c07091fa-1fd1-4908-a10a-b79da96f7106:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjc0N2U3NzUtMTczOS00MzUyLWE4ODEtZjUzYzhiNWQ0ZDNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNzQ3ZTc3NS0xNzM5LTQzNTItYTg4MS1mNTNjOGI1ZDRkM2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  
}
}@media (max-width: 767px){#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  
}
}

  #s-c07091fa-1fd1-4908-a10a-b79da96f7106-atc-btn-wrapper {
    text-align: center;
  }


#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-c07091fa-1fd1-4908-a10a-b79da96f7106-atc-btn-wrapper {
    text-align: center;
  }


#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c07091fa-1fd1-4908-a10a-b79da96f7106-atc-btn-wrapper {
    text-align: center;
  }


#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c07091fa-1fd1-4908-a10a-b79da96f7106-atc-btn-wrapper {
    text-align: center;
  }


#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-c07091fa-1fd1-4908-a10a-b79da96f7106-atc-btn-wrapper {
    text-align: center;
  }


#s-c07091fa-1fd1-4908-a10a-b79da96f7106 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c07091fa-1fd1-4908-a10a-b79da96f7106.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-52b421b0-65cb-4379-9baa-9f090e6b01ac {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-52b421b0-65cb-4379-9baa-9f090e6b01ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52b421b0-65cb-4379-9baa-9f090e6b01ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52b421b0-65cb-4379-9baa-9f090e6b01ac {
  
}
}@media (max-width: 767px){#s-52b421b0-65cb-4379-9baa-9f090e6b01ac {
  
}
}
#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 {
  text-align: left;
}
@media (min-width: 1200px){#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 {
  
}
}@media (max-width: 767px){#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 {
  
}
}


.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa7cd833-21c1-4d2f-8676-8e633d2e15e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d90b7ff5-7374-484d-9df0-8a748ba69467 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-d90b7ff5-7374-484d-9df0-8a748ba69467 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90b7ff5-7374-484d-9df0-8a748ba69467 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90b7ff5-7374-484d-9df0-8a748ba69467 {
  
}
}@media (max-width: 767px){#s-d90b7ff5-7374-484d-9df0-8a748ba69467 {
  
}
}
#s-d90b7ff5-7374-484d-9df0-8a748ba69467 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-da53fba3-1276-4172-890b-537eb6dd5acb {
  text-align: center;
}
@media (min-width: 1200px){#s-da53fba3-1276-4172-890b-537eb6dd5acb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da53fba3-1276-4172-890b-537eb6dd5acb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da53fba3-1276-4172-890b-537eb6dd5acb {
  
}
}@media (max-width: 767px){#s-da53fba3-1276-4172-890b-537eb6dd5acb {
  
}
}
#s-da53fba3-1276-4172-890b-537eb6dd5acb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-da53fba3-1276-4172-890b-537eb6dd5acb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-da53fba3-1276-4172-890b-537eb6dd5acb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA2NDZjZGQtOTVlOC00NDc3LTlkODYtNTgxNjU4ZjlhZTZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDY0NmNkZC05NWU4LTQ0NzctOWQ4Ni01ODE2NThmOWFlNmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  
}
}@media (max-width: 767px){#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  
}
}

  #s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f-atc-btn-wrapper {
    text-align: center;
  }


#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f-atc-btn-wrapper {
    text-align: center;
  }


#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f-atc-btn-wrapper {
    text-align: center;
  }


#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f-atc-btn-wrapper {
    text-align: center;
  }


#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f-atc-btn-wrapper {
    text-align: center;
  }


#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-85a5ffc6-7d5b-4d12-b685-01a37b089b0f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-415fc912-3760-488b-87f5-ab80718d478b {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-415fc912-3760-488b-87f5-ab80718d478b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-415fc912-3760-488b-87f5-ab80718d478b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-415fc912-3760-488b-87f5-ab80718d478b {
  
}
}@media (max-width: 767px){#s-415fc912-3760-488b-87f5-ab80718d478b {
  
}
}
#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a {
  text-align: left;
}
@media (min-width: 1200px){#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a {
  
}
}@media (max-width: 767px){#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a {
  
}
}


.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89c558a4-8dc7-4e3f-98ec-a6f393fc9f4a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-995f4026-f1a2-4b06-a57e-f75c168a3a65 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-995f4026-f1a2-4b06-a57e-f75c168a3a65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-995f4026-f1a2-4b06-a57e-f75c168a3a65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-995f4026-f1a2-4b06-a57e-f75c168a3a65 {
  
}
}@media (max-width: 767px){#s-995f4026-f1a2-4b06-a57e-f75c168a3a65 {
  
}
}
#s-995f4026-f1a2-4b06-a57e-f75c168a3a65 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 {
  text-align: center;
}
@media (min-width: 1200px){#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 {
  
}
}@media (max-width: 767px){#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 {
  
}
}
#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-1ed6e415-a782-41e0-be9f-9e23c6d9a733 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODE2OWIyODMtMTYyZi00MzIwLWFhMTEtZDY1NWMwZmFhMDI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MTY5YjI4My0xNjJmLTQzMjAtYWExMS1kNjU1YzBmYWEwMjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  
}
}@media (max-width: 767px){#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  
}
}

  #s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521-atc-btn-wrapper {
    text-align: center;
  }


#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521-atc-btn-wrapper {
    text-align: center;
  }


#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521-atc-btn-wrapper {
    text-align: center;
  }


#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521-atc-btn-wrapper {
    text-align: center;
  }


#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521-atc-btn-wrapper {
    text-align: center;
  }


#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-326dba40-92f2-4d0a-9d47-c9ffbbcdb521.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  max-width: 3000px;
text-align: center;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  margin: 0 !important;
  overflow: visible;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add background color handling */
  
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-287a8f02-c46a-4d79-a189-bb1c50327574 .shogun-image-content {
  
    justify-content: center;
  
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image {
  box-sizing: border-box;
}



.s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  
}


@media (min-width: 1200px){#s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  margin: 0 !important;
  overflow: visible;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add background color handling */
  
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-287a8f02-c46a-4d79-a189-bb1c50327574 .shogun-image-content {
  
    justify-content: center;
  
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image {
  box-sizing: border-box;
}



.s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  margin: 0 !important;
  overflow: visible;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add background color handling */
  
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-287a8f02-c46a-4d79-a189-bb1c50327574 .shogun-image-content {
  
    justify-content: center;
  
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image {
  box-sizing: border-box;
}



.s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  margin: 0 !important;
  overflow: visible;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add background color handling */
  
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-287a8f02-c46a-4d79-a189-bb1c50327574 .shogun-image-content {
  
    justify-content: center;
  
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image {
  box-sizing: border-box;
}



.s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  
}


}@media (max-width: 767px){#s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  margin: 0 !important;
  overflow: visible;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-287a8f02-c46a-4d79-a189-bb1c50327574 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add background color handling */
  
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-287a8f02-c46a-4d79-a189-bb1c50327574 .shogun-image-content {
  
    justify-content: center;
  
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-287a8f02-c46a-4d79-a189-bb1c50327574.shogun-image {
  box-sizing: border-box;
}



.s-287a8f02-c46a-4d79-a189-bb1c50327574 img.shogun-image {
  
}


}
#s-2fafa3c5-e0c1-4778-abf3-9052f6576425 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-2fafa3c5-e0c1-4778-abf3-9052f6576425 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fafa3c5-e0c1-4778-abf3-9052f6576425 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fafa3c5-e0c1-4778-abf3-9052f6576425 {
  
}
}@media (max-width: 767px){#s-2fafa3c5-e0c1-4778-abf3-9052f6576425 {
  
}
}
@media (min-width: 0px) {
[id="s-2fafa3c5-e0c1-4778-abf3-9052f6576425"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fafa3c5-e0c1-4778-abf3-9052f6576425"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-2fafa3c5-e0c1-4778-abf3-9052f6576425"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fafa3c5-e0c1-4778-abf3-9052f6576425"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-abb1d45a-125e-49f9-86e3-3b47a883309c {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-abb1d45a-125e-49f9-86e3-3b47a883309c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abb1d45a-125e-49f9-86e3-3b47a883309c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abb1d45a-125e-49f9-86e3-3b47a883309c {
  
}
}@media (max-width: 767px){#s-abb1d45a-125e-49f9-86e3-3b47a883309c {
  
}
}
#s-9610a300-f55f-41eb-8f7c-faceddfbf212 {
  text-align: left;
}
@media (min-width: 1200px){#s-9610a300-f55f-41eb-8f7c-faceddfbf212 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9610a300-f55f-41eb-8f7c-faceddfbf212 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9610a300-f55f-41eb-8f7c-faceddfbf212 {
  
}
}@media (max-width: 767px){#s-9610a300-f55f-41eb-8f7c-faceddfbf212 {
  
}
}


.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9610a300-f55f-41eb-8f7c-faceddfbf212 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9b9b16d9-1645-4f1d-bc38-8f7572e564fb {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-9b9b16d9-1645-4f1d-bc38-8f7572e564fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b9b16d9-1645-4f1d-bc38-8f7572e564fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b9b16d9-1645-4f1d-bc38-8f7572e564fb {
  
}
}@media (max-width: 767px){#s-9b9b16d9-1645-4f1d-bc38-8f7572e564fb {
  
}
}
#s-9b9b16d9-1645-4f1d-bc38-8f7572e564fb .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb {
  text-align: center;
}
@media (min-width: 1200px){#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb {
  
}
}@media (max-width: 767px){#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb {
  
}
}
#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-f3b4dd49-f4e0-4934-bab8-f08090e0f9cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWNlMDVkZjAtYzY2Ny00MGNhLWJmNDgtMGU1ZWQ1ZTY0ZDQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Y2UwNWRmMC1jNjY3LTQwY2EtYmY0OC0wZTVlZDVlNjRkNDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  
}
}@media (max-width: 767px){#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  
}
}

  #s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f-atc-btn-wrapper {
    text-align: center;
  }


#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f-atc-btn-wrapper {
    text-align: center;
  }


#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f-atc-btn-wrapper {
    text-align: center;
  }


#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f-atc-btn-wrapper {
    text-align: center;
  }


#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f-atc-btn-wrapper {
    text-align: center;
  }


#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a7b6ec7e-c5aa-46d9-9ac8-0d378500a05f.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-047e8bb9-78ac-4ef7-92b0-ce837f9b2a49 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-047e8bb9-78ac-4ef7-92b0-ce837f9b2a49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-047e8bb9-78ac-4ef7-92b0-ce837f9b2a49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-047e8bb9-78ac-4ef7-92b0-ce837f9b2a49 {
  
}
}@media (max-width: 767px){#s-047e8bb9-78ac-4ef7-92b0-ce837f9b2a49 {
  
}
}
#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 {
  text-align: left;
}
@media (min-width: 1200px){#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 {
  
}
}@media (max-width: 767px){#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 {
  
}
}


.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb950bd-7c41-44a3-a65a-0f770f201a11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e936fb15-ae2f-4be1-bef3-04860708ce02 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-e936fb15-ae2f-4be1-bef3-04860708ce02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e936fb15-ae2f-4be1-bef3-04860708ce02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e936fb15-ae2f-4be1-bef3-04860708ce02 {
  
}
}@media (max-width: 767px){#s-e936fb15-ae2f-4be1-bef3-04860708ce02 {
  
}
}
#s-e936fb15-ae2f-4be1-bef3-04860708ce02 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-9ae6ac62-8ac4-4481-adc2-741f71147925 {
  text-align: center;
}
@media (min-width: 1200px){#s-9ae6ac62-8ac4-4481-adc2-741f71147925 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ae6ac62-8ac4-4481-adc2-741f71147925 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ae6ac62-8ac4-4481-adc2-741f71147925 {
  
}
}@media (max-width: 767px){#s-9ae6ac62-8ac4-4481-adc2-741f71147925 {
  
}
}
#s-9ae6ac62-8ac4-4481-adc2-741f71147925 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-9ae6ac62-8ac4-4481-adc2-741f71147925 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-9ae6ac62-8ac4-4481-adc2-741f71147925 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0f271909-897a-450a-abd3-3b8d160671a5:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f271909-897a-450a-abd3-3b8d160671a5:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWNlMDVkZjAtYzY2Ny00MGNhLWJmNDgtMGU1ZWQ1ZTY0ZDQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Y2UwNWRmMC1jNjY3LTQwY2EtYmY0OC0wZTVlZDVlNjRkNDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  
}
}@media (max-width: 767px){#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  
}
}

  #s-0f271909-897a-450a-abd3-3b8d160671a5-atc-btn-wrapper {
    text-align: center;
  }


#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-0f271909-897a-450a-abd3-3b8d160671a5-atc-btn-wrapper {
    text-align: center;
  }


#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f271909-897a-450a-abd3-3b8d160671a5-atc-btn-wrapper {
    text-align: center;
  }


#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0f271909-897a-450a-abd3-3b8d160671a5-atc-btn-wrapper {
    text-align: center;
  }


#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-0f271909-897a-450a-abd3-3b8d160671a5-atc-btn-wrapper {
    text-align: center;
  }


#s-0f271909-897a-450a-abd3-3b8d160671a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0f271909-897a-450a-abd3-3b8d160671a5.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-43fc5b35-60bc-48dd-951f-c22dce44dee8 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-43fc5b35-60bc-48dd-951f-c22dce44dee8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43fc5b35-60bc-48dd-951f-c22dce44dee8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43fc5b35-60bc-48dd-951f-c22dce44dee8 {
  
}
}@media (max-width: 767px){#s-43fc5b35-60bc-48dd-951f-c22dce44dee8 {
  
}
}
#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c {
  text-align: left;
}
@media (min-width: 1200px){#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c {
  
}
}@media (max-width: 767px){#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c {
  
}
}


.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91aa0db7-af59-4f1d-b4cc-70e475e2662c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6c179b22-c639-402e-8502-c76ee7f822cb {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-6c179b22-c639-402e-8502-c76ee7f822cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c179b22-c639-402e-8502-c76ee7f822cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c179b22-c639-402e-8502-c76ee7f822cb {
  
}
}@media (max-width: 767px){#s-6c179b22-c639-402e-8502-c76ee7f822cb {
  
}
}
#s-6c179b22-c639-402e-8502-c76ee7f822cb .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 {
  text-align: center;
}
@media (min-width: 1200px){#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 {
  
}
}@media (max-width: 767px){#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 {
  
}
}
#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-ab56ea25-6685-4fe4-a0e8-3ec3826cf2a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNkNzdiNTMtNDE0My00MDIyLTkxNGUtYjgwNzI3YWEyMWYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2Q3N2I1My00MTQzLTQwMjItOTE0ZS1iODA3MjdhYTIxZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  
}
}@media (max-width: 767px){#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  
}
}

  #s-69f8a2d6-776a-4e61-a47b-53ebf79e526c-atc-btn-wrapper {
    text-align: center;
  }


#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-69f8a2d6-776a-4e61-a47b-53ebf79e526c-atc-btn-wrapper {
    text-align: center;
  }


#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-69f8a2d6-776a-4e61-a47b-53ebf79e526c-atc-btn-wrapper {
    text-align: center;
  }


#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-69f8a2d6-776a-4e61-a47b-53ebf79e526c-atc-btn-wrapper {
    text-align: center;
  }


#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-69f8a2d6-776a-4e61-a47b-53ebf79e526c-atc-btn-wrapper {
    text-align: center;
  }


#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-69f8a2d6-776a-4e61-a47b-53ebf79e526c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  max-width: 3000px;
text-align: center;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  margin: 0 !important;
  overflow: visible;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add background color handling */
  
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image {
  box-sizing: border-box;
}



.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  
}


@media (min-width: 1200px){#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  margin: 0 !important;
  overflow: visible;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add background color handling */
  
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image {
  box-sizing: border-box;
}



.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  margin: 0 !important;
  overflow: visible;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add background color handling */
  
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image {
  box-sizing: border-box;
}



.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  margin: 0 !important;
  overflow: visible;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add background color handling */
  
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image {
  box-sizing: border-box;
}



.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  
}


}@media (max-width: 767px){#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  margin: 0 !important;
  overflow: visible;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58a1c048-de17-45c2-a4ec-10a19fb3b186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add background color handling */
  
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a1c048-de17-45c2-a4ec-10a19fb3b186.shogun-image {
  box-sizing: border-box;
}



.s-58a1c048-de17-45c2-a4ec-10a19fb3b186 img.shogun-image {
  
}


}
#s-8836f2d6-034a-4a87-9bd8-93735c700c1a {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8836f2d6-034a-4a87-9bd8-93735c700c1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8836f2d6-034a-4a87-9bd8-93735c700c1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8836f2d6-034a-4a87-9bd8-93735c700c1a {
  
}
}@media (max-width: 767px){#s-8836f2d6-034a-4a87-9bd8-93735c700c1a {
  
}
}
@media (min-width: 0px) {
[id="s-8836f2d6-034a-4a87-9bd8-93735c700c1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8836f2d6-034a-4a87-9bd8-93735c700c1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-8836f2d6-034a-4a87-9bd8-93735c700c1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-8836f2d6-034a-4a87-9bd8-93735c700c1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-36b397bb-e537-48bd-a961-e2bff873d1b0 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-36b397bb-e537-48bd-a961-e2bff873d1b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36b397bb-e537-48bd-a961-e2bff873d1b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36b397bb-e537-48bd-a961-e2bff873d1b0 {
  
}
}@media (max-width: 767px){#s-36b397bb-e537-48bd-a961-e2bff873d1b0 {
  
}
}
#s-f111e449-323a-4c41-8943-682800daee99 {
  text-align: left;
}
@media (min-width: 1200px){#s-f111e449-323a-4c41-8943-682800daee99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f111e449-323a-4c41-8943-682800daee99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f111e449-323a-4c41-8943-682800daee99 {
  
}
}@media (max-width: 767px){#s-f111e449-323a-4c41-8943-682800daee99 {
  
}
}


.shg-c#s-f111e449-323a-4c41-8943-682800daee99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f111e449-323a-4c41-8943-682800daee99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f111e449-323a-4c41-8943-682800daee99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f111e449-323a-4c41-8943-682800daee99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f111e449-323a-4c41-8943-682800daee99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f111e449-323a-4c41-8943-682800daee99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f111e449-323a-4c41-8943-682800daee99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f111e449-323a-4c41-8943-682800daee99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f111e449-323a-4c41-8943-682800daee99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f111e449-323a-4c41-8943-682800daee99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0c25a3ef-de96-451e-9886-a08a3c8bea81 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0c25a3ef-de96-451e-9886-a08a3c8bea81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c25a3ef-de96-451e-9886-a08a3c8bea81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c25a3ef-de96-451e-9886-a08a3c8bea81 {
  
}
}@media (max-width: 767px){#s-0c25a3ef-de96-451e-9886-a08a3c8bea81 {
  
}
}
#s-0c25a3ef-de96-451e-9886-a08a3c8bea81 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-6a189caa-584f-4b60-ab94-f0930af45876 {
  text-align: center;
}
@media (min-width: 1200px){#s-6a189caa-584f-4b60-ab94-f0930af45876 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a189caa-584f-4b60-ab94-f0930af45876 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a189caa-584f-4b60-ab94-f0930af45876 {
  
}
}@media (max-width: 767px){#s-6a189caa-584f-4b60-ab94-f0930af45876 {
  
}
}
#s-6a189caa-584f-4b60-ab94-f0930af45876 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-6a189caa-584f-4b60-ab94-f0930af45876 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-6a189caa-584f-4b60-ab94-f0930af45876 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-efe288f5-0b85-494a-b027-224393dc4289 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-efe288f5-0b85-494a-b027-224393dc4289:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efe288f5-0b85-494a-b027-224393dc4289:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNkNzdiNTMtNDE0My00MDIyLTkxNGUtYjgwNzI3YWEyMWYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2Q3N2I1My00MTQzLTQwMjItOTE0ZS1iODA3MjdhYTIxZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-efe288f5-0b85-494a-b027-224393dc4289 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efe288f5-0b85-494a-b027-224393dc4289 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-efe288f5-0b85-494a-b027-224393dc4289 {
  
}
}@media (max-width: 767px){#s-efe288f5-0b85-494a-b027-224393dc4289 {
  
}
}

  #s-efe288f5-0b85-494a-b027-224393dc4289-atc-btn-wrapper {
    text-align: center;
  }


#s-efe288f5-0b85-494a-b027-224393dc4289 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-efe288f5-0b85-494a-b027-224393dc4289-atc-btn-wrapper {
    text-align: center;
  }


#s-efe288f5-0b85-494a-b027-224393dc4289 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-efe288f5-0b85-494a-b027-224393dc4289-atc-btn-wrapper {
    text-align: center;
  }


#s-efe288f5-0b85-494a-b027-224393dc4289 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-efe288f5-0b85-494a-b027-224393dc4289-atc-btn-wrapper {
    text-align: center;
  }


#s-efe288f5-0b85-494a-b027-224393dc4289 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-efe288f5-0b85-494a-b027-224393dc4289-atc-btn-wrapper {
    text-align: center;
  }


#s-efe288f5-0b85-494a-b027-224393dc4289 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-efe288f5-0b85-494a-b027-224393dc4289.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-0b50f4f8-7bb0-4634-a7e6-4077a8e34512 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-0b50f4f8-7bb0-4634-a7e6-4077a8e34512 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b50f4f8-7bb0-4634-a7e6-4077a8e34512 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b50f4f8-7bb0-4634-a7e6-4077a8e34512 {
  
}
}@media (max-width: 767px){#s-0b50f4f8-7bb0-4634-a7e6-4077a8e34512 {
  
}
}
#s-d565253d-8da9-442f-a0c6-41b2af801d67 {
  text-align: left;
}
@media (min-width: 1200px){#s-d565253d-8da9-442f-a0c6-41b2af801d67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d565253d-8da9-442f-a0c6-41b2af801d67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d565253d-8da9-442f-a0c6-41b2af801d67 {
  
}
}@media (max-width: 767px){#s-d565253d-8da9-442f-a0c6-41b2af801d67 {
  
}
}


.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d565253d-8da9-442f-a0c6-41b2af801d67 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-540b8bec-23c7-4579-9f9c-c1b7438ba035 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-540b8bec-23c7-4579-9f9c-c1b7438ba035 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-540b8bec-23c7-4579-9f9c-c1b7438ba035 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-540b8bec-23c7-4579-9f9c-c1b7438ba035 {
  
}
}@media (max-width: 767px){#s-540b8bec-23c7-4579-9f9c-c1b7438ba035 {
  
}
}
#s-540b8bec-23c7-4579-9f9c-c1b7438ba035 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 {
  text-align: center;
}
@media (min-width: 1200px){#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 {
  
}
}@media (max-width: 767px){#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 {
  
}
}
#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-3b4c96f6-cc9c-4a11-9295-d0b7179e8429 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-df9af425-7628-4387-ac68-14fb1a7aa32e:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df9af425-7628-4387-ac68-14fb1a7aa32e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWFmNzczNjEtNTZjMi00N2RkLWE1Y2QtNDEyODAyMzc4ODI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYWY3NzM2MS01NmMyLTQ3ZGQtYTVjZC00MTI4MDIzNzg4MjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  
}
}@media (max-width: 767px){#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  
}
}

  #s-df9af425-7628-4387-ac68-14fb1a7aa32e-atc-btn-wrapper {
    text-align: center;
  }


#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-df9af425-7628-4387-ac68-14fb1a7aa32e-atc-btn-wrapper {
    text-align: center;
  }


#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-df9af425-7628-4387-ac68-14fb1a7aa32e-atc-btn-wrapper {
    text-align: center;
  }


#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-df9af425-7628-4387-ac68-14fb1a7aa32e-atc-btn-wrapper {
    text-align: center;
  }


#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-df9af425-7628-4387-ac68-14fb1a7aa32e-atc-btn-wrapper {
    text-align: center;
  }


#s-df9af425-7628-4387-ac68-14fb1a7aa32e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df9af425-7628-4387-ac68-14fb1a7aa32e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-83652138-058f-4751-904f-0a4c7626f6b9 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-83652138-058f-4751-904f-0a4c7626f6b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83652138-058f-4751-904f-0a4c7626f6b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83652138-058f-4751-904f-0a4c7626f6b9 {
  
}
}@media (max-width: 767px){#s-83652138-058f-4751-904f-0a4c7626f6b9 {
  
}
}
#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 {
  text-align: left;
}
@media (min-width: 1200px){#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 {
  
}
}@media (max-width: 767px){#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 {
  
}
}


.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6801dd2-b72c-4971-84bd-7a299ab71cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-22e0c1e0-3675-4d22-bf9a-5213861c2b15 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-22e0c1e0-3675-4d22-bf9a-5213861c2b15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22e0c1e0-3675-4d22-bf9a-5213861c2b15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22e0c1e0-3675-4d22-bf9a-5213861c2b15 {
  
}
}@media (max-width: 767px){#s-22e0c1e0-3675-4d22-bf9a-5213861c2b15 {
  
}
}
#s-22e0c1e0-3675-4d22-bf9a-5213861c2b15 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-8c757f46-43fb-4f0b-9793-45c41bac0bad {
  text-align: center;
}
@media (min-width: 1200px){#s-8c757f46-43fb-4f0b-9793-45c41bac0bad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c757f46-43fb-4f0b-9793-45c41bac0bad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c757f46-43fb-4f0b-9793-45c41bac0bad {
  
}
}@media (max-width: 767px){#s-8c757f46-43fb-4f0b-9793-45c41bac0bad {
  
}
}
#s-8c757f46-43fb-4f0b-9793-45c41bac0bad .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-8c757f46-43fb-4f0b-9793-45c41bac0bad .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-8c757f46-43fb-4f0b-9793-45c41bac0bad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8f7291b1-f861-460a-8688-2a91cf2e070a:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f7291b1-f861-460a-8688-2a91cf2e070a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNkNzdiNTMtNDE0My00MDIyLTkxNGUtYjgwNzI3YWEyMWYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2Q3N2I1My00MTQzLTQwMjItOTE0ZS1iODA3MjdhYTIxZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  
}
}@media (max-width: 767px){#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  
}
}

  #s-8f7291b1-f861-460a-8688-2a91cf2e070a-atc-btn-wrapper {
    text-align: center;
  }


#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-8f7291b1-f861-460a-8688-2a91cf2e070a-atc-btn-wrapper {
    text-align: center;
  }


#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f7291b1-f861-460a-8688-2a91cf2e070a-atc-btn-wrapper {
    text-align: center;
  }


#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8f7291b1-f861-460a-8688-2a91cf2e070a-atc-btn-wrapper {
    text-align: center;
  }


#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-8f7291b1-f861-460a-8688-2a91cf2e070a-atc-btn-wrapper {
    text-align: center;
  }


#s-8f7291b1-f861-460a-8688-2a91cf2e070a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8f7291b1-f861-460a-8688-2a91cf2e070a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  max-width: 3000px;
text-align: center;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  margin: 0 !important;
  overflow: visible;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add background color handling */
  
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c .shogun-image-content {
  
    justify-content: center;
  
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image {
  box-sizing: border-box;
}



.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  
}


@media (min-width: 1200px){#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  margin: 0 !important;
  overflow: visible;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add background color handling */
  
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c .shogun-image-content {
  
    justify-content: center;
  
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image {
  box-sizing: border-box;
}



.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  margin: 0 !important;
  overflow: visible;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add background color handling */
  
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c .shogun-image-content {
  
    justify-content: center;
  
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image {
  box-sizing: border-box;
}



.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  margin: 0 !important;
  overflow: visible;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add background color handling */
  
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c .shogun-image-content {
  
    justify-content: center;
  
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image {
  box-sizing: border-box;
}



.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  
}


}@media (max-width: 767px){#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  margin: 0 !important;
  overflow: visible;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80d652ee-8332-42c9-a279-f5bbc5f4e79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add background color handling */
  
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c .shogun-image-content {
  
    justify-content: center;
  
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80d652ee-8332-42c9-a279-f5bbc5f4e79c.shogun-image {
  box-sizing: border-box;
}



.s-80d652ee-8332-42c9-a279-f5bbc5f4e79c img.shogun-image {
  
}


}
#s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1 {
  
}
}@media (max-width: 767px){#s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1 {
  
}
}
@media (min-width: 0px) {
[id="s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-96ee7f4e-9d96-47a3-b80e-6ae45546e0d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-5df4b6f7-64d5-400c-8637-bfd9ef984bb2 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-5df4b6f7-64d5-400c-8637-bfd9ef984bb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5df4b6f7-64d5-400c-8637-bfd9ef984bb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5df4b6f7-64d5-400c-8637-bfd9ef984bb2 {
  
}
}@media (max-width: 767px){#s-5df4b6f7-64d5-400c-8637-bfd9ef984bb2 {
  
}
}
#s-4a286a7b-5abc-427c-ba85-0ea35623bdad {
  text-align: left;
}
@media (min-width: 1200px){#s-4a286a7b-5abc-427c-ba85-0ea35623bdad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a286a7b-5abc-427c-ba85-0ea35623bdad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a286a7b-5abc-427c-ba85-0ea35623bdad {
  
}
}@media (max-width: 767px){#s-4a286a7b-5abc-427c-ba85-0ea35623bdad {
  
}
}


.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a286a7b-5abc-427c-ba85-0ea35623bdad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3434e0ec-fd04-48f5-8c01-063d88e8f73d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-3434e0ec-fd04-48f5-8c01-063d88e8f73d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3434e0ec-fd04-48f5-8c01-063d88e8f73d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3434e0ec-fd04-48f5-8c01-063d88e8f73d {
  
}
}@media (max-width: 767px){#s-3434e0ec-fd04-48f5-8c01-063d88e8f73d {
  
}
}
#s-3434e0ec-fd04-48f5-8c01-063d88e8f73d .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-92b63add-ce4f-47b9-94d0-063d0bef060c {
  text-align: center;
}
@media (min-width: 1200px){#s-92b63add-ce4f-47b9-94d0-063d0bef060c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92b63add-ce4f-47b9-94d0-063d0bef060c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92b63add-ce4f-47b9-94d0-063d0bef060c {
  
}
}@media (max-width: 767px){#s-92b63add-ce4f-47b9-94d0-063d0bef060c {
  
}
}
#s-92b63add-ce4f-47b9-94d0-063d0bef060c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-92b63add-ce4f-47b9-94d0-063d0bef060c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-92b63add-ce4f-47b9-94d0-063d0bef060c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-32e560c9-ad53-44b4-b690-d88686d32332:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-32e560c9-ad53-44b4-b690-d88686d32332:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWNlMDVkZjAtYzY2Ny00MGNhLWJmNDgtMGU1ZWQ1ZTY0ZDQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Y2UwNWRmMC1jNjY3LTQwY2EtYmY0OC0wZTVlZDVlNjRkNDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  
}
}@media (max-width: 767px){#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  
}
}

  #s-32e560c9-ad53-44b4-b690-d88686d32332-atc-btn-wrapper {
    text-align: center;
  }


#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-32e560c9-ad53-44b4-b690-d88686d32332-atc-btn-wrapper {
    text-align: center;
  }


#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-32e560c9-ad53-44b4-b690-d88686d32332-atc-btn-wrapper {
    text-align: center;
  }


#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-32e560c9-ad53-44b4-b690-d88686d32332-atc-btn-wrapper {
    text-align: center;
  }


#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-32e560c9-ad53-44b4-b690-d88686d32332-atc-btn-wrapper {
    text-align: center;
  }


#s-32e560c9-ad53-44b4-b690-d88686d32332 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-32e560c9-ad53-44b4-b690-d88686d32332.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-a0b017dd-a2c5-4515-a7ec-7af293eabc93 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-a0b017dd-a2c5-4515-a7ec-7af293eabc93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0b017dd-a2c5-4515-a7ec-7af293eabc93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0b017dd-a2c5-4515-a7ec-7af293eabc93 {
  
}
}@media (max-width: 767px){#s-a0b017dd-a2c5-4515-a7ec-7af293eabc93 {
  
}
}
#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 {
  text-align: left;
}
@media (min-width: 1200px){#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 {
  
}
}@media (max-width: 767px){#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 {
  
}
}


.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8266fe5e-f5ef-4560-8d0b-16d3fb45cbe2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-20e6e57b-9c45-443d-8033-c26b80405db6 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-20e6e57b-9c45-443d-8033-c26b80405db6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20e6e57b-9c45-443d-8033-c26b80405db6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20e6e57b-9c45-443d-8033-c26b80405db6 {
  
}
}@media (max-width: 767px){#s-20e6e57b-9c45-443d-8033-c26b80405db6 {
  
}
}
#s-20e6e57b-9c45-443d-8033-c26b80405db6 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 {
  text-align: center;
}
@media (min-width: 1200px){#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 {
  
}
}@media (max-width: 767px){#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 {
  
}
}
#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-219c4856-9981-48d0-9cd1-8cb1f6e108d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-72b27356-fc95-4e6e-9949-2408e2fdb044:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72b27356-fc95-4e6e-9949-2408e2fdb044:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjczODM2ZWEtYjEyNi00MTMzLTk4YjAtMDYxZTZjMzA4MmQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNzM4MzZlYS1iMTI2LTQxMzMtOThiMC0wNjFlNmMzMDgyZDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  
}
}@media (max-width: 767px){#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  
}
}

  #s-72b27356-fc95-4e6e-9949-2408e2fdb044-atc-btn-wrapper {
    text-align: center;
  }


#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-72b27356-fc95-4e6e-9949-2408e2fdb044-atc-btn-wrapper {
    text-align: center;
  }


#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-72b27356-fc95-4e6e-9949-2408e2fdb044-atc-btn-wrapper {
    text-align: center;
  }


#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-72b27356-fc95-4e6e-9949-2408e2fdb044-atc-btn-wrapper {
    text-align: center;
  }


#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-72b27356-fc95-4e6e-9949-2408e2fdb044-atc-btn-wrapper {
    text-align: center;
  }


#s-72b27356-fc95-4e6e-9949-2408e2fdb044 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-72b27356-fc95-4e6e-9949-2408e2fdb044.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-159c4760-4ff8-4502-bc46-c4e5bae233a4 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-159c4760-4ff8-4502-bc46-c4e5bae233a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-159c4760-4ff8-4502-bc46-c4e5bae233a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-159c4760-4ff8-4502-bc46-c4e5bae233a4 {
  
}
}@media (max-width: 767px){#s-159c4760-4ff8-4502-bc46-c4e5bae233a4 {
  
}
}
#s-3d1012ff-414b-4aca-af09-264a08553f76 {
  text-align: left;
}
@media (min-width: 1200px){#s-3d1012ff-414b-4aca-af09-264a08553f76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d1012ff-414b-4aca-af09-264a08553f76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d1012ff-414b-4aca-af09-264a08553f76 {
  
}
}@media (max-width: 767px){#s-3d1012ff-414b-4aca-af09-264a08553f76 {
  
}
}


.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d1012ff-414b-4aca-af09-264a08553f76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a3ac0495-cf4a-4566-862e-b01906d1f476 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a3ac0495-cf4a-4566-862e-b01906d1f476 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3ac0495-cf4a-4566-862e-b01906d1f476 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3ac0495-cf4a-4566-862e-b01906d1f476 {
  
}
}@media (max-width: 767px){#s-a3ac0495-cf4a-4566-862e-b01906d1f476 {
  
}
}
#s-a3ac0495-cf4a-4566-862e-b01906d1f476 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 {
  text-align: center;
}
@media (min-width: 1200px){#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 {
  
}
}@media (max-width: 767px){#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 {
  
}
}
#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-9d5e8ec5-ffcc-499f-a815-8594634130f3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-31b71e9a-6878-45bb-a67a-8d9f03fea477:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31b71e9a-6878-45bb-a67a-8d9f03fea477:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWNlMDVkZjAtYzY2Ny00MGNhLWJmNDgtMGU1ZWQ1ZTY0ZDQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Y2UwNWRmMC1jNjY3LTQwY2EtYmY0OC0wZTVlZDVlNjRkNDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  
}
}@media (max-width: 767px){#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  
}
}

  #s-31b71e9a-6878-45bb-a67a-8d9f03fea477-atc-btn-wrapper {
    text-align: center;
  }


#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-31b71e9a-6878-45bb-a67a-8d9f03fea477-atc-btn-wrapper {
    text-align: center;
  }


#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-31b71e9a-6878-45bb-a67a-8d9f03fea477-atc-btn-wrapper {
    text-align: center;
  }


#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-31b71e9a-6878-45bb-a67a-8d9f03fea477-atc-btn-wrapper {
    text-align: center;
  }


#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-31b71e9a-6878-45bb-a67a-8d9f03fea477-atc-btn-wrapper {
    text-align: center;
  }


#s-31b71e9a-6878-45bb-a67a-8d9f03fea477 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-31b71e9a-6878-45bb-a67a-8d9f03fea477.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  text-align: center;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  margin: 0 !important;
  overflow: visible;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add background color handling */
  
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29ef8968-ab0a-4265-9435-21a3ff60b382 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image {
  box-sizing: border-box;
}



.s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  
}


@media (min-width: 1200px){#s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  margin: 0 !important;
  overflow: visible;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add background color handling */
  
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29ef8968-ab0a-4265-9435-21a3ff60b382 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image {
  box-sizing: border-box;
}



.s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  margin: 0 !important;
  overflow: visible;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add background color handling */
  
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29ef8968-ab0a-4265-9435-21a3ff60b382 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image {
  box-sizing: border-box;
}



.s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  margin: 0 !important;
  overflow: visible;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add background color handling */
  
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29ef8968-ab0a-4265-9435-21a3ff60b382 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image {
  box-sizing: border-box;
}



.s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  
}


}@media (max-width: 767px){#s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  margin: 0 !important;
  overflow: visible;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29ef8968-ab0a-4265-9435-21a3ff60b382 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add background color handling */
  
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29ef8968-ab0a-4265-9435-21a3ff60b382 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef8968-ab0a-4265-9435-21a3ff60b382.shogun-image {
  box-sizing: border-box;
}



.s-29ef8968-ab0a-4265-9435-21a3ff60b382 img.shogun-image {
  
}


}
#s-e45cb1e9-8e07-49d7-8ade-defbb280e562 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e45cb1e9-8e07-49d7-8ade-defbb280e562 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e45cb1e9-8e07-49d7-8ade-defbb280e562 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e45cb1e9-8e07-49d7-8ade-defbb280e562 {
  
}
}@media (max-width: 767px){#s-e45cb1e9-8e07-49d7-8ade-defbb280e562 {
  
}
}
@media (min-width: 0px) {
[id="s-e45cb1e9-8e07-49d7-8ade-defbb280e562"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e45cb1e9-8e07-49d7-8ade-defbb280e562"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-e45cb1e9-8e07-49d7-8ade-defbb280e562"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-e45cb1e9-8e07-49d7-8ade-defbb280e562"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-d025e312-40a0-4d7c-a8ad-309766983b93 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-d025e312-40a0-4d7c-a8ad-309766983b93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d025e312-40a0-4d7c-a8ad-309766983b93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d025e312-40a0-4d7c-a8ad-309766983b93 {
  
}
}@media (max-width: 767px){#s-d025e312-40a0-4d7c-a8ad-309766983b93 {
  
}
}
#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a {
  text-align: left;
}
@media (min-width: 1200px){#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a {
  
}
}@media (max-width: 767px){#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a {
  
}
}


.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a9d0ab-2cc7-4d26-8daa-c692d52a173a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f5cfc938-eac6-42a8-8fe3-faadd56168ae {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-f5cfc938-eac6-42a8-8fe3-faadd56168ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5cfc938-eac6-42a8-8fe3-faadd56168ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5cfc938-eac6-42a8-8fe3-faadd56168ae {
  
}
}@media (max-width: 767px){#s-f5cfc938-eac6-42a8-8fe3-faadd56168ae {
  
}
}
#s-f5cfc938-eac6-42a8-8fe3-faadd56168ae .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-e3a78d91-3655-46d6-9034-7834493cd5b8 {
  text-align: center;
}
@media (min-width: 1200px){#s-e3a78d91-3655-46d6-9034-7834493cd5b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3a78d91-3655-46d6-9034-7834493cd5b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3a78d91-3655-46d6-9034-7834493cd5b8 {
  
}
}@media (max-width: 767px){#s-e3a78d91-3655-46d6-9034-7834493cd5b8 {
  
}
}
#s-e3a78d91-3655-46d6-9034-7834493cd5b8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-e3a78d91-3655-46d6-9034-7834493cd5b8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-e3a78d91-3655-46d6-9034-7834493cd5b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGViYzAyNTEtZDNlZC00OGI4LWJiMGItOWM4Y2IxM2FiYjE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZWJjMDI1MS1kM2VkLTQ4YjgtYmIwYi05YzhjYjEzYWJiMTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  
}
}@media (max-width: 767px){#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  
}
}

  #s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492-atc-btn-wrapper {
    text-align: center;
  }


#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492-atc-btn-wrapper {
    text-align: center;
  }


#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492-atc-btn-wrapper {
    text-align: center;
  }


#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492-atc-btn-wrapper {
    text-align: center;
  }


#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492-atc-btn-wrapper {
    text-align: center;
  }


#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e01559eb-7ff3-4b0e-a70b-d268f0e2b492.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-1211ead7-54f6-4ce5-9b84-a504f12e99c4 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-1211ead7-54f6-4ce5-9b84-a504f12e99c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1211ead7-54f6-4ce5-9b84-a504f12e99c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1211ead7-54f6-4ce5-9b84-a504f12e99c4 {
  
}
}@media (max-width: 767px){#s-1211ead7-54f6-4ce5-9b84-a504f12e99c4 {
  
}
}
#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b {
  text-align: left;
}
@media (min-width: 1200px){#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b {
  
}
}@media (max-width: 767px){#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b {
  
}
}


.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3daae1-9c87-46b0-b202-6a377ebd8c4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5cae2da2-f9ef-4e02-b140-cbe2ebbd92b3 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-5cae2da2-f9ef-4e02-b140-cbe2ebbd92b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cae2da2-f9ef-4e02-b140-cbe2ebbd92b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cae2da2-f9ef-4e02-b140-cbe2ebbd92b3 {
  
}
}@media (max-width: 767px){#s-5cae2da2-f9ef-4e02-b140-cbe2ebbd92b3 {
  
}
}
#s-5cae2da2-f9ef-4e02-b140-cbe2ebbd92b3 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f {
  text-align: center;
}
@media (min-width: 1200px){#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f {
  
}
}@media (max-width: 767px){#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f {
  
}
}
#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-ae22881b-3e90-4749-b53d-a9b6d1afda1f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWNlMDVkZjAtYzY2Ny00MGNhLWJmNDgtMGU1ZWQ1ZTY0ZDQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Y2UwNWRmMC1jNjY3LTQwY2EtYmY0OC0wZTVlZDVlNjRkNDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  
}
}@media (max-width: 767px){#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  
}
}

  #s-0cf14247-fe73-455e-b3c1-91e4a6063c8d-atc-btn-wrapper {
    text-align: center;
  }


#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-0cf14247-fe73-455e-b3c1-91e4a6063c8d-atc-btn-wrapper {
    text-align: center;
  }


#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cf14247-fe73-455e-b3c1-91e4a6063c8d-atc-btn-wrapper {
    text-align: center;
  }


#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0cf14247-fe73-455e-b3c1-91e4a6063c8d-atc-btn-wrapper {
    text-align: center;
  }


#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-0cf14247-fe73-455e-b3c1-91e4a6063c8d-atc-btn-wrapper {
    text-align: center;
  }


#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0cf14247-fe73-455e-b3c1-91e4a6063c8d.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-79faad36-6043-43b5-a1db-1baffd524448 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-79faad36-6043-43b5-a1db-1baffd524448 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79faad36-6043-43b5-a1db-1baffd524448 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79faad36-6043-43b5-a1db-1baffd524448 {
  
}
}@media (max-width: 767px){#s-79faad36-6043-43b5-a1db-1baffd524448 {
  
}
}
#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 {
  text-align: left;
}
@media (min-width: 1200px){#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 {
  
}
}@media (max-width: 767px){#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 {
  
}
}


.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf8fbf53-f77d-4009-82a9-c7e3c28ffbb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c3b0fbfe-1f9d-4811-88cb-1c218a8829bb {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-c3b0fbfe-1f9d-4811-88cb-1c218a8829bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3b0fbfe-1f9d-4811-88cb-1c218a8829bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3b0fbfe-1f9d-4811-88cb-1c218a8829bb {
  
}
}@media (max-width: 767px){#s-c3b0fbfe-1f9d-4811-88cb-1c218a8829bb {
  
}
}
#s-c3b0fbfe-1f9d-4811-88cb-1c218a8829bb .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-8c258fe8-ffa8-4680-9757-78a780800c09 {
  text-align: center;
}
@media (min-width: 1200px){#s-8c258fe8-ffa8-4680-9757-78a780800c09 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c258fe8-ffa8-4680-9757-78a780800c09 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c258fe8-ffa8-4680-9757-78a780800c09 {
  
}
}@media (max-width: 767px){#s-8c258fe8-ffa8-4680-9757-78a780800c09 {
  
}
}
#s-8c258fe8-ffa8-4680-9757-78a780800c09 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-8c258fe8-ffa8-4680-9757-78a780800c09 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-8c258fe8-ffa8-4680-9757-78a780800c09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7f15b6d2-e4d2-4426-a669-ff184475e010:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f15b6d2-e4d2-4426-a669-ff184475e010:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJmMGZkNWEtNzFiZi00M2MzLTgxM2ItMWI4OGNlZDU4Y2M4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYmYwZmQ1YS03MWJmLTQzYzMtODEzYi0xYjg4Y2VkNThjYzgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  
}
}@media (max-width: 767px){#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  
}
}

  #s-7f15b6d2-e4d2-4426-a669-ff184475e010-atc-btn-wrapper {
    text-align: center;
  }


#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-7f15b6d2-e4d2-4426-a669-ff184475e010-atc-btn-wrapper {
    text-align: center;
  }


#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f15b6d2-e4d2-4426-a669-ff184475e010-atc-btn-wrapper {
    text-align: center;
  }


#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7f15b6d2-e4d2-4426-a669-ff184475e010-atc-btn-wrapper {
    text-align: center;
  }


#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-7f15b6d2-e4d2-4426-a669-ff184475e010-atc-btn-wrapper {
    text-align: center;
  }


#s-7f15b6d2-e4d2-4426-a669-ff184475e010 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7f15b6d2-e4d2-4426-a669-ff184475e010.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  max-width: 3000px;
text-align: center;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  margin: 0 !important;
  overflow: visible;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add background color handling */
  
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image {
  box-sizing: border-box;
}



.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  
}


@media (min-width: 1200px){#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  margin: 0 !important;
  overflow: visible;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add background color handling */
  
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image {
  box-sizing: border-box;
}



.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  margin: 0 !important;
  overflow: visible;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add background color handling */
  
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image {
  box-sizing: border-box;
}



.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  margin: 0 !important;
  overflow: visible;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add background color handling */
  
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image {
  box-sizing: border-box;
}



.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  
}


}@media (max-width: 767px){#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  margin: 0 !important;
  overflow: visible;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbcbe75d-716c-4d97-8f75-da4be3169a3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add background color handling */
  
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbcbe75d-716c-4d97-8f75-da4be3169a3c.shogun-image {
  box-sizing: border-box;
}



.s-dbcbe75d-716c-4d97-8f75-da4be3169a3c img.shogun-image {
  
}


}
#s-a28fea98-e5f6-4330-b562-f1bc86bd2a33 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a28fea98-e5f6-4330-b562-f1bc86bd2a33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a28fea98-e5f6-4330-b562-f1bc86bd2a33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a28fea98-e5f6-4330-b562-f1bc86bd2a33 {
  
}
}@media (max-width: 767px){#s-a28fea98-e5f6-4330-b562-f1bc86bd2a33 {
  
}
}
@media (min-width: 0px) {
[id="s-a28fea98-e5f6-4330-b562-f1bc86bd2a33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a28fea98-e5f6-4330-b562-f1bc86bd2a33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-a28fea98-e5f6-4330-b562-f1bc86bd2a33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-a28fea98-e5f6-4330-b562-f1bc86bd2a33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-80ff722f-d8ee-4c82-b293-992c2018f41f {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-80ff722f-d8ee-4c82-b293-992c2018f41f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80ff722f-d8ee-4c82-b293-992c2018f41f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80ff722f-d8ee-4c82-b293-992c2018f41f {
  
}
}@media (max-width: 767px){#s-80ff722f-d8ee-4c82-b293-992c2018f41f {
  
}
}
#s-b0aa13a7-c860-4442-9ecf-820c162c2828 {
  text-align: left;
}
@media (min-width: 1200px){#s-b0aa13a7-c860-4442-9ecf-820c162c2828 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0aa13a7-c860-4442-9ecf-820c162c2828 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0aa13a7-c860-4442-9ecf-820c162c2828 {
  
}
}@media (max-width: 767px){#s-b0aa13a7-c860-4442-9ecf-820c162c2828 {
  
}
}


.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0aa13a7-c860-4442-9ecf-820c162c2828 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-09c0fd73-e163-4a59-9dd8-f5aec3e7589d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-09c0fd73-e163-4a59-9dd8-f5aec3e7589d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09c0fd73-e163-4a59-9dd8-f5aec3e7589d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09c0fd73-e163-4a59-9dd8-f5aec3e7589d {
  
}
}@media (max-width: 767px){#s-09c0fd73-e163-4a59-9dd8-f5aec3e7589d {
  
}
}
#s-09c0fd73-e163-4a59-9dd8-f5aec3e7589d .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-35e75961-51e9-4255-9a1a-af66e76d7efe {
  text-align: center;
}
@media (min-width: 1200px){#s-35e75961-51e9-4255-9a1a-af66e76d7efe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35e75961-51e9-4255-9a1a-af66e76d7efe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35e75961-51e9-4255-9a1a-af66e76d7efe {
  
}
}@media (max-width: 767px){#s-35e75961-51e9-4255-9a1a-af66e76d7efe {
  
}
}
#s-35e75961-51e9-4255-9a1a-af66e76d7efe .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-35e75961-51e9-4255-9a1a-af66e76d7efe .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-35e75961-51e9-4255-9a1a-af66e76d7efe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNkNzdiNTMtNDE0My00MDIyLTkxNGUtYjgwNzI3YWEyMWYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2Q3N2I1My00MTQzLTQwMjItOTE0ZS1iODA3MjdhYTIxZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  
}
}@media (max-width: 767px){#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  
}
}

  #s-d35d88d4-18c6-4ae7-adb8-fd1447c98928-atc-btn-wrapper {
    text-align: center;
  }


#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-d35d88d4-18c6-4ae7-adb8-fd1447c98928-atc-btn-wrapper {
    text-align: center;
  }


#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d35d88d4-18c6-4ae7-adb8-fd1447c98928-atc-btn-wrapper {
    text-align: center;
  }


#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d35d88d4-18c6-4ae7-adb8-fd1447c98928-atc-btn-wrapper {
    text-align: center;
  }


#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-d35d88d4-18c6-4ae7-adb8-fd1447c98928-atc-btn-wrapper {
    text-align: center;
  }


#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d35d88d4-18c6-4ae7-adb8-fd1447c98928.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-3d78e426-1ab6-4522-baed-53b34bf307d0 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-3d78e426-1ab6-4522-baed-53b34bf307d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d78e426-1ab6-4522-baed-53b34bf307d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d78e426-1ab6-4522-baed-53b34bf307d0 {
  
}
}@media (max-width: 767px){#s-3d78e426-1ab6-4522-baed-53b34bf307d0 {
  
}
}
#s-8917a988-b1ce-4f29-88d2-107d443d997e {
  text-align: left;
}
@media (min-width: 1200px){#s-8917a988-b1ce-4f29-88d2-107d443d997e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8917a988-b1ce-4f29-88d2-107d443d997e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8917a988-b1ce-4f29-88d2-107d443d997e {
  
}
}@media (max-width: 767px){#s-8917a988-b1ce-4f29-88d2-107d443d997e {
  
}
}


.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8917a988-b1ce-4f29-88d2-107d443d997e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7fe2e316-0a41-4e53-9708-32815b64c2e3 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-7fe2e316-0a41-4e53-9708-32815b64c2e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fe2e316-0a41-4e53-9708-32815b64c2e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fe2e316-0a41-4e53-9708-32815b64c2e3 {
  
}
}@media (max-width: 767px){#s-7fe2e316-0a41-4e53-9708-32815b64c2e3 {
  
}
}
#s-7fe2e316-0a41-4e53-9708-32815b64c2e3 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-836b23ef-24a9-4662-a5c6-9b51668d360f {
  text-align: center;
}
@media (min-width: 1200px){#s-836b23ef-24a9-4662-a5c6-9b51668d360f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-836b23ef-24a9-4662-a5c6-9b51668d360f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-836b23ef-24a9-4662-a5c6-9b51668d360f {
  
}
}@media (max-width: 767px){#s-836b23ef-24a9-4662-a5c6-9b51668d360f {
  
}
}
#s-836b23ef-24a9-4662-a5c6-9b51668d360f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-836b23ef-24a9-4662-a5c6-9b51668d360f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-836b23ef-24a9-4662-a5c6-9b51668d360f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4482c9c5-bc55-413e-9578-b819fe00e2c2:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4482c9c5-bc55-413e-9578-b819fe00e2c2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjcyMTA2NzgtMWY2OS00MmM2LTk4OGUtYWM0ODMxZWFkMjAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NzIxMDY3OC0xZjY5LTQyYzYtOTg4ZS1hYzQ4MzFlYWQyMDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  
}
}@media (max-width: 767px){#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  
}
}

  #s-4482c9c5-bc55-413e-9578-b819fe00e2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-4482c9c5-bc55-413e-9578-b819fe00e2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4482c9c5-bc55-413e-9578-b819fe00e2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4482c9c5-bc55-413e-9578-b819fe00e2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-4482c9c5-bc55-413e-9578-b819fe00e2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-4482c9c5-bc55-413e-9578-b819fe00e2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4482c9c5-bc55-413e-9578-b819fe00e2c2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-cda70348-8815-494a-bd78-6019a42d1096 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-cda70348-8815-494a-bd78-6019a42d1096 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cda70348-8815-494a-bd78-6019a42d1096 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cda70348-8815-494a-bd78-6019a42d1096 {
  
}
}@media (max-width: 767px){#s-cda70348-8815-494a-bd78-6019a42d1096 {
  
}
}
#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 {
  text-align: left;
}
@media (min-width: 1200px){#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 {
  
}
}@media (max-width: 767px){#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 {
  
}
}


.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00f867f-ae5c-4d67-9e4f-63a567f96381 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9edc06d-ca7f-4116-a90e-3000b07e14be {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-f9edc06d-ca7f-4116-a90e-3000b07e14be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9edc06d-ca7f-4116-a90e-3000b07e14be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9edc06d-ca7f-4116-a90e-3000b07e14be {
  
}
}@media (max-width: 767px){#s-f9edc06d-ca7f-4116-a90e-3000b07e14be {
  
}
}
#s-f9edc06d-ca7f-4116-a90e-3000b07e14be .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-9693c356-e31e-4343-a059-27564dc65e35 {
  text-align: center;
}
@media (min-width: 1200px){#s-9693c356-e31e-4343-a059-27564dc65e35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9693c356-e31e-4343-a059-27564dc65e35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9693c356-e31e-4343-a059-27564dc65e35 {
  
}
}@media (max-width: 767px){#s-9693c356-e31e-4343-a059-27564dc65e35 {
  
}
}
#s-9693c356-e31e-4343-a059-27564dc65e35 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-9693c356-e31e-4343-a059-27564dc65e35 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-9693c356-e31e-4343-a059-27564dc65e35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b8d4161e-9202-4fd2-952c-f28bb7432bca:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8d4161e-9202-4fd2-952c-f28bb7432bca:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNkNzdiNTMtNDE0My00MDIyLTkxNGUtYjgwNzI3YWEyMWYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2Q3N2I1My00MTQzLTQwMjItOTE0ZS1iODA3MjdhYTIxZjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  
}
}@media (max-width: 767px){#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  
}
}

  #s-b8d4161e-9202-4fd2-952c-f28bb7432bca-atc-btn-wrapper {
    text-align: center;
  }


#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-b8d4161e-9202-4fd2-952c-f28bb7432bca-atc-btn-wrapper {
    text-align: center;
  }


#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8d4161e-9202-4fd2-952c-f28bb7432bca-atc-btn-wrapper {
    text-align: center;
  }


#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b8d4161e-9202-4fd2-952c-f28bb7432bca-atc-btn-wrapper {
    text-align: center;
  }


#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-b8d4161e-9202-4fd2-952c-f28bb7432bca-atc-btn-wrapper {
    text-align: center;
  }


#s-b8d4161e-9202-4fd2-952c-f28bb7432bca {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b8d4161e-9202-4fd2-952c-f28bb7432bca.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  text-align: center;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  margin: 0 !important;
  overflow: visible;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add background color handling */
  
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image {
  box-sizing: border-box;
}



.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  
}


@media (min-width: 1200px){#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  margin: 0 !important;
  overflow: visible;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add background color handling */
  
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image {
  box-sizing: border-box;
}



.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  margin: 0 !important;
  overflow: visible;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add background color handling */
  
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image {
  box-sizing: border-box;
}



.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  margin: 0 !important;
  overflow: visible;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add background color handling */
  
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image {
  box-sizing: border-box;
}



.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  
}


}@media (max-width: 767px){#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  margin: 0 !important;
  overflow: visible;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43f9c41-5a33-4907-b7cc-dc73832dc53a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add background color handling */
  
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43f9c41-5a33-4907-b7cc-dc73832dc53a.shogun-image {
  box-sizing: border-box;
}



.s-a43f9c41-5a33-4907-b7cc-dc73832dc53a img.shogun-image {
  
}


}
#s-db74d5e0-01c6-48c1-a83f-f8c2431f403d {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-db74d5e0-01c6-48c1-a83f-f8c2431f403d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db74d5e0-01c6-48c1-a83f-f8c2431f403d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db74d5e0-01c6-48c1-a83f-f8c2431f403d {
  
}
}@media (max-width: 767px){#s-db74d5e0-01c6-48c1-a83f-f8c2431f403d {
  
}
}
@media (min-width: 0px) {
[id="s-db74d5e0-01c6-48c1-a83f-f8c2431f403d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db74d5e0-01c6-48c1-a83f-f8c2431f403d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 992px) {
[id="s-db74d5e0-01c6-48c1-a83f-f8c2431f403d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

@media (min-width: 1200px) {
[id="s-db74d5e0-01c6-48c1-a83f-f8c2431f403d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 100.0px);
}

}

#s-c338b608-c8d0-44fb-91f5-67b998916b5e {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-c338b608-c8d0-44fb-91f5-67b998916b5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c338b608-c8d0-44fb-91f5-67b998916b5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c338b608-c8d0-44fb-91f5-67b998916b5e {
  
}
}@media (max-width: 767px){#s-c338b608-c8d0-44fb-91f5-67b998916b5e {
  
}
}
#s-7da7a88d-f96e-4907-bd3e-b67267bab607 {
  text-align: left;
}
@media (min-width: 1200px){#s-7da7a88d-f96e-4907-bd3e-b67267bab607 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7da7a88d-f96e-4907-bd3e-b67267bab607 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7da7a88d-f96e-4907-bd3e-b67267bab607 {
  
}
}@media (max-width: 767px){#s-7da7a88d-f96e-4907-bd3e-b67267bab607 {
  
}
}


.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7da7a88d-f96e-4907-bd3e-b67267bab607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1ead36f5-92de-4211-bd90-bf0d57332096 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-1ead36f5-92de-4211-bd90-bf0d57332096 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ead36f5-92de-4211-bd90-bf0d57332096 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ead36f5-92de-4211-bd90-bf0d57332096 {
  
}
}@media (max-width: 767px){#s-1ead36f5-92de-4211-bd90-bf0d57332096 {
  
}
}
#s-1ead36f5-92de-4211-bd90-bf0d57332096 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-98a4a4a3-b425-4f9e-855c-38139e053aba {
  text-align: center;
}
@media (min-width: 1200px){#s-98a4a4a3-b425-4f9e-855c-38139e053aba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98a4a4a3-b425-4f9e-855c-38139e053aba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98a4a4a3-b425-4f9e-855c-38139e053aba {
  
}
}@media (max-width: 767px){#s-98a4a4a3-b425-4f9e-855c-38139e053aba {
  
}
}
#s-98a4a4a3-b425-4f9e-855c-38139e053aba .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-98a4a4a3-b425-4f9e-855c-38139e053aba .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-98a4a4a3-b425-4f9e-855c-38139e053aba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8503d495-975e-4406-9682-abb04fd61a48 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8503d495-975e-4406-9682-abb04fd61a48:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8503d495-975e-4406-9682-abb04fd61a48:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTU0ZmJlMTktMTU5Ni00NGFlLWJkZmQtMzRiZmI0ZGU2ODg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNTRmYmUxOS0xNTk2LTQ0YWUtYmRmZC0zNGJmYjRkZTY4ODkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-8503d495-975e-4406-9682-abb04fd61a48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8503d495-975e-4406-9682-abb04fd61a48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8503d495-975e-4406-9682-abb04fd61a48 {
  
}
}@media (max-width: 767px){#s-8503d495-975e-4406-9682-abb04fd61a48 {
  
}
}

  #s-8503d495-975e-4406-9682-abb04fd61a48-atc-btn-wrapper {
    text-align: center;
  }


#s-8503d495-975e-4406-9682-abb04fd61a48 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-8503d495-975e-4406-9682-abb04fd61a48-atc-btn-wrapper {
    text-align: center;
  }


#s-8503d495-975e-4406-9682-abb04fd61a48 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8503d495-975e-4406-9682-abb04fd61a48-atc-btn-wrapper {
    text-align: center;
  }


#s-8503d495-975e-4406-9682-abb04fd61a48 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8503d495-975e-4406-9682-abb04fd61a48-atc-btn-wrapper {
    text-align: center;
  }


#s-8503d495-975e-4406-9682-abb04fd61a48 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-8503d495-975e-4406-9682-abb04fd61a48-atc-btn-wrapper {
    text-align: center;
  }


#s-8503d495-975e-4406-9682-abb04fd61a48 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8503d495-975e-4406-9682-abb04fd61a48.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-03a6307d-7214-43f9-8c82-494907c737f4 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-03a6307d-7214-43f9-8c82-494907c737f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03a6307d-7214-43f9-8c82-494907c737f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03a6307d-7214-43f9-8c82-494907c737f4 {
  
}
}@media (max-width: 767px){#s-03a6307d-7214-43f9-8c82-494907c737f4 {
  
}
}
#s-b3723675-7adc-4b88-9881-9562257db27e {
  text-align: left;
}
@media (min-width: 1200px){#s-b3723675-7adc-4b88-9881-9562257db27e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3723675-7adc-4b88-9881-9562257db27e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3723675-7adc-4b88-9881-9562257db27e {
  
}
}@media (max-width: 767px){#s-b3723675-7adc-4b88-9881-9562257db27e {
  
}
}


.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3723675-7adc-4b88-9881-9562257db27e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-13ac20f1-5b3f-4dcb-b27b-f38a1fe44ae1 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-13ac20f1-5b3f-4dcb-b27b-f38a1fe44ae1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13ac20f1-5b3f-4dcb-b27b-f38a1fe44ae1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13ac20f1-5b3f-4dcb-b27b-f38a1fe44ae1 {
  
}
}@media (max-width: 767px){#s-13ac20f1-5b3f-4dcb-b27b-f38a1fe44ae1 {
  
}
}
#s-13ac20f1-5b3f-4dcb-b27b-f38a1fe44ae1 .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 {
  text-align: center;
}
@media (min-width: 1200px){#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 {
  
}
}@media (max-width: 767px){#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 {
  
}
}
#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-83f1d891-4f0e-4648-a69e-bd454009dfa1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6776d945-e875-41de-af92-9d64234b6746 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6776d945-e875-41de-af92-9d64234b6746:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6776d945-e875-41de-af92-9d64234b6746:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjgxYWNhZDQtZTY1NC00OWJkLWJhMjctNTY3ZWFiOGI2ZTJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiODFhY2FkNC1lNjU0LTQ5YmQtYmEyNy01NjdlYWI4YjZlMmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-6776d945-e875-41de-af92-9d64234b6746 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6776d945-e875-41de-af92-9d64234b6746 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6776d945-e875-41de-af92-9d64234b6746 {
  
}
}@media (max-width: 767px){#s-6776d945-e875-41de-af92-9d64234b6746 {
  
}
}

  #s-6776d945-e875-41de-af92-9d64234b6746-atc-btn-wrapper {
    text-align: center;
  }


#s-6776d945-e875-41de-af92-9d64234b6746 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-6776d945-e875-41de-af92-9d64234b6746-atc-btn-wrapper {
    text-align: center;
  }


#s-6776d945-e875-41de-af92-9d64234b6746 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6776d945-e875-41de-af92-9d64234b6746-atc-btn-wrapper {
    text-align: center;
  }


#s-6776d945-e875-41de-af92-9d64234b6746 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6776d945-e875-41de-af92-9d64234b6746-atc-btn-wrapper {
    text-align: center;
  }


#s-6776d945-e875-41de-af92-9d64234b6746 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-6776d945-e875-41de-af92-9d64234b6746-atc-btn-wrapper {
    text-align: center;
  }


#s-6776d945-e875-41de-af92-9d64234b6746 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-6776d945-e875-41de-af92-9d64234b6746.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}
#s-2dd3903b-2f05-45cc-b7c2-5453ce0fb921 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-2dd3903b-2f05-45cc-b7c2-5453ce0fb921 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dd3903b-2f05-45cc-b7c2-5453ce0fb921 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dd3903b-2f05-45cc-b7c2-5453ce0fb921 {
  
}
}@media (max-width: 767px){#s-2dd3903b-2f05-45cc-b7c2-5453ce0fb921 {
  
}
}
#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e {
  text-align: left;
}
@media (min-width: 1200px){#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e {
  
}
}@media (max-width: 767px){#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e {
  
}
}


.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7edbe43c-79f5-4d2c-bafc-ca640fd8857e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7910b8bd-cd9c-47b8-8e4c-65753854dcbc {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-7910b8bd-cd9c-47b8-8e4c-65753854dcbc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7910b8bd-cd9c-47b8-8e4c-65753854dcbc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7910b8bd-cd9c-47b8-8e4c-65753854dcbc {
  
}
}@media (max-width: 767px){#s-7910b8bd-cd9c-47b8-8e4c-65753854dcbc {
  
}
}
#s-7910b8bd-cd9c-47b8-8e4c-65753854dcbc .shg-product-title-component h3 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-27530fee-b69f-4948-a64b-ecfc277e9147 {
  text-align: center;
}
@media (min-width: 1200px){#s-27530fee-b69f-4948-a64b-ecfc277e9147 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27530fee-b69f-4948-a64b-ecfc277e9147 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27530fee-b69f-4948-a64b-ecfc277e9147 {
  
}
}@media (max-width: 767px){#s-27530fee-b69f-4948-a64b-ecfc277e9147 {
  
}
}
#s-27530fee-b69f-4948-a64b-ecfc277e9147 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  font-family: Itim;
  font-style:  normal ;
}

#s-27530fee-b69f-4948-a64b-ecfc277e9147 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  font-family: Itim;
  font-style:  normal ;
  
}

#s-27530fee-b69f-4948-a64b-ecfc277e9147 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a455a19a-88ff-4788-82ba-c20586e1ec9e:hover {opacity: 1 !important;
background-color: rgba(252, 245, 245, 0.02) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a455a19a-88ff-4788-82ba-c20586e1ec9e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWM4YjdhMzgtNzQ1NC00MDdhLTk1MjMtZTNjMDkyYzk3ODZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYzhiN2EzOC03NDU0LTQwN2EtOTUyMy1lM2MwOTJjOTc4NmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#000000"}, {"id"=>3, "pos"=>1, "color"=>"#ffff00"}] !important;}@media (min-width: 1200px){#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  
}
}@media (max-width: 767px){#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  
}
}

  #s-a455a19a-88ff-4788-82ba-c20586e1ec9e-atc-btn-wrapper {
    text-align: center;
  }


#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


@media (min-width: 1200px){
  #s-a455a19a-88ff-4788-82ba-c20586e1ec9e-atc-btn-wrapper {
    text-align: center;
  }


#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a455a19a-88ff-4788-82ba-c20586e1ec9e-atc-btn-wrapper {
    text-align: center;
  }


#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a455a19a-88ff-4788-82ba-c20586e1ec9e-atc-btn-wrapper {
    text-align: center;
  }


#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


}@media (max-width: 767px){
  #s-a455a19a-88ff-4788-82ba-c20586e1ec9e-atc-btn-wrapper {
    text-align: center;
  }


#s-a455a19a-88ff-4788-82ba-c20586e1ec9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a455a19a-88ff-4788-82ba-c20586e1ec9e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}


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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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