.shogun-image-container {
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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



  #s-852ce12e-4ecc-4018-9411-a28d0aa3ec82 img.shogun-image {
    
    width: px;
  }


#s-852ce12e-4ecc-4018-9411-a28d0aa3ec82 .shogun-image-content {
  
    align-items: center;
  
}

.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 a {
  background-color: inherit;
  color: inherit;
  cursor: text;
  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;
  font-weight: normal;
  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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-eeef9d95-6b91-4e70-a82f-f5198f49f669 {
  margin-top: 16px;
margin-bottom: 16px;
}

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

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

#s-96f90f02-7db6-4b1a-8a67-496c052d0955 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f90f02-7db6-4b1a-8a67-496c052d0955 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5464e471-9d40-4148-819a-010b5fd776d0 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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-c255b21b-3e9d-47b6-a29b-655e4ae56834 {
  text-align: left;
}


.shg-c#s-c255b21b-3e9d-47b6-a29b-655e4ae56834 {
  max-width: 100%;
}

.shg-c#s-c255b21b-3e9d-47b6-a29b-655e4ae56834 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c255b21b-3e9d-47b6-a29b-655e4ae56834 .shg-image-zoom,
.shg-c#s-c255b21b-3e9d-47b6-a29b-655e4ae56834 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-ef3a906c-73d1-4af3-b9b8-68873bed02e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef3a906c-73d1-4af3-b9b8-68873bed02e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-98403f2f-cd48-4178-9687-4560daee0e09 {
  text-align: center;
}

#s-98403f2f-cd48-4178-9687-4560daee0e09 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-98403f2f-cd48-4178-9687-4560daee0e09 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-98403f2f-cd48-4178-9687-4560daee0e09 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-0ef324bf-afa6-4a0c-9453-9b94bf0de647 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0ef324bf-afa6-4a0c-9453-9b94bf0de647:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ef324bf-afa6-4a0c-9453-9b94bf0de647:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-0ef324bf-afa6-4a0c-9453-9b94bf0de647 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ef324bf-afa6-4a0c-9453-9b94bf0de647.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ef324bf-afa6-4a0c-9453-9b94bf0de647.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-0ef324bf-afa6-4a0c-9453-9b94bf0de647.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}


  #s-0ef324bf-afa6-4a0c-9453-9b94bf0de647.shg-btn.shg-product-atc-success {
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
    color: ;
  }


#s-7aec74c9-5b89-4c29-9085-e46bc72dc2dc {
  display: none;
}
#s-5939ad11-5e4c-4b28-86c3-7ba756013a68 {
  text-align: left;
}


.shg-c#s-5939ad11-5e4c-4b28-86c3-7ba756013a68 {
  max-width: 100%;
}

.shg-c#s-5939ad11-5e4c-4b28-86c3-7ba756013a68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5939ad11-5e4c-4b28-86c3-7ba756013a68 .shg-image-zoom,
.shg-c#s-5939ad11-5e4c-4b28-86c3-7ba756013a68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-df34ee46-9790-499a-8d91-b48829877181 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df34ee46-9790-499a-8d91-b48829877181 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-6868e8eb-7bca-4df6-b164-b5dd4a9aeff2 {
  text-align: center;
}

#s-6868e8eb-7bca-4df6-b164-b5dd4a9aeff2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-6868e8eb-7bca-4df6-b164-b5dd4a9aeff2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6868e8eb-7bca-4df6-b164-b5dd4a9aeff2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-60ff6282-cd60-447b-9efa-3682d755f5c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-60ff6282-cd60-447b-9efa-3682d755f5c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60ff6282-cd60-447b-9efa-3682d755f5c6:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-60ff6282-cd60-447b-9efa-3682d755f5c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60ff6282-cd60-447b-9efa-3682d755f5c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60ff6282-cd60-447b-9efa-3682d755f5c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-60ff6282-cd60-447b-9efa-3682d755f5c6.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}


  #s-60ff6282-cd60-447b-9efa-3682d755f5c6.shg-btn.shg-product-atc-success {
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
    color: ;
  }


#s-962983d7-922e-49cb-80fc-4f3e01ee54fb {
  display: none;
}
#s-79e6f639-a015-452c-ad9d-e840a55b6c8a {
  text-align: left;
}


.shg-c#s-79e6f639-a015-452c-ad9d-e840a55b6c8a {
  max-width: 100%;
}

