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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-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-237169bc-a7a9-4e26-9cba-6bc52deea6b3 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-237169bc-a7a9-4e26-9cba-6bc52deea6b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-237169bc-a7a9-4e26-9cba-6bc52deea6b3.shg-box.shg-c {
  justify-content: center;
}

.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-faeb1f6b-8059-4e4c-a69f-6f41428a2e25 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-faeb1f6b-8059-4e4c-a69f-6f41428a2e25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faeb1f6b-8059-4e4c-a69f-6f41428a2e25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-faeb1f6b-8059-4e4c-a69f-6f41428a2e25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-faeb1f6b-8059-4e4c-a69f-6f41428a2e25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-faeb1f6b-8059-4e4c-a69f-6f41428a2e25"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ffda5767-5c3d-4675-91a5-59e3836ebd77 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(35, 32, 39, 1);
}








#s-ffda5767-5c3d-4675-91a5-59e3836ebd77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffda5767-5c3d-4675-91a5-59e3836ebd77.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a64bde8-24a9-4d8b-a336-7dd0370fb1c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-416fee32-f645-46ca-b081-2491b13e8d06 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-416fee32-f645-46ca-b081-2491b13e8d06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-416fee32-f645-46ca-b081-2491b13e8d06.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-52b7b0a0-ca01-4da3-8b7b-5f0d437e507c {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-52b7b0a0-ca01-4da3-8b7b-5f0d437e507c {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-52b7b0a0-ca01-4da3-8b7b-5f0d437e507c .shogun-heading-component h3 {
  color: rgba(14, 14, 14, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-b75e93d4-79e8-4705-9c5a-e9d7834a4750 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b75e93d4-79e8-4705-9c5a-e9d7834a4750 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b75e93d4-79e8-4705-9c5a-e9d7834a4750 .shogun-heading-component h4 {
  color: rgba(14, 14, 14, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0c71fce4-1b77-44ea-9490-ace69430ebab {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-0c71fce4-1b77-44ea-9490-ace69430ebab {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-0c71fce4-1b77-44ea-9490-ace69430ebab .shg-proportional-font-size,
#s-0c71fce4-1b77-44ea-9490-ace69430ebab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f1998ca7-be70-440a-b848-e2565d78ef97 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 20px;
padding-right: 1%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f1998ca7-be70-440a-b848-e2565d78ef97 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-f1998ca7-be70-440a-b848-e2565d78ef97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1998ca7-be70-440a-b848-e2565d78ef97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f1998ca7-be70-440a-b848-e2565d78ef97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f1998ca7-be70-440a-b848-e2565d78ef97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (max-width: 767px) {
  [id="s-f1998ca7-be70-440a-b848-e2565d78ef97"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-94ada3cc-5b10-4805-b4ed-5a4af5c05530 {
  max-width: 1000px;
text-align: center;
}

#s-94ada3cc-5b10-4805-b4ed-5a4af5c05530 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-94ada3cc-5b10-4805-b4ed-5a4af5c05530 .shogun-image-content {
  
    justify-content: center;
  
}

#s-590194be-8f06-4d74-a8df-06da67bd7e41 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 241, 241, 1);
border-style: solid;
}
@media (max-width: 767px){#s-590194be-8f06-4d74-a8df-06da67bd7e41 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-top: 5px;
padding-bottom: 0px;
}
}
#s-0511720d-ac42-476f-844e-a2be7ab35c9a {
  max-width: 1000px;
text-align: center;
}

#s-0511720d-ac42-476f-844e-a2be7ab35c9a {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0511720d-ac42-476f-844e-a2be7ab35c9a .shogun-image-content {
  
    justify-content: center;
  
}

#s-ddb032ae-c535-48fb-8466-28bb6da23483 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 241, 241, 1);
border-style: solid;
}
@media (max-width: 767px){#s-ddb032ae-c535-48fb-8466-28bb6da23483 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}
}
#s-f303dfa7-eb43-45af-a212-fc72ada3e8ab {
  max-width: 1000px;
text-align: center;
}

#s-f303dfa7-eb43-45af-a212-fc72ada3e8ab {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f303dfa7-eb43-45af-a212-fc72ada3e8ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-46b2053e-5c03-40a7-ac61-f7d080984405 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 241, 241, 1);
border-style: solid;
}
@media (max-width: 767px){#s-46b2053e-5c03-40a7-ac61-f7d080984405 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}
}
#s-c9a55da6-1e14-44d1-9aa9-8d32606666b2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 20px;
padding-right: 1%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c9a55da6-1e14-44d1-9aa9-8d32606666b2 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-c9a55da6-1e14-44d1-9aa9-8d32606666b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9a55da6-1e14-44d1-9aa9-8d32606666b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c9a55da6-1e14-44d1-9aa9-8d32606666b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c9a55da6-1e14-44d1-9aa9-8d32606666b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (max-width: 767px) {
  [id="s-c9a55da6-1e14-44d1-9aa9-8d32606666b2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-548f6150-d7f8-4014-97c1-ead8c7e6953c {
  max-width: 1000px;
text-align: center;
}

#s-548f6150-d7f8-4014-97c1-ead8c7e6953c {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-548f6150-d7f8-4014-97c1-ead8c7e6953c .shogun-image-content {
  
    justify-content: center;
  
}

#s-e1d8cd4f-4672-4f1e-b1d4-9b08aea88599 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 241, 241, 1);
border-style: solid;
}
@media (max-width: 767px){#s-e1d8cd4f-4672-4f1e-b1d4-9b08aea88599 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-top: 5px;
padding-bottom: 0px;
}
}
#s-8a30c052-9c71-4462-9b61-c95426bbf13f {
  max-width: 1000px;
text-align: center;
}

#s-8a30c052-9c71-4462-9b61-c95426bbf13f {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8a30c052-9c71-4462-9b61-c95426bbf13f .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f6f03b7-c296-4c77-be4b-387502b15e9f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 241, 241, 1);
border-style: solid;
}
@media (max-width: 767px){#s-8f6f03b7-c296-4c77-be4b-387502b15e9f {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}
}
#s-c1e3fd5b-8614-48b4-b662-0e97b6c48548 {
  max-width: 1000px;
text-align: center;
}

#s-c1e3fd5b-8614-48b4-b662-0e97b6c48548 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c1e3fd5b-8614-48b4-b662-0e97b6c48548 .shogun-image-content {
  
    justify-content: center;
  
}

#s-53bca2b9-a222-4abc-b103-8ea42e76ec84 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 241, 241, 1);
border-style: solid;
}
@media (max-width: 767px){#s-53bca2b9-a222-4abc-b103-8ea42e76ec84 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}
}
#s-f8bf385a-191a-41b4-9357-8ef80ef6589b {
  min-height: 50px;
background-color: rgba(21, 22, 24, 0);
}








#s-f8bf385a-191a-41b4-9357-8ef80ef6589b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8bf385a-191a-41b4-9357-8ef80ef6589b.shg-box.shg-c {
  justify-content: center;
}

#s-f2cd87d8-6bcc-4864-9773-2f8e3ea8e78f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f2cd87d8-6bcc-4864-9773-2f8e3ea8e78f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2cd87d8-6bcc-4864-9773-2f8e3ea8e78f {
  
}
}







#s-f2cd87d8-6bcc-4864-9773-2f8e3ea8e78f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2cd87d8-6bcc-4864-9773-2f8e3ea8e78f.shg-box.shg-c {
  justify-content: center;
}

#s-f821b4d5-c70b-4e4b-a6dc-912353d150e7 {
  min-height: 50px;
}








#s-f821b4d5-c70b-4e4b-a6dc-912353d150e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f821b4d5-c70b-4e4b-a6dc-912353d150e7.shg-box.shg-c {
  justify-content: center;
}

#s-1603d1d7-07ca-4607-b5a2-7f80680c08e4 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1603d1d7-07ca-4607-b5a2-7f80680c08e4 {
  display: none;
}
#s-1603d1d7-07ca-4607-b5a2-7f80680c08e4, #wrap-s-1603d1d7-07ca-4607-b5a2-7f80680c08e4, #wrap-content-s-1603d1d7-07ca-4607-b5a2-7f80680c08e4 { display: none !important; }}@media (max-width: 767px){#s-1603d1d7-07ca-4607-b5a2-7f80680c08e4 {
  display: none;
}
#s-1603d1d7-07ca-4607-b5a2-7f80680c08e4, #wrap-s-1603d1d7-07ca-4607-b5a2-7f80680c08e4, #wrap-content-s-1603d1d7-07ca-4607-b5a2-7f80680c08e4 { display: none !important; }}







#s-1603d1d7-07ca-4607-b5a2-7f80680c08e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1603d1d7-07ca-4607-b5a2-7f80680c08e4.shg-box.shg-c {
  justify-content: center;
}

#s-c46fe483-21ad-4f45-81f8-8f9f0b280695 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-c46fe483-21ad-4f45-81f8-8f9f0b280695"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c46fe483-21ad-4f45-81f8-8f9f0b280695"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c46fe483-21ad-4f45-81f8-8f9f0b280695"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c46fe483-21ad-4f45-81f8-8f9f0b280695"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c46fe483-21ad-4f45-81f8-8f9f0b280695"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-96923daa-c2ad-499f-989e-a5a0b5eb8230 {
  margin-right: 0px;
max-width: 1499px;
text-align: center;
}
@media (max-width: 767px){#s-96923daa-c2ad-499f-989e-a5a0b5eb8230 {
  margin-right: 10px;
}
}
#s-96923daa-c2ad-499f-989e-a5a0b5eb8230 {
  overflow: hidden;
  
  
      max-width: 1499px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-96923daa-c2ad-499f-989e-a5a0b5eb8230 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ba61cab-45d9-464a-ac53-1b679257088e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3ba61cab-45d9-464a-ac53-1b679257088e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ba61cab-45d9-464a-ac53-1b679257088e.shg-box.shg-c {
  justify-content: center;
}

#s-1ce82320-188d-4adc-8c42-37a59e7d8e57 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1ce82320-188d-4adc-8c42-37a59e7d8e57 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-0d8e0c5f-3851-41f9-88ee-14d5a536f4b7 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-92a28f01-500d-4caf-954f-932afe619742 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-92a28f01-500d-4caf-954f-932afe619742"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92a28f01-500d-4caf-954f-932afe619742"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92a28f01-500d-4caf-954f-932afe619742"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92a28f01-500d-4caf-954f-932afe619742"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-64aca5ab-ddb9-4a25-9f78-eec323cd2696 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-64aca5ab-ddb9-4a25-9f78-eec323cd2696 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}







#s-64aca5ab-ddb9-4a25-9f78-eec323cd2696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64aca5ab-ddb9-4a25-9f78-eec323cd2696.shg-box.shg-c {
  justify-content: center;
}

#s-3ae0e8a1-a3a6-42ae-bdca-c18621292f5d {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3ae0e8a1-a3a6-42ae-bdca-c18621292f5d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8fefe85c-9a55-4cd3-9c13-185b3e5f3be9 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

.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-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  margin-left: auto;
margin-right: auto;
max-width: 1499px;
text-align: center;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  margin: 0 !important;
  overflow: visible;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf-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-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add background color handling */
  
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8418ad2-64cd-4670-8093-d0de5cef5adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image {
  box-sizing: border-box;
}



.s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  
}


@media (min-width: 1200px){#s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  margin: 0 !important;
  overflow: visible;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf-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-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add background color handling */
  
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8418ad2-64cd-4670-8093-d0de5cef5adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image {
  box-sizing: border-box;
}



.s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  margin: 0 !important;
  overflow: visible;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf-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-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add background color handling */
  
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8418ad2-64cd-4670-8093-d0de5cef5adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image {
  box-sizing: border-box;
}



.s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  margin: 0 !important;
  overflow: visible;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf-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-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add background color handling */
  
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8418ad2-64cd-4670-8093-d0de5cef5adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image {
  box-sizing: border-box;
}



.s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  
}


}@media (max-width: 767px){#s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  margin: 0 !important;
  overflow: visible;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf-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-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8418ad2-64cd-4670-8093-d0de5cef5adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add background color handling */
  
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8418ad2-64cd-4670-8093-d0de5cef5adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8418ad2-64cd-4670-8093-d0de5cef5adf.shogun-image {
  box-sizing: border-box;
}



.s-f8418ad2-64cd-4670-8093-d0de5cef5adf img.shogun-image {
  
}


}
#s-d0843a14-d26c-448f-b954-bed883fde56e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d0843a14-d26c-448f-b954-bed883fde56e {
  display: none;
}
#s-d0843a14-d26c-448f-b954-bed883fde56e, #wrap-s-d0843a14-d26c-448f-b954-bed883fde56e, #wrap-content-s-d0843a14-d26c-448f-b954-bed883fde56e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0843a14-d26c-448f-b954-bed883fde56e {
  display: none;
}
#s-d0843a14-d26c-448f-b954-bed883fde56e, #wrap-s-d0843a14-d26c-448f-b954-bed883fde56e, #wrap-content-s-d0843a14-d26c-448f-b954-bed883fde56e { display: none !important; }}







#s-d0843a14-d26c-448f-b954-bed883fde56e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0843a14-d26c-448f-b954-bed883fde56e.shg-box.shg-c {
  justify-content: center;
}

#s-e87851ca-3add-43ac-bbb5-570d11e887c5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-e87851ca-3add-43ac-bbb5-570d11e887c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e87851ca-3add-43ac-bbb5-570d11e887c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e87851ca-3add-43ac-bbb5-570d11e887c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e87851ca-3add-43ac-bbb5-570d11e887c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-05f7084f-286e-40b8-b780-eb796d9a3c50 {
  margin-right: 0px;
max-width: 1499px;
text-align: center;
}
@media (max-width: 767px){#s-05f7084f-286e-40b8-b780-eb796d9a3c50 {
  margin-right: 10px;
}
}
#s-05f7084f-286e-40b8-b780-eb796d9a3c50 {
  overflow: hidden;
  
  
      max-width: 1499px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-05f7084f-286e-40b8-b780-eb796d9a3c50 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d2476975-3a41-4245-9570-408ddd1f296c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d2476975-3a41-4245-9570-408ddd1f296c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2476975-3a41-4245-9570-408ddd1f296c.shg-box.shg-c {
  justify-content: center;
}

#s-7c38cbdb-d28b-479d-8d38-c64e9d57a597 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7c38cbdb-d28b-479d-8d38-c64e9d57a597 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-7c38cbdb-d28b-479d-8d38-c64e9d57a597 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-de483e1c-33f6-4f9a-83d2-abbbdc821548 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-030cd885-23c8-4646-818d-9034129658e0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-030cd885-23c8-4646-818d-9034129658e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-030cd885-23c8-4646-818d-9034129658e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-030cd885-23c8-4646-818d-9034129658e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-030cd885-23c8-4646-818d-9034129658e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-030cd885-23c8-4646-818d-9034129658e0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d2ae6b39-b423-43f6-a9a0-31050b1d30eb {
  margin-left: 100px;
margin-right: 10px;
}
@media (max-width: 767px){#s-d2ae6b39-b423-43f6-a9a0-31050b1d30eb {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}







#s-d2ae6b39-b423-43f6-a9a0-31050b1d30eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2ae6b39-b423-43f6-a9a0-31050b1d30eb.shg-box.shg-c {
  justify-content: center;
}