.shg-c#s-79e6f639-a015-452c-ad9d-e840a55b6c8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79e6f639-a015-452c-ad9d-e840a55b6c8a .shg-image-zoom,
.shg-c#s-79e6f639-a015-452c-ad9d-e840a55b6c8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-25e1a4a9-a261-40d6-ad4f-c1fac42a7298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25e1a4a9-a261-40d6-ad4f-c1fac42a7298 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-72e022a8-d6b7-4961-957d-2dd8a358140e {
  text-align: center;
}

#s-72e022a8-d6b7-4961-957d-2dd8a358140e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
}

#s-72e022a8-d6b7-4961-957d-2dd8a358140e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-72e022a8-d6b7-4961-957d-2dd8a358140e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2bb5dd70-617a-4878-a385-88473fc60132 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2bb5dd70-617a-4878-a385-88473fc60132:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2bb5dd70-617a-4878-a385-88473fc60132:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-2bb5dd70-617a-4878-a385-88473fc60132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bb5dd70-617a-4878-a385-88473fc60132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bb5dd70-617a-4878-a385-88473fc60132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-2bb5dd70-617a-4878-a385-88473fc60132.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}


  #s-2bb5dd70-617a-4878-a385-88473fc60132.shg-btn.shg-product-atc-success {
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
    color: ;
  }


#s-be063744-fe4e-49ae-b09b-03a28cf2abd7 {
  display: none;
}
#s-d357e055-8ef0-46aa-89f4-261abe571029 {
  text-align: left;
}


.shg-c#s-d357e055-8ef0-46aa-89f4-261abe571029 {
  max-width: 100%;
}

.shg-c#s-d357e055-8ef0-46aa-89f4-261abe571029 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d357e055-8ef0-46aa-89f4-261abe571029 .shg-image-zoom,
.shg-c#s-d357e055-8ef0-46aa-89f4-261abe571029 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-841d12ef-49bb-42ac-8cda-267c321d474e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-841d12ef-49bb-42ac-8cda-267c321d474e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4b231115-7525-4ba0-9e8c-314ee0f6355d {
  text-align: left;
}

#s-4b231115-7525-4ba0-9e8c-314ee0f6355d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4b231115-7525-4ba0-9e8c-314ee0f6355d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b231115-7525-4ba0-9e8c-314ee0f6355d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-310d7000-3e72-41c9-9268-970efd444ce1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-310d7000-3e72-41c9-9268-970efd444ce1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-310d7000-3e72-41c9-9268-970efd444ce1:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-310d7000-3e72-41c9-9268-970efd444ce1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-310d7000-3e72-41c9-9268-970efd444ce1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-310d7000-3e72-41c9-9268-970efd444ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-310d7000-3e72-41c9-9268-970efd444ce1.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-1f0d3d84-a44f-4fc1-a14f-a60cfc055764 {
  display: none;
}
#s-639cf555-2f4a-4993-bf7b-00e8e02fea89 {
  text-align: left;
}


.shg-c#s-639cf555-2f4a-4993-bf7b-00e8e02fea89 {
  max-width: 100%;
}

.shg-c#s-639cf555-2f4a-4993-bf7b-00e8e02fea89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-639cf555-2f4a-4993-bf7b-00e8e02fea89 .shg-image-zoom,
.shg-c#s-639cf555-2f4a-4993-bf7b-00e8e02fea89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-18046aeb-c26e-43c8-852a-5cab8a80abff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18046aeb-c26e-43c8-852a-5cab8a80abff .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-78e06c02-f3ef-4765-b5d3-d3d3cafb777d {
  text-align: left;
}

#s-78e06c02-f3ef-4765-b5d3-d3d3cafb777d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-78e06c02-f3ef-4765-b5d3-d3d3cafb777d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-78e06c02-f3ef-4765-b5d3-d3d3cafb777d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cda0e2e1-7ef4-4c22-8e38-ba9687cb6ee8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cda0e2e1-7ef4-4c22-8e38-ba9687cb6ee8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cda0e2e1-7ef4-4c22-8e38-ba9687cb6ee8:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-cda0e2e1-7ef4-4c22-8e38-ba9687cb6ee8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cda0e2e1-7ef4-4c22-8e38-ba9687cb6ee8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cda0e2e1-7ef4-4c22-8e38-ba9687cb6ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-cda0e2e1-7ef4-4c22-8e38-ba9687cb6ee8.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-b8e2f64e-6323-48e8-b2f0-42ba2df80119 {
  display: none;
}
#s-8d6e6140-364a-4218-9c08-16a94a2d8b9c {
  text-align: left;
}