#s-c20a4b0f-e849-4d7f-9e80-d2c6bcf3e528 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c20a4b0f-e849-4d7f-9e80-d2c6bcf3e528 .shogun-heading-component h2 {
  color: rgba(253, 253, 253, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-c20a4b0f-e849-4d7f-9e80-d2c6bcf3e528 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-76096875-f0e8-49ba-9bb9-fa29eabcf0e0 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  margin-left: auto;
margin-right: auto;
max-width: 1499px;
text-align: center;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7-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-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image {
  box-sizing: border-box;
}



.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7-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-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image {
  box-sizing: border-box;
}



.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7-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-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image {
  box-sizing: border-box;
}



.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7-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-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image {
  box-sizing: border-box;
}



.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7-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-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf798248-5636-48b3-a625-7a1d6fb5cda7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf798248-5636-48b3-a625-7a1d6fb5cda7.shogun-image {
  box-sizing: border-box;
}



.s-bf798248-5636-48b3-a625-7a1d6fb5cda7 img.shogun-image {
  
}


}
#s-ca71bb96-7b3b-43d2-809f-63ee080ba28a {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-ca71bb96-7b3b-43d2-809f-63ee080ba28a .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-cda0c4aa-29ba-447d-b4e2-6f593ca99617 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-cda0c4aa-29ba-447d-b4e2-6f593ca99617 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-cda0c4aa-29ba-447d-b4e2-6f593ca99617 .shg-sld-nav-button.shg-sld-left,
#s-cda0c4aa-29ba-447d-b4e2-6f593ca99617 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-f1049af3-3a32-4b1d-abf3-9eba6942167e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f1049af3-3a32-4b1d-abf3-9eba6942167e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f1049af3-3a32-4b1d-abf3-9eba6942167e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f1049af3-3a32-4b1d-abf3-9eba6942167e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f1049af3-3a32-4b1d-abf3-9eba6942167e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39650b9a-0df3-4ebf-9bdb-231ac0b1f847.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aa04bc5-a677-41b2-8999-6a47d7e4c4b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-89343395-0f6b-469d-9c79-8719d206223e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-89343395-0f6b-469d-9c79-8719d206223e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89343395-0f6b-469d-9c79-8719d206223e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89343395-0f6b-469d-9c79-8719d206223e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89343395-0f6b-469d-9c79-8719d206223e img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-89343395-0f6b-469d-9c79-8719d206223e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-89343395-0f6b-469d-9c79-8719d206223e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89343395-0f6b-469d-9c79-8719d206223e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89343395-0f6b-469d-9c79-8719d206223e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89343395-0f6b-469d-9c79-8719d206223e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-89343395-0f6b-469d-9c79-8719d206223e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-89343395-0f6b-469d-9c79-8719d206223e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89343395-0f6b-469d-9c79-8719d206223e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89343395-0f6b-469d-9c79-8719d206223e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89343395-0f6b-469d-9c79-8719d206223e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-89343395-0f6b-469d-9c79-8719d206223e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-89343395-0f6b-469d-9c79-8719d206223e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89343395-0f6b-469d-9c79-8719d206223e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89343395-0f6b-469d-9c79-8719d206223e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89343395-0f6b-469d-9c79-8719d206223e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-89343395-0f6b-469d-9c79-8719d206223e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-89343395-0f6b-469d-9c79-8719d206223e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89343395-0f6b-469d-9c79-8719d206223e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89343395-0f6b-469d-9c79-8719d206223e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89343395-0f6b-469d-9c79-8719d206223e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89343395-0f6b-469d-9c79-8719d206223e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-89343395-0f6b-469d-9c79-8719d206223e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89343395-0f6b-469d-9c79-8719d206223e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b40cfe2a-121a-4d8d-a315-1f508538d34d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b40cfe2a-121a-4d8d-a315-1f508538d34d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40cfe2a-121a-4d8d-a315-1f508538d34d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
@media (min-width: 0px) {
[id="s-2109df21-7ddb-4f3d-9fb5-18c706ebc474"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2109df21-7ddb-4f3d-9fb5-18c706ebc474"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2109df21-7ddb-4f3d-9fb5-18c706ebc474"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2109df21-7ddb-4f3d-9fb5-18c706ebc474"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7f7fc321-6fbb-496f-9300-ee7fb3457467 {
  max-width: 200px;
text-align: center;
}

#s-7f7fc321-6fbb-496f-9300-ee7fb3457467 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7f7fc321-6fbb-496f-9300-ee7fb3457467 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1d6be88a-7e59-4a29-9ebc-74feb6375a90 {
  max-width: 200px;
text-align: center;
}

#s-1d6be88a-7e59-4a29-9ebc-74feb6375a90 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1d6be88a-7e59-4a29-9ebc-74feb6375a90 .shogun-image-content {
  
    justify-content: center;
  
}

#s-18f59a0f-a60e-4a4a-a433-808aa3e39f95 {
  max-width: 200px;
text-align: center;
}

#s-18f59a0f-a60e-4a4a-a433-808aa3e39f95 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-18f59a0f-a60e-4a4a-a433-808aa3e39f95 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995-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-2c08b9ff-228e-4632-8537-d34da42c3995 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c08b9ff-228e-4632-8537-d34da42c3995 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image {
  box-sizing: border-box;
}



.s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995-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-2c08b9ff-228e-4632-8537-d34da42c3995 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c08b9ff-228e-4632-8537-d34da42c3995 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image {
  box-sizing: border-box;
}



.s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995-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-2c08b9ff-228e-4632-8537-d34da42c3995 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c08b9ff-228e-4632-8537-d34da42c3995 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image {
  box-sizing: border-box;
}



.s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995-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-2c08b9ff-228e-4632-8537-d34da42c3995 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c08b9ff-228e-4632-8537-d34da42c3995 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image {
  box-sizing: border-box;
}



.s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995-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-2c08b9ff-228e-4632-8537-d34da42c3995 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c08b9ff-228e-4632-8537-d34da42c3995 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2c08b9ff-228e-4632-8537-d34da42c3995 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c08b9ff-228e-4632-8537-d34da42c3995.shogun-image {
  box-sizing: border-box;
}



.s-2c08b9ff-228e-4632-8537-d34da42c3995 img.shogun-image {
  
}


}
#s-6eae46e3-9f8d-4891-a4a4-1374404a3f65 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-6eae46e3-9f8d-4891-a4a4-1374404a3f65 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

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

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

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-4a841957-ec0a-4046-8a19-61e731d5061e {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4a841957-ec0a-4046-8a19-61e731d5061e {
  display: none;
}
#s-4a841957-ec0a-4046-8a19-61e731d5061e, #wrap-s-4a841957-ec0a-4046-8a19-61e731d5061e, #wrap-content-s-4a841957-ec0a-4046-8a19-61e731d5061e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a841957-ec0a-4046-8a19-61e731d5061e {
  display: none;
}
#s-4a841957-ec0a-4046-8a19-61e731d5061e, #wrap-s-4a841957-ec0a-4046-8a19-61e731d5061e, #wrap-content-s-4a841957-ec0a-4046-8a19-61e731d5061e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a841957-ec0a-4046-8a19-61e731d5061e {
  display: none;
}
#s-4a841957-ec0a-4046-8a19-61e731d5061e, #wrap-s-4a841957-ec0a-4046-8a19-61e731d5061e, #wrap-content-s-4a841957-ec0a-4046-8a19-61e731d5061e { display: none !important; }}
#s-4a841957-ec0a-4046-8a19-61e731d5061e .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e {
  --swiper-pagination-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(107, 20, 20, 1) !important;
  --arrow-button-size: 50px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-prev,
#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-next {
  
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-prev svg,
#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e .swiper-pagination-bullet-active {
  background-color: rgba(107, 20, 20, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  flex-end
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-4a841957-ec0a-4046-8a19-61e731d5061e .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e {
  --swiper-pagination-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(107, 20, 20, 1) !important;
  --arrow-button-size: 50px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-prev,
#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-next {
  
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-prev svg,
#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e .swiper-pagination-bullet-active {
  background-color: rgba(107, 20, 20, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4a841957-ec0a-4046-8a19-61e731d5061e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  flex-end
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-70a7b27f-99a0-4643-859d-f6d7dbd163df {
  margin-left: auto;
margin-right: auto;
}

.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-9f13875b-269e-43dd-9b77-310946a20dec {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec {
  max-width:  100%;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec {
  max-width:  100%;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec {
  max-width:  100%;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec {
  max-width:  100%;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec {
  max-width:  100%;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec .shg-image-zoom,
.shg-c#s-9f13875b-269e-43dd-9b77-310946a20dec img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-2b8cec8a-d8b6-491d-8eaf-d25a359cc0ef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b8cec8a-d8b6-491d-8eaf-d25a359cc0ef .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-5ecbe3eb-f7a8-4a65-b700-06e99de99666 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5ecbe3eb-f7a8-4a65-b700-06e99de99666 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5ecbe3eb-f7a8-4a65-b700-06e99de99666 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-5ecbe3eb-f7a8-4a65-b700-06e99de99666 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-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-24dc3093-4e51-40f8-9b87-3a741100090f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-24dc3093-4e51-40f8-9b87-3a741100090f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24dc3093-4e51-40f8-9b87-3a741100090f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24dc3093-4e51-40f8-9b87-3a741100090f-atc-btn-wrapper {
    text-align: center;
  }


#s-24dc3093-4e51-40f8-9b87-3a741100090f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-24dc3093-4e51-40f8-9b87-3a741100090f-atc-btn-wrapper {
    text-align: center;
  }


#s-24dc3093-4e51-40f8-9b87-3a741100090f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-24dc3093-4e51-40f8-9b87-3a741100090f-atc-btn-wrapper {
    text-align: center;
  }


#s-24dc3093-4e51-40f8-9b87-3a741100090f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-24dc3093-4e51-40f8-9b87-3a741100090f-atc-btn-wrapper {
    text-align: center;
  }


#s-24dc3093-4e51-40f8-9b87-3a741100090f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-24dc3093-4e51-40f8-9b87-3a741100090f-atc-btn-wrapper {
    text-align: center;
  }


#s-24dc3093-4e51-40f8-9b87-3a741100090f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-24dc3093-4e51-40f8-9b87-3a741100090f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6d108919-47e6-4436-b180-0470306d8193 {
  margin-left: auto;
margin-right: auto;
}

#s-2cce3028-ef20-42d4-85a4-5f259395b84b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b {
  max-width:  100%;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b {
  max-width:  100%;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b {
  max-width:  100%;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b {
  max-width:  100%;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b {
  max-width:  100%;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b .shg-image-zoom,
.shg-c#s-2cce3028-ef20-42d4-85a4-5f259395b84b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2d390cbf-d200-4aa7-b7b1-fc3717120e75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d390cbf-d200-4aa7-b7b1-fc3717120e75 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-47bfeeee-13fe-4cc0-9b6e-1273b4e9f6b3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-47bfeeee-13fe-4cc0-9b6e-1273b4e9f6b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-47bfeeee-13fe-4cc0-9b6e-1273b4e9f6b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-47bfeeee-13fe-4cc0-9b6e-1273b4e9f6b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b8affbab-c8ce-49f2-925f-b407f44feda1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8affbab-c8ce-49f2-925f-b407f44feda1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8affbab-c8ce-49f2-925f-b407f44feda1-atc-btn-wrapper {
    text-align: center;
  }


#s-b8affbab-c8ce-49f2-925f-b407f44feda1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b8affbab-c8ce-49f2-925f-b407f44feda1-atc-btn-wrapper {
    text-align: center;
  }


#s-b8affbab-c8ce-49f2-925f-b407f44feda1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8affbab-c8ce-49f2-925f-b407f44feda1-atc-btn-wrapper {
    text-align: center;
  }


#s-b8affbab-c8ce-49f2-925f-b407f44feda1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b8affbab-c8ce-49f2-925f-b407f44feda1-atc-btn-wrapper {
    text-align: center;
  }


#s-b8affbab-c8ce-49f2-925f-b407f44feda1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b8affbab-c8ce-49f2-925f-b407f44feda1-atc-btn-wrapper {
    text-align: center;
  }


#s-b8affbab-c8ce-49f2-925f-b407f44feda1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8affbab-c8ce-49f2-925f-b407f44feda1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5eeff71a-5983-4134-baf1-3c94f6177df3 {
  margin-left: auto;
margin-right: auto;
}

#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed {
  max-width:  100%;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed {
  max-width:  100%;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed {
  max-width:  100%;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed {
  max-width:  100%;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed {
  max-width:  100%;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed .shg-image-zoom,
.shg-c#s-8878765d-9fa3-49e8-ae51-1d38a2ceb9ed img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a25081d8-9fde-4908-9687-a1c44f0eb2cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a25081d8-9fde-4908-9687-a1c44f0eb2cb .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-36e88ed7-d656-4847-b357-6166a03e14af {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-36e88ed7-d656-4847-b357-6166a03e14af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-36e88ed7-d656-4847-b357-6166a03e14af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-36e88ed7-d656-4847-b357-6166a03e14af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-668b9dd6-2038-4840-a2cf-2c008ec4ad47-atc-btn-wrapper {
    text-align: center;
  }


#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-668b9dd6-2038-4840-a2cf-2c008ec4ad47-atc-btn-wrapper {
    text-align: center;
  }


#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-668b9dd6-2038-4840-a2cf-2c008ec4ad47-atc-btn-wrapper {
    text-align: center;
  }


#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-668b9dd6-2038-4840-a2cf-2c008ec4ad47-atc-btn-wrapper {
    text-align: center;
  }


#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-668b9dd6-2038-4840-a2cf-2c008ec4ad47-atc-btn-wrapper {
    text-align: center;
  }


#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-668b9dd6-2038-4840-a2cf-2c008ec4ad47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-aa1fcfb9-7473-4e80-b426-c1b8ae9a5bb5 {
  margin-left: auto;
margin-right: auto;
}

#s-3493c675-51de-4417-8473-4454fe0272e5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 {
  max-width:  100%;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 {
  max-width:  100%;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 {
  max-width:  100%;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 {
  max-width:  100%;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 {
  max-width:  100%;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 .shg-image-zoom,
.shg-c#s-3493c675-51de-4417-8473-4454fe0272e5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-714e1e0f-84a6-4aa9-acd7-9417237da0d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-714e1e0f-84a6-4aa9-acd7-9417237da0d5 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-18ba3b5c-579b-4e58-b15b-cf77f74275b8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-18ba3b5c-579b-4e58-b15b-cf77f74275b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-18ba3b5c-579b-4e58-b15b-cf77f74275b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-18ba3b5c-579b-4e58-b15b-cf77f74275b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-91048a7f-b6fd-4b74-935c-a2510d79f81c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91048a7f-b6fd-4b74-935c-a2510d79f81c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91048a7f-b6fd-4b74-935c-a2510d79f81c-atc-btn-wrapper {
    text-align: center;
  }


#s-91048a7f-b6fd-4b74-935c-a2510d79f81c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-91048a7f-b6fd-4b74-935c-a2510d79f81c-atc-btn-wrapper {
    text-align: center;
  }


#s-91048a7f-b6fd-4b74-935c-a2510d79f81c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-91048a7f-b6fd-4b74-935c-a2510d79f81c-atc-btn-wrapper {
    text-align: center;
  }


#s-91048a7f-b6fd-4b74-935c-a2510d79f81c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-91048a7f-b6fd-4b74-935c-a2510d79f81c-atc-btn-wrapper {
    text-align: center;
  }


#s-91048a7f-b6fd-4b74-935c-a2510d79f81c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-91048a7f-b6fd-4b74-935c-a2510d79f81c-atc-btn-wrapper {
    text-align: center;
  }


#s-91048a7f-b6fd-4b74-935c-a2510d79f81c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-91048a7f-b6fd-4b74-935c-a2510d79f81c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6532741f-0ce9-4947-ab95-0ad3d0101876 {
  margin-left: auto;
margin-right: auto;
}