.shg-c#s-8d6e6140-364a-4218-9c08-16a94a2d8b9c {
  max-width: 100%;
}

.shg-c#s-8d6e6140-364a-4218-9c08-16a94a2d8b9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d6e6140-364a-4218-9c08-16a94a2d8b9c .shg-image-zoom,
.shg-c#s-8d6e6140-364a-4218-9c08-16a94a2d8b9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-9c36c1e2-56d3-4dd7-8a90-0ff908b093bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c36c1e2-56d3-4dd7-8a90-0ff908b093bc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7155d57e-0d2a-440d-a995-8c49b87785db {
  text-align: left;
}

#s-7155d57e-0d2a-440d-a995-8c49b87785db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7155d57e-0d2a-440d-a995-8c49b87785db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7155d57e-0d2a-440d-a995-8c49b87785db .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1c8b7c7a-69ba-4d57-bc22-341a9f1c284e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1c8b7c7a-69ba-4d57-bc22-341a9f1c284e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c8b7c7a-69ba-4d57-bc22-341a9f1c284e:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-1c8b7c7a-69ba-4d57-bc22-341a9f1c284e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c8b7c7a-69ba-4d57-bc22-341a9f1c284e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c8b7c7a-69ba-4d57-bc22-341a9f1c284e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-1c8b7c7a-69ba-4d57-bc22-341a9f1c284e.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-d3530087-c9b3-40f9-b9ee-8e27b367e853 {
  display: none;
}
#s-a53714b8-c3f5-4666-b362-f793110e537f {
  text-align: left;
}


.shg-c#s-a53714b8-c3f5-4666-b362-f793110e537f {
  max-width: 100%;
}

.shg-c#s-a53714b8-c3f5-4666-b362-f793110e537f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a53714b8-c3f5-4666-b362-f793110e537f .shg-image-zoom,
.shg-c#s-a53714b8-c3f5-4666-b362-f793110e537f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-60548a07-d2a5-46e9-9d5f-bd5f97f1d595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60548a07-d2a5-46e9-9d5f-bd5f97f1d595 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-73105be1-bb59-4540-a232-a86c5a1636f7 {
  text-align: left;
}

#s-73105be1-bb59-4540-a232-a86c5a1636f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-73105be1-bb59-4540-a232-a86c5a1636f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-73105be1-bb59-4540-a232-a86c5a1636f7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9d39863c-7c3e-460f-8bdc-086dec324b4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d39863c-7c3e-460f-8bdc-086dec324b4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d39863c-7c3e-460f-8bdc-086dec324b4a:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-9d39863c-7c3e-460f-8bdc-086dec324b4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d39863c-7c3e-460f-8bdc-086dec324b4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d39863c-7c3e-460f-8bdc-086dec324b4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-9d39863c-7c3e-460f-8bdc-086dec324b4a.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-175047d3-30e9-4b71-8946-4ba0a94bcc67 {
  display: none;
}
#s-694e908f-d336-4397-9106-7992c7d740c6 {
  text-align: left;
}


.shg-c#s-694e908f-d336-4397-9106-7992c7d740c6 {
  max-width: 100%;
}

.shg-c#s-694e908f-d336-4397-9106-7992c7d740c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-694e908f-d336-4397-9106-7992c7d740c6 .shg-image-zoom,
.shg-c#s-694e908f-d336-4397-9106-7992c7d740c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-d7390ccd-3402-4456-801b-f98f85065271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7390ccd-3402-4456-801b-f98f85065271 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-72f6ba5c-041a-447f-9b86-8282da9ecf40 {
  text-align: left;
}

#s-72f6ba5c-041a-447f-9b86-8282da9ecf40 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-72f6ba5c-041a-447f-9b86-8282da9ecf40 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-72f6ba5c-041a-447f-9b86-8282da9ecf40 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e78b9ab3-015d-4623-b505-5451f8e082ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e78b9ab3-015d-4623-b505-5451f8e082ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e78b9ab3-015d-4623-b505-5451f8e082ba:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-e78b9ab3-015d-4623-b505-5451f8e082ba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e78b9ab3-015d-4623-b505-5451f8e082ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e78b9ab3-015d-4623-b505-5451f8e082ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-e78b9ab3-015d-4623-b505-5451f8e082ba.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-8a127c83-ac3e-49c2-9db7-f86dd88053b8 {
  display: none;
}
#s-23329016-114b-4940-92b8-0846269bdf43 {
  text-align: left;
}