#s-5588b307-ca76-4363-b93d-7e074cee5030 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 {
  max-width:  100%;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 {
  max-width:  100%;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 {
  max-width:  100%;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 {
  max-width:  100%;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 {
  max-width:  100%;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 .shg-image-zoom,
.shg-c#s-5588b307-ca76-4363-b93d-7e074cee5030 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3a194505-c9d2-41db-905d-67e67a09efc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a194505-c9d2-41db-905d-67e67a09efc2 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c8fe4132-f14b-4941-b85e-2d0f0f6026b9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c8fe4132-f14b-4941-b85e-2d0f0f6026b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c8fe4132-f14b-4941-b85e-2d0f0f6026b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-c8fe4132-f14b-4941-b85e-2d0f0f6026b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c7ff507a-28ff-4129-afd3-b8a6fa058809:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7ff507a-28ff-4129-afd3-b8a6fa058809:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7ff507a-28ff-4129-afd3-b8a6fa058809-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff507a-28ff-4129-afd3-b8a6fa058809 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c7ff507a-28ff-4129-afd3-b8a6fa058809-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff507a-28ff-4129-afd3-b8a6fa058809 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7ff507a-28ff-4129-afd3-b8a6fa058809-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff507a-28ff-4129-afd3-b8a6fa058809 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c7ff507a-28ff-4129-afd3-b8a6fa058809-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff507a-28ff-4129-afd3-b8a6fa058809 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c7ff507a-28ff-4129-afd3-b8a6fa058809-atc-btn-wrapper {
    text-align: center;
  }


#s-c7ff507a-28ff-4129-afd3-b8a6fa058809 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ff507a-28ff-4129-afd3-b8a6fa058809.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-94486939-a2c8-490b-a83b-7eae6f55eef6 {
  margin-left: auto;
margin-right: auto;
}

#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 {
  max-width:  100%;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 {
  max-width:  100%;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 {
  max-width:  100%;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 {
  max-width:  100%;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 {
  max-width:  100%;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 .shg-image-zoom,
.shg-c#s-17d7e625-5f80-4f1c-b3b0-febcf572d228 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8091d11d-2ae3-4844-930c-b49dd88e5963 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8091d11d-2ae3-4844-930c-b49dd88e5963 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-a80d9450-6d80-4bdc-aac7-0dc975fa5014 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a80d9450-6d80-4bdc-aac7-0dc975fa5014 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a80d9450-6d80-4bdc-aac7-0dc975fa5014 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-a80d9450-6d80-4bdc-aac7-0dc975fa5014 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-806bb35f-6c02-45db-b7da-1289e45805b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-806bb35f-6c02-45db-b7da-1289e45805b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-806bb35f-6c02-45db-b7da-1289e45805b2-atc-btn-wrapper {
    text-align: center;
  }


#s-806bb35f-6c02-45db-b7da-1289e45805b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-806bb35f-6c02-45db-b7da-1289e45805b2-atc-btn-wrapper {
    text-align: center;
  }


#s-806bb35f-6c02-45db-b7da-1289e45805b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-806bb35f-6c02-45db-b7da-1289e45805b2-atc-btn-wrapper {
    text-align: center;
  }


#s-806bb35f-6c02-45db-b7da-1289e45805b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-806bb35f-6c02-45db-b7da-1289e45805b2-atc-btn-wrapper {
    text-align: center;
  }


#s-806bb35f-6c02-45db-b7da-1289e45805b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-806bb35f-6c02-45db-b7da-1289e45805b2-atc-btn-wrapper {
    text-align: center;
  }


#s-806bb35f-6c02-45db-b7da-1289e45805b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-806bb35f-6c02-45db-b7da-1289e45805b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-aed1bc2e-588d-4ee2-8442-c7ad3998670b {
  margin-left: auto;
margin-right: auto;
}

#s-4614d632-65bd-49f2-945d-ecacbfed1696 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 {
  max-width:  100%;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 {
  max-width:  100%;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 {
  max-width:  100%;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 {
  max-width:  100%;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 {
  max-width:  100%;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 .shg-image-zoom,
.shg-c#s-4614d632-65bd-49f2-945d-ecacbfed1696 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9eecfcb1-cab0-4225-ae16-5749a3f7332f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9eecfcb1-cab0-4225-ae16-5749a3f7332f .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-405e6f73-3a1c-433c-be89-08e28e56d376 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-405e6f73-3a1c-433c-be89-08e28e56d376 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-405e6f73-3a1c-433c-be89-08e28e56d376 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-405e6f73-3a1c-433c-be89-08e28e56d376 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b38eb4ed-c4ae-425e-9d70-3cf795a652da-atc-btn-wrapper {
    text-align: center;
  }


#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b38eb4ed-c4ae-425e-9d70-3cf795a652da-atc-btn-wrapper {
    text-align: center;
  }


#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b38eb4ed-c4ae-425e-9d70-3cf795a652da-atc-btn-wrapper {
    text-align: center;
  }


#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b38eb4ed-c4ae-425e-9d70-3cf795a652da-atc-btn-wrapper {
    text-align: center;
  }


#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b38eb4ed-c4ae-425e-9d70-3cf795a652da-atc-btn-wrapper {
    text-align: center;
  }


#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b38eb4ed-c4ae-425e-9d70-3cf795a652da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-997be913-df8b-4819-9cbe-ec461d672792 {
  margin-left: auto;
margin-right: auto;
}

#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e {
  max-width:  100%;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e {
  max-width:  100%;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e {
  max-width:  100%;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e {
  max-width:  100%;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e {
  max-width:  100%;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e .shg-image-zoom,
.shg-c#s-65a2a0be-600c-43da-a6b8-b40a3b2f4f8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd2c68fa-4a58-4fec-9a0a-b4d6220659da {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd2c68fa-4a58-4fec-9a0a-b4d6220659da .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-dfc25e30-63f1-417b-b58f-f7d17c731649 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dfc25e30-63f1-417b-b58f-f7d17c731649 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dfc25e30-63f1-417b-b58f-f7d17c731649 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-dfc25e30-63f1-417b-b58f-f7d17c731649 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1-atc-btn-wrapper {
    text-align: center;
  }


#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1-atc-btn-wrapper {
    text-align: center;
  }


#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1-atc-btn-wrapper {
    text-align: center;
  }


#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1-atc-btn-wrapper {
    text-align: center;
  }


#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1-atc-btn-wrapper {
    text-align: center;
  }


#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee71fd18-ea49-46a8-a625-994a0ef9f7e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3c608a16-915c-4ed0-92b4-05b9dd0e5cde {
  margin-left: auto;
margin-right: auto;
}

#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 {
  max-width:  100%;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 {
  max-width:  100%;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 {
  max-width:  100%;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 {
  max-width:  100%;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 {
  max-width:  100%;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 .shg-image-zoom,
.shg-c#s-da5517ea-e9ec-44ea-8267-16ca0c3c0800 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6ff84299-fb7c-4319-b6ca-620085d164fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ff84299-fb7c-4319-b6ca-620085d164fb .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-468b70c1-73a1-4b31-86c2-6265bb7d0f37 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-468b70c1-73a1-4b31-86c2-6265bb7d0f37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-468b70c1-73a1-4b31-86c2-6265bb7d0f37 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-468b70c1-73a1-4b31-86c2-6265bb7d0f37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2-atc-btn-wrapper {
    text-align: center;
  }


#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2-atc-btn-wrapper {
    text-align: center;
  }


#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2-atc-btn-wrapper {
    text-align: center;
  }


#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2-atc-btn-wrapper {
    text-align: center;
  }


#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2-atc-btn-wrapper {
    text-align: center;
  }


#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ddbcada-08f2-4c0b-99c0-3ba456bd79b2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-730d3cb3-e7f3-4ff0-abf6-3e2a76561a84 {
  margin-left: auto;
margin-right: auto;
}

#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 {
  max-width:  100%;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 {
  max-width:  100%;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 {
  max-width:  100%;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 {
  max-width:  100%;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 {
  max-width:  100%;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 .shg-image-zoom,
.shg-c#s-9111dec7-cfdf-4eb1-87ce-fbb8447732d6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d234c453-e5ee-45d5-8c82-bf0285981b91 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d234c453-e5ee-45d5-8c82-bf0285981b91 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0045f4ae-08b7-411a-b4d7-46229defc36f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0045f4ae-08b7-411a-b4d7-46229defc36f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0045f4ae-08b7-411a-b4d7-46229defc36f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0045f4ae-08b7-411a-b4d7-46229defc36f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e-atc-btn-wrapper {
    text-align: center;
  }


#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e-atc-btn-wrapper {
    text-align: center;
  }


#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e-atc-btn-wrapper {
    text-align: center;
  }


#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e-atc-btn-wrapper {
    text-align: center;
  }


#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e-atc-btn-wrapper {
    text-align: center;
  }


#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a07c07a2-f3b9-4461-a4ff-0c3f110cd79e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-55509b70-234f-48ea-a0dc-72e174a7aeb9 {
  margin-left: auto;
margin-right: auto;
}

#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 {
  max-width:  100%;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 {
  max-width:  100%;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 {
  max-width:  100%;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 {
  max-width:  100%;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 {
  max-width:  100%;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 .shg-image-zoom,
.shg-c#s-54aa1130-3f70-44ae-99b1-7b371eba6b85 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c07cc2ff-8ea7-4f12-abb7-da8d721b7727 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c07cc2ff-8ea7-4f12-abb7-da8d721b7727 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-aabc2a03-489c-4760-a641-82ff512ac991 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aabc2a03-489c-4760-a641-82ff512ac991 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-aabc2a03-489c-4760-a641-82ff512ac991 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-aabc2a03-489c-4760-a641-82ff512ac991 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c12dad25-d6c4-488c-ac6c-016061e0282a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c12dad25-d6c4-488c-ac6c-016061e0282a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c12dad25-d6c4-488c-ac6c-016061e0282a-atc-btn-wrapper {
    text-align: center;
  }


#s-c12dad25-d6c4-488c-ac6c-016061e0282a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c12dad25-d6c4-488c-ac6c-016061e0282a-atc-btn-wrapper {
    text-align: center;
  }


#s-c12dad25-d6c4-488c-ac6c-016061e0282a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c12dad25-d6c4-488c-ac6c-016061e0282a-atc-btn-wrapper {
    text-align: center;
  }


#s-c12dad25-d6c4-488c-ac6c-016061e0282a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c12dad25-d6c4-488c-ac6c-016061e0282a-atc-btn-wrapper {
    text-align: center;
  }


#s-c12dad25-d6c4-488c-ac6c-016061e0282a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c12dad25-d6c4-488c-ac6c-016061e0282a-atc-btn-wrapper {
    text-align: center;
  }


#s-c12dad25-d6c4-488c-ac6c-016061e0282a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c12dad25-d6c4-488c-ac6c-016061e0282a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fbb9ebb4-345f-48e1-bd90-bdeb461af862 {
  margin-left: auto;
margin-right: auto;
}

#s-45f3987c-86ca-4694-9753-41ea4ce0a4da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da {
  max-width:  100%;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da {
  max-width:  100%;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da {
  max-width:  100%;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da {
  max-width:  100%;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da {
  max-width:  100%;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da .shg-image-zoom,
.shg-c#s-45f3987c-86ca-4694-9753-41ea4ce0a4da img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-598997aa-7a6c-4eaa-9e43-05dc5eeb1336 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-598997aa-7a6c-4eaa-9e43-05dc5eeb1336 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-7ef748e3-b297-4e00-a702-18d8833a2b7d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7ef748e3-b297-4e00-a702-18d8833a2b7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7ef748e3-b297-4e00-a702-18d8833a2b7d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-7ef748e3-b297-4e00-a702-18d8833a2b7d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ea970b6-2537-49bb-a098-33f9e5081d92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ea970b6-2537-49bb-a098-33f9e5081d92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ea970b6-2537-49bb-a098-33f9e5081d92-atc-btn-wrapper {
    text-align: center;
  }


#s-3ea970b6-2537-49bb-a098-33f9e5081d92 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3ea970b6-2537-49bb-a098-33f9e5081d92-atc-btn-wrapper {
    text-align: center;
  }


#s-3ea970b6-2537-49bb-a098-33f9e5081d92 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ea970b6-2537-49bb-a098-33f9e5081d92-atc-btn-wrapper {
    text-align: center;
  }


#s-3ea970b6-2537-49bb-a098-33f9e5081d92 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3ea970b6-2537-49bb-a098-33f9e5081d92-atc-btn-wrapper {
    text-align: center;
  }


#s-3ea970b6-2537-49bb-a098-33f9e5081d92 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3ea970b6-2537-49bb-a098-33f9e5081d92-atc-btn-wrapper {
    text-align: center;
  }


#s-3ea970b6-2537-49bb-a098-33f9e5081d92 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ea970b6-2537-49bb-a098-33f9e5081d92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b5a8952a-2b26-45a0-a9f6-43c74fb1a641 {
  margin-left: auto;
margin-right: auto;
}

#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b {
  max-width:  100%;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b {
  max-width:  100%;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b {
  max-width:  100%;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b {
  max-width:  100%;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b {
  max-width:  100%;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b .shg-image-zoom,
.shg-c#s-e9b42434-5e89-4f9b-8319-9e3c1915fb0b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1a314cc5-efc8-403a-9751-538a41f07b27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a314cc5-efc8-403a-9751-538a41f07b27 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-46fb2ef4-b4fe-455f-8ebb-7f38e58076ad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-46fb2ef4-b4fe-455f-8ebb-7f38e58076ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-46fb2ef4-b4fe-455f-8ebb-7f38e58076ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-46fb2ef4-b4fe-455f-8ebb-7f38e58076ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-221593f0-2bf5-41cd-b50b-e8559868244f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-221593f0-2bf5-41cd-b50b-e8559868244f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-221593f0-2bf5-41cd-b50b-e8559868244f-atc-btn-wrapper {
    text-align: center;
  }


#s-221593f0-2bf5-41cd-b50b-e8559868244f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-221593f0-2bf5-41cd-b50b-e8559868244f-atc-btn-wrapper {
    text-align: center;
  }


#s-221593f0-2bf5-41cd-b50b-e8559868244f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-221593f0-2bf5-41cd-b50b-e8559868244f-atc-btn-wrapper {
    text-align: center;
  }


#s-221593f0-2bf5-41cd-b50b-e8559868244f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-221593f0-2bf5-41cd-b50b-e8559868244f-atc-btn-wrapper {
    text-align: center;
  }


#s-221593f0-2bf5-41cd-b50b-e8559868244f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-221593f0-2bf5-41cd-b50b-e8559868244f-atc-btn-wrapper {
    text-align: center;
  }


#s-221593f0-2bf5-41cd-b50b-e8559868244f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-221593f0-2bf5-41cd-b50b-e8559868244f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7b88753c-86f1-4706-9408-1350aaa5719b {
  margin-left: auto;
margin-right: auto;
}

#s-0118efc7-3feb-4231-9429-c492cb13661a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a {
  max-width:  100%;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a {
  max-width:  100%;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a {
  max-width:  100%;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a {
  max-width:  100%;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a {
  max-width:  100%;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a .shg-image-zoom,
.shg-c#s-0118efc7-3feb-4231-9429-c492cb13661a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a8e10c29-5647-45ab-bd86-59b32f771b6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8e10c29-5647-45ab-bd86-59b32f771b6e .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-414cb33b-e4ea-42f8-9ee5-121e754933ad {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-414cb33b-e4ea-42f8-9ee5-121e754933ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-414cb33b-e4ea-42f8-9ee5-121e754933ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-414cb33b-e4ea-42f8-9ee5-121e754933ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-316dec03-8747-47cb-9cce-49f2df486fcd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-316dec03-8747-47cb-9cce-49f2df486fcd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-316dec03-8747-47cb-9cce-49f2df486fcd-atc-btn-wrapper {
    text-align: center;
  }


#s-316dec03-8747-47cb-9cce-49f2df486fcd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-316dec03-8747-47cb-9cce-49f2df486fcd-atc-btn-wrapper {
    text-align: center;
  }


#s-316dec03-8747-47cb-9cce-49f2df486fcd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-316dec03-8747-47cb-9cce-49f2df486fcd-atc-btn-wrapper {
    text-align: center;
  }


#s-316dec03-8747-47cb-9cce-49f2df486fcd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-316dec03-8747-47cb-9cce-49f2df486fcd-atc-btn-wrapper {
    text-align: center;
  }


#s-316dec03-8747-47cb-9cce-49f2df486fcd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-316dec03-8747-47cb-9cce-49f2df486fcd-atc-btn-wrapper {
    text-align: center;
  }


#s-316dec03-8747-47cb-9cce-49f2df486fcd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-316dec03-8747-47cb-9cce-49f2df486fcd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f3f30037-deb1-4cad-b46e-71c5de96e978 {
  margin-left: auto;
margin-right: auto;
}

#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef {
  max-width:  100%;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef {
  max-width:  100%;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef {
  max-width:  100%;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef {
  max-width:  100%;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef {
  max-width:  100%;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef .shg-image-zoom,
.shg-c#s-ed73c307-fba0-4d83-bc77-4baf3bc400ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0fa76dcd-47ea-4620-a261-aec5a71fed89 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fa76dcd-47ea-4620-a261-aec5a71fed89 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-0563f5a4-1ac5-47f6-a1bb-7b9ec2e151b5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0563f5a4-1ac5-47f6-a1bb-7b9ec2e151b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0563f5a4-1ac5-47f6-a1bb-7b9ec2e151b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-0563f5a4-1ac5-47f6-a1bb-7b9ec2e151b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a076b4e-e79c-4d53-981f-65fd56fea4e1-atc-btn-wrapper {
    text-align: center;
  }


#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1a076b4e-e79c-4d53-981f-65fd56fea4e1-atc-btn-wrapper {
    text-align: center;
  }


#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a076b4e-e79c-4d53-981f-65fd56fea4e1-atc-btn-wrapper {
    text-align: center;
  }


#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1a076b4e-e79c-4d53-981f-65fd56fea4e1-atc-btn-wrapper {
    text-align: center;
  }


#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1a076b4e-e79c-4d53-981f-65fd56fea4e1-atc-btn-wrapper {
    text-align: center;
  }


#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1a076b4e-e79c-4d53-981f-65fd56fea4e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d6c87a45-6fa1-4223-9524-bf9235e787b0 {
  margin-left: auto;
margin-right: auto;
}

#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 {
  max-width:  100%;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 {
  max-width:  100%;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 {
  max-width:  100%;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 {
  max-width:  100%;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 {
  max-width:  100%;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 .shg-image-zoom,
.shg-c#s-2da3f1fd-ce98-47a1-92be-c03ec7ad67a6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a4d90e0e-b120-43fc-a2e8-c11b22f9b1ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4d90e0e-b120-43fc-a2e8-c11b22f9b1ac .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-9fe818f0-91fe-4776-9f36-f1ed593a28bd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9fe818f0-91fe-4776-9f36-f1ed593a28bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9fe818f0-91fe-4776-9f36-f1ed593a28bd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-9fe818f0-91fe-4776-9f36-f1ed593a28bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-abe74788-9919-4c4c-88d8-7e2fd6197627:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abe74788-9919-4c4c-88d8-7e2fd6197627:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abe74788-9919-4c4c-88d8-7e2fd6197627-atc-btn-wrapper {
    text-align: center;
  }


#s-abe74788-9919-4c4c-88d8-7e2fd6197627 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-abe74788-9919-4c4c-88d8-7e2fd6197627-atc-btn-wrapper {
    text-align: center;
  }


#s-abe74788-9919-4c4c-88d8-7e2fd6197627 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-abe74788-9919-4c4c-88d8-7e2fd6197627-atc-btn-wrapper {
    text-align: center;
  }


#s-abe74788-9919-4c4c-88d8-7e2fd6197627 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-abe74788-9919-4c4c-88d8-7e2fd6197627-atc-btn-wrapper {
    text-align: center;
  }


#s-abe74788-9919-4c4c-88d8-7e2fd6197627 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-abe74788-9919-4c4c-88d8-7e2fd6197627-atc-btn-wrapper {
    text-align: center;
  }


#s-abe74788-9919-4c4c-88d8-7e2fd6197627 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-abe74788-9919-4c4c-88d8-7e2fd6197627.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b81fd6be-65a0-4ae2-a9be-7a1cf15df953 {
  margin-left: auto;
margin-right: auto;
}

#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 {
  max-width:  100%;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 {
  max-width:  100%;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 {
  max-width:  100%;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 {
  max-width:  100%;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 {
  max-width:  100%;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 .shg-image-zoom,
.shg-c#s-a5598bbf-25a4-4dd9-9735-c8b5423aca05 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1b5fdf2d-4b20-447e-9fd1-86062ecd129f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b5fdf2d-4b20-447e-9fd1-86062ecd129f .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-883a0ecf-43bc-458e-9a53-23b813dcf6ef {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-883a0ecf-43bc-458e-9a53-23b813dcf6ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-883a0ecf-43bc-458e-9a53-23b813dcf6ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-883a0ecf-43bc-458e-9a53-23b813dcf6ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-58408af6-8c4b-42ad-9834-8e7d9989a69b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58408af6-8c4b-42ad-9834-8e7d9989a69b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58408af6-8c4b-42ad-9834-8e7d9989a69b-atc-btn-wrapper {
    text-align: center;
  }


#s-58408af6-8c4b-42ad-9834-8e7d9989a69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-58408af6-8c4b-42ad-9834-8e7d9989a69b-atc-btn-wrapper {
    text-align: center;
  }


#s-58408af6-8c4b-42ad-9834-8e7d9989a69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-58408af6-8c4b-42ad-9834-8e7d9989a69b-atc-btn-wrapper {
    text-align: center;
  }


#s-58408af6-8c4b-42ad-9834-8e7d9989a69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-58408af6-8c4b-42ad-9834-8e7d9989a69b-atc-btn-wrapper {
    text-align: center;
  }


#s-58408af6-8c4b-42ad-9834-8e7d9989a69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-58408af6-8c4b-42ad-9834-8e7d9989a69b-atc-btn-wrapper {
    text-align: center;
  }


#s-58408af6-8c4b-42ad-9834-8e7d9989a69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58408af6-8c4b-42ad-9834-8e7d9989a69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2fe46a06-628a-448c-ab0e-888facc383cf {
  margin-left: auto;
margin-right: auto;
}

#s-742e0690-3b85-4345-99ae-3148a97dde8e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e {
  max-width:  100%;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e {
  max-width:  100%;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e {
  max-width:  100%;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e {
  max-width:  100%;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e {
  max-width:  100%;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e .shg-image-zoom,
.shg-c#s-742e0690-3b85-4345-99ae-3148a97dde8e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-55abf327-16c8-4bfc-8d0b-264c1d430c42 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55abf327-16c8-4bfc-8d0b-264c1d430c42 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1bd2b9b7-e590-4d15-899b-2fec3ed7fafd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1bd2b9b7-e590-4d15-899b-2fec3ed7fafd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1bd2b9b7-e590-4d15-899b-2fec3ed7fafd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-1bd2b9b7-e590-4d15-899b-2fec3ed7fafd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1654fa3a-a190-4038-a3c7-3d6e97de2b11-atc-btn-wrapper {
    text-align: center;
  }


#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1654fa3a-a190-4038-a3c7-3d6e97de2b11-atc-btn-wrapper {
    text-align: center;
  }


#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1654fa3a-a190-4038-a3c7-3d6e97de2b11-atc-btn-wrapper {
    text-align: center;
  }


#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1654fa3a-a190-4038-a3c7-3d6e97de2b11-atc-btn-wrapper {
    text-align: center;
  }


#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1654fa3a-a190-4038-a3c7-3d6e97de2b11-atc-btn-wrapper {
    text-align: center;
  }


#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1654fa3a-a190-4038-a3c7-3d6e97de2b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e493f4de-8593-4e51-b8b1-7df36574596b {
  margin-left: auto;
margin-right: auto;
}

#s-473daedc-9311-420a-9d6c-5de709d8e367 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 {
  max-width:  100%;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 {
  max-width:  100%;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 {
  max-width:  100%;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 {
  max-width:  100%;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 {
  max-width:  100%;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 .shg-image-zoom,
.shg-c#s-473daedc-9311-420a-9d6c-5de709d8e367 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-170d395e-731c-43c5-be36-7a11eece3e1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-170d395e-731c-43c5-be36-7a11eece3e1e .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-ab5a92f4-f484-494b-85dd-d8f8f5b14877 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ab5a92f4-f484-494b-85dd-d8f8f5b14877 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ab5a92f4-f484-494b-85dd-d8f8f5b14877 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ab5a92f4-f484-494b-85dd-d8f8f5b14877 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e180a806-200d-4b95-96d2-b42a7402d810:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e180a806-200d-4b95-96d2-b42a7402d810:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e180a806-200d-4b95-96d2-b42a7402d810-atc-btn-wrapper {
    text-align: center;
  }


#s-e180a806-200d-4b95-96d2-b42a7402d810 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e180a806-200d-4b95-96d2-b42a7402d810-atc-btn-wrapper {
    text-align: center;
  }


#s-e180a806-200d-4b95-96d2-b42a7402d810 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e180a806-200d-4b95-96d2-b42a7402d810-atc-btn-wrapper {
    text-align: center;
  }


#s-e180a806-200d-4b95-96d2-b42a7402d810 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e180a806-200d-4b95-96d2-b42a7402d810-atc-btn-wrapper {
    text-align: center;
  }


#s-e180a806-200d-4b95-96d2-b42a7402d810 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e180a806-200d-4b95-96d2-b42a7402d810-atc-btn-wrapper {
    text-align: center;
  }


#s-e180a806-200d-4b95-96d2-b42a7402d810 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e180a806-200d-4b95-96d2-b42a7402d810.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-838d52ac-fb85-4a70-917b-5e693306b1da {
  margin-left: auto;
margin-right: auto;
}

#s-01367997-e166-4104-9b61-8e0ca1cc2211 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 {
  max-width:  100%;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 {
  max-width:  100%;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 {
  max-width:  100%;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 {
  max-width:  100%;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 {
  max-width:  100%;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 .shg-image-zoom,
.shg-c#s-01367997-e166-4104-9b61-8e0ca1cc2211 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df81a63d-a080-42e2-bad6-3f3f03768780 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df81a63d-a080-42e2-bad6-3f3f03768780 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-6fea1c4c-50ab-4cd6-b787-42176e91e8a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6fea1c4c-50ab-4cd6-b787-42176e91e8a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6fea1c4c-50ab-4cd6-b787-42176e91e8a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-6fea1c4c-50ab-4cd6-b787-42176e91e8a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-87df305b-8bab-49dc-b116-021157f95b30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-87df305b-8bab-49dc-b116-021157f95b30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87df305b-8bab-49dc-b116-021157f95b30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87df305b-8bab-49dc-b116-021157f95b30-atc-btn-wrapper {
    text-align: center;
  }


#s-87df305b-8bab-49dc-b116-021157f95b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-87df305b-8bab-49dc-b116-021157f95b30-atc-btn-wrapper {
    text-align: center;
  }


#s-87df305b-8bab-49dc-b116-021157f95b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-87df305b-8bab-49dc-b116-021157f95b30-atc-btn-wrapper {
    text-align: center;
  }


#s-87df305b-8bab-49dc-b116-021157f95b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-87df305b-8bab-49dc-b116-021157f95b30-atc-btn-wrapper {
    text-align: center;
  }


#s-87df305b-8bab-49dc-b116-021157f95b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-87df305b-8bab-49dc-b116-021157f95b30-atc-btn-wrapper {
    text-align: center;
  }


#s-87df305b-8bab-49dc-b116-021157f95b30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87df305b-8bab-49dc-b116-021157f95b30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a1535fc1-ee58-47ba-b790-961fb36c9142 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a1535fc1-ee58-47ba-b790-961fb36c9142 {
  display: none;
}
#s-a1535fc1-ee58-47ba-b790-961fb36c9142, #wrap-s-a1535fc1-ee58-47ba-b790-961fb36c9142, #wrap-content-s-a1535fc1-ee58-47ba-b790-961fb36c9142 { display: none !important; }}
#s-a1535fc1-ee58-47ba-b790-961fb36c9142 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 {
  --swiper-pagination-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(107, 20, 20, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 > .swiper-button-prev,
#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 > .swiper-button-next {
  
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 > .swiper-button-prev svg,
#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 .swiper-pagination-bullet-active {
  background-color: rgba(107, 20, 20, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a1535fc1-ee58-47ba-b790-961fb36c9142 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  flex-end
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-3f9d24d2-006c-44a5-b9e9-5e0bc0b1608e {
  margin-left: auto;
margin-right: auto;
}

#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 {
  max-width:  100%;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 {
  max-width:  100%;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 {
  max-width:  100%;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 {
  max-width:  100%;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 {
  max-width:  100%;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 .shg-image-zoom,
.shg-c#s-59bf32dd-9d08-45e8-bc78-1009f7a5a812 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d5b04db5-9df8-4720-a31e-18d2f461d72a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5b04db5-9df8-4720-a31e-18d2f461d72a .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-df726e47-f47b-48ac-b95a-26ec3bff3d73 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-df726e47-f47b-48ac-b95a-26ec3bff3d73 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-df726e47-f47b-48ac-b95a-26ec3bff3d73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-df726e47-f47b-48ac-b95a-26ec3bff3d73 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed0649ab-004d-4852-a81e-2e42f2ebc438:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed0649ab-004d-4852-a81e-2e42f2ebc438:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed0649ab-004d-4852-a81e-2e42f2ebc438-atc-btn-wrapper {
    text-align: center;
  }


#s-ed0649ab-004d-4852-a81e-2e42f2ebc438 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ed0649ab-004d-4852-a81e-2e42f2ebc438-atc-btn-wrapper {
    text-align: center;
  }


#s-ed0649ab-004d-4852-a81e-2e42f2ebc438 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed0649ab-004d-4852-a81e-2e42f2ebc438-atc-btn-wrapper {
    text-align: center;
  }


#s-ed0649ab-004d-4852-a81e-2e42f2ebc438 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ed0649ab-004d-4852-a81e-2e42f2ebc438-atc-btn-wrapper {
    text-align: center;
  }


#s-ed0649ab-004d-4852-a81e-2e42f2ebc438 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ed0649ab-004d-4852-a81e-2e42f2ebc438-atc-btn-wrapper {
    text-align: center;
  }


#s-ed0649ab-004d-4852-a81e-2e42f2ebc438 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed0649ab-004d-4852-a81e-2e42f2ebc438.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c5a93124-388d-4986-aefa-45b10b9ebd2c {
  margin-left: auto;
margin-right: auto;
}

#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 {
  max-width:  100%;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 {
  max-width:  100%;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 {
  max-width:  100%;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 {
  max-width:  100%;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 {
  max-width:  100%;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 .shg-image-zoom,
.shg-c#s-dbf3e84b-d236-42f9-b54b-6a3fe415b352 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38aabfbb-1042-44e9-b244-ad1831399e94 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38aabfbb-1042-44e9-b244-ad1831399e94 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e091878f-6ed8-4155-bfda-16878b087bf8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e091878f-6ed8-4155-bfda-16878b087bf8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e091878f-6ed8-4155-bfda-16878b087bf8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-e091878f-6ed8-4155-bfda-16878b087bf8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f5f4a31a-e059-425d-9121-6a437daf783d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5f4a31a-e059-425d-9121-6a437daf783d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5f4a31a-e059-425d-9121-6a437daf783d-atc-btn-wrapper {
    text-align: center;
  }


#s-f5f4a31a-e059-425d-9121-6a437daf783d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f5f4a31a-e059-425d-9121-6a437daf783d-atc-btn-wrapper {
    text-align: center;
  }


#s-f5f4a31a-e059-425d-9121-6a437daf783d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5f4a31a-e059-425d-9121-6a437daf783d-atc-btn-wrapper {
    text-align: center;
  }


#s-f5f4a31a-e059-425d-9121-6a437daf783d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f5f4a31a-e059-425d-9121-6a437daf783d-atc-btn-wrapper {
    text-align: center;
  }


#s-f5f4a31a-e059-425d-9121-6a437daf783d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f5f4a31a-e059-425d-9121-6a437daf783d-atc-btn-wrapper {
    text-align: center;
  }


#s-f5f4a31a-e059-425d-9121-6a437daf783d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5f4a31a-e059-425d-9121-6a437daf783d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0b2013ce-cdff-4400-b98e-a295e433097e {
  margin-left: auto;
margin-right: auto;
}

#s-c115c663-b297-4036-b8d7-6e977ca5967f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f {
  max-width:  100%;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f {
  max-width:  100%;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f {
  max-width:  100%;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f {
  max-width:  100%;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f {
  max-width:  100%;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f .shg-image-zoom,
.shg-c#s-c115c663-b297-4036-b8d7-6e977ca5967f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52f8cda3-2c4f-4444-a087-f1b8e958bf3c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52f8cda3-2c4f-4444-a087-f1b8e958bf3c .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b51f5139-316a-4dc8-a754-a89a38fe79e2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b51f5139-316a-4dc8-a754-a89a38fe79e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b51f5139-316a-4dc8-a754-a89a38fe79e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b51f5139-316a-4dc8-a754-a89a38fe79e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b9b8f74d-1188-4a00-accf-484aa44c192e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9b8f74d-1188-4a00-accf-484aa44c192e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9b8f74d-1188-4a00-accf-484aa44c192e-atc-btn-wrapper {
    text-align: center;
  }


#s-b9b8f74d-1188-4a00-accf-484aa44c192e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b9b8f74d-1188-4a00-accf-484aa44c192e-atc-btn-wrapper {
    text-align: center;
  }


#s-b9b8f74d-1188-4a00-accf-484aa44c192e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9b8f74d-1188-4a00-accf-484aa44c192e-atc-btn-wrapper {
    text-align: center;
  }


#s-b9b8f74d-1188-4a00-accf-484aa44c192e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b9b8f74d-1188-4a00-accf-484aa44c192e-atc-btn-wrapper {
    text-align: center;
  }


#s-b9b8f74d-1188-4a00-accf-484aa44c192e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b9b8f74d-1188-4a00-accf-484aa44c192e-atc-btn-wrapper {
    text-align: center;
  }


#s-b9b8f74d-1188-4a00-accf-484aa44c192e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b9b8f74d-1188-4a00-accf-484aa44c192e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-00054dc8-bb7a-4d80-a0aa-fa1826a3bd03 {
  margin-left: auto;
margin-right: auto;
}