.shg-c#s-23329016-114b-4940-92b8-0846269bdf43 {
  max-width: 100%;
}

.shg-c#s-23329016-114b-4940-92b8-0846269bdf43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23329016-114b-4940-92b8-0846269bdf43 .shg-image-zoom,
.shg-c#s-23329016-114b-4940-92b8-0846269bdf43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-6f34f5ad-2ffb-41fd-9f0c-5ea90ca9cf0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f34f5ad-2ffb-41fd-9f0c-5ea90ca9cf0c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7b87cd5c-1a4a-4cae-985d-3a017996c93f {
  text-align: left;
}

#s-7b87cd5c-1a4a-4cae-985d-3a017996c93f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7b87cd5c-1a4a-4cae-985d-3a017996c93f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7b87cd5c-1a4a-4cae-985d-3a017996c93f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9570f854-5ea2-4c8b-8c84-526257d2a1e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9570f854-5ea2-4c8b-8c84-526257d2a1e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9570f854-5ea2-4c8b-8c84-526257d2a1e2:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-9570f854-5ea2-4c8b-8c84-526257d2a1e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9570f854-5ea2-4c8b-8c84-526257d2a1e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9570f854-5ea2-4c8b-8c84-526257d2a1e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-9570f854-5ea2-4c8b-8c84-526257d2a1e2.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-7d4742f3-6884-4b84-85d6-5687087a52a0 {
  display: none;
}
#s-58276f81-5e4f-4b67-9592-7211fcdfe575 {
  text-align: left;
}


.shg-c#s-58276f81-5e4f-4b67-9592-7211fcdfe575 {
  max-width: 100%;
}

.shg-c#s-58276f81-5e4f-4b67-9592-7211fcdfe575 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58276f81-5e4f-4b67-9592-7211fcdfe575 .shg-image-zoom,
.shg-c#s-58276f81-5e4f-4b67-9592-7211fcdfe575 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-8ff0213c-5e99-4a58-91ef-aa1dc124a63d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ff0213c-5e99-4a58-91ef-aa1dc124a63d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-00286d8d-a6fb-449c-91d3-f7163ed8a5b5 {
  text-align: left;
}

#s-00286d8d-a6fb-449c-91d3-f7163ed8a5b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-00286d8d-a6fb-449c-91d3-f7163ed8a5b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-00286d8d-a6fb-449c-91d3-f7163ed8a5b5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d7f4c283-c83c-49bb-a514-090c57aa458a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d7f4c283-c83c-49bb-a514-090c57aa458a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7f4c283-c83c-49bb-a514-090c57aa458a:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-d7f4c283-c83c-49bb-a514-090c57aa458a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7f4c283-c83c-49bb-a514-090c57aa458a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7f4c283-c83c-49bb-a514-090c57aa458a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-d7f4c283-c83c-49bb-a514-090c57aa458a.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-dfc8f21b-396e-4200-8c8c-0756eb127900 {
  display: none;
}
#s-c1c9a277-b648-4c16-b5b1-de3db2b70573 {
  text-align: left;
}


.shg-c#s-c1c9a277-b648-4c16-b5b1-de3db2b70573 {
  max-width: 100%;
}

.shg-c#s-c1c9a277-b648-4c16-b5b1-de3db2b70573 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1c9a277-b648-4c16-b5b1-de3db2b70573 .shg-image-zoom,
.shg-c#s-c1c9a277-b648-4c16-b5b1-de3db2b70573 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-8e962dfc-a67c-49e2-b952-f747f4998fb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e962dfc-a67c-49e2-b952-f747f4998fb1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-083c901c-e771-40f6-93e3-3d1f6a1a09bf {
  text-align: left;
}

#s-083c901c-e771-40f6-93e3-3d1f6a1a09bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-083c901c-e771-40f6-93e3-3d1f6a1a09bf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-083c901c-e771-40f6-93e3-3d1f6a1a09bf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c799f58d-13be-4428-88a0-e3553b55bc50 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c799f58d-13be-4428-88a0-e3553b55bc50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c799f58d-13be-4428-88a0-e3553b55bc50:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-c799f58d-13be-4428-88a0-e3553b55bc50 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c799f58d-13be-4428-88a0-e3553b55bc50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c799f58d-13be-4428-88a0-e3553b55bc50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-c799f58d-13be-4428-88a0-e3553b55bc50.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-3e64b873-6bca-49b2-801c-164f0fce5f0e {
  display: none;
}
#s-d7886f1a-00d8-4b38-acbc-459db76ce1ef {
  text-align: left;
}


.shg-c#s-d7886f1a-00d8-4b38-acbc-459db76ce1ef {
  max-width: 100%;
}

.shg-c#s-d7886f1a-00d8-4b38-acbc-459db76ce1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7886f1a-00d8-4b38-acbc-459db76ce1ef .shg-image-zoom,
.shg-c#s-d7886f1a-00d8-4b38-acbc-459db76ce1ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-d7177fd7-bc32-4db0-b4d0-1439f63a3b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7177fd7-bc32-4db0-b4d0-1439f63a3b5f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7c28f82b-4573-4f0c-a672-16eeb80cfd9e {
  text-align: left;
}

#s-7c28f82b-4573-4f0c-a672-16eeb80cfd9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7c28f82b-4573-4f0c-a672-16eeb80cfd9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7c28f82b-4573-4f0c-a672-16eeb80cfd9e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c0be8f53-1919-4a40-8d53-502131d63e28 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c0be8f53-1919-4a40-8d53-502131d63e28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0be8f53-1919-4a40-8d53-502131d63e28:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-c0be8f53-1919-4a40-8d53-502131d63e28 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0be8f53-1919-4a40-8d53-502131d63e28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0be8f53-1919-4a40-8d53-502131d63e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-c0be8f53-1919-4a40-8d53-502131d63e28.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-444ccbd2-5947-449c-bebc-3ff9ea0de337 {
  display: none;
}
#s-66703868-cf0c-4784-aa56-526a25014385 {
  text-align: left;
}


.shg-c#s-66703868-cf0c-4784-aa56-526a25014385 {
  max-width: 100%;
}

.shg-c#s-66703868-cf0c-4784-aa56-526a25014385 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66703868-cf0c-4784-aa56-526a25014385 .shg-image-zoom,
.shg-c#s-66703868-cf0c-4784-aa56-526a25014385 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-9833b76b-d43e-4de4-a2d9-d7b449f000fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9833b76b-d43e-4de4-a2d9-d7b449f000fd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5ecd07e7-02de-4248-8870-e6881ea66212 {
  text-align: left;
}

#s-5ecd07e7-02de-4248-8870-e6881ea66212 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5ecd07e7-02de-4248-8870-e6881ea66212 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ecd07e7-02de-4248-8870-e6881ea66212 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-73796ba3-daa1-44fa-bbd5-dda260a6d4fd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-73796ba3-daa1-44fa-bbd5-dda260a6d4fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73796ba3-daa1-44fa-bbd5-dda260a6d4fd:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-73796ba3-daa1-44fa-bbd5-dda260a6d4fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73796ba3-daa1-44fa-bbd5-dda260a6d4fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73796ba3-daa1-44fa-bbd5-dda260a6d4fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-73796ba3-daa1-44fa-bbd5-dda260a6d4fd.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-703a9510-6724-47f9-acf8-b5e20825b39a {
  display: none;
}
#s-81e2bd42-62c6-4357-a1a5-084bda577fd5 {
  text-align: left;
}


.shg-c#s-81e2bd42-62c6-4357-a1a5-084bda577fd5 {
  max-width: 100%;
}

.shg-c#s-81e2bd42-62c6-4357-a1a5-084bda577fd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81e2bd42-62c6-4357-a1a5-084bda577fd5 .shg-image-zoom,
.shg-c#s-81e2bd42-62c6-4357-a1a5-084bda577fd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-2afd715e-78c5-4aba-a41c-22786a8b2f9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2afd715e-78c5-4aba-a41c-22786a8b2f9a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2d1d6a95-d1e0-4a09-836d-227bc57a0743 {
  text-align: left;
}