#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 {
  max-width:  100%;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 {
  max-width:  100%;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 {
  max-width:  100%;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 {
  max-width:  100%;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 {
  max-width:  100%;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 .shg-image-zoom,
.shg-c#s-c6dfb4c3-df4f-4224-818d-1c8d0b010bc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c16cc0ff-e039-4815-9bcd-5ef00f4dab94 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c16cc0ff-e039-4815-9bcd-5ef00f4dab94 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f476f14e-dcda-43a0-9e07-c9dea7dec7f4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f476f14e-dcda-43a0-9e07-c9dea7dec7f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f476f14e-dcda-43a0-9e07-c9dea7dec7f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-f476f14e-dcda-43a0-9e07-c9dea7dec7f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73-atc-btn-wrapper {
    text-align: center;
  }


#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73-atc-btn-wrapper {
    text-align: center;
  }


#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73-atc-btn-wrapper {
    text-align: center;
  }


#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73-atc-btn-wrapper {
    text-align: center;
  }


#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73-atc-btn-wrapper {
    text-align: center;
  }


#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfa1aa4b-7af1-49fb-82df-64d3c890ac73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bf836c7a-193b-4bd0-b014-877f6217751b {
  margin-left: auto;
margin-right: auto;
}

#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d {
  max-width:  100%;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d {
  max-width:  100%;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d {
  max-width:  100%;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d {
  max-width:  100%;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d {
  max-width:  100%;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d .shg-image-zoom,
.shg-c#s-9ae2db05-0d9d-4a19-89b6-120b475cb27d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-073c9971-516c-4e69-a361-fd8a1b615816 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-073c9971-516c-4e69-a361-fd8a1b615816 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c6887b6a-95c4-435a-a4c3-c919c77e21b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c6887b6a-95c4-435a-a4c3-c919c77e21b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c6887b6a-95c4-435a-a4c3-c919c77e21b0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-c6887b6a-95c4-435a-a4c3-c919c77e21b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-139b121f-4060-4b35-83d6-1fa396587eab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-139b121f-4060-4b35-83d6-1fa396587eab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-139b121f-4060-4b35-83d6-1fa396587eab-atc-btn-wrapper {
    text-align: center;
  }


#s-139b121f-4060-4b35-83d6-1fa396587eab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-139b121f-4060-4b35-83d6-1fa396587eab-atc-btn-wrapper {
    text-align: center;
  }


#s-139b121f-4060-4b35-83d6-1fa396587eab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-139b121f-4060-4b35-83d6-1fa396587eab-atc-btn-wrapper {
    text-align: center;
  }


#s-139b121f-4060-4b35-83d6-1fa396587eab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-139b121f-4060-4b35-83d6-1fa396587eab-atc-btn-wrapper {
    text-align: center;
  }


#s-139b121f-4060-4b35-83d6-1fa396587eab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-139b121f-4060-4b35-83d6-1fa396587eab-atc-btn-wrapper {
    text-align: center;
  }


#s-139b121f-4060-4b35-83d6-1fa396587eab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-139b121f-4060-4b35-83d6-1fa396587eab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fa0867a6-58d2-49fd-bede-dd1141c43d96 {
  margin-left: auto;
margin-right: auto;
}

#s-8a484500-531a-4364-8157-e1ac3f4a23f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 {
  max-width:  100%;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 {
  max-width:  100%;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 {
  max-width:  100%;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 {
  max-width:  100%;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 {
  max-width:  100%;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 .shg-image-zoom,
.shg-c#s-8a484500-531a-4364-8157-e1ac3f4a23f5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aecce7e7-bbc0-489f-b568-96b51bbaf746 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aecce7e7-bbc0-489f-b568-96b51bbaf746 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-46488c7d-2225-4e49-9a15-003f70e2040b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-46488c7d-2225-4e49-9a15-003f70e2040b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-46488c7d-2225-4e49-9a15-003f70e2040b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-46488c7d-2225-4e49-9a15-003f70e2040b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-acf33713-be5b-4a4d-9040-85574afccd55:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acf33713-be5b-4a4d-9040-85574afccd55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-acf33713-be5b-4a4d-9040-85574afccd55-atc-btn-wrapper {
    text-align: center;
  }


#s-acf33713-be5b-4a4d-9040-85574afccd55 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-acf33713-be5b-4a4d-9040-85574afccd55-atc-btn-wrapper {
    text-align: center;
  }


#s-acf33713-be5b-4a4d-9040-85574afccd55 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-acf33713-be5b-4a4d-9040-85574afccd55-atc-btn-wrapper {
    text-align: center;
  }


#s-acf33713-be5b-4a4d-9040-85574afccd55 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-acf33713-be5b-4a4d-9040-85574afccd55-atc-btn-wrapper {
    text-align: center;
  }


#s-acf33713-be5b-4a4d-9040-85574afccd55 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-acf33713-be5b-4a4d-9040-85574afccd55-atc-btn-wrapper {
    text-align: center;
  }


#s-acf33713-be5b-4a4d-9040-85574afccd55 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-acf33713-be5b-4a4d-9040-85574afccd55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9f888585-856a-42f1-abe4-11f8e5b3c270 {
  margin-left: auto;
margin-right: auto;
}

#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 {
  max-width:  100%;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 {
  max-width:  100%;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 {
  max-width:  100%;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 {
  max-width:  100%;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 {
  max-width:  100%;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 .shg-image-zoom,
.shg-c#s-5bd6f727-25a0-407a-8d4e-788db7ad7481 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-447fc133-2229-4ff3-a33a-e16ca3efa2f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-447fc133-2229-4ff3-a33a-e16ca3efa2f2 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-5cf2a72f-ff29-483a-a97c-879e8b5be509 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5cf2a72f-ff29-483a-a97c-879e8b5be509 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5cf2a72f-ff29-483a-a97c-879e8b5be509 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-5cf2a72f-ff29-483a-a97c-879e8b5be509 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9b061265-5e54-482f-97c4-d155c590d6a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b061265-5e54-482f-97c4-d155c590d6a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b061265-5e54-482f-97c4-d155c590d6a2-atc-btn-wrapper {
    text-align: center;
  }


#s-9b061265-5e54-482f-97c4-d155c590d6a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9b061265-5e54-482f-97c4-d155c590d6a2-atc-btn-wrapper {
    text-align: center;
  }


#s-9b061265-5e54-482f-97c4-d155c590d6a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b061265-5e54-482f-97c4-d155c590d6a2-atc-btn-wrapper {
    text-align: center;
  }


#s-9b061265-5e54-482f-97c4-d155c590d6a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9b061265-5e54-482f-97c4-d155c590d6a2-atc-btn-wrapper {
    text-align: center;
  }


#s-9b061265-5e54-482f-97c4-d155c590d6a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9b061265-5e54-482f-97c4-d155c590d6a2-atc-btn-wrapper {
    text-align: center;
  }


#s-9b061265-5e54-482f-97c4-d155c590d6a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b061265-5e54-482f-97c4-d155c590d6a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8bccf576-5fb9-4711-b3fd-e4e4f63bb0ed {
  margin-left: auto;
margin-right: auto;
}

#s-585be523-f860-4d5f-8c26-e5aa8af9562c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c {
  max-width:  100%;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c {
  max-width:  100%;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c {
  max-width:  100%;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c {
  max-width:  100%;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c {
  max-width:  100%;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c .shg-image-zoom,
.shg-c#s-585be523-f860-4d5f-8c26-e5aa8af9562c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f004b5ce-6f7a-45fb-afe2-ff57a9fa8894 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f004b5ce-6f7a-45fb-afe2-ff57a9fa8894 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-787cc170-dbd4-4dcb-b368-0fa613dc8a90 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-787cc170-dbd4-4dcb-b368-0fa613dc8a90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-787cc170-dbd4-4dcb-b368-0fa613dc8a90 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-787cc170-dbd4-4dcb-b368-0fa613dc8a90 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2c204bb5-2344-4226-947f-73d66bc613a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c204bb5-2344-4226-947f-73d66bc613a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c204bb5-2344-4226-947f-73d66bc613a3-atc-btn-wrapper {
    text-align: center;
  }


#s-2c204bb5-2344-4226-947f-73d66bc613a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2c204bb5-2344-4226-947f-73d66bc613a3-atc-btn-wrapper {
    text-align: center;
  }


#s-2c204bb5-2344-4226-947f-73d66bc613a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c204bb5-2344-4226-947f-73d66bc613a3-atc-btn-wrapper {
    text-align: center;
  }


#s-2c204bb5-2344-4226-947f-73d66bc613a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2c204bb5-2344-4226-947f-73d66bc613a3-atc-btn-wrapper {
    text-align: center;
  }


#s-2c204bb5-2344-4226-947f-73d66bc613a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2c204bb5-2344-4226-947f-73d66bc613a3-atc-btn-wrapper {
    text-align: center;
  }


#s-2c204bb5-2344-4226-947f-73d66bc613a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c204bb5-2344-4226-947f-73d66bc613a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2b7be6ea-9264-431e-a380-5967769c6cab {
  margin-left: auto;
margin-right: auto;
}

#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 {
  max-width:  100%;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 {
  max-width:  100%;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 {
  max-width:  100%;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 {
  max-width:  100%;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 {
  max-width:  100%;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 .shg-image-zoom,
.shg-c#s-0d522b1c-8b36-4b75-b2f1-a601b80807e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a7efe5e2-c987-4996-b2ef-797be4bfabac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7efe5e2-c987-4996-b2ef-797be4bfabac .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-78528dae-5380-4011-ae0b-4d6a295b9526 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-78528dae-5380-4011-ae0b-4d6a295b9526 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-78528dae-5380-4011-ae0b-4d6a295b9526 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-78528dae-5380-4011-ae0b-4d6a295b9526 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4-atc-btn-wrapper {
    text-align: center;
  }


#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4-atc-btn-wrapper {
    text-align: center;
  }


#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4-atc-btn-wrapper {
    text-align: center;
  }


#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4-atc-btn-wrapper {
    text-align: center;
  }


#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4-atc-btn-wrapper {
    text-align: center;
  }


#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5260c4ce-a8d1-4f86-a8da-9ebadad1d0d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-70775635-3b83-40f8-a2bf-5d86e6c2f4a3 {
  margin-left: auto;
margin-right: auto;
}

#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 {
  max-width:  100%;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 {
  max-width:  100%;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 {
  max-width:  100%;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 {
  max-width:  100%;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 {
  max-width:  100%;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 .shg-image-zoom,
.shg-c#s-324cb92b-2c9c-4b57-bbd9-a722197ea549 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6af5b420-4012-496b-9928-d3eafc89bac3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6af5b420-4012-496b-9928-d3eafc89bac3 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b6090d85-16f2-4093-8732-8ac2b851c994 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b6090d85-16f2-4093-8732-8ac2b851c994 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b6090d85-16f2-4093-8732-8ac2b851c994 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b6090d85-16f2-4093-8732-8ac2b851c994 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-855ab90b-606f-4db6-a378-e62ba1827dd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-855ab90b-606f-4db6-a378-e62ba1827dd6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-855ab90b-606f-4db6-a378-e62ba1827dd6-atc-btn-wrapper {
    text-align: center;
  }


#s-855ab90b-606f-4db6-a378-e62ba1827dd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-855ab90b-606f-4db6-a378-e62ba1827dd6-atc-btn-wrapper {
    text-align: center;
  }


#s-855ab90b-606f-4db6-a378-e62ba1827dd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-855ab90b-606f-4db6-a378-e62ba1827dd6-atc-btn-wrapper {
    text-align: center;
  }


#s-855ab90b-606f-4db6-a378-e62ba1827dd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-855ab90b-606f-4db6-a378-e62ba1827dd6-atc-btn-wrapper {
    text-align: center;
  }


#s-855ab90b-606f-4db6-a378-e62ba1827dd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-855ab90b-606f-4db6-a378-e62ba1827dd6-atc-btn-wrapper {
    text-align: center;
  }


#s-855ab90b-606f-4db6-a378-e62ba1827dd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-855ab90b-606f-4db6-a378-e62ba1827dd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7e73adc5-82ca-4bf0-808e-484ee17a2c3d {
  margin-left: auto;
margin-right: auto;
}

#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 {
  max-width:  100%;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 {
  max-width:  100%;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 {
  max-width:  100%;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 {
  max-width:  100%;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 {
  max-width:  100%;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 .shg-image-zoom,
.shg-c#s-e76ddc7f-bd21-4969-b3d6-62f0b2f4fb61 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6307dbb6-e847-4f31-b6ed-914e58f1e619 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6307dbb6-e847-4f31-b6ed-914e58f1e619 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-dbcb25e2-0460-457b-9174-cde5ea23527d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dbcb25e2-0460-457b-9174-cde5ea23527d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dbcb25e2-0460-457b-9174-cde5ea23527d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-dbcb25e2-0460-457b-9174-cde5ea23527d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a0db4b94-d45b-40b7-b874-e690845a771b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0db4b94-d45b-40b7-b874-e690845a771b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0db4b94-d45b-40b7-b874-e690845a771b-atc-btn-wrapper {
    text-align: center;
  }


#s-a0db4b94-d45b-40b7-b874-e690845a771b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a0db4b94-d45b-40b7-b874-e690845a771b-atc-btn-wrapper {
    text-align: center;
  }


#s-a0db4b94-d45b-40b7-b874-e690845a771b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0db4b94-d45b-40b7-b874-e690845a771b-atc-btn-wrapper {
    text-align: center;
  }


#s-a0db4b94-d45b-40b7-b874-e690845a771b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a0db4b94-d45b-40b7-b874-e690845a771b-atc-btn-wrapper {
    text-align: center;
  }


#s-a0db4b94-d45b-40b7-b874-e690845a771b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a0db4b94-d45b-40b7-b874-e690845a771b-atc-btn-wrapper {
    text-align: center;
  }


#s-a0db4b94-d45b-40b7-b874-e690845a771b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0db4b94-d45b-40b7-b874-e690845a771b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-801e1e7d-4f97-433d-a085-895007f6b27b {
  margin-left: auto;
margin-right: auto;
}

#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 {
  max-width:  100%;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 {
  max-width:  100%;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 {
  max-width:  100%;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 {
  max-width:  100%;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 {
  max-width:  100%;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 .shg-image-zoom,
.shg-c#s-5ec2ee9f-835d-4283-9045-29794afdb0c4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a305eca-3ff2-4799-9019-2d0ec62d25a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a305eca-3ff2-4799-9019-2d0ec62d25a2 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-77456fe2-ae2c-428e-8ece-43a89b50a471 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-77456fe2-ae2c-428e-8ece-43a89b50a471 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-77456fe2-ae2c-428e-8ece-43a89b50a471 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-77456fe2-ae2c-428e-8ece-43a89b50a471 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bb231451-7e15-4a41-a4f4-0a786edee9b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb231451-7e15-4a41-a4f4-0a786edee9b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb231451-7e15-4a41-a4f4-0a786edee9b1-atc-btn-wrapper {
    text-align: center;
  }


#s-bb231451-7e15-4a41-a4f4-0a786edee9b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-bb231451-7e15-4a41-a4f4-0a786edee9b1-atc-btn-wrapper {
    text-align: center;
  }


#s-bb231451-7e15-4a41-a4f4-0a786edee9b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb231451-7e15-4a41-a4f4-0a786edee9b1-atc-btn-wrapper {
    text-align: center;
  }


#s-bb231451-7e15-4a41-a4f4-0a786edee9b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bb231451-7e15-4a41-a4f4-0a786edee9b1-atc-btn-wrapper {
    text-align: center;
  }


#s-bb231451-7e15-4a41-a4f4-0a786edee9b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-bb231451-7e15-4a41-a4f4-0a786edee9b1-atc-btn-wrapper {
    text-align: center;
  }


#s-bb231451-7e15-4a41-a4f4-0a786edee9b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb231451-7e15-4a41-a4f4-0a786edee9b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1db26025-3aaa-40f3-8c97-3f555e230f9a {
  margin-left: auto;
margin-right: auto;
}