#s-2d1d6a95-d1e0-4a09-836d-227bc57a0743 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2d1d6a95-d1e0-4a09-836d-227bc57a0743 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d1d6a95-d1e0-4a09-836d-227bc57a0743 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0e323d34-6d9e-4a81-9feb-2daf1492a3e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e323d34-6d9e-4a81-9feb-2daf1492a3e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e323d34-6d9e-4a81-9feb-2daf1492a3e4:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-0e323d34-6d9e-4a81-9feb-2daf1492a3e4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e323d34-6d9e-4a81-9feb-2daf1492a3e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e323d34-6d9e-4a81-9feb-2daf1492a3e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-0e323d34-6d9e-4a81-9feb-2daf1492a3e4.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-dcaf913f-dd13-44bc-a847-2e6102363e43 {
  display: none;
}
#s-faf0b6b8-8ca7-4118-bb46-58183620affd {
  text-align: left;
}


.shg-c#s-faf0b6b8-8ca7-4118-bb46-58183620affd {
  max-width: 100%;
}

.shg-c#s-faf0b6b8-8ca7-4118-bb46-58183620affd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faf0b6b8-8ca7-4118-bb46-58183620affd .shg-image-zoom,
.shg-c#s-faf0b6b8-8ca7-4118-bb46-58183620affd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-4bea6f76-43a8-4342-a949-e46c4a2b7f6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bea6f76-43a8-4342-a949-e46c4a2b7f6d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b10cb1a0-ff47-4f34-b100-abd21e00ed7a {
  text-align: left;
}

#s-b10cb1a0-ff47-4f34-b100-abd21e00ed7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b10cb1a0-ff47-4f34-b100-abd21e00ed7a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b10cb1a0-ff47-4f34-b100-abd21e00ed7a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6abf982f-37d5-4e38-a73f-9652e77a6d12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6abf982f-37d5-4e38-a73f-9652e77a6d12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6abf982f-37d5-4e38-a73f-9652e77a6d12:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-6abf982f-37d5-4e38-a73f-9652e77a6d12 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6abf982f-37d5-4e38-a73f-9652e77a6d12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6abf982f-37d5-4e38-a73f-9652e77a6d12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-6abf982f-37d5-4e38-a73f-9652e77a6d12.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-6600f8a4-94f9-4466-a8a2-5ffedd0bb00f {
  display: none;
}
#s-9a8b9c98-a5cd-4ab9-bef8-7f23377c3038 {
  text-align: left;
}


.shg-c#s-9a8b9c98-a5cd-4ab9-bef8-7f23377c3038 {
  max-width: 100%;
}

.shg-c#s-9a8b9c98-a5cd-4ab9-bef8-7f23377c3038 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a8b9c98-a5cd-4ab9-bef8-7f23377c3038 .shg-image-zoom,
.shg-c#s-9a8b9c98-a5cd-4ab9-bef8-7f23377c3038 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-a8a53e0a-832e-421a-9411-3a54f5a91e3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8a53e0a-832e-421a-9411-3a54f5a91e3d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d29bed2c-c80b-4c88-ae0d-7732a9f20dc7 {
  text-align: left;
}

#s-d29bed2c-c80b-4c88-ae0d-7732a9f20dc7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d29bed2c-c80b-4c88-ae0d-7732a9f20dc7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d29bed2c-c80b-4c88-ae0d-7732a9f20dc7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-76e91baa-8ded-4d88-985e-ac0890924d3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-76e91baa-8ded-4d88-985e-ac0890924d3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76e91baa-8ded-4d88-985e-ac0890924d3f:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-76e91baa-8ded-4d88-985e-ac0890924d3f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76e91baa-8ded-4d88-985e-ac0890924d3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76e91baa-8ded-4d88-985e-ac0890924d3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-76e91baa-8ded-4d88-985e-ac0890924d3f.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-d2dbf76b-b6eb-4b05-865a-f171e492fb88 {
  display: none;
}
#s-b9d666d7-b296-4e3c-b95c-3ae84b5f8b95 {
  text-align: left;
}


.shg-c#s-b9d666d7-b296-4e3c-b95c-3ae84b5f8b95 {
  max-width: 100%;
}