#s-8039e9b3-31ee-48ed-b6d2-14d34831558f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f {
  max-width:  100%;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f {
  max-width:  100%;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f {
  max-width:  100%;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f {
  max-width:  100%;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f {
  max-width:  100%;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f .shg-image-zoom,
.shg-c#s-8039e9b3-31ee-48ed-b6d2-14d34831558f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02a7f3c3-f9c4-4c8e-90d8-81f89ac7c306 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02a7f3c3-f9c4-4c8e-90d8-81f89ac7c306 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c7a9efc7-1230-4716-9d35-ab7dac43a264 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c7a9efc7-1230-4716-9d35-ab7dac43a264 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c7a9efc7-1230-4716-9d35-ab7dac43a264 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-c7a9efc7-1230-4716-9d35-ab7dac43a264 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6294f6ec-946b-4339-80bf-8b6ce2398440:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6294f6ec-946b-4339-80bf-8b6ce2398440:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6294f6ec-946b-4339-80bf-8b6ce2398440-atc-btn-wrapper {
    text-align: center;
  }


#s-6294f6ec-946b-4339-80bf-8b6ce2398440 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6294f6ec-946b-4339-80bf-8b6ce2398440-atc-btn-wrapper {
    text-align: center;
  }


#s-6294f6ec-946b-4339-80bf-8b6ce2398440 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6294f6ec-946b-4339-80bf-8b6ce2398440-atc-btn-wrapper {
    text-align: center;
  }


#s-6294f6ec-946b-4339-80bf-8b6ce2398440 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6294f6ec-946b-4339-80bf-8b6ce2398440-atc-btn-wrapper {
    text-align: center;
  }


#s-6294f6ec-946b-4339-80bf-8b6ce2398440 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6294f6ec-946b-4339-80bf-8b6ce2398440-atc-btn-wrapper {
    text-align: center;
  }


#s-6294f6ec-946b-4339-80bf-8b6ce2398440 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6294f6ec-946b-4339-80bf-8b6ce2398440.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a77c6f2e-9d5c-43fa-964f-53301ddfb973 {
  margin-left: auto;
margin-right: auto;
}

#s-b94ea91b-39bb-4115-bee8-1300232f8dbf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf {
  max-width:  100%;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf {
  max-width:  100%;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf {
  max-width:  100%;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf {
  max-width:  100%;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf {
  max-width:  100%;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf .shg-image-zoom,
.shg-c#s-b94ea91b-39bb-4115-bee8-1300232f8dbf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-caa2c3ef-a22b-4bc1-9d28-783db0fb41ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caa2c3ef-a22b-4bc1-9d28-783db0fb41ab .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1d695f34-a001-436d-8546-ae01d8013754 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1d695f34-a001-436d-8546-ae01d8013754 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1d695f34-a001-436d-8546-ae01d8013754 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-1d695f34-a001-436d-8546-ae01d8013754 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3f032c96-ea09-465a-9afb-c24c7f79d18b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f032c96-ea09-465a-9afb-c24c7f79d18b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f032c96-ea09-465a-9afb-c24c7f79d18b-atc-btn-wrapper {
    text-align: center;
  }


#s-3f032c96-ea09-465a-9afb-c24c7f79d18b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3f032c96-ea09-465a-9afb-c24c7f79d18b-atc-btn-wrapper {
    text-align: center;
  }


#s-3f032c96-ea09-465a-9afb-c24c7f79d18b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f032c96-ea09-465a-9afb-c24c7f79d18b-atc-btn-wrapper {
    text-align: center;
  }


#s-3f032c96-ea09-465a-9afb-c24c7f79d18b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3f032c96-ea09-465a-9afb-c24c7f79d18b-atc-btn-wrapper {
    text-align: center;
  }


#s-3f032c96-ea09-465a-9afb-c24c7f79d18b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3f032c96-ea09-465a-9afb-c24c7f79d18b-atc-btn-wrapper {
    text-align: center;
  }


#s-3f032c96-ea09-465a-9afb-c24c7f79d18b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f032c96-ea09-465a-9afb-c24c7f79d18b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-eb4107d9-e865-4209-a531-e526d676c57f {
  margin-left: auto;
margin-right: auto;
}

#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 {
  max-width:  100%;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 {
  max-width:  100%;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 {
  max-width:  100%;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 {
  max-width:  100%;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 {
  max-width:  100%;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 .shg-image-zoom,
.shg-c#s-cf268c7f-2661-48cd-ab74-3be4afd421b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-be10b769-cfe4-4210-9183-f8ca3ad8f902 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be10b769-cfe4-4210-9183-f8ca3ad8f902 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-47b4108a-860a-4513-9558-ab2b36451e2d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-47b4108a-860a-4513-9558-ab2b36451e2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-47b4108a-860a-4513-9558-ab2b36451e2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-47b4108a-860a-4513-9558-ab2b36451e2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0c72ef01-9599-49cc-bbae-bfb088c7870a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c72ef01-9599-49cc-bbae-bfb088c7870a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c72ef01-9599-49cc-bbae-bfb088c7870a-atc-btn-wrapper {
    text-align: center;
  }


#s-0c72ef01-9599-49cc-bbae-bfb088c7870a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0c72ef01-9599-49cc-bbae-bfb088c7870a-atc-btn-wrapper {
    text-align: center;
  }


#s-0c72ef01-9599-49cc-bbae-bfb088c7870a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c72ef01-9599-49cc-bbae-bfb088c7870a-atc-btn-wrapper {
    text-align: center;
  }


#s-0c72ef01-9599-49cc-bbae-bfb088c7870a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0c72ef01-9599-49cc-bbae-bfb088c7870a-atc-btn-wrapper {
    text-align: center;
  }


#s-0c72ef01-9599-49cc-bbae-bfb088c7870a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0c72ef01-9599-49cc-bbae-bfb088c7870a-atc-btn-wrapper {
    text-align: center;
  }


#s-0c72ef01-9599-49cc-bbae-bfb088c7870a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c72ef01-9599-49cc-bbae-bfb088c7870a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-54d723fe-b040-413b-83c7-a5b6dc6f4d81 {
  margin-left: auto;
margin-right: auto;
}

#s-a9d584fb-a6b9-4505-b533-c103d8805e51 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 {
  max-width:  100%;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 {
  max-width:  100%;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 {
  max-width:  100%;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 {
  max-width:  100%;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 {
  max-width:  100%;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 .shg-image-zoom,
.shg-c#s-a9d584fb-a6b9-4505-b533-c103d8805e51 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8b27e7d-6dcc-4c34-a95e-d8f656d74f18 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8b27e7d-6dcc-4c34-a95e-d8f656d74f18 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e09a0a29-9e6b-4b2d-9355-903d61371225 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e09a0a29-9e6b-4b2d-9355-903d61371225 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e09a0a29-9e6b-4b2d-9355-903d61371225 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-e09a0a29-9e6b-4b2d-9355-903d61371225 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d064ab42-e380-45a8-b936-f3815ee4c100:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d064ab42-e380-45a8-b936-f3815ee4c100:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d064ab42-e380-45a8-b936-f3815ee4c100-atc-btn-wrapper {
    text-align: center;
  }


#s-d064ab42-e380-45a8-b936-f3815ee4c100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d064ab42-e380-45a8-b936-f3815ee4c100-atc-btn-wrapper {
    text-align: center;
  }


#s-d064ab42-e380-45a8-b936-f3815ee4c100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d064ab42-e380-45a8-b936-f3815ee4c100-atc-btn-wrapper {
    text-align: center;
  }


#s-d064ab42-e380-45a8-b936-f3815ee4c100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d064ab42-e380-45a8-b936-f3815ee4c100-atc-btn-wrapper {
    text-align: center;
  }


#s-d064ab42-e380-45a8-b936-f3815ee4c100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d064ab42-e380-45a8-b936-f3815ee4c100-atc-btn-wrapper {
    text-align: center;
  }


#s-d064ab42-e380-45a8-b936-f3815ee4c100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d064ab42-e380-45a8-b936-f3815ee4c100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b2d03376-3eee-419a-82c5-6eca3b50636a {
  margin-left: auto;
margin-right: auto;
}

#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 {
  max-width:  100%;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 {
  max-width:  100%;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 {
  max-width:  100%;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 {
  max-width:  100%;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 {
  max-width:  100%;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 .shg-image-zoom,
.shg-c#s-399ba78f-cc5a-4f0c-8fe9-353853f042b2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-34305c35-a759-46c5-ba03-e42a5c8712e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34305c35-a759-46c5-ba03-e42a5c8712e8 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-9060c2db-c47f-486e-832e-c2f07801ca5e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9060c2db-c47f-486e-832e-c2f07801ca5e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9060c2db-c47f-486e-832e-c2f07801ca5e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-9060c2db-c47f-486e-832e-c2f07801ca5e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eccfae5-5074-4f96-9e73-4cf78af6ca02-atc-btn-wrapper {
    text-align: center;
  }


#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6eccfae5-5074-4f96-9e73-4cf78af6ca02-atc-btn-wrapper {
    text-align: center;
  }


#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eccfae5-5074-4f96-9e73-4cf78af6ca02-atc-btn-wrapper {
    text-align: center;
  }


#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6eccfae5-5074-4f96-9e73-4cf78af6ca02-atc-btn-wrapper {
    text-align: center;
  }


#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6eccfae5-5074-4f96-9e73-4cf78af6ca02-atc-btn-wrapper {
    text-align: center;
  }


#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6eccfae5-5074-4f96-9e73-4cf78af6ca02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5b4734ee-dce4-46c6-9f31-ae5111918581 {
  margin-left: auto;
margin-right: auto;
}

#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 {
  max-width:  100%;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 {
  max-width:  100%;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 {
  max-width:  100%;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 {
  max-width:  100%;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 {
  max-width:  100%;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 .shg-image-zoom,
.shg-c#s-60c870af-568f-4dfc-ad52-ec8f456db9d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e6fa254-bb80-4281-b011-673f3406e334 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e6fa254-bb80-4281-b011-673f3406e334 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b4ac9812-ac6a-4c61-a508-fd62e10f0163 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b4ac9812-ac6a-4c61-a508-fd62e10f0163 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b4ac9812-ac6a-4c61-a508-fd62e10f0163 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b4ac9812-ac6a-4c61-a508-fd62e10f0163 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b3714328-b068-4e9c-820d-a8f0076ba2d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3714328-b068-4e9c-820d-a8f0076ba2d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3714328-b068-4e9c-820d-a8f0076ba2d6-atc-btn-wrapper {
    text-align: center;
  }


#s-b3714328-b068-4e9c-820d-a8f0076ba2d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b3714328-b068-4e9c-820d-a8f0076ba2d6-atc-btn-wrapper {
    text-align: center;
  }


#s-b3714328-b068-4e9c-820d-a8f0076ba2d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3714328-b068-4e9c-820d-a8f0076ba2d6-atc-btn-wrapper {
    text-align: center;
  }


#s-b3714328-b068-4e9c-820d-a8f0076ba2d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b3714328-b068-4e9c-820d-a8f0076ba2d6-atc-btn-wrapper {
    text-align: center;
  }


#s-b3714328-b068-4e9c-820d-a8f0076ba2d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b3714328-b068-4e9c-820d-a8f0076ba2d6-atc-btn-wrapper {
    text-align: center;
  }


#s-b3714328-b068-4e9c-820d-a8f0076ba2d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3714328-b068-4e9c-820d-a8f0076ba2d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-df959ca5-2838-494f-a3c7-b6ba1e9d743d {
  margin-left: auto;
margin-right: auto;
}

#s-fb2f197f-e129-419c-9245-bf92470085c9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 {
  max-width:  100%;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 {
  max-width:  100%;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 {
  max-width:  100%;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 {
  max-width:  100%;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 {
  max-width:  100%;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 .shg-image-zoom,
.shg-c#s-fb2f197f-e129-419c-9245-bf92470085c9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a2605952-fcdb-4660-b490-12da25367218 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2605952-fcdb-4660-b490-12da25367218 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-210cb5a3-2476-4bf3-8b61-b4bff4e1bacb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-210cb5a3-2476-4bf3-8b61-b4bff4e1bacb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-210cb5a3-2476-4bf3-8b61-b4bff4e1bacb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-210cb5a3-2476-4bf3-8b61-b4bff4e1bacb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e0c2679f-8d09-4e58-93e7-85940566054b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0c2679f-8d09-4e58-93e7-85940566054b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0c2679f-8d09-4e58-93e7-85940566054b-atc-btn-wrapper {
    text-align: center;
  }


#s-e0c2679f-8d09-4e58-93e7-85940566054b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e0c2679f-8d09-4e58-93e7-85940566054b-atc-btn-wrapper {
    text-align: center;
  }


#s-e0c2679f-8d09-4e58-93e7-85940566054b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0c2679f-8d09-4e58-93e7-85940566054b-atc-btn-wrapper {
    text-align: center;
  }


#s-e0c2679f-8d09-4e58-93e7-85940566054b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e0c2679f-8d09-4e58-93e7-85940566054b-atc-btn-wrapper {
    text-align: center;
  }


#s-e0c2679f-8d09-4e58-93e7-85940566054b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e0c2679f-8d09-4e58-93e7-85940566054b-atc-btn-wrapper {
    text-align: center;
  }


#s-e0c2679f-8d09-4e58-93e7-85940566054b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0c2679f-8d09-4e58-93e7-85940566054b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4c0b2787-363b-4298-bca0-06d6425c80f2 {
  margin-left: auto;
margin-right: auto;
}

#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af {
  max-width:  100%;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af {
  max-width:  100%;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af {
  max-width:  100%;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af {
  max-width:  100%;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af {
  max-width:  100%;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af .shg-image-zoom,
.shg-c#s-61624f22-a6d6-42b7-ab1b-1c3269dad9af img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-27e8398f-00a2-42c0-8889-096d9fe101fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27e8398f-00a2-42c0-8889-096d9fe101fa .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-740681be-7c91-414f-b2c2-6b4630bd9dd8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-740681be-7c91-414f-b2c2-6b4630bd9dd8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-740681be-7c91-414f-b2c2-6b4630bd9dd8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-740681be-7c91-414f-b2c2-6b4630bd9dd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-823d8862-cc79-45dc-be16-0ee390c4ac8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-823d8862-cc79-45dc-be16-0ee390c4ac8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-823d8862-cc79-45dc-be16-0ee390c4ac8d-atc-btn-wrapper {
    text-align: center;
  }


#s-823d8862-cc79-45dc-be16-0ee390c4ac8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-823d8862-cc79-45dc-be16-0ee390c4ac8d-atc-btn-wrapper {
    text-align: center;
  }


#s-823d8862-cc79-45dc-be16-0ee390c4ac8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-823d8862-cc79-45dc-be16-0ee390c4ac8d-atc-btn-wrapper {
    text-align: center;
  }


#s-823d8862-cc79-45dc-be16-0ee390c4ac8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-823d8862-cc79-45dc-be16-0ee390c4ac8d-atc-btn-wrapper {
    text-align: center;
  }


#s-823d8862-cc79-45dc-be16-0ee390c4ac8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-823d8862-cc79-45dc-be16-0ee390c4ac8d-atc-btn-wrapper {
    text-align: center;
  }


#s-823d8862-cc79-45dc-be16-0ee390c4ac8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-823d8862-cc79-45dc-be16-0ee390c4ac8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-09bc3fee-da15-449e-9a73-c991ea2f61e4 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-09bc3fee-da15-449e-9a73-c991ea2f61e4 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bbfee23e-68e2-4158-bb5e-e977954d24a7 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bbfee23e-68e2-4158-bb5e-e977954d24a7 {
  display: none;
}
#s-bbfee23e-68e2-4158-bb5e-e977954d24a7, #wrap-s-bbfee23e-68e2-4158-bb5e-e977954d24a7, #wrap-content-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 { display: none !important; }}
#s-bbfee23e-68e2-4158-bb5e-e977954d24a7 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 {
  --swiper-pagination-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(107, 20, 20, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 > .swiper-button-prev,
#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 > .swiper-button-next {
  
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 > .swiper-button-prev svg,
#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 .swiper-pagination-bullet-active {
  background-color: rgba(107, 20, 20, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-bbfee23e-68e2-4158-bb5e-e977954d24a7 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  flex-end
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-07555c8a-1c5b-484a-84b6-14c6822505e9 {
  margin-left: auto;
margin-right: auto;
}

#s-11c21ba2-2953-4815-8e82-064e82913238 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 {
  max-width:  100%;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 {
  max-width:  100%;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 {
  max-width:  100%;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 {
  max-width:  100%;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 {
  max-width:  100%;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 .shg-image-zoom,
.shg-c#s-11c21ba2-2953-4815-8e82-064e82913238 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b215adaa-83a9-404d-acea-be007b05c044 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b215adaa-83a9-404d-acea-be007b05c044 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-33212428-1c1f-4853-8c47-2fd556e94948 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-33212428-1c1f-4853-8c47-2fd556e94948 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-33212428-1c1f-4853-8c47-2fd556e94948 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-33212428-1c1f-4853-8c47-2fd556e94948 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0a65e344-2a59-424d-a11d-73156e315e68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a65e344-2a59-424d-a11d-73156e315e68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a65e344-2a59-424d-a11d-73156e315e68-atc-btn-wrapper {
    text-align: center;
  }


#s-0a65e344-2a59-424d-a11d-73156e315e68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0a65e344-2a59-424d-a11d-73156e315e68-atc-btn-wrapper {
    text-align: center;
  }


#s-0a65e344-2a59-424d-a11d-73156e315e68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a65e344-2a59-424d-a11d-73156e315e68-atc-btn-wrapper {
    text-align: center;
  }


#s-0a65e344-2a59-424d-a11d-73156e315e68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0a65e344-2a59-424d-a11d-73156e315e68-atc-btn-wrapper {
    text-align: center;
  }


#s-0a65e344-2a59-424d-a11d-73156e315e68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0a65e344-2a59-424d-a11d-73156e315e68-atc-btn-wrapper {
    text-align: center;
  }


#s-0a65e344-2a59-424d-a11d-73156e315e68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a65e344-2a59-424d-a11d-73156e315e68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-155a9234-e197-4ec7-9279-6f99110199bf {
  margin-left: auto;
margin-right: auto;
}

#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 {
  max-width:  100%;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 {
  max-width:  100%;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 {
  max-width:  100%;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 {
  max-width:  100%;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 {
  max-width:  100%;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 .shg-image-zoom,
.shg-c#s-14dc5b92-c351-41d7-8bf7-e9ae05eef475 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aba8b847-b8d8-497b-b385-c7bf5faf6102 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aba8b847-b8d8-497b-b385-c7bf5faf6102 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-3f6aec54-5053-4938-adfb-4b2265cf52bf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3f6aec54-5053-4938-adfb-4b2265cf52bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3f6aec54-5053-4938-adfb-4b2265cf52bf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-3f6aec54-5053-4938-adfb-4b2265cf52bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2495d6-e49b-4d89-bb7d-7aefe9baf1f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bc700cb5-5681-488c-81a1-21011cfb2ccc {
  margin-left: auto;
margin-right: auto;
}

#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 {
  max-width:  100%;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 {
  max-width:  100%;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 {
  max-width:  100%;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 {
  max-width:  100%;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 {
  max-width:  100%;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 .shg-image-zoom,
.shg-c#s-fcba1418-fcef-4c4a-9c26-7e3e1d1c5a91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f21b011-d2c5-44d5-9844-4341cac135a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f21b011-d2c5-44d5-9844-4341cac135a4 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b93b4f39-71b5-42ec-8d8c-471b18012462 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b93b4f39-71b5-42ec-8d8c-471b18012462 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b93b4f39-71b5-42ec-8d8c-471b18012462 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b93b4f39-71b5-42ec-8d8c-471b18012462 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80fd21c1-60aa-4fd5-86ed-24667fe89e05-atc-btn-wrapper {
    text-align: center;
  }


#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-80fd21c1-60aa-4fd5-86ed-24667fe89e05-atc-btn-wrapper {
    text-align: center;
  }


#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-80fd21c1-60aa-4fd5-86ed-24667fe89e05-atc-btn-wrapper {
    text-align: center;
  }


#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-80fd21c1-60aa-4fd5-86ed-24667fe89e05-atc-btn-wrapper {
    text-align: center;
  }


#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-80fd21c1-60aa-4fd5-86ed-24667fe89e05-atc-btn-wrapper {
    text-align: center;
  }


#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-80fd21c1-60aa-4fd5-86ed-24667fe89e05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3430bce7-6300-4e4c-8e4c-b72ddd805ce9 {
  margin-left: auto;
margin-right: auto;
}

#s-3b164213-07e7-4506-8659-8ba57802fbc1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 {
  max-width:  100%;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 {
  max-width:  100%;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 {
  max-width:  100%;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 {
  max-width:  100%;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 {
  max-width:  100%;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 .shg-image-zoom,
.shg-c#s-3b164213-07e7-4506-8659-8ba57802fbc1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-addaaec6-6ed6-4d05-a6e4-a905181552cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-addaaec6-6ed6-4d05-a6e4-a905181552cc .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-25dff736-7108-4b15-ad7f-16539e014197 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-25dff736-7108-4b15-ad7f-16539e014197 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-25dff736-7108-4b15-ad7f-16539e014197 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-25dff736-7108-4b15-ad7f-16539e014197 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-340295c7-d087-43a7-8cb9-99d6f21e0b51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-340295c7-d087-43a7-8cb9-99d6f21e0b51:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-340295c7-d087-43a7-8cb9-99d6f21e0b51-atc-btn-wrapper {
    text-align: center;
  }


#s-340295c7-d087-43a7-8cb9-99d6f21e0b51 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-340295c7-d087-43a7-8cb9-99d6f21e0b51-atc-btn-wrapper {
    text-align: center;
  }


#s-340295c7-d087-43a7-8cb9-99d6f21e0b51 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-340295c7-d087-43a7-8cb9-99d6f21e0b51-atc-btn-wrapper {
    text-align: center;
  }


#s-340295c7-d087-43a7-8cb9-99d6f21e0b51 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-340295c7-d087-43a7-8cb9-99d6f21e0b51-atc-btn-wrapper {
    text-align: center;
  }


#s-340295c7-d087-43a7-8cb9-99d6f21e0b51 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-340295c7-d087-43a7-8cb9-99d6f21e0b51-atc-btn-wrapper {
    text-align: center;
  }


#s-340295c7-d087-43a7-8cb9-99d6f21e0b51 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-340295c7-d087-43a7-8cb9-99d6f21e0b51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-12d57706-eaff-4de1-8b06-938cca49fe79 {
  margin-left: auto;
margin-right: auto;
}

#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 {
  max-width:  100%;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 {
  max-width:  100%;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 {
  max-width:  100%;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 {
  max-width:  100%;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 {
  max-width:  100%;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 .shg-image-zoom,
.shg-c#s-a81d60eb-233f-4070-a3bd-c93a8a606b40 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d02a5e2f-45d7-414c-baa4-6819ce09da2c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d02a5e2f-45d7-414c-baa4-6819ce09da2c .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-681e0f5a-c1ba-41de-a2fd-b851680784b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-681e0f5a-c1ba-41de-a2fd-b851680784b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-681e0f5a-c1ba-41de-a2fd-b851680784b0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-681e0f5a-c1ba-41de-a2fd-b851680784b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fb66e241-f931-450c-8ccb-b532250a896c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb66e241-f931-450c-8ccb-b532250a896c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb66e241-f931-450c-8ccb-b532250a896c-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e241-f931-450c-8ccb-b532250a896c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fb66e241-f931-450c-8ccb-b532250a896c-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e241-f931-450c-8ccb-b532250a896c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb66e241-f931-450c-8ccb-b532250a896c-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e241-f931-450c-8ccb-b532250a896c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fb66e241-f931-450c-8ccb-b532250a896c-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e241-f931-450c-8ccb-b532250a896c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fb66e241-f931-450c-8ccb-b532250a896c-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e241-f931-450c-8ccb-b532250a896c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb66e241-f931-450c-8ccb-b532250a896c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-100fab05-bdce-4519-9cce-9a399560875d {
  margin-left: auto;
margin-right: auto;
}

#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 {
  max-width:  100%;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 {
  max-width:  100%;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 {
  max-width:  100%;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 {
  max-width:  100%;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 {
  max-width:  100%;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 .shg-image-zoom,
.shg-c#s-9fea5ea1-6b0e-403c-a690-29ccf4375b64 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-000285f8-16e0-41e3-b786-0e8936677465 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-000285f8-16e0-41e3-b786-0e8936677465 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b591db20-1671-42a5-81c0-bd1aed4ca150 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b591db20-1671-42a5-81c0-bd1aed4ca150 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b591db20-1671-42a5-81c0-bd1aed4ca150 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-b591db20-1671-42a5-81c0-bd1aed4ca150 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4c58f17c-9db0-49ab-afdb-33bb9361471d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c58f17c-9db0-49ab-afdb-33bb9361471d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c58f17c-9db0-49ab-afdb-33bb9361471d-atc-btn-wrapper {
    text-align: center;
  }


#s-4c58f17c-9db0-49ab-afdb-33bb9361471d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4c58f17c-9db0-49ab-afdb-33bb9361471d-atc-btn-wrapper {
    text-align: center;
  }


#s-4c58f17c-9db0-49ab-afdb-33bb9361471d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c58f17c-9db0-49ab-afdb-33bb9361471d-atc-btn-wrapper {
    text-align: center;
  }


#s-4c58f17c-9db0-49ab-afdb-33bb9361471d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4c58f17c-9db0-49ab-afdb-33bb9361471d-atc-btn-wrapper {
    text-align: center;
  }


#s-4c58f17c-9db0-49ab-afdb-33bb9361471d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4c58f17c-9db0-49ab-afdb-33bb9361471d-atc-btn-wrapper {
    text-align: center;
  }


#s-4c58f17c-9db0-49ab-afdb-33bb9361471d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4c58f17c-9db0-49ab-afdb-33bb9361471d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0f431611-32cf-4550-ad35-422d5c4e6cdf {
  margin-left: auto;
margin-right: auto;
}

#s-82d94c4e-6a6f-4be9-9598-e99051c29bff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff {
  max-width:  100%;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff {
  max-width:  100%;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff {
  max-width:  100%;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff {
  max-width:  100%;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff {
  max-width:  100%;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff .shg-image-zoom,
.shg-c#s-82d94c4e-6a6f-4be9-9598-e99051c29bff img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2bdfb2de-c5e7-40be-a75e-0b70cfc15adf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bdfb2de-c5e7-40be-a75e-0b70cfc15adf .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-54627db8-ba9e-4f90-b210-ba53093e1154 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-54627db8-ba9e-4f90-b210-ba53093e1154 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-54627db8-ba9e-4f90-b210-ba53093e1154 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-54627db8-ba9e-4f90-b210-ba53093e1154 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4793920b-9de4-469c-a969-4b797aafacd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4793920b-9de4-469c-a969-4b797aafacd6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4793920b-9de4-469c-a969-4b797aafacd6-atc-btn-wrapper {
    text-align: center;
  }


#s-4793920b-9de4-469c-a969-4b797aafacd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4793920b-9de4-469c-a969-4b797aafacd6-atc-btn-wrapper {
    text-align: center;
  }


#s-4793920b-9de4-469c-a969-4b797aafacd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4793920b-9de4-469c-a969-4b797aafacd6-atc-btn-wrapper {
    text-align: center;
  }


#s-4793920b-9de4-469c-a969-4b797aafacd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4793920b-9de4-469c-a969-4b797aafacd6-atc-btn-wrapper {
    text-align: center;
  }


#s-4793920b-9de4-469c-a969-4b797aafacd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4793920b-9de4-469c-a969-4b797aafacd6-atc-btn-wrapper {
    text-align: center;
  }


#s-4793920b-9de4-469c-a969-4b797aafacd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4793920b-9de4-469c-a969-4b797aafacd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9c603085-bf99-4d00-bb2d-6b84fad59b9b {
  margin-left: auto;
margin-right: auto;
}

#s-a85c3598-e802-4e3e-ab48-5bf7629c572d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d {
  max-width:  100%;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d {
  max-width:  100%;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d {
  max-width:  100%;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d {
  max-width:  100%;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d {
  max-width:  100%;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d .shg-image-zoom,
.shg-c#s-a85c3598-e802-4e3e-ab48-5bf7629c572d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-da2cf0ea-41d0-40aa-9606-6f4b82038957 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da2cf0ea-41d0-40aa-9606-6f4b82038957 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-8a840668-341a-4559-b105-664461188f7f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8a840668-341a-4559-b105-664461188f7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8a840668-341a-4559-b105-664461188f7f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-8a840668-341a-4559-b105-664461188f7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9-atc-btn-wrapper {
    text-align: center;
  }


#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9-atc-btn-wrapper {
    text-align: center;
  }


#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9-atc-btn-wrapper {
    text-align: center;
  }


#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9-atc-btn-wrapper {
    text-align: center;
  }


#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9-atc-btn-wrapper {
    text-align: center;
  }


#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ef0e897-f1e3-4bb1-bb1d-7a9c70b211a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-459ffb71-29c3-46e0-ace3-d6ccf5a66248 {
  margin-left: auto;
margin-right: auto;
}

#s-8a863cac-93d0-460b-8488-f85357f55cea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea {
  max-width:  100%;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea {
  max-width:  100%;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea {
  max-width:  100%;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea {
  max-width:  100%;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea {
  max-width:  100%;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea .shg-image-zoom,
.shg-c#s-8a863cac-93d0-460b-8488-f85357f55cea img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e64dd02-ec11-4002-9423-94b0d94381a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e64dd02-ec11-4002-9423-94b0d94381a5 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1d4f225f-e282-40d4-95a6-a4d121daf78b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1d4f225f-e282-40d4-95a6-a4d121daf78b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1d4f225f-e282-40d4-95a6-a4d121daf78b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-1d4f225f-e282-40d4-95a6-a4d121daf78b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd-atc-btn-wrapper {
    text-align: center;
  }


#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd-atc-btn-wrapper {
    text-align: center;
  }


#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd-atc-btn-wrapper {
    text-align: center;
  }


#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd-atc-btn-wrapper {
    text-align: center;
  }


#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd-atc-btn-wrapper {
    text-align: center;
  }


#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7744ddab-aa5b-4fc2-aad5-35b529fad9dd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b2fb122e-fd23-4394-ab1f-7d2af725547f {
  margin-left: auto;
margin-right: auto;
}

#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 {
  max-width:  100%;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 {
  max-width:  100%;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 {
  max-width:  100%;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 {
  max-width:  100%;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 {
  max-width:  100%;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 .shg-image-zoom,
.shg-c#s-47999d2d-5eb1-4741-82d3-a83d342b0dc5 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-073d9b90-0904-49d4-8f69-ca6c9f265ba1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-073d9b90-0904-49d4-8f69-ca6c9f265ba1 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2e39214e-55c5-4253-b47d-0bece4ab8a6b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2e39214e-55c5-4253-b47d-0bece4ab8a6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2e39214e-55c5-4253-b47d-0bece4ab8a6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2e39214e-55c5-4253-b47d-0bece4ab8a6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-22fbc1bb-1546-4d8f-8563-884759cb66be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22fbc1bb-1546-4d8f-8563-884759cb66be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22fbc1bb-1546-4d8f-8563-884759cb66be-atc-btn-wrapper {
    text-align: center;
  }


#s-22fbc1bb-1546-4d8f-8563-884759cb66be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-22fbc1bb-1546-4d8f-8563-884759cb66be-atc-btn-wrapper {
    text-align: center;
  }


#s-22fbc1bb-1546-4d8f-8563-884759cb66be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-22fbc1bb-1546-4d8f-8563-884759cb66be-atc-btn-wrapper {
    text-align: center;
  }


#s-22fbc1bb-1546-4d8f-8563-884759cb66be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-22fbc1bb-1546-4d8f-8563-884759cb66be-atc-btn-wrapper {
    text-align: center;
  }


#s-22fbc1bb-1546-4d8f-8563-884759cb66be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-22fbc1bb-1546-4d8f-8563-884759cb66be-atc-btn-wrapper {
    text-align: center;
  }


#s-22fbc1bb-1546-4d8f-8563-884759cb66be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22fbc1bb-1546-4d8f-8563-884759cb66be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f29aaf9f-4a03-4fe2-9aa8-3b4db3261664 {
  margin-left: auto;
margin-right: auto;
}