.shg-c#s-b9d666d7-b296-4e3c-b95c-3ae84b5f8b95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9d666d7-b296-4e3c-b95c-3ae84b5f8b95 .shg-image-zoom,
.shg-c#s-b9d666d7-b296-4e3c-b95c-3ae84b5f8b95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-d6a0a022-e186-4c8c-8316-35bcedfbe40f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6a0a022-e186-4c8c-8316-35bcedfbe40f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0d663e9f-5e12-4f67-930d-4c3e2e3a2d32 {
  text-align: left;
}

#s-0d663e9f-5e12-4f67-930d-4c3e2e3a2d32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0d663e9f-5e12-4f67-930d-4c3e2e3a2d32 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d663e9f-5e12-4f67-930d-4c3e2e3a2d32 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7e5feec6-69e7-45a5-a793-27ae5c8e8359 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7e5feec6-69e7-45a5-a793-27ae5c8e8359:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e5feec6-69e7-45a5-a793-27ae5c8e8359:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-7e5feec6-69e7-45a5-a793-27ae5c8e8359 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e5feec6-69e7-45a5-a793-27ae5c8e8359.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e5feec6-69e7-45a5-a793-27ae5c8e8359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-7e5feec6-69e7-45a5-a793-27ae5c8e8359.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-22e35fda-92d1-4a96-b1bb-6fe6141281a3 {
  display: none;
}
#s-3a781d41-ca9a-493f-a890-14c937ec6b3a {
  text-align: left;
}


.shg-c#s-3a781d41-ca9a-493f-a890-14c937ec6b3a {
  max-width: 100%;
}

.shg-c#s-3a781d41-ca9a-493f-a890-14c937ec6b3a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a781d41-ca9a-493f-a890-14c937ec6b3a .shg-image-zoom,
.shg-c#s-3a781d41-ca9a-493f-a890-14c937ec6b3a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-29182d6d-a08a-4ca5-a7db-3433a5fd7647 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29182d6d-a08a-4ca5-a7db-3433a5fd7647 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f83c1dea-74e0-431d-8051-803c98509a8a {
  text-align: left;
}

#s-f83c1dea-74e0-431d-8051-803c98509a8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f83c1dea-74e0-431d-8051-803c98509a8a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f83c1dea-74e0-431d-8051-803c98509a8a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6fa1c2c9-0d73-4ffd-aec4-d4075749ceb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6fa1c2c9-0d73-4ffd-aec4-d4075749ceb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fa1c2c9-0d73-4ffd-aec4-d4075749ceb9:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-6fa1c2c9-0d73-4ffd-aec4-d4075749ceb9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fa1c2c9-0d73-4ffd-aec4-d4075749ceb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fa1c2c9-0d73-4ffd-aec4-d4075749ceb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-6fa1c2c9-0d73-4ffd-aec4-d4075749ceb9.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



#s-905a3746-94f4-4e2d-b41b-fe1f01fe3d61 {
  display: none;
}
#s-573df216-00f9-43e4-ba87-f96f54f3f0fa {
  text-align: left;
}


.shg-c#s-573df216-00f9-43e4-ba87-f96f54f3f0fa {
  max-width: 100%;
}

.shg-c#s-573df216-00f9-43e4-ba87-f96f54f3f0fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-573df216-00f9-43e4-ba87-f96f54f3f0fa .shg-image-zoom,
.shg-c#s-573df216-00f9-43e4-ba87-f96f54f3f0fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-99989b4e-62f5-4f58-897c-2cf2b8413e5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99989b4e-62f5-4f58-897c-2cf2b8413e5e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5fa4a18f-dde7-4549-84d3-c06d91e33ec6 {
  text-align: left;
}

#s-5fa4a18f-dde7-4549-84d3-c06d91e33ec6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5fa4a18f-dde7-4549-84d3-c06d91e33ec6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5fa4a18f-dde7-4549-84d3-c06d91e33ec6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-42913e10-7b1a-425d-90f3-4983ad820f44 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-42913e10-7b1a-425d-90f3-4983ad820f44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42913e10-7b1a-425d-90f3-4983ad820f44:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-42913e10-7b1a-425d-90f3-4983ad820f44 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42913e10-7b1a-425d-90f3-4983ad820f44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42913e10-7b1a-425d-90f3-4983ad820f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:   ;
  font-style:   ;
  font-family: ;
  display:  inline-block ;
}

#s-42913e10-7b1a-425d-90f3-4983ad820f44.shg-btn.shg-product-atc-error {
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
  color: ;
}



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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
      -ms-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;
}