#s-6bd2f899-e969-4ce6-a53e-57710ae93952 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 {
  max-width:  100%;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 {
  max-width:  100%;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 {
  max-width:  100%;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 {
  max-width:  100%;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 {
  max-width:  100%;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 .shg-image-zoom,
.shg-c#s-6bd2f899-e969-4ce6-a53e-57710ae93952 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2e110e4f-688d-4e09-8f17-2134fc48d4c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e110e4f-688d-4e09-8f17-2134fc48d4c3 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-995d381a-3524-457b-b827-edd2684b6a89 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-995d381a-3524-457b-b827-edd2684b6a89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-995d381a-3524-457b-b827-edd2684b6a89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-995d381a-3524-457b-b827-edd2684b6a89 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d-atc-btn-wrapper {
    text-align: center;
  }


#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8e2015c-e803-47ab-ab45-5d8e6e4d9f4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-85e6c976-a380-41ec-aadf-0a6867f2ec5d {
  margin-left: auto;
margin-right: auto;
}

#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 {
  max-width:  100%;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 {
  max-width:  100%;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 {
  max-width:  100%;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 {
  max-width:  100%;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 {
  max-width:  100%;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 .shg-image-zoom,
.shg-c#s-3b8c4412-e2b7-42b6-a30d-22db653d1ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9aac656f-9f41-43ca-874c-eabd868bfc6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9aac656f-9f41-43ca-874c-eabd868bfc6d .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-08bc7d4d-bef1-4f35-b5c2-21fb1f46292e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-08bc7d4d-bef1-4f35-b5c2-21fb1f46292e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-08bc7d4d-bef1-4f35-b5c2-21fb1f46292e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-08bc7d4d-bef1-4f35-b5c2-21fb1f46292e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-694a2021-6bdb-460a-84f3-12c27f0430bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-694a2021-6bdb-460a-84f3-12c27f0430bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-694a2021-6bdb-460a-84f3-12c27f0430bd-atc-btn-wrapper {
    text-align: center;
  }


#s-694a2021-6bdb-460a-84f3-12c27f0430bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-694a2021-6bdb-460a-84f3-12c27f0430bd-atc-btn-wrapper {
    text-align: center;
  }


#s-694a2021-6bdb-460a-84f3-12c27f0430bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-694a2021-6bdb-460a-84f3-12c27f0430bd-atc-btn-wrapper {
    text-align: center;
  }


#s-694a2021-6bdb-460a-84f3-12c27f0430bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-694a2021-6bdb-460a-84f3-12c27f0430bd-atc-btn-wrapper {
    text-align: center;
  }


#s-694a2021-6bdb-460a-84f3-12c27f0430bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-694a2021-6bdb-460a-84f3-12c27f0430bd-atc-btn-wrapper {
    text-align: center;
  }


#s-694a2021-6bdb-460a-84f3-12c27f0430bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-694a2021-6bdb-460a-84f3-12c27f0430bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b8e27735-6f58-4594-926c-983928466fd6 {
  margin-left: auto;
margin-right: auto;
}

#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 {
  max-width:  100%;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 {
  max-width:  100%;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 {
  max-width:  100%;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 {
  max-width:  100%;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 {
  max-width:  100%;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 .shg-image-zoom,
.shg-c#s-abe91ac8-9613-483a-88e0-2dad28d99fc9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ac54ea92-4c84-4368-a24f-05cc1b8d78a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac54ea92-4c84-4368-a24f-05cc1b8d78a9 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-04b593fb-dbda-4843-bce8-4d469de3caa6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-04b593fb-dbda-4843-bce8-4d469de3caa6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-04b593fb-dbda-4843-bce8-4d469de3caa6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-04b593fb-dbda-4843-bce8-4d469de3caa6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-51cc7071-fdc7-4258-a13e-e2923dae44af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51cc7071-fdc7-4258-a13e-e2923dae44af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51cc7071-fdc7-4258-a13e-e2923dae44af-atc-btn-wrapper {
    text-align: center;
  }


#s-51cc7071-fdc7-4258-a13e-e2923dae44af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-51cc7071-fdc7-4258-a13e-e2923dae44af-atc-btn-wrapper {
    text-align: center;
  }


#s-51cc7071-fdc7-4258-a13e-e2923dae44af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-51cc7071-fdc7-4258-a13e-e2923dae44af-atc-btn-wrapper {
    text-align: center;
  }


#s-51cc7071-fdc7-4258-a13e-e2923dae44af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-51cc7071-fdc7-4258-a13e-e2923dae44af-atc-btn-wrapper {
    text-align: center;
  }


#s-51cc7071-fdc7-4258-a13e-e2923dae44af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-51cc7071-fdc7-4258-a13e-e2923dae44af-atc-btn-wrapper {
    text-align: center;
  }


#s-51cc7071-fdc7-4258-a13e-e2923dae44af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51cc7071-fdc7-4258-a13e-e2923dae44af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-647abcff-9881-43ed-b557-47589cb66f25 {
  margin-left: auto;
margin-right: auto;
}

#s-f19db768-7017-44a7-8538-f6cd5b3396a4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 {
  max-width:  100%;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 {
  max-width:  100%;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 {
  max-width:  100%;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 {
  max-width:  100%;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 {
  max-width:  100%;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 .shg-image-zoom,
.shg-c#s-f19db768-7017-44a7-8538-f6cd5b3396a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e3aeeceb-ea5e-4e5b-9b3f-0c763067df6c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3aeeceb-ea5e-4e5b-9b3f-0c763067df6c .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e5002b47-b9f8-486a-bb7a-a89e2f0fa701 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e5002b47-b9f8-486a-bb7a-a89e2f0fa701 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e5002b47-b9f8-486a-bb7a-a89e2f0fa701 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-e5002b47-b9f8-486a-bb7a-a89e2f0fa701 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb-atc-btn-wrapper {
    text-align: center;
  }


#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb-atc-btn-wrapper {
    text-align: center;
  }


#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb-atc-btn-wrapper {
    text-align: center;
  }


#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb-atc-btn-wrapper {
    text-align: center;
  }


#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb-atc-btn-wrapper {
    text-align: center;
  }


#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-60797cc6-fba4-41bd-91dc-a3b94f8e5abb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c8f1a220-53f0-4bd6-8581-d1fd547fb022 {
  margin-left: auto;
margin-right: auto;
}

#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 {
  max-width:  100%;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 {
  max-width:  100%;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 {
  max-width:  100%;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 {
  max-width:  100%;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 {
  max-width:  100%;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 .shg-image-zoom,
.shg-c#s-c9a0cfcd-f41f-4dac-a340-e89aaf2f7734 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fffb81e2-6acc-445e-a875-4b234e6ed669 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fffb81e2-6acc-445e-a875-4b234e6ed669 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-47467e45-997d-41c2-b2aa-aad43d790610 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-47467e45-997d-41c2-b2aa-aad43d790610 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-47467e45-997d-41c2-b2aa-aad43d790610 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-47467e45-997d-41c2-b2aa-aad43d790610 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de2b4ab3-cd2c-4e09-8d92-4d1475623093-atc-btn-wrapper {
    text-align: center;
  }


#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-de2b4ab3-cd2c-4e09-8d92-4d1475623093-atc-btn-wrapper {
    text-align: center;
  }


#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-de2b4ab3-cd2c-4e09-8d92-4d1475623093-atc-btn-wrapper {
    text-align: center;
  }


#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-de2b4ab3-cd2c-4e09-8d92-4d1475623093-atc-btn-wrapper {
    text-align: center;
  }


#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-de2b4ab3-cd2c-4e09-8d92-4d1475623093-atc-btn-wrapper {
    text-align: center;
  }


#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de2b4ab3-cd2c-4e09-8d92-4d1475623093.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8bbe1f1e-79d2-4b2d-8dbd-dfcb2a0a1b74 {
  margin-left: auto;
margin-right: auto;
}

#s-aaa09688-ee26-4d31-8de9-57f02844edae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae {
  max-width:  100%;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae {
  max-width:  100%;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae {
  max-width:  100%;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae {
  max-width:  100%;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae {
  max-width:  100%;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae .shg-image-zoom,
.shg-c#s-aaa09688-ee26-4d31-8de9-57f02844edae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4b27466b-0e94-4a2f-aab4-f755f31c25ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b27466b-0e94-4a2f-aab4-f755f31c25ce .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-609627f0-1d55-46ca-be17-21eddf431372 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-609627f0-1d55-46ca-be17-21eddf431372 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-609627f0-1d55-46ca-be17-21eddf431372 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-609627f0-1d55-46ca-be17-21eddf431372 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6-atc-btn-wrapper {
    text-align: center;
  }


#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fbbdc4c-0d4c-4854-9fc4-a08e431f1be6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4bc26061-217b-41c6-ba0d-f2cfaf67936f {
  margin-left: auto;
margin-right: auto;
}

#s-dd4f62f6-667f-4583-9833-ad98035db897 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 {
  max-width:  100%;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 {
  max-width:  100%;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 {
  max-width:  100%;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 {
  max-width:  100%;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 {
  max-width:  100%;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 .shg-image-zoom,
.shg-c#s-dd4f62f6-667f-4583-9833-ad98035db897 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e180d6f1-c0d7-499b-9bc8-6609a3602313 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e180d6f1-c0d7-499b-9bc8-6609a3602313 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-4238c4c5-0bea-4639-8eab-3e282cbe3b36 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4238c4c5-0bea-4639-8eab-3e282cbe3b36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4238c4c5-0bea-4639-8eab-3e282cbe3b36 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-4238c4c5-0bea-4639-8eab-3e282cbe3b36 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68e864e1-14ba-41d3-9d69-e6da54b9e91f-atc-btn-wrapper {
    text-align: center;
  }


#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-68e864e1-14ba-41d3-9d69-e6da54b9e91f-atc-btn-wrapper {
    text-align: center;
  }


#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-68e864e1-14ba-41d3-9d69-e6da54b9e91f-atc-btn-wrapper {
    text-align: center;
  }


#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-68e864e1-14ba-41d3-9d69-e6da54b9e91f-atc-btn-wrapper {
    text-align: center;
  }


#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-68e864e1-14ba-41d3-9d69-e6da54b9e91f-atc-btn-wrapper {
    text-align: center;
  }


#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-68e864e1-14ba-41d3-9d69-e6da54b9e91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-86d1e5b9-29a1-4b52-ae21-ed94b961f67d {
  margin-left: auto;
margin-right: auto;
}

#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 {
  max-width:  100%;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 {
  max-width:  100%;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 {
  max-width:  100%;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 {
  max-width:  100%;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 {
  max-width:  100%;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 .shg-image-zoom,
.shg-c#s-6740eec4-8c65-4e78-a9bf-1f30399404e6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0f004900-4b5b-42a3-a525-a7a04f162216 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f004900-4b5b-42a3-a525-a7a04f162216 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c4d20233-3b0c-48b7-9d51-7e7520a8b951 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c4d20233-3b0c-48b7-9d51-7e7520a8b951 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c4d20233-3b0c-48b7-9d51-7e7520a8b951 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4d20233-3b0c-48b7-9d51-7e7520a8b951 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fa4ecfe-734d-4efa-96ec-34caa5fed505-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2fa4ecfe-734d-4efa-96ec-34caa5fed505-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fa4ecfe-734d-4efa-96ec-34caa5fed505-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2fa4ecfe-734d-4efa-96ec-34caa5fed505-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2fa4ecfe-734d-4efa-96ec-34caa5fed505-atc-btn-wrapper {
    text-align: center;
  }


#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fa4ecfe-734d-4efa-96ec-34caa5fed505.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b2bd09c2-2664-4020-a8dc-a7aa48a5ad04 {
  margin-left: auto;
margin-right: auto;
}

#s-c0022b9f-d441-4c7b-b344-17921049d625 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 {
  max-width:  100%;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 {
  max-width:  100%;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 {
  max-width:  100%;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 {
  max-width:  100%;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 {
  max-width:  100%;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 .shg-image-zoom,
.shg-c#s-c0022b9f-d441-4c7b-b344-17921049d625 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b3d07858-98ce-4d58-8318-8e5a32647803 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3d07858-98ce-4d58-8318-8e5a32647803 .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-4f0e7629-cd3c-430c-85da-723ec46e19e1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4f0e7629-cd3c-430c-85da-723ec46e19e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4f0e7629-cd3c-430c-85da-723ec46e19e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f0e7629-cd3c-430c-85da-723ec46e19e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f502d53-32ec-41f3-bba5-e43733018267:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f502d53-32ec-41f3-bba5-e43733018267:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f502d53-32ec-41f3-bba5-e43733018267-atc-btn-wrapper {
    text-align: center;
  }


#s-5f502d53-32ec-41f3-bba5-e43733018267 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5f502d53-32ec-41f3-bba5-e43733018267-atc-btn-wrapper {
    text-align: center;
  }


#s-5f502d53-32ec-41f3-bba5-e43733018267 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f502d53-32ec-41f3-bba5-e43733018267-atc-btn-wrapper {
    text-align: center;
  }


#s-5f502d53-32ec-41f3-bba5-e43733018267 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5f502d53-32ec-41f3-bba5-e43733018267-atc-btn-wrapper {
    text-align: center;
  }


#s-5f502d53-32ec-41f3-bba5-e43733018267 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5f502d53-32ec-41f3-bba5-e43733018267-atc-btn-wrapper {
    text-align: center;
  }


#s-5f502d53-32ec-41f3-bba5-e43733018267 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f502d53-32ec-41f3-bba5-e43733018267.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-330faf4c-ec5f-464f-b036-ba798de5c4a8 {
  margin-left: auto;
margin-right: auto;
}

#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 {
  max-width:  100%;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 {
  max-width:  100%;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 {
  max-width:  100%;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 {
  max-width:  100%;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 {
  max-width:  100%;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 .shg-image-zoom,
.shg-c#s-63ad5aed-a2e1-48a0-be26-42cea00785a4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9c972e40-99d1-4b18-a29c-b259e34dae4c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c972e40-99d1-4b18-a29c-b259e34dae4c .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-ad025fd6-7d59-4e9d-b0b6-1b2694e70251 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ad025fd6-7d59-4e9d-b0b6-1b2694e70251 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ad025fd6-7d59-4e9d-b0b6-1b2694e70251 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-ad025fd6-7d59-4e9d-b0b6-1b2694e70251 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249-atc-btn-wrapper {
    text-align: center;
  }


#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249-atc-btn-wrapper {
    text-align: center;
  }


#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249-atc-btn-wrapper {
    text-align: center;
  }


#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249-atc-btn-wrapper {
    text-align: center;
  }


#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249-atc-btn-wrapper {
    text-align: center;
  }


#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5e14ff5-c82d-4961-816e-3b4ad5ad5249.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 {
  display: none;
}
#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1, #wrap-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1, #wrap-content-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 {
  display: none;
}
#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1, #wrap-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1, #wrap-content-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 {
  display: none;
}
#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1, #wrap-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1, #wrap-content-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 { display: none !important; }}@media (max-width: 767px){#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 {
  
}
}
#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 {
  --swiper-pagination-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(107, 20, 20, 1) !important;
  --arrow-button-size: 50px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-prev,
#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-next {
  
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-prev svg,
#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .swiper-pagination-bullet-active {
  background-color: rgba(107, 20, 20, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  flex-end
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 {
  --swiper-pagination-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(198, 42, 42, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(107, 20, 20, 1) !important;
  --arrow-button-size: 50px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-prev,
#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-next {
  
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-prev svg,
#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-next svg {
  fill: rgba(0, 0, 0, 1) !important;
  stroke: rgba(0, 0, 0, 1) !important;
  
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .swiper-pagination-bullet-active {
  background-color: rgba(107, 20, 20, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c11a1d6f-251e-4916-8bf1-f17cd6334dd1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  flex-end
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-279f0945-1ab4-4fe3-9855-010bce990b58 {
  margin-left: auto;
margin-right: auto;
}

#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 {
  max-width:  100%;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 {
  max-width:  100%;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 {
  max-width:  100%;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 {
  max-width:  100%;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 {
  max-width:  100%;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 .shg-image-zoom,
.shg-c#s-935785d7-a9bc-41ae-a5af-d48b43dd1a69 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8b7445e8-77c2-49e9-9fc9-12bebc91af8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b7445e8-77c2-49e9-9fc9-12bebc91af8e .shg-product-title-component h4 span {
  color: ;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}

#s-6096fe98-9ef4-483f-bc14-b63b0c3ea97e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6096fe98-9ef4-483f-bc14-b63b0c3ea97e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6096fe98-9ef4-483f-bc14-b63b0c3ea97e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-6096fe98-9ef4-483f-bc14-b63b0c3ea97e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a49413d0-902c-4d36-b31f-9f9b7b2d710b-atc-btn-wrapper {
    text-align: center;
  }


#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a49413d0-902c-4d36-b31f-9f9b7b2d710b-atc-btn-wrapper {
    text-align: center;
  }


#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a49413d0-902c-4d36-b31f-9f9b7b2d710b-atc-btn-wrapper {
    text-align: center;
  }


#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a49413d0-902c-4d36-b31f-9f9b7b2d710b-atc-btn-wrapper {
    text-align: center;
  }


#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a49413d0-902c-4d36-b31f-9f9b7b2d710b-atc-btn-wrapper {
    text-align: center;
  }


#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a49413d0-902c-4d36-b31f-9f9b7b2d710b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}