.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-f14c697c-3881-4abd-a36e-2516426a5a0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f14c697c-3881-4abd-a36e-2516426a5a0d {
  display: none;
}
#s-f14c697c-3881-4abd-a36e-2516426a5a0d, #wrap-s-f14c697c-3881-4abd-a36e-2516426a5a0d, #wrap-content-s-f14c697c-3881-4abd-a36e-2516426a5a0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f14c697c-3881-4abd-a36e-2516426a5a0d {
  display: none;
}
#s-f14c697c-3881-4abd-a36e-2516426a5a0d, #wrap-s-f14c697c-3881-4abd-a36e-2516426a5a0d, #wrap-content-s-f14c697c-3881-4abd-a36e-2516426a5a0d { display: none !important; }}







#s-f14c697c-3881-4abd-a36e-2516426a5a0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f14c697c-3881-4abd-a36e-2516426a5a0d.shg-box.shg-c {
  justify-content: center;
}

#s-2ac89599-6285-43be-a3a0-1d3dc63201fd {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ac89599-6285-43be-a3a0-1d3dc63201fd {
  display: none;
}
#s-2ac89599-6285-43be-a3a0-1d3dc63201fd, #wrap-s-2ac89599-6285-43be-a3a0-1d3dc63201fd, #wrap-content-s-2ac89599-6285-43be-a3a0-1d3dc63201fd { display: none !important; }}@media (max-width: 767px){#s-2ac89599-6285-43be-a3a0-1d3dc63201fd {
  margin-top: -25px;
margin-left: 0px;
min-height: 200px;
display: none;
}
#s-2ac89599-6285-43be-a3a0-1d3dc63201fd, #wrap-s-2ac89599-6285-43be-a3a0-1d3dc63201fd, #wrap-content-s-2ac89599-6285-43be-a3a0-1d3dc63201fd { display: none !important; }}
#s-2ac89599-6285-43be-a3a0-1d3dc63201fd {
  background-image: url(https://i.shgcdn.com/5ab8eb1d-9026-4992-bc74-3756ec07b219/);
}








#s-2ac89599-6285-43be-a3a0-1d3dc63201fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ac89599-6285-43be-a3a0-1d3dc63201fd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-183580f1-dac6-4086-8173-4fe45c2ce953 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-183580f1-dac6-4086-8173-4fe45c2ce953 {
  display: none;
}
#s-183580f1-dac6-4086-8173-4fe45c2ce953, #wrap-s-183580f1-dac6-4086-8173-4fe45c2ce953, #wrap-content-s-183580f1-dac6-4086-8173-4fe45c2ce953 { display: none !important; }}@media (max-width: 767px){#s-183580f1-dac6-4086-8173-4fe45c2ce953 {
  margin-top: -20px;
margin-left: 35px;
margin-right: 35px;
display: none;
}
#s-183580f1-dac6-4086-8173-4fe45c2ce953, #wrap-s-183580f1-dac6-4086-8173-4fe45c2ce953, #wrap-content-s-183580f1-dac6-4086-8173-4fe45c2ce953 { display: none !important; }}
#s-183580f1-dac6-4086-8173-4fe45c2ce953 .shg-proportional-font-size,
#s-183580f1-dac6-4086-8173-4fe45c2ce953 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  margin-left: auto;
margin-right: auto;
max-width: 2700px;
text-align: center;
}
@media (min-width: 1200px){#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  margin-top: -35px;
margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  display: none;
}
#s-b4822b66-d0e9-4df0-b517-9388b95f5b60, #wrap-s-b4822b66-d0e9-4df0-b517-9388b95f5b60, #wrap-content-s-b4822b66-d0e9-4df0-b517-9388b95f5b60 { display: none !important; }}@media (max-width: 767px){#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  display: none;
}
#s-b4822b66-d0e9-4df0-b517-9388b95f5b60, #wrap-s-b4822b66-d0e9-4df0-b517-9388b95f5b60, #wrap-content-s-b4822b66-d0e9-4df0-b517-9388b95f5b60 { display: none !important; }}
#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60-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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 .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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 img.shogun-image {
  width: 100%;
  
  
  max-width: 2700px;

  /* 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-b4822b66-d0e9-4df0-b517-9388b95f5b60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60-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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -35px;
  
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 .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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 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-b4822b66-d0e9-4df0-b517-9388b95f5b60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60-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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 .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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 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-b4822b66-d0e9-4df0-b517-9388b95f5b60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60-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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 .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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 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-b4822b66-d0e9-4df0-b517-9388b95f5b60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60-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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 .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-b4822b66-d0e9-4df0-b517-9388b95f5b60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60 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-b4822b66-d0e9-4df0-b517-9388b95f5b60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4822b66-d0e9-4df0-b517-9388b95f5b60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9ab024ce-f9a9-4ac0-9619-12d3f0523617 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9ab024ce-f9a9-4ac0-9619-12d3f0523617 {
  margin-left: 100px;
margin-bottom: 36px;
margin-right: 100px;
padding-top: 2px;
padding-bottom: 2px;
}
}
#s-9ab024ce-f9a9-4ac0-9619-12d3f0523617 .shg-proportional-font-size,
#s-9ab024ce-f9a9-4ac0-9619-12d3f0523617 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bbf36fc8-ee6b-4c85-ad11-037b017fb730 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-bbf36fc8-ee6b-4c85-ad11-037b017fb730 {
  min-height: 200px;
}
}
#s-bbf36fc8-ee6b-4c85-ad11-037b017fb730 {
  background-image: url(https://i.shgcdn.com/5ab8eb1d-9026-4992-bc74-3756ec07b219/);
}








#s-bbf36fc8-ee6b-4c85-ad11-037b017fb730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbf36fc8-ee6b-4c85-ad11-037b017fb730.shg-box.shg-c {
  justify-content: center;
}

#s-d9429bc3-f7eb-4823-8fe3-214c9cda5eb7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d9429bc3-f7eb-4823-8fe3-214c9cda5eb7 {
  margin-left: 28px;
margin-right: 28px;
}
}
#s-d9429bc3-f7eb-4823-8fe3-214c9cda5eb7 .shg-proportional-font-size,
#s-d9429bc3-f7eb-4823-8fe3-214c9cda5eb7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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;
  
  
  text-transform: none;
  
  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-6e0076e3-b3be-4138-91ae-55e02ff2fce5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6e0076e3-b3be-4138-91ae-55e02ff2fce5 {
  display: none;
}
#s-6e0076e3-b3be-4138-91ae-55e02ff2fce5, #wrap-s-6e0076e3-b3be-4138-91ae-55e02ff2fce5, #wrap-content-s-6e0076e3-b3be-4138-91ae-55e02ff2fce5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e0076e3-b3be-4138-91ae-55e02ff2fce5 {
  display: none;
}
#s-6e0076e3-b3be-4138-91ae-55e02ff2fce5, #wrap-s-6e0076e3-b3be-4138-91ae-55e02ff2fce5, #wrap-content-s-6e0076e3-b3be-4138-91ae-55e02ff2fce5 { display: none !important; }}@media (max-width: 767px){#s-6e0076e3-b3be-4138-91ae-55e02ff2fce5 {
  margin-top: 50px;
margin-left: 34px;
margin-right: 34px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-6e0076e3-b3be-4138-91ae-55e02ff2fce5 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-6e0076e3-b3be-4138-91ae-55e02ff2fce5 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Manrope";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  
  
}


}
#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -24px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 {
  margin-top: -59px;
min-height: 350px;
display: none;
}
#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-content-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 {
  display: none;
}
#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-content-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 {
  display: none;
}
#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-content-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 { display: none !important; }}@media (max-width: 767px){#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 {
  display: none;
}
#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688, #wrap-content-s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 { display: none !important; }}
#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/);
}








#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a9fdcf9-b9c1-4d2e-b700-81d0e3231688.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-66f1118f-e9e0-45d8-a8df-6e69118735a3 {
  margin-top: 70px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-66f1118f-e9e0-45d8-a8df-6e69118735a3 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-content-s-66f1118f-e9e0-45d8-a8df-6e69118735a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66f1118f-e9e0-45d8-a8df-6e69118735a3 {
  display: none;
}
#s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-content-s-66f1118f-e9e0-45d8-a8df-6e69118735a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66f1118f-e9e0-45d8-a8df-6e69118735a3 {
  display: none;
}
#s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-content-s-66f1118f-e9e0-45d8-a8df-6e69118735a3 { display: none !important; }}@media (max-width: 767px){#s-66f1118f-e9e0-45d8-a8df-6e69118735a3 {
  display: none;
}
#s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-s-66f1118f-e9e0-45d8-a8df-6e69118735a3, #wrap-content-s-66f1118f-e9e0-45d8-a8df-6e69118735a3 { display: none !important; }}
#s-66f1118f-e9e0-45d8-a8df-6e69118735a3 .shg-proportional-font-size,
#s-66f1118f-e9e0-45d8-a8df-6e69118735a3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -24px;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  min-height: 278px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  display: none;
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f, #wrap-s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f, #wrap-content-s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f { display: none !important; }}@media (max-width: 767px){#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  display: none;
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f, #wrap-s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f, #wrap-content-s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f { display: none !important; }}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/480x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/960x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/768x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/1536x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/1024x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/2048x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/1200x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f {
  background-image: url(https://i.shgcdn.com/c4211ad6-0f0a-498f-a483-20200178bcbc/-/resize/2048x/);
}
#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3188c5dd-0612-41f1-b9c3-9f93cd4a037f.shg-box.shg-c {
  justify-content: center;
}

#s-d5fdca50-18b5-4347-b10e-011789e32a85 {
  margin-left: 50px;
margin-right: 50px;
}

#s-d5fdca50-18b5-4347-b10e-011789e32a85 .shg-proportional-font-size,
#s-d5fdca50-18b5-4347-b10e-011789e32a85 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c095704d-3386-48a0-9f68-c025204517e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c095704d-3386-48a0-9f68-c025204517e5 {
  max-width: 1250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c095704d-3386-48a0-9f68-c025204517e5 {
  display: none;
}
#s-c095704d-3386-48a0-9f68-c025204517e5, #wrap-s-c095704d-3386-48a0-9f68-c025204517e5, #wrap-content-s-c095704d-3386-48a0-9f68-c025204517e5 { display: none !important; }}@media (max-width: 767px){#s-c095704d-3386-48a0-9f68-c025204517e5 {
  display: none;
}
#s-c095704d-3386-48a0-9f68-c025204517e5, #wrap-s-c095704d-3386-48a0-9f68-c025204517e5, #wrap-content-s-c095704d-3386-48a0-9f68-c025204517e5 { display: none !important; }}







#s-c095704d-3386-48a0-9f68-c025204517e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c095704d-3386-48a0-9f68-c025204517e5.shg-box.shg-c {
  justify-content: center;
}

#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
@media (min-width: 1200px){#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c {
  margin-top: 70px;
margin-left: 243px;
margin-bottom: 70px;
margin-right: 243px;
max-width: 1250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c {
  display: none;
}
#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c, #wrap-s-8f5daace-f11b-4daa-a2c7-d1f7e426481c, #wrap-content-s-8f5daace-f11b-4daa-a2c7-d1f7e426481c { display: none !important; }}@media (max-width: 767px){#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c {
  display: none;
}
#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c, #wrap-s-8f5daace-f11b-4daa-a2c7-d1f7e426481c, #wrap-content-s-8f5daace-f11b-4daa-a2c7-d1f7e426481c { display: none !important; }}
#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c .shg-proportional-font-size,
#s-8f5daace-f11b-4daa-a2c7-d1f7e426481c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2b51b4f0-c7e5-4388-ae2b-d1aa97d99d8f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2b51b4f0-c7e5-4388-ae2b-d1aa97d99d8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b51b4f0-c7e5-4388-ae2b-d1aa97d99d8f.shg-box.shg-c {
  justify-content: center;
}

#s-f67285bc-5fe8-4b44-903a-2e5a9ca60fff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f67285bc-5fe8-4b44-903a-2e5a9ca60fff {
  margin-bottom: 50px;
max-width: 1250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f67285bc-5fe8-4b44-903a-2e5a9ca60fff {
  
}
}@media (max-width: 767px){#s-f67285bc-5fe8-4b44-903a-2e5a9ca60fff {
  
}
}







#s-f67285bc-5fe8-4b44-903a-2e5a9ca60fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f67285bc-5fe8-4b44-903a-2e5a9ca60fff.shg-box.shg-c {
  justify-content: center;
}

#s-fb767dcc-2414-41c5-bc01-551f9d54852f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb767dcc-2414-41c5-bc01-551f9d54852f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb767dcc-2414-41c5-bc01-551f9d54852f.shg-box.shg-c {
  justify-content: center;
}

#s-f7667cc4-e341-4bcb-832e-b005b339b1fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f7667cc4-e341-4bcb-832e-b005b339b1fb {
  margin-bottom: 34px;
max-width: 1250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7667cc4-e341-4bcb-832e-b005b339b1fb {
  
}
}@media (max-width: 767px){#s-f7667cc4-e341-4bcb-832e-b005b339b1fb {
  
}
}







#s-f7667cc4-e341-4bcb-832e-b005b339b1fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7667cc4-e341-4bcb-832e-b005b339b1fb.shg-box.shg-c {
  justify-content: center;
}

#s-477bca7f-edcb-42b4-ad13-e1787862c0f8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-477bca7f-edcb-42b4-ad13-e1787862c0f8 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-477bca7f-edcb-42b4-ad13-e1787862c0f8 {
  margin-top: 100px;
}
}
#s-477bca7f-edcb-42b4-ad13-e1787862c0f8 .shg-proportional-font-size,
#s-477bca7f-edcb-42b4-ad13-e1787862c0f8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $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-cdf14520-7b69-4245-90cd-07829ac7dd25 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-cdf14520-7b69-4245-90cd-07829ac7dd25 {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-cdf14520-7b69-4245-90cd-07829ac7dd25 {
  margin-bottom: 0px;
}
}
#s-cdf14520-7b69-4245-90cd-07829ac7dd25 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev,
#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next {
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev svg,
#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-cdf14520-7b69-4245-90cd-07829ac7dd25 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev,
#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next {
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev svg,
#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-cdf14520-7b69-4245-90cd-07829ac7dd25 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev,
#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next {
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev svg,
#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-cdf14520-7b69-4245-90cd-07829ac7dd25 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-a34e3e60-e6ff-4457-be6d-c4235b19f40a {
  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-db4807db-8a75-46ba-beaa-0a30d92e4642 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db4807db-8a75-46ba-beaa-0a30d92e4642 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-f87f094e-8a70-4a1f-880a-1f8c59a20bbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f87f094e-8a70-4a1f-880a-1f8c59a20bbb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-97a006e1-cfb1-4421-a55d-ac35a58a3221 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-97a006e1-cfb1-4421-a55d-ac35a58a3221 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-97a006e1-cfb1-4421-a55d-ac35a58a3221 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-97a006e1-cfb1-4421-a55d-ac35a58a3221 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-97a006e1-cfb1-4421-a55d-ac35a58a3221 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-97a006e1-cfb1-4421-a55d-ac35a58a3221 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-97a006e1-cfb1-4421-a55d-ac35a58a3221 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

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

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

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

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

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

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

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81 {
  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-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81-atc-btn-wrapper {
    text-align: center;
  }


#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81-atc-btn-wrapper {
    text-align: center;
  }


#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81-atc-btn-wrapper {
    text-align: center;
  }


#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81-atc-btn-wrapper {
    text-align: center;
  }


#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81-atc-btn-wrapper {
    text-align: center;
  }


#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2bc17c74-b2af-4e00-9fa3-ce38b0dc8f81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0637f5d5-bd2d-4d9b-8c6b-661d8765cd80 {
  margin-left: auto;
margin-right: auto;
}

#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68a030ad-07a2-41a7-9eb2-9a57287f3e9f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-abea81c5-d456-4255-b489-7ce4369133dc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abea81c5-d456-4255-b489-7ce4369133dc .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-880e4120-897a-4692-8b37-9b5ba32e9d05 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-880e4120-897a-4692-8b37-9b5ba32e9d05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-880e4120-897a-4692-8b37-9b5ba32e9d05 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-880e4120-897a-4692-8b37-9b5ba32e9d05 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-880e4120-897a-4692-8b37-9b5ba32e9d05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-880e4120-897a-4692-8b37-9b5ba32e9d05 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-880e4120-897a-4692-8b37-9b5ba32e9d05 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164 {
  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-eb7b02eb-ab7d-4e52-968a-b3808e8b2164:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164-atc-btn-wrapper {
    text-align: center;
  }


#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164-atc-btn-wrapper {
    text-align: center;
  }


#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164-atc-btn-wrapper {
    text-align: center;
  }


#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164-atc-btn-wrapper {
    text-align: center;
  }


#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164-atc-btn-wrapper {
    text-align: center;
  }


#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eb7b02eb-ab7d-4e52-968a-b3808e8b2164.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c6f9d134-19e4-4912-afcc-ede37ef4c2d1 {
  margin-left: auto;
margin-right: auto;
}

#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e0a627b-8e70-4c49-b8c1-3e3eeb31ab9d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-856be6e3-1e4b-446c-97b3-9f36039dd767 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-856be6e3-1e4b-446c-97b3-9f36039dd767 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-175680c1-ec46-4393-87e2-f1f2bd668afd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-175680c1-ec46-4393-87e2-f1f2bd668afd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-175680c1-ec46-4393-87e2-f1f2bd668afd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-175680c1-ec46-4393-87e2-f1f2bd668afd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-175680c1-ec46-4393-87e2-f1f2bd668afd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-175680c1-ec46-4393-87e2-f1f2bd668afd .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-175680c1-ec46-4393-87e2-f1f2bd668afd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-5343c466-d607-47b0-a148-e28cbafaf036 {
  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-5343c466-d607-47b0-a148-e28cbafaf036:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5343c466-d607-47b0-a148-e28cbafaf036:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5343c466-d607-47b0-a148-e28cbafaf036 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-5343c466-d607-47b0-a148-e28cbafaf036:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-5343c466-d607-47b0-a148-e28cbafaf036-atc-btn-wrapper {
    text-align: center;
  }


#s-5343c466-d607-47b0-a148-e28cbafaf036 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5343c466-d607-47b0-a148-e28cbafaf036-atc-btn-wrapper {
    text-align: center;
  }


#s-5343c466-d607-47b0-a148-e28cbafaf036 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5343c466-d607-47b0-a148-e28cbafaf036-atc-btn-wrapper {
    text-align: center;
  }


#s-5343c466-d607-47b0-a148-e28cbafaf036 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5343c466-d607-47b0-a148-e28cbafaf036-atc-btn-wrapper {
    text-align: center;
  }


#s-5343c466-d607-47b0-a148-e28cbafaf036 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5343c466-d607-47b0-a148-e28cbafaf036-atc-btn-wrapper {
    text-align: center;
  }


#s-5343c466-d607-47b0-a148-e28cbafaf036 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5343c466-d607-47b0-a148-e28cbafaf036.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e9965b11-cdd9-4ec3-9d64-0e013ef28b54 {
  margin-left: auto;
margin-right: auto;
}

#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d92c831-d00b-4d2f-876d-665ff8010ee2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d9a3f97-4b7c-42f2-b1c6-9a69f4e12546 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d9a3f97-4b7c-42f2-b1c6-9a69f4e12546 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7d6c32b9-4f4a-4802-a9e1-611e62ff3a8a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7d6c32b9-4f4a-4802-a9e1-611e62ff3a8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7d6c32b9-4f4a-4802-a9e1-611e62ff3a8a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7d6c32b9-4f4a-4802-a9e1-611e62ff3a8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-7d6c32b9-4f4a-4802-a9e1-611e62ff3a8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-7d6c32b9-4f4a-4802-a9e1-611e62ff3a8a .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-7d6c32b9-4f4a-4802-a9e1-611e62ff3a8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-90970130-7ada-4d67-bd65-89f4a4055e52 {
  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-90970130-7ada-4d67-bd65-89f4a4055e52:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90970130-7ada-4d67-bd65-89f4a4055e52:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-90970130-7ada-4d67-bd65-89f4a4055e52 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-90970130-7ada-4d67-bd65-89f4a4055e52:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-90970130-7ada-4d67-bd65-89f4a4055e52-atc-btn-wrapper {
    text-align: center;
  }


#s-90970130-7ada-4d67-bd65-89f4a4055e52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-90970130-7ada-4d67-bd65-89f4a4055e52-atc-btn-wrapper {
    text-align: center;
  }


#s-90970130-7ada-4d67-bd65-89f4a4055e52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-90970130-7ada-4d67-bd65-89f4a4055e52-atc-btn-wrapper {
    text-align: center;
  }


#s-90970130-7ada-4d67-bd65-89f4a4055e52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-90970130-7ada-4d67-bd65-89f4a4055e52-atc-btn-wrapper {
    text-align: center;
  }


#s-90970130-7ada-4d67-bd65-89f4a4055e52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-90970130-7ada-4d67-bd65-89f4a4055e52-atc-btn-wrapper {
    text-align: center;
  }


#s-90970130-7ada-4d67-bd65-89f4a4055e52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-90970130-7ada-4d67-bd65-89f4a4055e52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a9a60c5e-5d48-4224-9b2d-30be6adf844a {
  margin-left: auto;
margin-right: auto;
}

#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1970b9d1-34c6-474b-8ad7-441cd9587e62 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cade5832-7401-43ff-97f7-8890f9eee8ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cade5832-7401-43ff-97f7-8890f9eee8ec .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-49923676-6bd0-40cf-87bf-b489c13ed6d7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-49923676-6bd0-40cf-87bf-b489c13ed6d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-49923676-6bd0-40cf-87bf-b489c13ed6d7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-49923676-6bd0-40cf-87bf-b489c13ed6d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-49923676-6bd0-40cf-87bf-b489c13ed6d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-49923676-6bd0-40cf-87bf-b489c13ed6d7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-49923676-6bd0-40cf-87bf-b489c13ed6d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-69c90d6a-161b-436e-bbea-9ef20cc308d2 {
  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-69c90d6a-161b-436e-bbea-9ef20cc308d2:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69c90d6a-161b-436e-bbea-9ef20cc308d2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-69c90d6a-161b-436e-bbea-9ef20cc308d2 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-69c90d6a-161b-436e-bbea-9ef20cc308d2:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-69c90d6a-161b-436e-bbea-9ef20cc308d2-atc-btn-wrapper {
    text-align: center;
  }


#s-69c90d6a-161b-436e-bbea-9ef20cc308d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-69c90d6a-161b-436e-bbea-9ef20cc308d2-atc-btn-wrapper {
    text-align: center;
  }


#s-69c90d6a-161b-436e-bbea-9ef20cc308d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-69c90d6a-161b-436e-bbea-9ef20cc308d2-atc-btn-wrapper {
    text-align: center;
  }


#s-69c90d6a-161b-436e-bbea-9ef20cc308d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-69c90d6a-161b-436e-bbea-9ef20cc308d2-atc-btn-wrapper {
    text-align: center;
  }


#s-69c90d6a-161b-436e-bbea-9ef20cc308d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-69c90d6a-161b-436e-bbea-9ef20cc308d2-atc-btn-wrapper {
    text-align: center;
  }


#s-69c90d6a-161b-436e-bbea-9ef20cc308d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69c90d6a-161b-436e-bbea-9ef20cc308d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-53d3ec42-ba8d-4379-9807-fad54c5202fe {
  margin-left: auto;
margin-right: auto;
}

#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3429e3d-7ef1-40c1-897a-1fac4456a6f1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3807e84d-bd19-4672-bac4-f86d516d2548 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3807e84d-bd19-4672-bac4-f86d516d2548 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-69f13b6c-70e1-45c2-b1e5-6f3f89fc419a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-69f13b6c-70e1-45c2-b1e5-6f3f89fc419a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-69f13b6c-70e1-45c2-b1e5-6f3f89fc419a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-69f13b6c-70e1-45c2-b1e5-6f3f89fc419a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-69f13b6c-70e1-45c2-b1e5-6f3f89fc419a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-69f13b6c-70e1-45c2-b1e5-6f3f89fc419a .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-69f13b6c-70e1-45c2-b1e5-6f3f89fc419a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d2001e74-6e9f-4de6-b427-17d7730a3726 {
  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-d2001e74-6e9f-4de6-b427-17d7730a3726:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2001e74-6e9f-4de6-b427-17d7730a3726:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d2001e74-6e9f-4de6-b427-17d7730a3726 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-d2001e74-6e9f-4de6-b427-17d7730a3726:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-d2001e74-6e9f-4de6-b427-17d7730a3726-atc-btn-wrapper {
    text-align: center;
  }


#s-d2001e74-6e9f-4de6-b427-17d7730a3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d2001e74-6e9f-4de6-b427-17d7730a3726-atc-btn-wrapper {
    text-align: center;
  }


#s-d2001e74-6e9f-4de6-b427-17d7730a3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2001e74-6e9f-4de6-b427-17d7730a3726-atc-btn-wrapper {
    text-align: center;
  }


#s-d2001e74-6e9f-4de6-b427-17d7730a3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d2001e74-6e9f-4de6-b427-17d7730a3726-atc-btn-wrapper {
    text-align: center;
  }


#s-d2001e74-6e9f-4de6-b427-17d7730a3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d2001e74-6e9f-4de6-b427-17d7730a3726-atc-btn-wrapper {
    text-align: center;
  }


#s-d2001e74-6e9f-4de6-b427-17d7730a3726 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d2001e74-6e9f-4de6-b427-17d7730a3726.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-188570db-355a-4158-8762-cdbe68c12f7e {
  margin-left: auto;
margin-right: auto;
}

#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fe4abeb-54ce-471d-9416-c21c7e26fb71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ff9308fa-4c0a-4346-a645-3d0b8955a629 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff9308fa-4c0a-4346-a645-3d0b8955a629 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7c2b2561-1926-46ed-89ad-101345768fed {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7c2b2561-1926-46ed-89ad-101345768fed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7c2b2561-1926-46ed-89ad-101345768fed .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7c2b2561-1926-46ed-89ad-101345768fed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-7c2b2561-1926-46ed-89ad-101345768fed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-7c2b2561-1926-46ed-89ad-101345768fed .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-7c2b2561-1926-46ed-89ad-101345768fed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5 {
  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-55ce17dd-3a6b-4828-9109-b1ef55eb80e5:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5-atc-btn-wrapper {
    text-align: center;
  }


#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5-atc-btn-wrapper {
    text-align: center;
  }


#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5-atc-btn-wrapper {
    text-align: center;
  }


#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5-atc-btn-wrapper {
    text-align: center;
  }


#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5-atc-btn-wrapper {
    text-align: center;
  }


#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55ce17dd-3a6b-4828-9109-b1ef55eb80e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-037faf7e-2427-41ba-8a38-d15ea3e0e9cb {
  margin-left: auto;
margin-right: auto;
}

#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6b02eb8-7903-4a96-bf70-f6a4e3bbbe97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-93a23200-77e9-4a3e-8005-a41e11461d41 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93a23200-77e9-4a3e-8005-a41e11461d41 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ff62c39c-fdc8-41f0-b0e1-3aa4025066cf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ff62c39c-fdc8-41f0-b0e1-3aa4025066cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ff62c39c-fdc8-41f0-b0e1-3aa4025066cf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ff62c39c-fdc8-41f0-b0e1-3aa4025066cf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-ff62c39c-fdc8-41f0-b0e1-3aa4025066cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-ff62c39c-fdc8-41f0-b0e1-3aa4025066cf .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-ff62c39c-fdc8-41f0-b0e1-3aa4025066cf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54 {
  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-ced7905c-a8ab-4e34-96ae-5c388e07ef54:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ced7905c-a8ab-4e34-96ae-5c388e07ef54-atc-btn-wrapper {
    text-align: center;
  }


#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ced7905c-a8ab-4e34-96ae-5c388e07ef54-atc-btn-wrapper {
    text-align: center;
  }


#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ced7905c-a8ab-4e34-96ae-5c388e07ef54-atc-btn-wrapper {
    text-align: center;
  }


#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ced7905c-a8ab-4e34-96ae-5c388e07ef54-atc-btn-wrapper {
    text-align: center;
  }


#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ced7905c-a8ab-4e34-96ae-5c388e07ef54-atc-btn-wrapper {
    text-align: center;
  }


#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ced7905c-a8ab-4e34-96ae-5c388e07ef54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e9955333-56bc-4b5d-9ab0-b66b3d798ba7 {
  margin-left: auto;
margin-right: auto;
}

#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-950e1153-f825-47bb-a7e8-cbe75b7e1015 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-450716be-0102-4135-991b-9f768d89dd93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-450716be-0102-4135-991b-9f768d89dd93 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2dd922aa-bc51-4e6a-9429-e3fd2067ddc6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2dd922aa-bc51-4e6a-9429-e3fd2067ddc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2dd922aa-bc51-4e6a-9429-e3fd2067ddc6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2dd922aa-bc51-4e6a-9429-e3fd2067ddc6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-2dd922aa-bc51-4e6a-9429-e3fd2067ddc6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-2dd922aa-bc51-4e6a-9429-e3fd2067ddc6 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-2dd922aa-bc51-4e6a-9429-e3fd2067ddc6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10 {
  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-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10-atc-btn-wrapper {
    text-align: center;
  }


#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10-atc-btn-wrapper {
    text-align: center;
  }


#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10-atc-btn-wrapper {
    text-align: center;
  }


#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10-atc-btn-wrapper {
    text-align: center;
  }


#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10-atc-btn-wrapper {
    text-align: center;
  }


#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a87f6ad-4ca2-49bb-b10c-503a5bb0bc10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-aaf04521-519f-4718-b258-cde644e49da8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
background-color: rgba(74, 165, 255, 1);
}
@media (min-width: 1200px){#s-aaf04521-519f-4718-b258-cde644e49da8 {
  margin-bottom: 150px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 360px;
max-width: 1250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aaf04521-519f-4718-b258-cde644e49da8 {
  display: none;
}
#s-aaf04521-519f-4718-b258-cde644e49da8, #wrap-s-aaf04521-519f-4718-b258-cde644e49da8, #wrap-content-s-aaf04521-519f-4718-b258-cde644e49da8 { display: none !important; }}@media (max-width: 767px){#s-aaf04521-519f-4718-b258-cde644e49da8 {
  display: none;
}
#s-aaf04521-519f-4718-b258-cde644e49da8, #wrap-s-aaf04521-519f-4718-b258-cde644e49da8, #wrap-content-s-aaf04521-519f-4718-b258-cde644e49da8 { display: none !important; }}







#s-aaf04521-519f-4718-b258-cde644e49da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aaf04521-519f-4718-b258-cde644e49da8.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-41ca937c-f3b8-4b9b-8597-7b028b045a5f {
  margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-41ca937c-f3b8-4b9b-8597-7b028b045a5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41ca937c-f3b8-4b9b-8597-7b028b045a5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41ca937c-f3b8-4b9b-8597-7b028b045a5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41ca937c-f3b8-4b9b-8597-7b028b045a5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41ca937c-f3b8-4b9b-8597-7b028b045a5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41ca937c-f3b8-4b9b-8597-7b028b045a5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41ca937c-f3b8-4b9b-8597-7b028b045a5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-8ebe3b8c-f4a9-448f-bc43-54d024d10039 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8ebe3b8c-f4a9-448f-bc43-54d024d10039 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}
}
#s-8ebe3b8c-f4a9-448f-bc43-54d024d10039 .shg-proportional-font-size,
#s-8ebe3b8c-f4a9-448f-bc43-54d024d10039 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d {
  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;
text-decoration: none;
}
#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d {
  border-style: solid;
margin-left: 40px;
margin-bottom: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(222, 31, 38, 1);
border-radius: 30px;
text-align: left;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(222, 31, 38, 1);
}
#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d:hover {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d:active {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d-root {
    text-align: center;
  }


#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d-root {
    text-align: left;
  }


#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d.shg-btn {
  color: rgba(222, 31, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d-root {
    text-align: center;
  }


#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d-root {
    text-align: center;
  }


#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d-root {
    text-align: center;
  }


#s-6fa40206-4d8c-4008-a5f7-61d68b6f4e8d.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}
#s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}
@media (min-width: 1200px){#s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  margin-top: 10px;
margin-right: 20px;
}
}
#s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334-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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 30px;
  padding-bottom: 30px;
}


.shg-image-content-margin-container-s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 img.shogun-image {
  width: 100%;
  
  
  max-width: 640px;

  /* 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-6a08d950-7b13-4940-9f79-f9ae2a228334 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334-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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 20px;
  margin-top: 10px;
  
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 .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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 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-6a08d950-7b13-4940-9f79-f9ae2a228334 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334-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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 .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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 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-6a08d950-7b13-4940-9f79-f9ae2a228334 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334-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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 .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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 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-6a08d950-7b13-4940-9f79-f9ae2a228334 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334-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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 .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-6a08d950-7b13-4940-9f79-f9ae2a228334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a08d950-7b13-4940-9f79-f9ae2a228334 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-6a08d950-7b13-4940-9f79-f9ae2a228334 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a08d950-7b13-4940-9f79-f9ae2a228334.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a3a8d5a3-e7b8-4746-8d16-b62dec77941d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-a3a8d5a3-e7b8-4746-8d16-b62dec77941d {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-a3a8d5a3-e7b8-4746-8d16-b62dec77941d {
  margin-top: 100px;
}
}
#s-a3a8d5a3-e7b8-4746-8d16-b62dec77941d .shg-proportional-font-size,
#s-a3a8d5a3-e7b8-4746-8d16-b62dec77941d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-064f3110-734a-4868-832e-9b00f87f1c58 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-064f3110-734a-4868-832e-9b00f87f1c58 {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-064f3110-734a-4868-832e-9b00f87f1c58 {
  margin-bottom: 0px;
}
}
#s-064f3110-734a-4868-832e-9b00f87f1c58 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev,
#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next {
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev svg,
#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-064f3110-734a-4868-832e-9b00f87f1c58 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev,
#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next {
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev svg,
#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-064f3110-734a-4868-832e-9b00f87f1c58 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev,
#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next {
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev svg,
#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-064f3110-734a-4868-832e-9b00f87f1c58 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-4e5cedd0-e140-4bab-9ff1-917ce6a0281b {
  margin-left: auto;
margin-right: auto;
}

#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9caac1d8-371f-4e15-8cbd-1337bfe8a790 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed25b0f0-c2a1-4953-b26e-112a5c8926ef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed25b0f0-c2a1-4953-b26e-112a5c8926ef .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0390e911-e3e2-474c-a2d7-a8868933ed1b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0390e911-e3e2-474c-a2d7-a8868933ed1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0390e911-e3e2-474c-a2d7-a8868933ed1b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0390e911-e3e2-474c-a2d7-a8868933ed1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-0390e911-e3e2-474c-a2d7-a8868933ed1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-0390e911-e3e2-474c-a2d7-a8868933ed1b .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-0390e911-e3e2-474c-a2d7-a8868933ed1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-86824f37-d1cf-44df-b28c-db4af320bcd8 {
  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-86824f37-d1cf-44df-b28c-db4af320bcd8:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86824f37-d1cf-44df-b28c-db4af320bcd8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-86824f37-d1cf-44df-b28c-db4af320bcd8 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-86824f37-d1cf-44df-b28c-db4af320bcd8:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-86824f37-d1cf-44df-b28c-db4af320bcd8-atc-btn-wrapper {
    text-align: center;
  }


#s-86824f37-d1cf-44df-b28c-db4af320bcd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-86824f37-d1cf-44df-b28c-db4af320bcd8-atc-btn-wrapper {
    text-align: center;
  }


#s-86824f37-d1cf-44df-b28c-db4af320bcd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-86824f37-d1cf-44df-b28c-db4af320bcd8-atc-btn-wrapper {
    text-align: center;
  }


#s-86824f37-d1cf-44df-b28c-db4af320bcd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-86824f37-d1cf-44df-b28c-db4af320bcd8-atc-btn-wrapper {
    text-align: center;
  }


#s-86824f37-d1cf-44df-b28c-db4af320bcd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-86824f37-d1cf-44df-b28c-db4af320bcd8-atc-btn-wrapper {
    text-align: center;
  }


#s-86824f37-d1cf-44df-b28c-db4af320bcd8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86824f37-d1cf-44df-b28c-db4af320bcd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-afc9965c-def3-4686-9d91-6001f1cc6409 {
  margin-left: auto;
margin-right: auto;
}

#s-2ac36ff2-621b-469e-bace-94e7db05e31a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac36ff2-621b-469e-bace-94e7db05e31a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e6fea6a2-bc9b-4b2a-aa6d-a689af05afde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6fea6a2-bc9b-4b2a-aa6d-a689af05afde .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ec820d8c-0af8-49c0-9f57-bc5171c2d752 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec820d8c-0af8-49c0-9f57-bc5171c2d752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ec820d8c-0af8-49c0-9f57-bc5171c2d752 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ec820d8c-0af8-49c0-9f57-bc5171c2d752 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-ec820d8c-0af8-49c0-9f57-bc5171c2d752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-ec820d8c-0af8-49c0-9f57-bc5171c2d752 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-ec820d8c-0af8-49c0-9f57-bc5171c2d752 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e6548fc5-f84e-480d-a1f7-55d36269a515 {
  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-e6548fc5-f84e-480d-a1f7-55d36269a515:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6548fc5-f84e-480d-a1f7-55d36269a515:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e6548fc5-f84e-480d-a1f7-55d36269a515 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-e6548fc5-f84e-480d-a1f7-55d36269a515:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e6548fc5-f84e-480d-a1f7-55d36269a515-atc-btn-wrapper {
    text-align: center;
  }


#s-e6548fc5-f84e-480d-a1f7-55d36269a515 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e6548fc5-f84e-480d-a1f7-55d36269a515-atc-btn-wrapper {
    text-align: center;
  }


#s-e6548fc5-f84e-480d-a1f7-55d36269a515 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6548fc5-f84e-480d-a1f7-55d36269a515-atc-btn-wrapper {
    text-align: center;
  }


#s-e6548fc5-f84e-480d-a1f7-55d36269a515 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e6548fc5-f84e-480d-a1f7-55d36269a515-atc-btn-wrapper {
    text-align: center;
  }


#s-e6548fc5-f84e-480d-a1f7-55d36269a515 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e6548fc5-f84e-480d-a1f7-55d36269a515-atc-btn-wrapper {
    text-align: center;
  }


#s-e6548fc5-f84e-480d-a1f7-55d36269a515 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e6548fc5-f84e-480d-a1f7-55d36269a515.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-58c1ee72-5d6b-45ca-a48d-25e98507114f {
  margin-left: auto;
margin-right: auto;
}

#s-ee943367-3606-4b2c-8025-acc0dd846644 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee943367-3606-4b2c-8025-acc0dd846644 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16c9104a-1470-4555-aca1-9142e9418a86 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16c9104a-1470-4555-aca1-9142e9418a86 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cffbad3d-9ab0-417b-bf64-6fbc0b069326 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cffbad3d-9ab0-417b-bf64-6fbc0b069326 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cffbad3d-9ab0-417b-bf64-6fbc0b069326 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cffbad3d-9ab0-417b-bf64-6fbc0b069326 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-cffbad3d-9ab0-417b-bf64-6fbc0b069326 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-cffbad3d-9ab0-417b-bf64-6fbc0b069326 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-cffbad3d-9ab0-417b-bf64-6fbc0b069326 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91 {
  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-79b0f4f7-6cb1-4e22-a134-04afa4b49b91:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91-atc-btn-wrapper {
    text-align: center;
  }


#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91-atc-btn-wrapper {
    text-align: center;
  }


#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91-atc-btn-wrapper {
    text-align: center;
  }


#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91-atc-btn-wrapper {
    text-align: center;
  }


#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91-atc-btn-wrapper {
    text-align: center;
  }


#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79b0f4f7-6cb1-4e22-a134-04afa4b49b91.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-feac7d90-195f-48c7-9da1-d0c56d311918 {
  margin-left: auto;
margin-right: auto;
}

#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea0cdb0e-b29d-40f7-a5d7-bf3bf1ec46fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e9e4bc8-e49c-48a6-a58a-1954e5d71488 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e9e4bc8-e49c-48a6-a58a-1954e5d71488 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1ae905f7-81b9-4241-a9b6-2fc977c3ea95 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1ae905f7-81b9-4241-a9b6-2fc977c3ea95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1ae905f7-81b9-4241-a9b6-2fc977c3ea95 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1ae905f7-81b9-4241-a9b6-2fc977c3ea95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-1ae905f7-81b9-4241-a9b6-2fc977c3ea95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-1ae905f7-81b9-4241-a9b6-2fc977c3ea95 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-1ae905f7-81b9-4241-a9b6-2fc977c3ea95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4 {
  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-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c5eb1e7-aa67-42d7-bcae-95c24359a4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cd1f1972-4be2-4b42-be73-e8be53625f7e {
  margin-left: auto;
margin-right: auto;
}

#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0bf94d-b7df-4819-8254-bc6e1e6749c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b15327da-77a4-4f9f-a801-294447acfa97 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b15327da-77a4-4f9f-a801-294447acfa97 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5bffaea4-6c20-402d-8e60-c89cfabfa11b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5bffaea4-6c20-402d-8e60-c89cfabfa11b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-5bffaea4-6c20-402d-8e60-c89cfabfa11b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5bffaea4-6c20-402d-8e60-c89cfabfa11b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-5bffaea4-6c20-402d-8e60-c89cfabfa11b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-5bffaea4-6c20-402d-8e60-c89cfabfa11b .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-5bffaea4-6c20-402d-8e60-c89cfabfa11b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-7b8879b8-9ed5-403c-9740-15f65652dfdf {
  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-7b8879b8-9ed5-403c-9740-15f65652dfdf:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b8879b8-9ed5-403c-9740-15f65652dfdf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7b8879b8-9ed5-403c-9740-15f65652dfdf {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-7b8879b8-9ed5-403c-9740-15f65652dfdf:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-7b8879b8-9ed5-403c-9740-15f65652dfdf-atc-btn-wrapper {
    text-align: center;
  }


#s-7b8879b8-9ed5-403c-9740-15f65652dfdf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7b8879b8-9ed5-403c-9740-15f65652dfdf-atc-btn-wrapper {
    text-align: center;
  }


#s-7b8879b8-9ed5-403c-9740-15f65652dfdf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b8879b8-9ed5-403c-9740-15f65652dfdf-atc-btn-wrapper {
    text-align: center;
  }


#s-7b8879b8-9ed5-403c-9740-15f65652dfdf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7b8879b8-9ed5-403c-9740-15f65652dfdf-atc-btn-wrapper {
    text-align: center;
  }


#s-7b8879b8-9ed5-403c-9740-15f65652dfdf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7b8879b8-9ed5-403c-9740-15f65652dfdf-atc-btn-wrapper {
    text-align: center;
  }


#s-7b8879b8-9ed5-403c-9740-15f65652dfdf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b8879b8-9ed5-403c-9740-15f65652dfdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a2670042-7e72-4f9b-9723-6892072317d8 {
  margin-left: auto;
margin-right: auto;
}

#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe36f9e2-e1b2-4b82-b564-11d5cdf48f6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cd81f1eb-e859-4161-9b0c-a2c250dbf789 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd81f1eb-e859-4161-9b0c-a2c250dbf789 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-53f28210-c90c-498d-a658-d83e4c0d5c34 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-53f28210-c90c-498d-a658-d83e4c0d5c34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-53f28210-c90c-498d-a658-d83e4c0d5c34 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-53f28210-c90c-498d-a658-d83e4c0d5c34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-53f28210-c90c-498d-a658-d83e4c0d5c34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-53f28210-c90c-498d-a658-d83e4c0d5c34 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-53f28210-c90c-498d-a658-d83e4c0d5c34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c {
  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-af4d2cd8-4e36-4467-bd36-31e5dbefa78c:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c-atc-btn-wrapper {
    text-align: center;
  }


#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c-atc-btn-wrapper {
    text-align: center;
  }


#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c-atc-btn-wrapper {
    text-align: center;
  }


#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c-atc-btn-wrapper {
    text-align: center;
  }


#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c-atc-btn-wrapper {
    text-align: center;
  }


#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af4d2cd8-4e36-4467-bd36-31e5dbefa78c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3891f1e6-5c6e-495f-9cf8-8eb2dab27782 {
  margin-left: auto;
margin-right: auto;
}

#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af4225bf-5a27-4fd2-ab45-75b12ee7bad2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-be6c020d-6bd8-4e43-8d6e-f294d0f5b8ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6c020d-6bd8-4e43-8d6e-f294d0f5b8ec .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-363fe96e-f8be-431a-96da-e8e0c84fa95f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-363fe96e-f8be-431a-96da-e8e0c84fa95f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-363fe96e-f8be-431a-96da-e8e0c84fa95f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-363fe96e-f8be-431a-96da-e8e0c84fa95f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-363fe96e-f8be-431a-96da-e8e0c84fa95f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-363fe96e-f8be-431a-96da-e8e0c84fa95f .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-363fe96e-f8be-431a-96da-e8e0c84fa95f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-5dce5eea-196e-4fef-a231-4036fb69d69b {
  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-5dce5eea-196e-4fef-a231-4036fb69d69b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5dce5eea-196e-4fef-a231-4036fb69d69b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5dce5eea-196e-4fef-a231-4036fb69d69b {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-5dce5eea-196e-4fef-a231-4036fb69d69b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-5dce5eea-196e-4fef-a231-4036fb69d69b-atc-btn-wrapper {
    text-align: center;
  }


#s-5dce5eea-196e-4fef-a231-4036fb69d69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5dce5eea-196e-4fef-a231-4036fb69d69b-atc-btn-wrapper {
    text-align: center;
  }


#s-5dce5eea-196e-4fef-a231-4036fb69d69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5dce5eea-196e-4fef-a231-4036fb69d69b-atc-btn-wrapper {
    text-align: center;
  }


#s-5dce5eea-196e-4fef-a231-4036fb69d69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5dce5eea-196e-4fef-a231-4036fb69d69b-atc-btn-wrapper {
    text-align: center;
  }


#s-5dce5eea-196e-4fef-a231-4036fb69d69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5dce5eea-196e-4fef-a231-4036fb69d69b-atc-btn-wrapper {
    text-align: center;
  }


#s-5dce5eea-196e-4fef-a231-4036fb69d69b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dce5eea-196e-4fef-a231-4036fb69d69b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ea753d95-0d8f-494a-a2ee-866b17dc90e7 {
  margin-left: auto;
margin-right: auto;
}

#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a7b1fd5-d1a6-4270-b528-31b0a3da0f7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cb75fc11-97a6-40a1-bb1e-25adbf6c7a71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb75fc11-97a6-40a1-bb1e-25adbf6c7a71 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8df0b5c1-15d2-42bb-aaa0-d755af47541b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8df0b5c1-15d2-42bb-aaa0-d755af47541b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8df0b5c1-15d2-42bb-aaa0-d755af47541b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8df0b5c1-15d2-42bb-aaa0-d755af47541b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-8df0b5c1-15d2-42bb-aaa0-d755af47541b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-8df0b5c1-15d2-42bb-aaa0-d755af47541b .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-8df0b5c1-15d2-42bb-aaa0-d755af47541b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e27cfb58-36e0-45dd-856f-28ae791f7525 {
  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-e27cfb58-36e0-45dd-856f-28ae791f7525:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e27cfb58-36e0-45dd-856f-28ae791f7525:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e27cfb58-36e0-45dd-856f-28ae791f7525 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-e27cfb58-36e0-45dd-856f-28ae791f7525:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e27cfb58-36e0-45dd-856f-28ae791f7525-atc-btn-wrapper {
    text-align: center;
  }


#s-e27cfb58-36e0-45dd-856f-28ae791f7525 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e27cfb58-36e0-45dd-856f-28ae791f7525-atc-btn-wrapper {
    text-align: center;
  }


#s-e27cfb58-36e0-45dd-856f-28ae791f7525 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e27cfb58-36e0-45dd-856f-28ae791f7525-atc-btn-wrapper {
    text-align: center;
  }


#s-e27cfb58-36e0-45dd-856f-28ae791f7525 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e27cfb58-36e0-45dd-856f-28ae791f7525-atc-btn-wrapper {
    text-align: center;
  }


#s-e27cfb58-36e0-45dd-856f-28ae791f7525 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e27cfb58-36e0-45dd-856f-28ae791f7525-atc-btn-wrapper {
    text-align: center;
  }


#s-e27cfb58-36e0-45dd-856f-28ae791f7525 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e27cfb58-36e0-45dd-856f-28ae791f7525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
min-height: 0px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 {
  margin-bottom: 70px;
padding-top: 0px;
padding-bottom: 30px;
display: none;
}
#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-content-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 {
  display: none;
}
#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-content-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 {
  display: none;
}
#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-content-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 { display: none !important; }}@media (max-width: 767px){#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 {
  margin-top: 15px;
display: none;
}
#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3, #wrap-content-s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 { display: none !important; }}
#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 {
  background-image: url(https://i.shgcdn.com/64603a4e-c661-45c4-8410-ab140f1d0e01/);
}








#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a22cfe28-de3f-43a4-9c37-86b64db1e8d3.shg-box.shg-c {
  justify-content: center;
}

#s-74e5ad34-20ef-4f36-a7f4-d9d4d8524a0e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}
@media (min-width: 1200px){#s-74e5ad34-20ef-4f36-a7f4-d9d4d8524a0e {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-74e5ad34-20ef-4f36-a7f4-d9d4d8524a0e {
  margin-top: 30px;
max-width: 380px;
}
}







#s-74e5ad34-20ef-4f36-a7f4-d9d4d8524a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74e5ad34-20ef-4f36-a7f4-d9d4d8524a0e.shg-box.shg-c {
  justify-content: center;
}

#s-0c8660a2-1f4f-4cb8-8469-bf29ddc48e60 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0c8660a2-1f4f-4cb8-8469-bf29ddc48e60 {
  margin-top: 10px;
}
}
#s-0c8660a2-1f4f-4cb8-8469-bf29ddc48e60 .shg-proportional-font-size,
#s-0c8660a2-1f4f-4cb8-8469-bf29ddc48e60 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-abd2777d-3443-4027-b557-79a3e57e91c1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-abd2777d-3443-4027-b557-79a3e57e91c1 {
  margin-top: 30px;
margin-left: 200px;
}
}@media (max-width: 767px){#s-abd2777d-3443-4027-b557-79a3e57e91c1 {
  margin-top: 0px;
max-width: 1250px;
}
}
#s-abd2777d-3443-4027-b557-79a3e57e91c1 .shg-proportional-font-size,
#s-abd2777d-3443-4027-b557-79a3e57e91c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5 {
  background-image: none;
background-color: rgba(221, 24, 6, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5 {
  margin-top: 20px;
margin-left: 40px;
max-width: 200px;
background-image: none;
background-color: rgba(221, 24, 6, 1);
hover-type: color;
text-align: center;
}
#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5-root {
    text-align: center;
  }


#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5-root {
    text-align: center;
  }


#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5-root {
    text-align: center;
  }


#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5-root {
    text-align: center;
  }


#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5-root {
    text-align: center;
  }


#s-bce90532-12b7-46fb-9fc7-ee0235f9a6e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  block ;
}
}
#s-1e90f221-1aa3-47df-90ae-8c1118595eec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1e90f221-1aa3-47df-90ae-8c1118595eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e90f221-1aa3-47df-90ae-8c1118595eec.shg-box.shg-c {
  justify-content: center;
}

#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
min-height: 0px;
background-attachment: scroll;
background-color: rgba(255, 239, 152, 1);
}
@media (min-width: 1200px){#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808 {
  margin-top: 10px;
margin-bottom: 100px;
padding-top: 0px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808 {
  display: none;
}
#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808, #wrap-s-9c151bc2-89c4-49b9-92b8-2cc2893b4808, #wrap-content-s-9c151bc2-89c4-49b9-92b8-2cc2893b4808 { display: none !important; }}@media (max-width: 767px){#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808 {
  display: none;
}
#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808, #wrap-s-9c151bc2-89c4-49b9-92b8-2cc2893b4808, #wrap-content-s-9c151bc2-89c4-49b9-92b8-2cc2893b4808 { display: none !important; }}







#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c151bc2-89c4-49b9-92b8-2cc2893b4808.shg-box.shg-c {
  justify-content: center;
}

#s-2f116295-ebe5-4a7a-bb26-32cdcfcb37e8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}
@media (min-width: 1200px){#s-2f116295-ebe5-4a7a-bb26-32cdcfcb37e8 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f116295-ebe5-4a7a-bb26-32cdcfcb37e8 {
  
}
}







#s-2f116295-ebe5-4a7a-bb26-32cdcfcb37e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f116295-ebe5-4a7a-bb26-32cdcfcb37e8.shg-box.shg-c {
  justify-content: center;
}

#s-9150e9e9-b977-4826-a536-f511319c02f1 {
  margin-left: 28px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9150e9e9-b977-4826-a536-f511319c02f1 {
  margin-top: 50px;
}
}
#s-9150e9e9-b977-4826-a536-f511319c02f1 .shg-proportional-font-size,
#s-9150e9e9-b977-4826-a536-f511319c02f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b976931-405f-40ce-a8c6-85ae537264d5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9b976931-405f-40ce-a8c6-85ae537264d5 {
  margin-top: 30px;
margin-left: 200px;
margin-bottom: 30px;
}
}
#s-9b976931-405f-40ce-a8c6-85ae537264d5 .shg-proportional-font-size,
#s-9b976931-405f-40ce-a8c6-85ae537264d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-49d844c1-43ab-41b9-830c-b562974dbb4e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-49d844c1-43ab-41b9-830c-b562974dbb4e {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-49d844c1-43ab-41b9-830c-b562974dbb4e {
  margin-bottom: 0px;
}
}
#s-49d844c1-43ab-41b9-830c-b562974dbb4e .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev,
#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next {
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev svg,
#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-49d844c1-43ab-41b9-830c-b562974dbb4e .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev,
#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next {
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev svg,
#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-49d844c1-43ab-41b9-830c-b562974dbb4e .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev,
#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next {
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev svg,
#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-49d844c1-43ab-41b9-830c-b562974dbb4e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-4061e628-b604-4c22-aae4-8a3651d60641 {
  margin-left: auto;
margin-right: auto;
}

#s-a0411076-9d84-4c40-b8c2-900e232d9697 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0411076-9d84-4c40-b8c2-900e232d9697 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3cdcd768-65d7-4012-9786-e8d0a73b8ce1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cdcd768-65d7-4012-9786-e8d0a73b8ce1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c4a8ddcb-c37e-473b-827a-f08e3497ccf2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c4a8ddcb-c37e-473b-827a-f08e3497ccf2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c4a8ddcb-c37e-473b-827a-f08e3497ccf2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c4a8ddcb-c37e-473b-827a-f08e3497ccf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-c4a8ddcb-c37e-473b-827a-f08e3497ccf2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-c4a8ddcb-c37e-473b-827a-f08e3497ccf2 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4a8ddcb-c37e-473b-827a-f08e3497ccf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f {
  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-82fb1f7a-4711-43c9-b366-71cdfda2cb0f:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82fb1f7a-4711-43c9-b366-71cdfda2cb0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-47748a0a-507b-4526-a72f-30f4d1334574 {
  margin-left: auto;
margin-right: auto;
}

#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3e805e6-dfa6-4115-b01b-5b6dbf8a1bf1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e75e8fcd-677f-468e-b0cc-624d90f401fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e75e8fcd-677f-468e-b0cc-624d90f401fe .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c4bc590c-fd71-44c4-92f6-6b59569b3e07 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c4bc590c-fd71-44c4-92f6-6b59569b3e07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c4bc590c-fd71-44c4-92f6-6b59569b3e07 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c4bc590c-fd71-44c4-92f6-6b59569b3e07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-c4bc590c-fd71-44c4-92f6-6b59569b3e07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-c4bc590c-fd71-44c4-92f6-6b59569b3e07 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4bc590c-fd71-44c4-92f6-6b59569b3e07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f2b58cf3-d886-4405-b04e-77c7d7558acc {
  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-f2b58cf3-d886-4405-b04e-77c7d7558acc:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2b58cf3-d886-4405-b04e-77c7d7558acc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f2b58cf3-d886-4405-b04e-77c7d7558acc {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-f2b58cf3-d886-4405-b04e-77c7d7558acc:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-f2b58cf3-d886-4405-b04e-77c7d7558acc-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b58cf3-d886-4405-b04e-77c7d7558acc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f2b58cf3-d886-4405-b04e-77c7d7558acc-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b58cf3-d886-4405-b04e-77c7d7558acc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2b58cf3-d886-4405-b04e-77c7d7558acc-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b58cf3-d886-4405-b04e-77c7d7558acc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f2b58cf3-d886-4405-b04e-77c7d7558acc-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b58cf3-d886-4405-b04e-77c7d7558acc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f2b58cf3-d886-4405-b04e-77c7d7558acc-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b58cf3-d886-4405-b04e-77c7d7558acc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2b58cf3-d886-4405-b04e-77c7d7558acc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1496a722-116f-4035-9435-47784b8e0368 {
  margin-left: auto;
margin-right: auto;
}

#s-ef775eeb-3766-4776-9480-7592a7753f6a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef775eeb-3766-4776-9480-7592a7753f6a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a794ae57-f2fa-4259-885d-161c0296cb45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a794ae57-f2fa-4259-885d-161c0296cb45 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0ed83609-1d72-4cfb-81ac-da70c4e4566d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0ed83609-1d72-4cfb-81ac-da70c4e4566d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0ed83609-1d72-4cfb-81ac-da70c4e4566d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0ed83609-1d72-4cfb-81ac-da70c4e4566d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-0ed83609-1d72-4cfb-81ac-da70c4e4566d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-0ed83609-1d72-4cfb-81ac-da70c4e4566d .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-0ed83609-1d72-4cfb-81ac-da70c4e4566d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d1b65202-eaae-42f7-9318-aca2caf0674c {
  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-d1b65202-eaae-42f7-9318-aca2caf0674c:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1b65202-eaae-42f7-9318-aca2caf0674c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d1b65202-eaae-42f7-9318-aca2caf0674c {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-d1b65202-eaae-42f7-9318-aca2caf0674c:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-d1b65202-eaae-42f7-9318-aca2caf0674c-atc-btn-wrapper {
    text-align: center;
  }


#s-d1b65202-eaae-42f7-9318-aca2caf0674c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d1b65202-eaae-42f7-9318-aca2caf0674c-atc-btn-wrapper {
    text-align: center;
  }


#s-d1b65202-eaae-42f7-9318-aca2caf0674c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1b65202-eaae-42f7-9318-aca2caf0674c-atc-btn-wrapper {
    text-align: center;
  }


#s-d1b65202-eaae-42f7-9318-aca2caf0674c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d1b65202-eaae-42f7-9318-aca2caf0674c-atc-btn-wrapper {
    text-align: center;
  }


#s-d1b65202-eaae-42f7-9318-aca2caf0674c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d1b65202-eaae-42f7-9318-aca2caf0674c-atc-btn-wrapper {
    text-align: center;
  }


#s-d1b65202-eaae-42f7-9318-aca2caf0674c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d1b65202-eaae-42f7-9318-aca2caf0674c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3be0d091-4f61-4363-9c19-b9476789d20e {
  margin-left: auto;
margin-right: auto;
}

#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7710f5c-f077-49ce-bb4f-07d65a06e164 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b27dd103-d6f2-40f1-8b3c-f94a274d6082 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b27dd103-d6f2-40f1-8b3c-f94a274d6082 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-641d35c4-2ac6-4821-a2c2-f39c130df9fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-641d35c4-2ac6-4821-a2c2-f39c130df9fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-641d35c4-2ac6-4821-a2c2-f39c130df9fb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-641d35c4-2ac6-4821-a2c2-f39c130df9fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-641d35c4-2ac6-4821-a2c2-f39c130df9fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-641d35c4-2ac6-4821-a2c2-f39c130df9fb .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-641d35c4-2ac6-4821-a2c2-f39c130df9fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b {
  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-1e2fe8a7-3e3b-426d-b110-5609993dae5b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1e2fe8a7-3e3b-426d-b110-5609993dae5b-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1e2fe8a7-3e3b-426d-b110-5609993dae5b-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e2fe8a7-3e3b-426d-b110-5609993dae5b-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1e2fe8a7-3e3b-426d-b110-5609993dae5b-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1e2fe8a7-3e3b-426d-b110-5609993dae5b-atc-btn-wrapper {
    text-align: center;
  }


#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1e2fe8a7-3e3b-426d-b110-5609993dae5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-97f28b77-f933-4c6d-af9b-8055c8880582 {
  margin-left: auto;
margin-right: auto;
}

#s-91a38509-db80-450b-9333-982ec97cab99 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91a38509-db80-450b-9333-982ec97cab99 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-56072d8c-5156-490a-b692-e21f8bd1783d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56072d8c-5156-490a-b692-e21f8bd1783d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8e2de156-6b5b-45df-aaca-83b6602ed291 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8e2de156-6b5b-45df-aaca-83b6602ed291 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8e2de156-6b5b-45df-aaca-83b6602ed291 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8e2de156-6b5b-45df-aaca-83b6602ed291 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-8e2de156-6b5b-45df-aaca-83b6602ed291 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-8e2de156-6b5b-45df-aaca-83b6602ed291 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e2de156-6b5b-45df-aaca-83b6602ed291 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-909c879f-5b24-4928-8b00-56dd737f0541 {
  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-909c879f-5b24-4928-8b00-56dd737f0541:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-909c879f-5b24-4928-8b00-56dd737f0541:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-909c879f-5b24-4928-8b00-56dd737f0541 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-909c879f-5b24-4928-8b00-56dd737f0541:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-909c879f-5b24-4928-8b00-56dd737f0541-atc-btn-wrapper {
    text-align: center;
  }


#s-909c879f-5b24-4928-8b00-56dd737f0541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-909c879f-5b24-4928-8b00-56dd737f0541-atc-btn-wrapper {
    text-align: center;
  }


#s-909c879f-5b24-4928-8b00-56dd737f0541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-909c879f-5b24-4928-8b00-56dd737f0541-atc-btn-wrapper {
    text-align: center;
  }


#s-909c879f-5b24-4928-8b00-56dd737f0541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-909c879f-5b24-4928-8b00-56dd737f0541-atc-btn-wrapper {
    text-align: center;
  }


#s-909c879f-5b24-4928-8b00-56dd737f0541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-909c879f-5b24-4928-8b00-56dd737f0541-atc-btn-wrapper {
    text-align: center;
  }


#s-909c879f-5b24-4928-8b00-56dd737f0541 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-909c879f-5b24-4928-8b00-56dd737f0541.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-87fe3584-6638-45c5-8f50-d69f0d9f3045 {
  margin-left: auto;
margin-right: auto;
}

#s-76acc4e5-a621-473d-96f5-c71d337cd90d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76acc4e5-a621-473d-96f5-c71d337cd90d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bbfd7af9-fe87-403f-9077-6fdaf89d5e00 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbfd7af9-fe87-403f-9077-6fdaf89d5e00 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2a3bd7f6-3045-4918-b96c-928e46d12ece {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2a3bd7f6-3045-4918-b96c-928e46d12ece .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2a3bd7f6-3045-4918-b96c-928e46d12ece .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2a3bd7f6-3045-4918-b96c-928e46d12ece .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-2a3bd7f6-3045-4918-b96c-928e46d12ece .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-2a3bd7f6-3045-4918-b96c-928e46d12ece .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-2a3bd7f6-3045-4918-b96c-928e46d12ece .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ef3f445e-c467-448b-abae-68780ab020a4 {
  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-ef3f445e-c467-448b-abae-68780ab020a4:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ef3f445e-c467-448b-abae-68780ab020a4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ef3f445e-c467-448b-abae-68780ab020a4 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-ef3f445e-c467-448b-abae-68780ab020a4:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ef3f445e-c467-448b-abae-68780ab020a4-atc-btn-wrapper {
    text-align: center;
  }


#s-ef3f445e-c467-448b-abae-68780ab020a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ef3f445e-c467-448b-abae-68780ab020a4-atc-btn-wrapper {
    text-align: center;
  }


#s-ef3f445e-c467-448b-abae-68780ab020a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef3f445e-c467-448b-abae-68780ab020a4-atc-btn-wrapper {
    text-align: center;
  }


#s-ef3f445e-c467-448b-abae-68780ab020a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ef3f445e-c467-448b-abae-68780ab020a4-atc-btn-wrapper {
    text-align: center;
  }


#s-ef3f445e-c467-448b-abae-68780ab020a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ef3f445e-c467-448b-abae-68780ab020a4-atc-btn-wrapper {
    text-align: center;
  }


#s-ef3f445e-c467-448b-abae-68780ab020a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef3f445e-c467-448b-abae-68780ab020a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7ad1c51e-9ada-4f0f-831c-1601123998b5 {
  margin-left: auto;
margin-right: auto;
}

#s-c9080e57-20e1-4fca-a59b-4451c70a8898 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9080e57-20e1-4fca-a59b-4451c70a8898 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-67a45987-9f05-4d00-a1d5-526d80804a57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67a45987-9f05-4d00-a1d5-526d80804a57 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4a503d72-b14a-48c4-8d1c-7145a7438c08 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4a503d72-b14a-48c4-8d1c-7145a7438c08 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-4a503d72-b14a-48c4-8d1c-7145a7438c08 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4a503d72-b14a-48c4-8d1c-7145a7438c08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-4a503d72-b14a-48c4-8d1c-7145a7438c08 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-4a503d72-b14a-48c4-8d1c-7145a7438c08 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-4a503d72-b14a-48c4-8d1c-7145a7438c08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-63964094-8a03-4481-ae36-53e02f73d166 {
  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-63964094-8a03-4481-ae36-53e02f73d166:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63964094-8a03-4481-ae36-53e02f73d166:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-63964094-8a03-4481-ae36-53e02f73d166 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-63964094-8a03-4481-ae36-53e02f73d166:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-63964094-8a03-4481-ae36-53e02f73d166-atc-btn-wrapper {
    text-align: center;
  }


#s-63964094-8a03-4481-ae36-53e02f73d166 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-63964094-8a03-4481-ae36-53e02f73d166-atc-btn-wrapper {
    text-align: center;
  }


#s-63964094-8a03-4481-ae36-53e02f73d166 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-63964094-8a03-4481-ae36-53e02f73d166-atc-btn-wrapper {
    text-align: center;
  }


#s-63964094-8a03-4481-ae36-53e02f73d166 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-63964094-8a03-4481-ae36-53e02f73d166-atc-btn-wrapper {
    text-align: center;
  }


#s-63964094-8a03-4481-ae36-53e02f73d166 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-63964094-8a03-4481-ae36-53e02f73d166-atc-btn-wrapper {
    text-align: center;
  }


#s-63964094-8a03-4481-ae36-53e02f73d166 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-63964094-8a03-4481-ae36-53e02f73d166.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-461eeeb5-a38a-4fe5-b5c1-66f94912329e {
  margin-left: auto;
margin-right: auto;
}

#s-b304885a-e93c-4673-9db9-0edc1bc59462 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b304885a-e93c-4673-9db9-0edc1bc59462 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc05641a-8d5f-45be-b82b-4e9ae44b463f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc05641a-8d5f-45be-b82b-4e9ae44b463f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0129d650-8ee3-4f2b-95e8-8baf643d7ec1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0129d650-8ee3-4f2b-95e8-8baf643d7ec1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0129d650-8ee3-4f2b-95e8-8baf643d7ec1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0129d650-8ee3-4f2b-95e8-8baf643d7ec1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-0129d650-8ee3-4f2b-95e8-8baf643d7ec1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-0129d650-8ee3-4f2b-95e8-8baf643d7ec1 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-0129d650-8ee3-4f2b-95e8-8baf643d7ec1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54 {
  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-a19b5f84-e06a-4cd9-8901-f5d7df36af54:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a19b5f84-e06a-4cd9-8901-f5d7df36af54-atc-btn-wrapper {
    text-align: center;
  }


#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a19b5f84-e06a-4cd9-8901-f5d7df36af54-atc-btn-wrapper {
    text-align: center;
  }


#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a19b5f84-e06a-4cd9-8901-f5d7df36af54-atc-btn-wrapper {
    text-align: center;
  }


#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a19b5f84-e06a-4cd9-8901-f5d7df36af54-atc-btn-wrapper {
    text-align: center;
  }


#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a19b5f84-e06a-4cd9-8901-f5d7df36af54-atc-btn-wrapper {
    text-align: center;
  }


#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a19b5f84-e06a-4cd9-8901-f5d7df36af54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9c68ac55-63ae-48c7-bc41-639dc4b723bf {
  margin-left: auto;
margin-right: auto;
}

#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc816ee5-6708-479f-8de3-f82a5cd20de0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8f6c5a3f-1016-4ee0-ab4c-bf9968321353 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f6c5a3f-1016-4ee0-ab4c-bf9968321353 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-217fc2c3-89b4-4a38-8011-f7d9b75306a8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-217fc2c3-89b4-4a38-8011-f7d9b75306a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-217fc2c3-89b4-4a38-8011-f7d9b75306a8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-217fc2c3-89b4-4a38-8011-f7d9b75306a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-217fc2c3-89b4-4a38-8011-f7d9b75306a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-217fc2c3-89b4-4a38-8011-f7d9b75306a8 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-217fc2c3-89b4-4a38-8011-f7d9b75306a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb {
  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-c4b6d9d2-10b4-49a8-bb75-032a15a932fb:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb-atc-btn-wrapper {
    text-align: center;
  }


#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb-atc-btn-wrapper {
    text-align: center;
  }


#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb-atc-btn-wrapper {
    text-align: center;
  }


#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb-atc-btn-wrapper {
    text-align: center;
  }


#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb-atc-btn-wrapper {
    text-align: center;
  }


#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4b6d9d2-10b4-49a8-bb75-032a15a932fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074-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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 .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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

  /* 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-b3271cbc-1ac7-4eab-a1b4-627b76353074 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074-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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 .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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 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-b3271cbc-1ac7-4eab-a1b4-627b76353074 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074-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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 .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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 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-b3271cbc-1ac7-4eab-a1b4-627b76353074 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074-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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 .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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 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-b3271cbc-1ac7-4eab-a1b4-627b76353074 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074-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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 .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-b3271cbc-1ac7-4eab-a1b4-627b76353074 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074 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-b3271cbc-1ac7-4eab-a1b4-627b76353074 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3271cbc-1ac7-4eab-a1b4-627b76353074.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2a12deb-24d9-42c7-8154-2bef452bded8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a2a12deb-24d9-42c7-8154-2bef452bded8 {
  display: none;
}
#s-a2a12deb-24d9-42c7-8154-2bef452bded8, #wrap-s-a2a12deb-24d9-42c7-8154-2bef452bded8, #wrap-content-s-a2a12deb-24d9-42c7-8154-2bef452bded8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2a12deb-24d9-42c7-8154-2bef452bded8 {
  display: none;
}
#s-a2a12deb-24d9-42c7-8154-2bef452bded8, #wrap-s-a2a12deb-24d9-42c7-8154-2bef452bded8, #wrap-content-s-a2a12deb-24d9-42c7-8154-2bef452bded8 { display: none !important; }}@media (max-width: 767px){#s-a2a12deb-24d9-42c7-8154-2bef452bded8 {
  margin-top: 50px;
}
}
#s-a2a12deb-24d9-42c7-8154-2bef452bded8 .shg-proportional-font-size,
#s-a2a12deb-24d9-42c7-8154-2bef452bded8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-53542d5b-0154-4441-b1d6-49ce8fb31647 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-53542d5b-0154-4441-b1d6-49ce8fb31647 {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
display: none;
}
#s-53542d5b-0154-4441-b1d6-49ce8fb31647, #wrap-s-53542d5b-0154-4441-b1d6-49ce8fb31647, #wrap-content-s-53542d5b-0154-4441-b1d6-49ce8fb31647 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53542d5b-0154-4441-b1d6-49ce8fb31647 {
  display: none;
}
#s-53542d5b-0154-4441-b1d6-49ce8fb31647, #wrap-s-53542d5b-0154-4441-b1d6-49ce8fb31647, #wrap-content-s-53542d5b-0154-4441-b1d6-49ce8fb31647 { display: none !important; }}@media (max-width: 767px){#s-53542d5b-0154-4441-b1d6-49ce8fb31647 {
  margin-bottom: 0px;
}
}
#s-53542d5b-0154-4441-b1d6-49ce8fb31647 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev,
#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next {
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev svg,
#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-53542d5b-0154-4441-b1d6-49ce8fb31647 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev,
#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next {
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev svg,
#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-53542d5b-0154-4441-b1d6-49ce8fb31647 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev,
#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next {
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev svg,
#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-53542d5b-0154-4441-b1d6-49ce8fb31647 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-87382cf2-e73c-4975-8dfd-8ba9f24ed094 {
  margin-left: auto;
margin-right: auto;
}

#s-36e5118c-ac7c-44d4-9564-251418ff7edc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e5118c-ac7c-44d4-9564-251418ff7edc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-587043e6-4fa7-46d7-8e43-1e34763d4cf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-587043e6-4fa7-46d7-8e43-1e34763d4cf0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-eebf8678-4c46-42e4-8373-46274b544e15 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-eebf8678-4c46-42e4-8373-46274b544e15 {
  margin-bottom: 8px;
}
}
#s-eebf8678-4c46-42e4-8373-46274b544e15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-eebf8678-4c46-42e4-8373-46274b544e15 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-eebf8678-4c46-42e4-8373-46274b544e15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-35559680-a546-4b8c-b9d9-9d5f75450e8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35559680-a546-4b8c-b9d9-9d5f75450e8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35559680-a546-4b8c-b9d9-9d5f75450e8d-atc-btn-wrapper {
    text-align: center;
  }


#s-35559680-a546-4b8c-b9d9-9d5f75450e8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-35559680-a546-4b8c-b9d9-9d5f75450e8d-atc-btn-wrapper {
    text-align: center;
  }


#s-35559680-a546-4b8c-b9d9-9d5f75450e8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-35559680-a546-4b8c-b9d9-9d5f75450e8d-atc-btn-wrapper {
    text-align: center;
  }


#s-35559680-a546-4b8c-b9d9-9d5f75450e8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-35559680-a546-4b8c-b9d9-9d5f75450e8d-atc-btn-wrapper {
    text-align: center;
  }


#s-35559680-a546-4b8c-b9d9-9d5f75450e8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-35559680-a546-4b8c-b9d9-9d5f75450e8d-atc-btn-wrapper {
    text-align: center;
  }


#s-35559680-a546-4b8c-b9d9-9d5f75450e8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35559680-a546-4b8c-b9d9-9d5f75450e8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-164664c2-7cd1-4792-a8a8-10b73c33e7c2 {
  margin-left: auto;
margin-right: auto;
}

#s-7f4357b7-84df-4475-a3c2-c5980927aa28 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f4357b7-84df-4475-a3c2-c5980927aa28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2463fbad-cee1-481c-9881-a4ac9d5f3f4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2463fbad-cee1-481c-9881-a4ac9d5f3f4e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-036cfbf0-5212-40f7-89aa-470457e7eec1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-036cfbf0-5212-40f7-89aa-470457e7eec1 {
  margin-bottom: 8px;
}
}
#s-036cfbf0-5212-40f7-89aa-470457e7eec1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-036cfbf0-5212-40f7-89aa-470457e7eec1 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-036cfbf0-5212-40f7-89aa-470457e7eec1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-ec8b58d1-b496-41a4-a845-eed7db59433c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec8b58d1-b496-41a4-a845-eed7db59433c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec8b58d1-b496-41a4-a845-eed7db59433c-atc-btn-wrapper {
    text-align: center;
  }


#s-ec8b58d1-b496-41a4-a845-eed7db59433c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ec8b58d1-b496-41a4-a845-eed7db59433c-atc-btn-wrapper {
    text-align: center;
  }


#s-ec8b58d1-b496-41a4-a845-eed7db59433c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec8b58d1-b496-41a4-a845-eed7db59433c-atc-btn-wrapper {
    text-align: center;
  }


#s-ec8b58d1-b496-41a4-a845-eed7db59433c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ec8b58d1-b496-41a4-a845-eed7db59433c-atc-btn-wrapper {
    text-align: center;
  }


#s-ec8b58d1-b496-41a4-a845-eed7db59433c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ec8b58d1-b496-41a4-a845-eed7db59433c-atc-btn-wrapper {
    text-align: center;
  }


#s-ec8b58d1-b496-41a4-a845-eed7db59433c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec8b58d1-b496-41a4-a845-eed7db59433c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7e0febf3-c357-43df-9785-6598feefc8a6 {
  margin-left: auto;
margin-right: auto;
}

#s-806f884f-f3de-44b2-842c-aa8d56e606d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-806f884f-f3de-44b2-842c-aa8d56e606d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-368dfb22-4437-4ae3-9d6a-232977586274 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-368dfb22-4437-4ae3-9d6a-232977586274 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-442e7624-600c-4b11-8094-ecd17da6fac4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-442e7624-600c-4b11-8094-ecd17da6fac4 {
  margin-bottom: 8px;
}
}
#s-442e7624-600c-4b11-8094-ecd17da6fac4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-442e7624-600c-4b11-8094-ecd17da6fac4 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-442e7624-600c-4b11-8094-ecd17da6fac4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30 {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-4daed60f-543c-4280-bb87-3f3185cb1d30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4daed60f-543c-4280-bb87-3f3185cb1d30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4daed60f-543c-4280-bb87-3f3185cb1d30-atc-btn-wrapper {
    text-align: center;
  }


#s-4daed60f-543c-4280-bb87-3f3185cb1d30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4daed60f-543c-4280-bb87-3f3185cb1d30-atc-btn-wrapper {
    text-align: center;
  }


#s-4daed60f-543c-4280-bb87-3f3185cb1d30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4daed60f-543c-4280-bb87-3f3185cb1d30-atc-btn-wrapper {
    text-align: center;
  }


#s-4daed60f-543c-4280-bb87-3f3185cb1d30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4daed60f-543c-4280-bb87-3f3185cb1d30-atc-btn-wrapper {
    text-align: center;
  }


#s-4daed60f-543c-4280-bb87-3f3185cb1d30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4daed60f-543c-4280-bb87-3f3185cb1d30-atc-btn-wrapper {
    text-align: center;
  }


#s-4daed60f-543c-4280-bb87-3f3185cb1d30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4daed60f-543c-4280-bb87-3f3185cb1d30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6704e51a-321e-4903-ad42-9d2ac75a2b1b {
  margin-left: auto;
margin-right: auto;
}

#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb706c27-2f9a-4360-bc3d-60e2bd70cb14 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-448a17f0-b1d6-4659-957c-45cefb844d86 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-448a17f0-b1d6-4659-957c-45cefb844d86 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d35d8f45-24ba-435a-8789-8b50048cb144 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-d35d8f45-24ba-435a-8789-8b50048cb144 {
  margin-bottom: 8px;
}
}
#s-d35d8f45-24ba-435a-8789-8b50048cb144 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-d35d8f45-24ba-435a-8789-8b50048cb144 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-d35d8f45-24ba-435a-8789-8b50048cb144 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c-atc-btn-wrapper {
    text-align: center;
  }


#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c-atc-btn-wrapper {
    text-align: center;
  }


#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c-atc-btn-wrapper {
    text-align: center;
  }


#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c-atc-btn-wrapper {
    text-align: center;
  }


#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c-atc-btn-wrapper {
    text-align: center;
  }


#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-284f8ded-b89b-4c8b-bfbd-1f2b8262a11c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7c31ce32-dee9-4761-8941-0d53fa749623 {
  margin-left: auto;
margin-right: auto;
}

#s-4762a522-789f-45af-8dad-11314fbc1404 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4762a522-789f-45af-8dad-11314fbc1404 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5f0e5d3e-fdfe-4ccc-b467-82eb6f58f4f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f0e5d3e-fdfe-4ccc-b467-82eb6f58f4f4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4cc1bc01-7c4d-4c1c-9679-818b617c7791 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-4cc1bc01-7c4d-4c1c-9679-818b617c7791 {
  margin-bottom: 8px;
}
}
#s-4cc1bc01-7c4d-4c1c-9679-818b617c7791 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-4cc1bc01-7c4d-4c1c-9679-818b617c7791 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-4cc1bc01-7c4d-4c1c-9679-818b617c7791 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-71e05ab4-1df3-4c5f-a812-6910564ee6be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71e05ab4-1df3-4c5f-a812-6910564ee6be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71e05ab4-1df3-4c5f-a812-6910564ee6be-atc-btn-wrapper {
    text-align: center;
  }


#s-71e05ab4-1df3-4c5f-a812-6910564ee6be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-71e05ab4-1df3-4c5f-a812-6910564ee6be-atc-btn-wrapper {
    text-align: center;
  }


#s-71e05ab4-1df3-4c5f-a812-6910564ee6be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-71e05ab4-1df3-4c5f-a812-6910564ee6be-atc-btn-wrapper {
    text-align: center;
  }


#s-71e05ab4-1df3-4c5f-a812-6910564ee6be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-71e05ab4-1df3-4c5f-a812-6910564ee6be-atc-btn-wrapper {
    text-align: center;
  }


#s-71e05ab4-1df3-4c5f-a812-6910564ee6be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-71e05ab4-1df3-4c5f-a812-6910564ee6be-atc-btn-wrapper {
    text-align: center;
  }


#s-71e05ab4-1df3-4c5f-a812-6910564ee6be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71e05ab4-1df3-4c5f-a812-6910564ee6be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-42907b63-ecfc-4a80-8da3-b09a20dc47cc {
  margin-left: auto;
margin-right: auto;
}

#s-ea7ad564-5f56-4385-8a07-17f7c2864388 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea7ad564-5f56-4385-8a07-17f7c2864388 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16a6f854-3d0f-4d0e-8dc7-ab9ddb2f840c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16a6f854-3d0f-4d0e-8dc7-ab9ddb2f840c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fe3d95e0-d04a-4f3c-b34b-f4cddd8bcb91 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-fe3d95e0-d04a-4f3c-b34b-f4cddd8bcb91 {
  margin-bottom: 8px;
}
}
#s-fe3d95e0-d04a-4f3c-b34b-f4cddd8bcb91 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-fe3d95e0-d04a-4f3c-b34b-f4cddd8bcb91 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-fe3d95e0-d04a-4f3c-b34b-f4cddd8bcb91 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-17a16390-d73b-4d2c-859e-9e1fbc8d0bed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed-atc-btn-wrapper {
    text-align: center;
  }


#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed-atc-btn-wrapper {
    text-align: center;
  }


#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed-atc-btn-wrapper {
    text-align: center;
  }


#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed-atc-btn-wrapper {
    text-align: center;
  }


#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed-atc-btn-wrapper {
    text-align: center;
  }


#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17a16390-d73b-4d2c-859e-9e1fbc8d0bed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-290441d8-b193-4e2d-8d88-f44af34fc371 {
  margin-left: auto;
margin-right: auto;
}

#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd1d93be-5b0a-4993-a02c-e520fb05a72f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b268b8e1-8a69-45af-8c47-4bc0df174aa4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b268b8e1-8a69-45af-8c47-4bc0df174aa4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3147e7fb-6dae-4fec-b556-0fab686a4b44 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-3147e7fb-6dae-4fec-b556-0fab686a4b44 {
  margin-bottom: 8px;
}
}
#s-3147e7fb-6dae-4fec-b556-0fab686a4b44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-3147e7fb-6dae-4fec-b556-0fab686a4b44 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-3147e7fb-6dae-4fec-b556-0fab686a4b44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-2b945ec8-1208-48af-b76c-3da5de9b595c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b945ec8-1208-48af-b76c-3da5de9b595c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b945ec8-1208-48af-b76c-3da5de9b595c-atc-btn-wrapper {
    text-align: center;
  }


#s-2b945ec8-1208-48af-b76c-3da5de9b595c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2b945ec8-1208-48af-b76c-3da5de9b595c-atc-btn-wrapper {
    text-align: center;
  }


#s-2b945ec8-1208-48af-b76c-3da5de9b595c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b945ec8-1208-48af-b76c-3da5de9b595c-atc-btn-wrapper {
    text-align: center;
  }


#s-2b945ec8-1208-48af-b76c-3da5de9b595c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2b945ec8-1208-48af-b76c-3da5de9b595c-atc-btn-wrapper {
    text-align: center;
  }


#s-2b945ec8-1208-48af-b76c-3da5de9b595c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2b945ec8-1208-48af-b76c-3da5de9b595c-atc-btn-wrapper {
    text-align: center;
  }


#s-2b945ec8-1208-48af-b76c-3da5de9b595c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b945ec8-1208-48af-b76c-3da5de9b595c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bd295aec-3f66-4e54-8787-c35fd5e95232 {
  margin-left: auto;
margin-right: auto;
}

#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e00110d0-bf4a-4a2e-94e7-a0d3448e88d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4e041e20-649e-42ab-a718-e99f2b0cd094 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e041e20-649e-42ab-a718-e99f2b0cd094 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-76ee366e-5f26-43b1-b34c-8f95aeb0b44b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-76ee366e-5f26-43b1-b34c-8f95aeb0b44b {
  margin-bottom: 8px;
}
}
#s-76ee366e-5f26-43b1-b34c-8f95aeb0b44b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-76ee366e-5f26-43b1-b34c-8f95aeb0b44b .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-76ee366e-5f26-43b1-b34c-8f95aeb0b44b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-67efaa17-40e8-421f-b027-33a47db0044b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67efaa17-40e8-421f-b027-33a47db0044b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67efaa17-40e8-421f-b027-33a47db0044b-atc-btn-wrapper {
    text-align: center;
  }


#s-67efaa17-40e8-421f-b027-33a47db0044b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-67efaa17-40e8-421f-b027-33a47db0044b-atc-btn-wrapper {
    text-align: center;
  }


#s-67efaa17-40e8-421f-b027-33a47db0044b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-67efaa17-40e8-421f-b027-33a47db0044b-atc-btn-wrapper {
    text-align: center;
  }


#s-67efaa17-40e8-421f-b027-33a47db0044b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-67efaa17-40e8-421f-b027-33a47db0044b-atc-btn-wrapper {
    text-align: center;
  }


#s-67efaa17-40e8-421f-b027-33a47db0044b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-67efaa17-40e8-421f-b027-33a47db0044b-atc-btn-wrapper {
    text-align: center;
  }


#s-67efaa17-40e8-421f-b027-33a47db0044b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67efaa17-40e8-421f-b027-33a47db0044b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bbc07630-c914-474d-b2d4-4e71cc7d04a3 {
  margin-left: auto;
margin-right: auto;
}

#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3510b6d7-91f4-40f8-8a4d-d4c29e8b5d62 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f815ca4e-e8eb-4b1e-a027-5151a5ca3d78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f815ca4e-e8eb-4b1e-a027-5151a5ca3d78 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4bd2bcbf-a447-4132-b4a8-5876e17b9a81 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-4bd2bcbf-a447-4132-b4a8-5876e17b9a81 {
  margin-bottom: 8px;
}
}
#s-4bd2bcbf-a447-4132-b4a8-5876e17b9a81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-4bd2bcbf-a447-4132-b4a8-5876e17b9a81 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-4bd2bcbf-a447-4132-b4a8-5876e17b9a81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1 {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
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-badf9660-7372-4753-be68-6ffaecf865f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-badf9660-7372-4753-be68-6ffaecf865f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-badf9660-7372-4753-be68-6ffaecf865f1-atc-btn-wrapper {
    text-align: center;
  }


#s-badf9660-7372-4753-be68-6ffaecf865f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-badf9660-7372-4753-be68-6ffaecf865f1-atc-btn-wrapper {
    text-align: center;
  }


#s-badf9660-7372-4753-be68-6ffaecf865f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-badf9660-7372-4753-be68-6ffaecf865f1-atc-btn-wrapper {
    text-align: center;
  }


#s-badf9660-7372-4753-be68-6ffaecf865f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-badf9660-7372-4753-be68-6ffaecf865f1-atc-btn-wrapper {
    text-align: center;
  }


#s-badf9660-7372-4753-be68-6ffaecf865f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-badf9660-7372-4753-be68-6ffaecf865f1-atc-btn-wrapper {
    text-align: center;
  }


#s-badf9660-7372-4753-be68-6ffaecf865f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-badf9660-7372-4753-be68-6ffaecf865f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-16640b98-4275-49a3-9087-a0480acaaf65 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
background-color: rgba(74, 165, 255, 1);
}
@media (min-width: 1200px){#s-16640b98-4275-49a3-9087-a0480acaaf65 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
max-width: 1250px;
display: none;
}
#s-16640b98-4275-49a3-9087-a0480acaaf65, #wrap-s-16640b98-4275-49a3-9087-a0480acaaf65, #wrap-content-s-16640b98-4275-49a3-9087-a0480acaaf65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16640b98-4275-49a3-9087-a0480acaaf65 {
  display: none;
}
#s-16640b98-4275-49a3-9087-a0480acaaf65, #wrap-s-16640b98-4275-49a3-9087-a0480acaaf65, #wrap-content-s-16640b98-4275-49a3-9087-a0480acaaf65 { display: none !important; }}@media (max-width: 767px){#s-16640b98-4275-49a3-9087-a0480acaaf65 {
  margin-top: 40px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}







#s-16640b98-4275-49a3-9087-a0480acaaf65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16640b98-4275-49a3-9087-a0480acaaf65.shg-box.shg-c {
  justify-content: center;
}

#s-2dfb589f-1662-4a2d-a54c-c97fde1b1567 {
  margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2dfb589f-1662-4a2d-a54c-c97fde1b1567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dfb589f-1662-4a2d-a54c-c97fde1b1567"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dfb589f-1662-4a2d-a54c-c97fde1b1567"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2dfb589f-1662-4a2d-a54c-c97fde1b1567"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dfb589f-1662-4a2d-a54c-c97fde1b1567"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dfb589f-1662-4a2d-a54c-c97fde1b1567"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dfb589f-1662-4a2d-a54c-c97fde1b1567"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-690abf91-f86a-4eee-9c96-714f21d93945 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-690abf91-f86a-4eee-9c96-714f21d93945 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}
}@media (max-width: 767px){#s-690abf91-f86a-4eee-9c96-714f21d93945 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
}
}
#s-690abf91-f86a-4eee-9c96-714f21d93945 .shg-proportional-font-size,
#s-690abf91-f86a-4eee-9c96-714f21d93945 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-04d90101-b908-48a4-a765-d4d30ce73c91 {
  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;
text-decoration: none;
}
#s-04d90101-b908-48a4-a765-d4d30ce73c91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04d90101-b908-48a4-a765-d4d30ce73c91:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-04d90101-b908-48a4-a765-d4d30ce73c91 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(252, 0, 0, 1);
border-radius: 30px;
text-align: left;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(255, 0, 0, 1);
}
#s-04d90101-b908-48a4-a765-d4d30ce73c91:hover {background-color: rgba(254, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}@media (max-width: 767px){#s-04d90101-b908-48a4-a765-d4d30ce73c91 {
  border-style: solid;
margin-left: 36px;
margin-bottom: 30px;
margin-right: 36px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(222, 31, 38, 1);
border-radius: 30px;
text-align: left;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(222, 31, 38, 1);
}
#s-04d90101-b908-48a4-a765-d4d30ce73c91:hover {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-04d90101-b908-48a4-a765-d4d30ce73c91:active {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-04d90101-b908-48a4-a765-d4d30ce73c91-root {
    text-align: center;
  }


#s-04d90101-b908-48a4-a765-d4d30ce73c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04d90101-b908-48a4-a765-d4d30ce73c91-root {
    text-align: left;
  }


#s-04d90101-b908-48a4-a765-d4d30ce73c91.shg-btn {
  color: rgba(255, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04d90101-b908-48a4-a765-d4d30ce73c91-root {
    text-align: center;
  }


#s-04d90101-b908-48a4-a765-d4d30ce73c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04d90101-b908-48a4-a765-d4d30ce73c91-root {
    text-align: center;
  }


#s-04d90101-b908-48a4-a765-d4d30ce73c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04d90101-b908-48a4-a765-d4d30ce73c91-root {
    text-align: left;
  }


#s-04d90101-b908-48a4-a765-d4d30ce73c91.shg-btn {
  color: rgba(222, 31, 38, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}
#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad-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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad .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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad img.shogun-image {
  width: 100%;
  
  
  max-width: 640px;

  /* 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-fda45aba-0694-4e69-9cd5-c5121a83a3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad-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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad .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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad 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-fda45aba-0694-4e69-9cd5-c5121a83a3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad-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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad .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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad 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-fda45aba-0694-4e69-9cd5-c5121a83a3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad-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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad .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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad 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-fda45aba-0694-4e69-9cd5-c5121a83a3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad-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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad .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-fda45aba-0694-4e69-9cd5-c5121a83a3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad 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-fda45aba-0694-4e69-9cd5-c5121a83a3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fda45aba-0694-4e69-9cd5-c5121a83a3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-856fe0b1-30b7-4a62-a1d3-436f3293363c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-856fe0b1-30b7-4a62-a1d3-436f3293363c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-856fe0b1-30b7-4a62-a1d3-436f3293363c.shg-box.shg-c {
  justify-content: center;
}

#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f {
  display: none;
}
#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f, #wrap-s-f7d54715-b129-4d67-94ca-8cfd3e207e2f, #wrap-content-s-f7d54715-b129-4d67-94ca-8cfd3e207e2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f {
  display: none;
}
#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f, #wrap-s-f7d54715-b129-4d67-94ca-8cfd3e207e2f, #wrap-content-s-f7d54715-b129-4d67-94ca-8cfd3e207e2f { display: none !important; }}@media (max-width: 767px){#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f {
  margin-top: 50px;
}
}
#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f .shg-proportional-font-size,
#s-f7d54715-b129-4d67-94ca-8cfd3e207e2f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
display: none;
}
#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f, #wrap-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f, #wrap-content-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f {
  display: none;
}
#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f, #wrap-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f, #wrap-content-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f { display: none !important; }}@media (max-width: 767px){#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f {
  margin-bottom: 0px;
}
}
#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev,
#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next {
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev svg,
#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev,
#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next {
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev svg,
#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev,
#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next {
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev svg,
#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d7b5bd0a-1268-4deb-b9c4-200842ba898f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-1d0b9cb8-c98c-4174-88af-a4a628198185 {
  margin-left: auto;
margin-right: auto;
}

#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90a4481-94b1-4fe4-a4a6-11627dc558b6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6c7cc6e8-090f-42ec-8f39-09820a237eff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c7cc6e8-090f-42ec-8f39-09820a237eff .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d46eab72-d60f-4d97-815f-10f0f6a6d00a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-d46eab72-d60f-4d97-815f-10f0f6a6d00a {
  margin-bottom: 8px;
}
}
#s-d46eab72-d60f-4d97-815f-10f0f6a6d00a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d46eab72-d60f-4d97-815f-10f0f6a6d00a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d46eab72-d60f-4d97-815f-10f0f6a6d00a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5 {
  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-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5-atc-btn-wrapper {
    text-align: center;
  }


#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5-atc-btn-wrapper {
    text-align: center;
  }


#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5-atc-btn-wrapper {
    text-align: center;
  }


#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5-atc-btn-wrapper {
    text-align: center;
  }


#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5-atc-btn-wrapper {
    text-align: center;
  }


#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2968bb2a-d6c4-4bcf-8fb4-ef05f16a94a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1da048d3-6178-4dfb-bc58-a770106569fe {
  margin-left: auto;
margin-right: auto;
}

#s-b869672f-d68c-4bf4-a863-7e08dad81d09 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b869672f-d68c-4bf4-a863-7e08dad81d09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d244796d-ab10-4492-a306-cc255ef97d29 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d244796d-ab10-4492-a306-cc255ef97d29 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-89979387-5532-48d2-a0e4-d536e895b0d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-89979387-5532-48d2-a0e4-d536e895b0d1 {
  margin-bottom: 8px;
}
}
#s-89979387-5532-48d2-a0e4-d536e895b0d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-89979387-5532-48d2-a0e4-d536e895b0d1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-89979387-5532-48d2-a0e4-d536e895b0d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935 {
  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-c5ab4c82-9276-44a0-9b7f-419b431bd935:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5ab4c82-9276-44a0-9b7f-419b431bd935:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5ab4c82-9276-44a0-9b7f-419b431bd935-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ab4c82-9276-44a0-9b7f-419b431bd935 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c5ab4c82-9276-44a0-9b7f-419b431bd935-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ab4c82-9276-44a0-9b7f-419b431bd935 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5ab4c82-9276-44a0-9b7f-419b431bd935-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ab4c82-9276-44a0-9b7f-419b431bd935 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c5ab4c82-9276-44a0-9b7f-419b431bd935-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ab4c82-9276-44a0-9b7f-419b431bd935 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c5ab4c82-9276-44a0-9b7f-419b431bd935-atc-btn-wrapper {
    text-align: center;
  }


#s-c5ab4c82-9276-44a0-9b7f-419b431bd935 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c5ab4c82-9276-44a0-9b7f-419b431bd935.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-338f20ee-ebc6-4cb2-9113-c41423ece9d4 {
  margin-left: auto;
margin-right: auto;
}

#s-9bbebb83-122c-410a-886d-48d798fbc4ed {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bbebb83-122c-410a-886d-48d798fbc4ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f3ce2997-913e-435d-9a07-4eacc6d22dc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3ce2997-913e-435d-9a07-4eacc6d22dc1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5c55a0ab-9222-4aef-8067-2a28f4ddb691 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-5c55a0ab-9222-4aef-8067-2a28f4ddb691 {
  margin-bottom: 8px;
}
}
#s-5c55a0ab-9222-4aef-8067-2a28f4ddb691 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-5c55a0ab-9222-4aef-8067-2a28f4ddb691 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5c55a0ab-9222-4aef-8067-2a28f4ddb691 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b {
  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-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b-atc-btn-wrapper {
    text-align: center;
  }


#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b-atc-btn-wrapper {
    text-align: center;
  }


#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b-atc-btn-wrapper {
    text-align: center;
  }


#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b-atc-btn-wrapper {
    text-align: center;
  }


#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b-atc-btn-wrapper {
    text-align: center;
  }


#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a355f6c4-4ea8-4ba2-a6a2-0c5183b58c7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e053a61f-dc1e-45fa-b934-29888f981c73 {
  margin-left: auto;
margin-right: auto;
}

#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7a21eae-a2f3-4a6f-b1fc-56d82cc9e7ce img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d67617d2-bdb8-4a6b-a395-a0015f4d9e7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d67617d2-bdb8-4a6b-a395-a0015f4d9e7e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-618afe96-0677-497c-af63-b5b7d1ac0f95 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-618afe96-0677-497c-af63-b5b7d1ac0f95 {
  margin-bottom: 8px;
}
}
#s-618afe96-0677-497c-af63-b5b7d1ac0f95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-618afe96-0677-497c-af63-b5b7d1ac0f95 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-618afe96-0677-497c-af63-b5b7d1ac0f95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac {
  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-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac-atc-btn-wrapper {
    text-align: center;
  }


#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac-atc-btn-wrapper {
    text-align: center;
  }


#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac-atc-btn-wrapper {
    text-align: center;
  }


#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac-atc-btn-wrapper {
    text-align: center;
  }


#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac-atc-btn-wrapper {
    text-align: center;
  }


#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d15ce5ce-1acc-462c-9e80-e9dcde5f3fac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ef07787e-a2f6-457d-89ce-1e358939aede {
  margin-left: auto;
margin-right: auto;
}

#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc1a0128-00aa-4d63-a6dc-04d89ee3d3d8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f7e3b50e-3352-488f-b36f-7cf943960c78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7e3b50e-3352-488f-b36f-7cf943960c78 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-96437f60-a571-404c-838f-f5938f3ac816 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-96437f60-a571-404c-838f-f5938f3ac816 {
  margin-bottom: 8px;
}
}
#s-96437f60-a571-404c-838f-f5938f3ac816 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-96437f60-a571-404c-838f-f5938f3ac816 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-96437f60-a571-404c-838f-f5938f3ac816 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf {
  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-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf-atc-btn-wrapper {
    text-align: center;
  }


#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf-atc-btn-wrapper {
    text-align: center;
  }


#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf-atc-btn-wrapper {
    text-align: center;
  }


#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf-atc-btn-wrapper {
    text-align: center;
  }


#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf-atc-btn-wrapper {
    text-align: center;
  }


#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1b95f5b-26c5-42b0-b862-cbd42d48b2bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-28fda220-ac84-4394-a81c-2f821440429f {
  margin-left: auto;
margin-right: auto;
}

#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8443ff3-d2a9-4e5c-ba3f-08037eec1e31 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-203ecf8e-df5d-40e2-a6e3-ab9449dc47cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-203ecf8e-df5d-40e2-a6e3-ab9449dc47cb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7e68dc06-f693-4c2f-aeae-5963a855308b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-7e68dc06-f693-4c2f-aeae-5963a855308b {
  margin-bottom: 8px;
}
}
#s-7e68dc06-f693-4c2f-aeae-5963a855308b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7e68dc06-f693-4c2f-aeae-5963a855308b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7e68dc06-f693-4c2f-aeae-5963a855308b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921 {
  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-fe035943-8a75-4c04-8cba-3ebe35d0b921:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe035943-8a75-4c04-8cba-3ebe35d0b921:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe035943-8a75-4c04-8cba-3ebe35d0b921-atc-btn-wrapper {
    text-align: center;
  }


#s-fe035943-8a75-4c04-8cba-3ebe35d0b921 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fe035943-8a75-4c04-8cba-3ebe35d0b921-atc-btn-wrapper {
    text-align: center;
  }


#s-fe035943-8a75-4c04-8cba-3ebe35d0b921 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe035943-8a75-4c04-8cba-3ebe35d0b921-atc-btn-wrapper {
    text-align: center;
  }


#s-fe035943-8a75-4c04-8cba-3ebe35d0b921 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fe035943-8a75-4c04-8cba-3ebe35d0b921-atc-btn-wrapper {
    text-align: center;
  }


#s-fe035943-8a75-4c04-8cba-3ebe35d0b921 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fe035943-8a75-4c04-8cba-3ebe35d0b921-atc-btn-wrapper {
    text-align: center;
  }


#s-fe035943-8a75-4c04-8cba-3ebe35d0b921 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe035943-8a75-4c04-8cba-3ebe35d0b921.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4034371b-1598-4914-bffe-7d534da3c55f {
  margin-left: auto;
margin-right: auto;
}

#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ffbda3-af31-41fe-beac-fe90184a7ccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-37f2e805-5580-444a-8dbb-f93e0e2e9311 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37f2e805-5580-444a-8dbb-f93e0e2e9311 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8db2bd4f-63c8-47f9-b094-adb282353112 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-8db2bd4f-63c8-47f9-b094-adb282353112 {
  margin-bottom: 8px;
}
}
#s-8db2bd4f-63c8-47f9-b094-adb282353112 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8db2bd4f-63c8-47f9-b094-adb282353112 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8db2bd4f-63c8-47f9-b094-adb282353112 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382 {
  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-d81bb773-a8b5-4e21-bb2e-356bbeb82382:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d81bb773-a8b5-4e21-bb2e-356bbeb82382-atc-btn-wrapper {
    text-align: center;
  }


#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d81bb773-a8b5-4e21-bb2e-356bbeb82382-atc-btn-wrapper {
    text-align: center;
  }


#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d81bb773-a8b5-4e21-bb2e-356bbeb82382-atc-btn-wrapper {
    text-align: center;
  }


#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d81bb773-a8b5-4e21-bb2e-356bbeb82382-atc-btn-wrapper {
    text-align: center;
  }


#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d81bb773-a8b5-4e21-bb2e-356bbeb82382-atc-btn-wrapper {
    text-align: center;
  }


#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d81bb773-a8b5-4e21-bb2e-356bbeb82382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b186fe6d-38a5-47be-889d-cc3278f05bea {
  margin-left: auto;
margin-right: auto;
}

#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d52bec6-64a1-46e0-a3ad-901ec4da082b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-40ca89b8-8e32-4a8e-a1c5-2a763ca4f717 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40ca89b8-8e32-4a8e-a1c5-2a763ca4f717 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-efbe7a63-8b22-44ae-b3bf-be39705846d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-efbe7a63-8b22-44ae-b3bf-be39705846d5 {
  margin-bottom: 8px;
}
}
#s-efbe7a63-8b22-44ae-b3bf-be39705846d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-efbe7a63-8b22-44ae-b3bf-be39705846d5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-efbe7a63-8b22-44ae-b3bf-be39705846d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1 {
  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-e93462c4-81a1-40ec-b522-2c176f9a19c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e93462c4-81a1-40ec-b522-2c176f9a19c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e93462c4-81a1-40ec-b522-2c176f9a19c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e93462c4-81a1-40ec-b522-2c176f9a19c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e93462c4-81a1-40ec-b522-2c176f9a19c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e93462c4-81a1-40ec-b522-2c176f9a19c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e93462c4-81a1-40ec-b522-2c176f9a19c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e93462c4-81a1-40ec-b522-2c176f9a19c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e93462c4-81a1-40ec-b522-2c176f9a19c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e93462c4-81a1-40ec-b522-2c176f9a19c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e93462c4-81a1-40ec-b522-2c176f9a19c1-atc-btn-wrapper {
    text-align: center;
  }


#s-e93462c4-81a1-40ec-b522-2c176f9a19c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e93462c4-81a1-40ec-b522-2c176f9a19c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
min-height: 0px;
background-attachment: scroll;
background-color: rgba(255, 239, 152, 1);
}
@media (min-width: 1200px){#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 {
  margin-bottom: 70px;
padding-top: 0px;
padding-bottom: 30px;
display: none;
}
#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04, #wrap-s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04, #wrap-content-s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 {
  display: none;
}
#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04, #wrap-s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04, #wrap-content-s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 {
  
}
}@media (max-width: 767px){#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 {
  margin-top: 15px;
}
}







#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffc07f6c-b4b4-4ba7-8e28-2df87c02ac04.shg-box.shg-c {
  justify-content: center;
}

#s-8fb4f49c-5089-4140-85d9-36d415fc4933 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}
@media (min-width: 1200px){#s-8fb4f49c-5089-4140-85d9-36d415fc4933 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-8fb4f49c-5089-4140-85d9-36d415fc4933 {
  margin-top: 30px;
max-width: 380px;
}
}







#s-8fb4f49c-5089-4140-85d9-36d415fc4933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fb4f49c-5089-4140-85d9-36d415fc4933.shg-box.shg-c {
  justify-content: center;
}

#s-d0f32c19-e729-4661-9c98-5cd6672e5981 {
  margin-left: auto;
margin-right: auto;
}

#s-d0f32c19-e729-4661-9c98-5cd6672e5981 .shg-proportional-font-size,
#s-d0f32c19-e729-4661-9c98-5cd6672e5981 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11cef0bc-592b-4fff-b824-c5110a7bf2bb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-11cef0bc-592b-4fff-b824-c5110a7bf2bb {
  margin-top: 30px;
margin-left: 200px;
}
}@media (max-width: 767px){#s-11cef0bc-592b-4fff-b824-c5110a7bf2bb {
  margin-top: 0px;
max-width: 1250px;
}
}
#s-11cef0bc-592b-4fff-b824-c5110a7bf2bb .shg-proportional-font-size,
#s-11cef0bc-592b-4fff-b824-c5110a7bf2bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-27c0e165-0e18-4ddd-bea5-04b048b53876 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-27c0e165-0e18-4ddd-bea5-04b048b53876 {
  margin-bottom: 50px;
max-width: 1250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27c0e165-0e18-4ddd-bea5-04b048b53876 {
  
}
}@media (max-width: 767px){#s-27c0e165-0e18-4ddd-bea5-04b048b53876 {
  
}
}







#s-27c0e165-0e18-4ddd-bea5-04b048b53876 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27c0e165-0e18-4ddd-bea5-04b048b53876.shg-box.shg-c {
  justify-content: center;
}

#s-a48196c0-52ed-44b2-af1b-a868425bc0b4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a48196c0-52ed-44b2-af1b-a868425bc0b4 {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
display: none;
}
#s-a48196c0-52ed-44b2-af1b-a868425bc0b4, #wrap-s-a48196c0-52ed-44b2-af1b-a868425bc0b4, #wrap-content-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a48196c0-52ed-44b2-af1b-a868425bc0b4 {
  display: none;
}
#s-a48196c0-52ed-44b2-af1b-a868425bc0b4, #wrap-s-a48196c0-52ed-44b2-af1b-a868425bc0b4, #wrap-content-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 { display: none !important; }}@media (max-width: 767px){#s-a48196c0-52ed-44b2-af1b-a868425bc0b4 {
  margin-bottom: 0px;
}
}
#s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev,
#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next {
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev svg,
#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev,
#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next {
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev svg,
#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev,
#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next {
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev svg,
#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a48196c0-52ed-44b2-af1b-a868425bc0b4 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-e068e718-7f1b-4be5-9dc9-7cf5d2350966 {
  margin-left: auto;
margin-right: auto;
}

#s-02771833-8beb-4810-942d-4f46bcd03ae3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02771833-8beb-4810-942d-4f46bcd03ae3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-879f2e21-0bb3-425d-bdf6-e7de7a58c290 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-879f2e21-0bb3-425d-bdf6-e7de7a58c290 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cc0b95cf-c9a9-40c0-9099-bdad89fb02e5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-cc0b95cf-c9a9-40c0-9099-bdad89fb02e5 {
  margin-bottom: 8px;
}
}
#s-cc0b95cf-c9a9-40c0-9099-bdad89fb02e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-cc0b95cf-c9a9-40c0-9099-bdad89fb02e5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-cc0b95cf-c9a9-40c0-9099-bdad89fb02e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23 {
  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-280026af-03f7-4cb7-a927-5bc8a964ea23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-280026af-03f7-4cb7-a927-5bc8a964ea23:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-280026af-03f7-4cb7-a927-5bc8a964ea23-atc-btn-wrapper {
    text-align: center;
  }


#s-280026af-03f7-4cb7-a927-5bc8a964ea23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-280026af-03f7-4cb7-a927-5bc8a964ea23-atc-btn-wrapper {
    text-align: center;
  }


#s-280026af-03f7-4cb7-a927-5bc8a964ea23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-280026af-03f7-4cb7-a927-5bc8a964ea23-atc-btn-wrapper {
    text-align: center;
  }


#s-280026af-03f7-4cb7-a927-5bc8a964ea23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-280026af-03f7-4cb7-a927-5bc8a964ea23-atc-btn-wrapper {
    text-align: center;
  }


#s-280026af-03f7-4cb7-a927-5bc8a964ea23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-280026af-03f7-4cb7-a927-5bc8a964ea23-atc-btn-wrapper {
    text-align: center;
  }


#s-280026af-03f7-4cb7-a927-5bc8a964ea23 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-280026af-03f7-4cb7-a927-5bc8a964ea23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-72ff21d0-be85-4fc6-a4b0-9d3648e1c592 {
  margin-left: auto;
margin-right: auto;
}

#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0ec2f86-ce16-4c06-b489-8a54ad04dab6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-06ebc76a-6747-4ec6-bf63-ebcad6a8d104 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06ebc76a-6747-4ec6-bf63-ebcad6a8d104 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fc657f6e-2b69-4cd3-b915-1aa634efe392 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-fc657f6e-2b69-4cd3-b915-1aa634efe392 {
  margin-bottom: 8px;
}
}
#s-fc657f6e-2b69-4cd3-b915-1aa634efe392 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fc657f6e-2b69-4cd3-b915-1aa634efe392 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fc657f6e-2b69-4cd3-b915-1aa634efe392 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328 {
  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-b1f3294d-8ef6-43e1-ab52-065b9f732328:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1f3294d-8ef6-43e1-ab52-065b9f732328:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1f3294d-8ef6-43e1-ab52-065b9f732328-atc-btn-wrapper {
    text-align: center;
  }


#s-b1f3294d-8ef6-43e1-ab52-065b9f732328 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b1f3294d-8ef6-43e1-ab52-065b9f732328-atc-btn-wrapper {
    text-align: center;
  }


#s-b1f3294d-8ef6-43e1-ab52-065b9f732328 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1f3294d-8ef6-43e1-ab52-065b9f732328-atc-btn-wrapper {
    text-align: center;
  }


#s-b1f3294d-8ef6-43e1-ab52-065b9f732328 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b1f3294d-8ef6-43e1-ab52-065b9f732328-atc-btn-wrapper {
    text-align: center;
  }


#s-b1f3294d-8ef6-43e1-ab52-065b9f732328 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b1f3294d-8ef6-43e1-ab52-065b9f732328-atc-btn-wrapper {
    text-align: center;
  }


#s-b1f3294d-8ef6-43e1-ab52-065b9f732328 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b1f3294d-8ef6-43e1-ab52-065b9f732328.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dac5a15b-fe4e-4e87-81bc-f137f731f75e {
  margin-left: auto;
margin-right: auto;
}

#s-851a2e99-c09e-4947-a8c8-834219ed27ea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-851a2e99-c09e-4947-a8c8-834219ed27ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3cdfc1f9-13d6-4848-bef2-0ef7ada6aeee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cdfc1f9-13d6-4848-bef2-0ef7ada6aeee .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f5be13a4-ef81-4431-9473-3c46f1901c1c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-f5be13a4-ef81-4431-9473-3c46f1901c1c {
  margin-bottom: 8px;
}
}
#s-f5be13a4-ef81-4431-9473-3c46f1901c1c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f5be13a4-ef81-4431-9473-3c46f1901c1c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f5be13a4-ef81-4431-9473-3c46f1901c1c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea {
  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-ee667b59-db9a-4851-a87f-be89dbe5dbea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee667b59-db9a-4851-a87f-be89dbe5dbea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee667b59-db9a-4851-a87f-be89dbe5dbea-atc-btn-wrapper {
    text-align: center;
  }


#s-ee667b59-db9a-4851-a87f-be89dbe5dbea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ee667b59-db9a-4851-a87f-be89dbe5dbea-atc-btn-wrapper {
    text-align: center;
  }


#s-ee667b59-db9a-4851-a87f-be89dbe5dbea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee667b59-db9a-4851-a87f-be89dbe5dbea-atc-btn-wrapper {
    text-align: center;
  }


#s-ee667b59-db9a-4851-a87f-be89dbe5dbea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ee667b59-db9a-4851-a87f-be89dbe5dbea-atc-btn-wrapper {
    text-align: center;
  }


#s-ee667b59-db9a-4851-a87f-be89dbe5dbea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ee667b59-db9a-4851-a87f-be89dbe5dbea-atc-btn-wrapper {
    text-align: center;
  }


#s-ee667b59-db9a-4851-a87f-be89dbe5dbea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee667b59-db9a-4851-a87f-be89dbe5dbea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-78a8526d-86e2-448a-9cc4-af482c21c203 {
  margin-left: auto;
margin-right: auto;
}

#s-953834dd-44cf-45c2-888b-ccf4149e31b9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-953834dd-44cf-45c2-888b-ccf4149e31b9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-54ad20de-11f4-41bf-982c-2df47ca40d68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54ad20de-11f4-41bf-982c-2df47ca40d68 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e67b4d2f-15b1-4baf-9b82-50e270feb8de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-e67b4d2f-15b1-4baf-9b82-50e270feb8de {
  margin-bottom: 8px;
}
}
#s-e67b4d2f-15b1-4baf-9b82-50e270feb8de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e67b4d2f-15b1-4baf-9b82-50e270feb8de .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e67b4d2f-15b1-4baf-9b82-50e270feb8de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f {
  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-23746039-18c5-4dd7-b0bf-27332aa18e0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23746039-18c5-4dd7-b0bf-27332aa18e0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23746039-18c5-4dd7-b0bf-27332aa18e0f-atc-btn-wrapper {
    text-align: center;
  }


#s-23746039-18c5-4dd7-b0bf-27332aa18e0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-23746039-18c5-4dd7-b0bf-27332aa18e0f-atc-btn-wrapper {
    text-align: center;
  }


#s-23746039-18c5-4dd7-b0bf-27332aa18e0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-23746039-18c5-4dd7-b0bf-27332aa18e0f-atc-btn-wrapper {
    text-align: center;
  }


#s-23746039-18c5-4dd7-b0bf-27332aa18e0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-23746039-18c5-4dd7-b0bf-27332aa18e0f-atc-btn-wrapper {
    text-align: center;
  }


#s-23746039-18c5-4dd7-b0bf-27332aa18e0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-23746039-18c5-4dd7-b0bf-27332aa18e0f-atc-btn-wrapper {
    text-align: center;
  }


#s-23746039-18c5-4dd7-b0bf-27332aa18e0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23746039-18c5-4dd7-b0bf-27332aa18e0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-07a92d57-0b5c-4ebc-a1e0-67615351a5e2 {
  margin-left: auto;
margin-right: auto;
}

#s-a47b82bc-9614-421d-baac-8bdc259e0a4e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a47b82bc-9614-421d-baac-8bdc259e0a4e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d1b785c2-08dd-4d8d-af83-971c3e79edce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1b785c2-08dd-4d8d-af83-971c3e79edce .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a1e6e2fa-244c-4d8b-af57-af45e11d8014 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-a1e6e2fa-244c-4d8b-af57-af45e11d8014 {
  margin-bottom: 8px;
}
}
#s-a1e6e2fa-244c-4d8b-af57-af45e11d8014 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a1e6e2fa-244c-4d8b-af57-af45e11d8014 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a1e6e2fa-244c-4d8b-af57-af45e11d8014 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06 {
  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-61f226ad-70f9-4947-95d8-28dbbf75ac06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61f226ad-70f9-4947-95d8-28dbbf75ac06:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61f226ad-70f9-4947-95d8-28dbbf75ac06-atc-btn-wrapper {
    text-align: center;
  }


#s-61f226ad-70f9-4947-95d8-28dbbf75ac06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-61f226ad-70f9-4947-95d8-28dbbf75ac06-atc-btn-wrapper {
    text-align: center;
  }


#s-61f226ad-70f9-4947-95d8-28dbbf75ac06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-61f226ad-70f9-4947-95d8-28dbbf75ac06-atc-btn-wrapper {
    text-align: center;
  }


#s-61f226ad-70f9-4947-95d8-28dbbf75ac06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-61f226ad-70f9-4947-95d8-28dbbf75ac06-atc-btn-wrapper {
    text-align: center;
  }


#s-61f226ad-70f9-4947-95d8-28dbbf75ac06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-61f226ad-70f9-4947-95d8-28dbbf75ac06-atc-btn-wrapper {
    text-align: center;
  }


#s-61f226ad-70f9-4947-95d8-28dbbf75ac06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61f226ad-70f9-4947-95d8-28dbbf75ac06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b480a541-9c25-4a4c-a67f-a965dce6e67d {
  margin-left: auto;
margin-right: auto;
}

#s-7136a477-08bc-468f-84ad-eefae735f273 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7136a477-08bc-468f-84ad-eefae735f273 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f4090f0d-02a7-4f68-a14c-6604cc29d313 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4090f0d-02a7-4f68-a14c-6604cc29d313 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c829975a-000d-4200-aad1-2dcb716b19c0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-c829975a-000d-4200-aad1-2dcb716b19c0 {
  margin-bottom: 8px;
}
}
#s-c829975a-000d-4200-aad1-2dcb716b19c0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c829975a-000d-4200-aad1-2dcb716b19c0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c829975a-000d-4200-aad1-2dcb716b19c0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad {
  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-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad-atc-btn-wrapper {
    text-align: center;
  }


#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad-atc-btn-wrapper {
    text-align: center;
  }


#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad-atc-btn-wrapper {
    text-align: center;
  }


#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad-atc-btn-wrapper {
    text-align: center;
  }


#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad-atc-btn-wrapper {
    text-align: center;
  }


#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a17b8cc3-8dfa-4f66-a60f-2335dc7405ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4ba7c98d-470d-4097-8f2a-b1f656b848b6 {
  margin-left: auto;
margin-right: auto;
}

#s-72c73cee-fb1a-44a9-b416-c1a66031f876 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-72c73cee-fb1a-44a9-b416-c1a66031f876 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5183877b-0f47-42eb-a699-d1dc4533cc15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5183877b-0f47-42eb-a699-d1dc4533cc15 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0dadd907-b8f6-40fd-9c64-4d9dac9b4cc3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-0dadd907-b8f6-40fd-9c64-4d9dac9b4cc3 {
  margin-bottom: 8px;
}
}
#s-0dadd907-b8f6-40fd-9c64-4d9dac9b4cc3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0dadd907-b8f6-40fd-9c64-4d9dac9b4cc3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0dadd907-b8f6-40fd-9c64-4d9dac9b4cc3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56 {
  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-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56-atc-btn-wrapper {
    text-align: center;
  }


#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56-atc-btn-wrapper {
    text-align: center;
  }


#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56-atc-btn-wrapper {
    text-align: center;
  }


#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56-atc-btn-wrapper {
    text-align: center;
  }


#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56-atc-btn-wrapper {
    text-align: center;
  }


#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d2c9b1c-3ec7-46fe-b9a5-175dbbbadf56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8f8ad672-d8e4-496a-9dca-dab6bb746644 {
  margin-left: auto;
margin-right: auto;
}

#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a4f7a64-8f7a-4816-bd02-7b421a292623 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2febcfe8-7e0e-422a-ac21-1b33fde304b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2febcfe8-7e0e-422a-ac21-1b33fde304b9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-87a6bd72-1dc5-4137-9af3-ca1b5e79440a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-87a6bd72-1dc5-4137-9af3-ca1b5e79440a {
  margin-bottom: 8px;
}
}
#s-87a6bd72-1dc5-4137-9af3-ca1b5e79440a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-87a6bd72-1dc5-4137-9af3-ca1b5e79440a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-87a6bd72-1dc5-4137-9af3-ca1b5e79440a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4 {
  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-35dd60ae-c75b-47d8-bf48-31f722b580c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35dd60ae-c75b-47d8-bf48-31f722b580c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35dd60ae-c75b-47d8-bf48-31f722b580c4-atc-btn-wrapper {
    text-align: center;
  }


#s-35dd60ae-c75b-47d8-bf48-31f722b580c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-35dd60ae-c75b-47d8-bf48-31f722b580c4-atc-btn-wrapper {
    text-align: center;
  }


#s-35dd60ae-c75b-47d8-bf48-31f722b580c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-35dd60ae-c75b-47d8-bf48-31f722b580c4-atc-btn-wrapper {
    text-align: center;
  }


#s-35dd60ae-c75b-47d8-bf48-31f722b580c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-35dd60ae-c75b-47d8-bf48-31f722b580c4-atc-btn-wrapper {
    text-align: center;
  }


#s-35dd60ae-c75b-47d8-bf48-31f722b580c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-35dd60ae-c75b-47d8-bf48-31f722b580c4-atc-btn-wrapper {
    text-align: center;
  }


#s-35dd60ae-c75b-47d8-bf48-31f722b580c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35dd60ae-c75b-47d8-bf48-31f722b580c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 860px;
text-align: center;
}
@media (max-width: 767px){#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  margin-top: -15px;
margin-bottom: 0px;
}
}
#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635-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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 30px;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 .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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 img.shogun-image {
  width: 100%;
  
  
  max-width: 860px;

  /* 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-68229b15-1bd5-4db4-bcba-f7186e8b6635 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635-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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 .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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 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-68229b15-1bd5-4db4-bcba-f7186e8b6635 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635-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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 .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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 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-68229b15-1bd5-4db4-bcba-f7186e8b6635 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635-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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 .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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 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-68229b15-1bd5-4db4-bcba-f7186e8b6635 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635-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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: -15px;
  margin-bottom: 0px;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 .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-68229b15-1bd5-4db4-bcba-f7186e8b6635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635 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-68229b15-1bd5-4db4-bcba-f7186e8b6635 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68229b15-1bd5-4db4-bcba-f7186e8b6635.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7362f24d-32bc-4638-9af8-0b97400421be {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-7362f24d-32bc-4638-9af8-0b97400421be {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7362f24d-32bc-4638-9af8-0b97400421be {
  display: none;
}
#s-7362f24d-32bc-4638-9af8-0b97400421be, #wrap-s-7362f24d-32bc-4638-9af8-0b97400421be, #wrap-content-s-7362f24d-32bc-4638-9af8-0b97400421be { display: none !important; }}@media (max-width: 767px){#s-7362f24d-32bc-4638-9af8-0b97400421be {
  margin-top: 100px;
display: none;
}
#s-7362f24d-32bc-4638-9af8-0b97400421be, #wrap-s-7362f24d-32bc-4638-9af8-0b97400421be, #wrap-content-s-7362f24d-32bc-4638-9af8-0b97400421be { display: none !important; }}
#s-7362f24d-32bc-4638-9af8-0b97400421be .shg-proportional-font-size,
#s-7362f24d-32bc-4638-9af8-0b97400421be .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf {
  margin-bottom: 50px;
display: none;
}
#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-content-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf {
  display: none;
}
#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-content-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf {
  display: none;
}
#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-content-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf { display: none !important; }}@media (max-width: 767px){#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf {
  margin-top: 50px;
display: none;
}
#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf, #wrap-content-s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf { display: none !important; }}
#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf .shg-proportional-font-size,
#s-c859d3c2-4e28-40ff-88b8-26fc2eefaedf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e8e28130-b382-49a4-bfd7-75a5827f9763 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e8e28130-b382-49a4-bfd7-75a5827f9763 {
  margin-bottom: 30px;
max-width: 1250px;
display: none;
}
#s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-content-s-e8e28130-b382-49a4-bfd7-75a5827f9763 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8e28130-b382-49a4-bfd7-75a5827f9763 {
  display: none;
}
#s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-content-s-e8e28130-b382-49a4-bfd7-75a5827f9763 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8e28130-b382-49a4-bfd7-75a5827f9763 {
  display: none;
}
#s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-content-s-e8e28130-b382-49a4-bfd7-75a5827f9763 { display: none !important; }}@media (max-width: 767px){#s-e8e28130-b382-49a4-bfd7-75a5827f9763 {
  display: none;
}
#s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-s-e8e28130-b382-49a4-bfd7-75a5827f9763, #wrap-content-s-e8e28130-b382-49a4-bfd7-75a5827f9763 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e8e28130-b382-49a4-bfd7-75a5827f9763"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e8e28130-b382-49a4-bfd7-75a5827f9763"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e8e28130-b382-49a4-bfd7-75a5827f9763"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e8e28130-b382-49a4-bfd7-75a5827f9763"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0e50ac2f-b6c1-458d-9d95-00ce09399284 {
  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;
text-decoration: none;
}
#s-0e50ac2f-b6c1-458d-9d95-00ce09399284:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e50ac2f-b6c1-458d-9d95-00ce09399284:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0e50ac2f-b6c1-458d-9d95-00ce09399284 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 24, 6, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(222, 31, 38, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-0e50ac2f-b6c1-458d-9d95-00ce09399284:hover {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-0e50ac2f-b6c1-458d-9d95-00ce09399284 {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
#s-0e50ac2f-b6c1-458d-9d95-00ce09399284:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e50ac2f-b6c1-458d-9d95-00ce09399284:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-0e50ac2f-b6c1-458d-9d95-00ce09399284-root {
    text-align: center;
  }


#s-0e50ac2f-b6c1-458d-9d95-00ce09399284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e50ac2f-b6c1-458d-9d95-00ce09399284-root {
    text-align: center;
  }


#s-0e50ac2f-b6c1-458d-9d95-00ce09399284.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e50ac2f-b6c1-458d-9d95-00ce09399284-root {
    text-align: center;
  }


#s-0e50ac2f-b6c1-458d-9d95-00ce09399284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e50ac2f-b6c1-458d-9d95-00ce09399284-root {
    text-align: center;
  }


#s-0e50ac2f-b6c1-458d-9d95-00ce09399284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e50ac2f-b6c1-458d-9d95-00ce09399284-root {
    text-align: center;
  }


#s-0e50ac2f-b6c1-458d-9d95-00ce09399284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a28235cf-3a41-44cf-8c77-d334e9937a4f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a28235cf-3a41-44cf-8c77-d334e9937a4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a28235cf-3a41-44cf-8c77-d334e9937a4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a28235cf-3a41-44cf-8c77-d334e9937a4f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 139, 139, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(253, 139, 139, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-a28235cf-3a41-44cf-8c77-d334e9937a4f:hover {border-style: solid !important;
border-color: rgba(253, 139, 139, 1) !important;
background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-a28235cf-3a41-44cf-8c77-d334e9937a4f {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
#s-a28235cf-3a41-44cf-8c77-d334e9937a4f:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a28235cf-3a41-44cf-8c77-d334e9937a4f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a28235cf-3a41-44cf-8c77-d334e9937a4f-root {
    text-align: center;
  }


#s-a28235cf-3a41-44cf-8c77-d334e9937a4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a28235cf-3a41-44cf-8c77-d334e9937a4f-root {
    text-align: center;
  }


#s-a28235cf-3a41-44cf-8c77-d334e9937a4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a28235cf-3a41-44cf-8c77-d334e9937a4f-root {
    text-align: center;
  }


#s-a28235cf-3a41-44cf-8c77-d334e9937a4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a28235cf-3a41-44cf-8c77-d334e9937a4f-root {
    text-align: center;
  }


#s-a28235cf-3a41-44cf-8c77-d334e9937a4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a28235cf-3a41-44cf-8c77-d334e9937a4f-root {
    text-align: center;
  }


#s-a28235cf-3a41-44cf-8c77-d334e9937a4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7 {
  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;
text-decoration: none;
}
#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(24, 149, 81, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(24, 149, 81, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7:hover {background-color: rgba(24, 149, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7 {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7-root {
    text-align: center;
  }


#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7-root {
    text-align: center;
  }


#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7-root {
    text-align: center;
  }


#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7-root {
    text-align: center;
  }


#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7-root {
    text-align: center;
  }


#s-2bf8a58f-5cc1-4aff-a707-bfda779cfba7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c50e070a-3362-42ba-9d7f-74311b56a9cd {
  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;
text-decoration: none;
}
#s-c50e070a-3362-42ba-9d7f-74311b56a9cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c50e070a-3362-42ba-9d7f-74311b56a9cd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c50e070a-3362-42ba-9d7f-74311b56a9cd {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(222, 31, 38, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(222, 31, 38, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-c50e070a-3362-42ba-9d7f-74311b56a9cd:hover {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-c50e070a-3362-42ba-9d7f-74311b56a9cd {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
#s-c50e070a-3362-42ba-9d7f-74311b56a9cd:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c50e070a-3362-42ba-9d7f-74311b56a9cd:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c50e070a-3362-42ba-9d7f-74311b56a9cd-root {
    text-align: center;
  }


#s-c50e070a-3362-42ba-9d7f-74311b56a9cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c50e070a-3362-42ba-9d7f-74311b56a9cd-root {
    text-align: center;
  }


#s-c50e070a-3362-42ba-9d7f-74311b56a9cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c50e070a-3362-42ba-9d7f-74311b56a9cd-root {
    text-align: center;
  }


#s-c50e070a-3362-42ba-9d7f-74311b56a9cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c50e070a-3362-42ba-9d7f-74311b56a9cd-root {
    text-align: center;
  }


#s-c50e070a-3362-42ba-9d7f-74311b56a9cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c50e070a-3362-42ba-9d7f-74311b56a9cd-root {
    text-align: center;
  }


#s-c50e070a-3362-42ba-9d7f-74311b56a9cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba {
  margin-bottom: 50px;
display: none;
}
#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba, #wrap-s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba, #wrap-content-s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba {
  display: none;
}
#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba, #wrap-s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba, #wrap-content-s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba { display: none !important; }}@media (max-width: 767px){#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba {
  margin-top: 50px;
margin-bottom: 0px;
}
}
#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba .shg-proportional-font-size,
#s-c79eb61c-6cbc-4a32-a2d5-4aa2cc548dba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-30240ed6-4864-461b-a17a-e62dc45dc35d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-30240ed6-4864-461b-a17a-e62dc45dc35d {
  margin-bottom: 150px;
max-width: 1250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30240ed6-4864-461b-a17a-e62dc45dc35d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30240ed6-4864-461b-a17a-e62dc45dc35d {
  
}
}@media (max-width: 767px){#s-30240ed6-4864-461b-a17a-e62dc45dc35d {
  margin-left: 35px;
margin-right: 35px;
}
}
@media (min-width: 0px) {
[id="s-30240ed6-4864-461b-a17a-e62dc45dc35d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30240ed6-4864-461b-a17a-e62dc45dc35d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-30240ed6-4864-461b-a17a-e62dc45dc35d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-30240ed6-4864-461b-a17a-e62dc45dc35d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a8039773-f22b-49da-ba64-4657ce2038d1 {
  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;
text-decoration: none;
color: rgba(46, 46, 46, 1);
}
#s-a8039773-f22b-49da-ba64-4657ce2038d1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDI4NWJiYTktMmZjZi00MGM2LWJkZjUtMzI1MmQwYTFiZmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzUyN2I3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjg1YmJhOS0yZmNmLTQwYzYtYmRmNS0zMjUyZDBhMWJmYWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7527b7"}] !important;}#s-a8039773-f22b-49da-ba64-4657ce2038d1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a8039773-f22b-49da-ba64-4657ce2038d1 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(126, 214, 166, 0);
border-style: none;
border-radius: 30px;
background-color: rgba(251, 214, 61, 0);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-a8039773-f22b-49da-ba64-4657ce2038d1:hover {background-color: rgba(126, 214, 166, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8039773-f22b-49da-ba64-4657ce2038d1:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-a8039773-f22b-49da-ba64-4657ce2038d1 {
  background-color: rgba(37, 37, 37, 0);
line-height: 1.1em;
}
#s-a8039773-f22b-49da-ba64-4657ce2038d1:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a8039773-f22b-49da-ba64-4657ce2038d1-root {
    text-align: center;
  }


#s-a8039773-f22b-49da-ba64-4657ce2038d1.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8039773-f22b-49da-ba64-4657ce2038d1-root {
    text-align: center;
  }


#s-a8039773-f22b-49da-ba64-4657ce2038d1.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8039773-f22b-49da-ba64-4657ce2038d1-root {
    text-align: center;
  }


#s-a8039773-f22b-49da-ba64-4657ce2038d1.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8039773-f22b-49da-ba64-4657ce2038d1-root {
    text-align: center;
  }


#s-a8039773-f22b-49da-ba64-4657ce2038d1.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8039773-f22b-49da-ba64-4657ce2038d1-root {
    text-align: center;
  }


#s-a8039773-f22b-49da-ba64-4657ce2038d1.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e80e5794-87cb-4ea8-ba63-4b716885759e {
  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;
text-decoration: none;
color: rgba(46, 46, 46, 1);
}
#s-e80e5794-87cb-4ea8-ba63-4b716885759e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e80e5794-87cb-4ea8-ba63-4b716885759e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e80e5794-87cb-4ea8-ba63-4b716885759e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 79, 36, 0);
border-style: none;
border-radius: 30px;
background-color: rgba(253, 139, 139, 0);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-e80e5794-87cb-4ea8-ba63-4b716885759e:hover {border-style: solid !important;
border-color: rgba(0, 79, 36, 0) !important;
background-color: rgba(0, 79, 36, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e80e5794-87cb-4ea8-ba63-4b716885759e:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-e80e5794-87cb-4ea8-ba63-4b716885759e {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
line-height: 1.1em;
}
#s-e80e5794-87cb-4ea8-ba63-4b716885759e:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e80e5794-87cb-4ea8-ba63-4b716885759e-root {
    text-align: center;
  }


#s-e80e5794-87cb-4ea8-ba63-4b716885759e.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e80e5794-87cb-4ea8-ba63-4b716885759e-root {
    text-align: center;
  }


#s-e80e5794-87cb-4ea8-ba63-4b716885759e.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e80e5794-87cb-4ea8-ba63-4b716885759e-root {
    text-align: center;
  }


#s-e80e5794-87cb-4ea8-ba63-4b716885759e.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e80e5794-87cb-4ea8-ba63-4b716885759e-root {
    text-align: center;
  }


#s-e80e5794-87cb-4ea8-ba63-4b716885759e.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e80e5794-87cb-4ea8-ba63-4b716885759e-root {
    text-align: center;
  }


#s-e80e5794-87cb-4ea8-ba63-4b716885759e.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7e58fe55-7c64-40c6-8c96-92c146907951 {
  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;
text-decoration: none;
color: rgba(46, 46, 46, 1);
}
#s-7e58fe55-7c64-40c6-8c96-92c146907951:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e58fe55-7c64-40c6-8c96-92c146907951:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7e58fe55-7c64-40c6-8c96-92c146907951 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(222, 31, 38, 0);
border-style: none;
border-radius: 30px;
background-color: rgba(222, 31, 38, 0);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-7e58fe55-7c64-40c6-8c96-92c146907951:hover {background-color: rgba(222, 31, 38, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e58fe55-7c64-40c6-8c96-92c146907951:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-7e58fe55-7c64-40c6-8c96-92c146907951 {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
line-height: 1.1em;
}
#s-7e58fe55-7c64-40c6-8c96-92c146907951:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-7e58fe55-7c64-40c6-8c96-92c146907951-root {
    text-align: center;
  }


#s-7e58fe55-7c64-40c6-8c96-92c146907951.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e58fe55-7c64-40c6-8c96-92c146907951-root {
    text-align: center;
  }


#s-7e58fe55-7c64-40c6-8c96-92c146907951.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e58fe55-7c64-40c6-8c96-92c146907951-root {
    text-align: center;
  }


#s-7e58fe55-7c64-40c6-8c96-92c146907951.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e58fe55-7c64-40c6-8c96-92c146907951-root {
    text-align: center;
  }


#s-7e58fe55-7c64-40c6-8c96-92c146907951.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e58fe55-7c64-40c6-8c96-92c146907951-root {
    text-align: center;
  }


#s-7e58fe55-7c64-40c6-8c96-92c146907951.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba {
  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;
text-decoration: none;
color: rgba(46, 46, 46, 1);
}
#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 79, 36, 0);
border-style: none;
border-radius: 30px;
background-color: rgba(0, 79, 36, 0);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba:hover {background-color: rgba(0, 79, 36, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
line-height: 1.1em;
}
#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba-root {
    text-align: center;
  }


#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba-root {
    text-align: center;
  }


#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba-root {
    text-align: center;
  }


#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba-root {
    text-align: center;
  }


#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba-root {
    text-align: center;
  }


#s-242bfd94-28cf-4667-bdc2-522c0a6bc7ba.shg-btn {
  color: rgba(46, 46, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 {
  margin-bottom: 150px;
max-width: 1250px;
display: none;
}
#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-content-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 {
  display: none;
}
#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-content-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 {
  display: none;
}
#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-content-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 { display: none !important; }}@media (max-width: 767px){#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 {
  display: none;
}
#s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2, #wrap-content-s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-84bbe36c-e311-4f5c-abea-5ae28a3e9ba2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-86a13014-1043-40de-b6f4-82dd4fb36323 {
  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;
text-decoration: none;
}
#s-86a13014-1043-40de-b6f4-82dd4fb36323:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86a13014-1043-40de-b6f4-82dd4fb36323:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-86a13014-1043-40de-b6f4-82dd4fb36323 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(126, 214, 166, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(126, 214, 166, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-86a13014-1043-40de-b6f4-82dd4fb36323:hover {background-color: rgba(126, 214, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-86a13014-1043-40de-b6f4-82dd4fb36323 {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
}

  #s-86a13014-1043-40de-b6f4-82dd4fb36323-root {
    text-align: center;
  }


#s-86a13014-1043-40de-b6f4-82dd4fb36323.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86a13014-1043-40de-b6f4-82dd4fb36323-root {
    text-align: center;
  }


#s-86a13014-1043-40de-b6f4-82dd4fb36323.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86a13014-1043-40de-b6f4-82dd4fb36323-root {
    text-align: center;
  }


#s-86a13014-1043-40de-b6f4-82dd4fb36323.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86a13014-1043-40de-b6f4-82dd4fb36323-root {
    text-align: center;
  }


#s-86a13014-1043-40de-b6f4-82dd4fb36323.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86a13014-1043-40de-b6f4-82dd4fb36323-root {
    text-align: center;
  }


#s-86a13014-1043-40de-b6f4-82dd4fb36323.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a50f76d-3304-4f0f-b151-9de3d87dc017 {
  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;
text-decoration: none;
}
#s-3a50f76d-3304-4f0f-b151-9de3d87dc017:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a50f76d-3304-4f0f-b151-9de3d87dc017:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3a50f76d-3304-4f0f-b151-9de3d87dc017 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 79, 36, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(0, 79, 36, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-3a50f76d-3304-4f0f-b151-9de3d87dc017:hover {border-style: solid !important;
border-color: rgba(0, 79, 36, 1) !important;
background-color: rgba(0, 79, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-3a50f76d-3304-4f0f-b151-9de3d87dc017 {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
}

  #s-3a50f76d-3304-4f0f-b151-9de3d87dc017-root {
    text-align: center;
  }


#s-3a50f76d-3304-4f0f-b151-9de3d87dc017.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a50f76d-3304-4f0f-b151-9de3d87dc017-root {
    text-align: center;
  }


#s-3a50f76d-3304-4f0f-b151-9de3d87dc017.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a50f76d-3304-4f0f-b151-9de3d87dc017-root {
    text-align: center;
  }


#s-3a50f76d-3304-4f0f-b151-9de3d87dc017.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a50f76d-3304-4f0f-b151-9de3d87dc017-root {
    text-align: center;
  }


#s-3a50f76d-3304-4f0f-b151-9de3d87dc017.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a50f76d-3304-4f0f-b151-9de3d87dc017-root {
    text-align: center;
  }


#s-3a50f76d-3304-4f0f-b151-9de3d87dc017.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0 {
  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;
text-decoration: none;
}
#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(222, 31, 38, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(222, 31, 38, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0:hover {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0 {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
}

  #s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0-root {
    text-align: center;
  }


#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0-root {
    text-align: center;
  }


#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0-root {
    text-align: center;
  }


#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0-root {
    text-align: center;
  }


#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0-root {
    text-align: center;
  }


#s-cb9d3c9e-8201-43c0-a94e-c6cb466776d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-44a27a86-ecc0-4d61-91e2-9675dce19a40 {
  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;
text-decoration: none;
}
#s-44a27a86-ecc0-4d61-91e2-9675dce19a40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44a27a86-ecc0-4d61-91e2-9675dce19a40:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-44a27a86-ecc0-4d61-91e2-9675dce19a40 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 79, 36, 1);
border-style: none;
border-radius: 30px;
background-color: rgba(0, 79, 36, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-44a27a86-ecc0-4d61-91e2-9675dce19a40:hover {background-color: rgba(0, 79, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-44a27a86-ecc0-4d61-91e2-9675dce19a40 {
  background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
}

  #s-44a27a86-ecc0-4d61-91e2-9675dce19a40-root {
    text-align: center;
  }


#s-44a27a86-ecc0-4d61-91e2-9675dce19a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44a27a86-ecc0-4d61-91e2-9675dce19a40-root {
    text-align: center;
  }


#s-44a27a86-ecc0-4d61-91e2-9675dce19a40.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44a27a86-ecc0-4d61-91e2-9675dce19a40-root {
    text-align: center;
  }


#s-44a27a86-ecc0-4d61-91e2-9675dce19a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44a27a86-ecc0-4d61-91e2-9675dce19a40-root {
    text-align: center;
  }


#s-44a27a86-ecc0-4d61-91e2-9675dce19a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44a27a86-ecc0-4d61-91e2-9675dce19a40-root {
    text-align: center;
  }


#s-44a27a86-ecc0-4d61-91e2-9675dce19a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f163d99-0538-47aa-9be1-204897192b7e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5f163d99-0538-47aa-9be1-204897192b7e {
  max-width: 1250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f163d99-0538-47aa-9be1-204897192b7e {
  display: none;
}
#s-5f163d99-0538-47aa-9be1-204897192b7e, #wrap-s-5f163d99-0538-47aa-9be1-204897192b7e, #wrap-content-s-5f163d99-0538-47aa-9be1-204897192b7e { display: none !important; }}@media (max-width: 767px){#s-5f163d99-0538-47aa-9be1-204897192b7e {
  display: none;
}
#s-5f163d99-0538-47aa-9be1-204897192b7e, #wrap-s-5f163d99-0538-47aa-9be1-204897192b7e, #wrap-content-s-5f163d99-0538-47aa-9be1-204897192b7e { display: none !important; }}







#s-5f163d99-0538-47aa-9be1-204897192b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f163d99-0538-47aa-9be1-204897192b7e.shg-box.shg-c {
  justify-content: center;
}

#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
min-height: 0px;
background-attachment: scroll;
background-color: rgba(242, 241, 240, 1);
}
@media (min-width: 1200px){#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8 {
  display: none;
}
#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8, #wrap-s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8, #wrap-content-s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8 { display: none !important; }}@media (max-width: 767px){#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8 {
  display: none;
}
#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8, #wrap-s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8, #wrap-content-s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8 { display: none !important; }}







#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40b149bd-f4c6-4cf6-bfe1-d06d4d1754b8.shg-box.shg-c {
  justify-content: center;
}

#s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(150, 228, 186, 1);
}

@media (min-width: 0px) {
[id="s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9432d6c-c9aa-47a4-b84c-7f7f1294d16d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-2b809593-9da5-4a54-b5e5-9c012c69730b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2b809593-9da5-4a54-b5e5-9c012c69730b {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}
}
#s-2b809593-9da5-4a54-b5e5-9c012c69730b .shg-proportional-font-size,
#s-2b809593-9da5-4a54-b5e5-9c012c69730b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dc244a09-244c-4589-9104-00e0e8d4dfe1 {
  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;
text-decoration: none;
}
#s-dc244a09-244c-4589-9104-00e0e8d4dfe1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc244a09-244c-4589-9104-00e0e8d4dfe1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dc244a09-244c-4589-9104-00e0e8d4dfe1 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(222, 31, 38, 1);
border-radius: 30px;
text-align: left;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(222, 31, 38, 1);
}
#s-dc244a09-244c-4589-9104-00e0e8d4dfe1:hover {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dc244a09-244c-4589-9104-00e0e8d4dfe1:active {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-dc244a09-244c-4589-9104-00e0e8d4dfe1-root {
    text-align: center;
  }


#s-dc244a09-244c-4589-9104-00e0e8d4dfe1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc244a09-244c-4589-9104-00e0e8d4dfe1-root {
    text-align: left;
  }


#s-dc244a09-244c-4589-9104-00e0e8d4dfe1.shg-btn {
  color: rgba(222, 31, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc244a09-244c-4589-9104-00e0e8d4dfe1-root {
    text-align: center;
  }


#s-dc244a09-244c-4589-9104-00e0e8d4dfe1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc244a09-244c-4589-9104-00e0e8d4dfe1-root {
    text-align: center;
  }


#s-dc244a09-244c-4589-9104-00e0e8d4dfe1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc244a09-244c-4589-9104-00e0e8d4dfe1-root {
    text-align: center;
  }


#s-dc244a09-244c-4589-9104-00e0e8d4dfe1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}
#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}
@media (min-width: 1200px){#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  margin-top: 10px;
margin-right: 20px;
}
}
#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030-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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 35px;
  padding-bottom: 35px;
}


.shg-image-content-margin-container-s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 img.shogun-image {
  width: 100%;
  
  
  max-width: 640px;

  /* 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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030-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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 20px;
  margin-top: 10px;
  
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030-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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030-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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030-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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 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-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b32b31-4fe2-4a3c-b1ef-fefeaf9d4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-23ccd11e-0311-46fb-94d9-319275b585f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}
@media (min-width: 1200px){#s-23ccd11e-0311-46fb-94d9-319275b585f2 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23ccd11e-0311-46fb-94d9-319275b585f2 {
  
}
}







#s-23ccd11e-0311-46fb-94d9-319275b585f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23ccd11e-0311-46fb-94d9-319275b585f2.shg-box.shg-c {
  justify-content: center;
}

#s-1bbae04c-6657-465b-8ab0-9e2f97e39439 {
  margin-top: 0px;
margin-left: 28px;
margin-bottom: 0px;
margin-right: 28px;
}

#s-1bbae04c-6657-465b-8ab0-9e2f97e39439 .shg-proportional-font-size,
#s-1bbae04c-6657-465b-8ab0-9e2f97e39439 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a320f3f1-94e6-4ba3-90cb-ad5c88055cca {
  margin-top: 128px;
margin-left: 0px;
margin-bottom: 128px;
margin-right: 61px;
}
@media (min-width: 1200px){#s-a320f3f1-94e6-4ba3-90cb-ad5c88055cca {
  margin-top: 30px;
margin-left: 200px;
margin-bottom: 30px;
}
}
#s-a320f3f1-94e6-4ba3-90cb-ad5c88055cca .shg-proportional-font-size,
#s-a320f3f1-94e6-4ba3-90cb-ad5c88055cca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-62ca4ffd-ac0e-403a-923c-b47730d202e8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-62ca4ffd-ac0e-403a-923c-b47730d202e8 {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-62ca4ffd-ac0e-403a-923c-b47730d202e8 {
  margin-bottom: 0px;
}
}
#s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev,
#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next {
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev svg,
#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev,
#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next {
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev svg,
#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev,
#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next {
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev svg,
#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-62ca4ffd-ac0e-403a-923c-b47730d202e8 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-24ff9b32-95ab-49bd-b473-c9e0c308fc29 {
  margin-left: auto;
margin-right: auto;
}

#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8163a50-cd80-429f-bd3c-f3c9a12c0a18 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7d1d28b-0356-491c-afd0-8543a86ed4f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7d1d28b-0356-491c-afd0-8543a86ed4f5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7e910d08-0e41-4c41-b8d5-40d97fd96020 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7e910d08-0e41-4c41-b8d5-40d97fd96020 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7e910d08-0e41-4c41-b8d5-40d97fd96020 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7e910d08-0e41-4c41-b8d5-40d97fd96020 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-7e910d08-0e41-4c41-b8d5-40d97fd96020 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-7e910d08-0e41-4c41-b8d5-40d97fd96020 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-7e910d08-0e41-4c41-b8d5-40d97fd96020 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-730172c2-dc5e-45d9-9d5b-287526ae68e3 {
  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-730172c2-dc5e-45d9-9d5b-287526ae68e3:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-730172c2-dc5e-45d9-9d5b-287526ae68e3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-730172c2-dc5e-45d9-9d5b-287526ae68e3 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-730172c2-dc5e-45d9-9d5b-287526ae68e3:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-730172c2-dc5e-45d9-9d5b-287526ae68e3-atc-btn-wrapper {
    text-align: center;
  }


#s-730172c2-dc5e-45d9-9d5b-287526ae68e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-730172c2-dc5e-45d9-9d5b-287526ae68e3-atc-btn-wrapper {
    text-align: center;
  }


#s-730172c2-dc5e-45d9-9d5b-287526ae68e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-730172c2-dc5e-45d9-9d5b-287526ae68e3-atc-btn-wrapper {
    text-align: center;
  }


#s-730172c2-dc5e-45d9-9d5b-287526ae68e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-730172c2-dc5e-45d9-9d5b-287526ae68e3-atc-btn-wrapper {
    text-align: center;
  }


#s-730172c2-dc5e-45d9-9d5b-287526ae68e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-730172c2-dc5e-45d9-9d5b-287526ae68e3-atc-btn-wrapper {
    text-align: center;
  }


#s-730172c2-dc5e-45d9-9d5b-287526ae68e3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-730172c2-dc5e-45d9-9d5b-287526ae68e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3e85d43a-15c4-440c-81e0-3943d3cccb3c {
  margin-left: auto;
margin-right: auto;
}

#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6db7af34-c08e-47bd-be24-ad8cc193ec1e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-87889c6b-444e-447e-9624-e1c90bace509 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87889c6b-444e-447e-9624-e1c90bace509 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0e47c43a-8026-4975-ba90-c0117f39e40f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0e47c43a-8026-4975-ba90-c0117f39e40f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0e47c43a-8026-4975-ba90-c0117f39e40f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0e47c43a-8026-4975-ba90-c0117f39e40f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-0e47c43a-8026-4975-ba90-c0117f39e40f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-0e47c43a-8026-4975-ba90-c0117f39e40f .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-0e47c43a-8026-4975-ba90-c0117f39e40f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f {
  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-fb8471f4-7289-43ac-95f2-d32ebcbb399f:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-fb8471f4-7289-43ac-95f2-d32ebcbb399f-atc-btn-wrapper {
    text-align: center;
  }


#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fb8471f4-7289-43ac-95f2-d32ebcbb399f-atc-btn-wrapper {
    text-align: center;
  }


#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb8471f4-7289-43ac-95f2-d32ebcbb399f-atc-btn-wrapper {
    text-align: center;
  }


#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fb8471f4-7289-43ac-95f2-d32ebcbb399f-atc-btn-wrapper {
    text-align: center;
  }


#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fb8471f4-7289-43ac-95f2-d32ebcbb399f-atc-btn-wrapper {
    text-align: center;
  }


#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb8471f4-7289-43ac-95f2-d32ebcbb399f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b8d56cd9-4b0e-47a4-b023-04c5ff913aa9 {
  margin-left: auto;
margin-right: auto;
}

#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9db250-b8aa-4f31-94b2-da8a76c549fd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f5ce922-3c83-4129-bde2-b62d60e32dd9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f5ce922-3c83-4129-bde2-b62d60e32dd9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-22ab2b71-caa5-4007-9013-143455052c3f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-22ab2b71-caa5-4007-9013-143455052c3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-22ab2b71-caa5-4007-9013-143455052c3f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-22ab2b71-caa5-4007-9013-143455052c3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-22ab2b71-caa5-4007-9013-143455052c3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-22ab2b71-caa5-4007-9013-143455052c3f .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-22ab2b71-caa5-4007-9013-143455052c3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29 {
  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-3ef687c2-e538-4f5c-a37a-0a19dab04b29:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-3ef687c2-e538-4f5c-a37a-0a19dab04b29-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3ef687c2-e538-4f5c-a37a-0a19dab04b29-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ef687c2-e538-4f5c-a37a-0a19dab04b29-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3ef687c2-e538-4f5c-a37a-0a19dab04b29-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3ef687c2-e538-4f5c-a37a-0a19dab04b29-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3ef687c2-e538-4f5c-a37a-0a19dab04b29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-570b9da5-4493-457e-9499-3baaf5f7bf5f {
  margin-left: auto;
margin-right: auto;
}

#s-9bfd995c-a38b-4455-a020-2e39425eb47b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bfd995c-a38b-4455-a020-2e39425eb47b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9c2a83fc-826b-43ae-8ab2-9ec7999456b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c2a83fc-826b-43ae-8ab2-9ec7999456b5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-36346d97-6089-4621-aa27-73d57f9f2826 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-36346d97-6089-4621-aa27-73d57f9f2826 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-36346d97-6089-4621-aa27-73d57f9f2826 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-36346d97-6089-4621-aa27-73d57f9f2826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-36346d97-6089-4621-aa27-73d57f9f2826 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-36346d97-6089-4621-aa27-73d57f9f2826 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-36346d97-6089-4621-aa27-73d57f9f2826 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac {
  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-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac-atc-btn-wrapper {
    text-align: center;
  }


#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac-atc-btn-wrapper {
    text-align: center;
  }


#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac-atc-btn-wrapper {
    text-align: center;
  }


#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac-atc-btn-wrapper {
    text-align: center;
  }


#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac-atc-btn-wrapper {
    text-align: center;
  }


#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d883e4e-ad20-4b2c-b69c-a8c8a96db6ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-28b71bf8-b017-46e6-8aab-376234c8c002 {
  margin-left: auto;
margin-right: auto;
}

#s-219d6c75-ac16-4863-8244-c72c9ab93c48 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-219d6c75-ac16-4863-8244-c72c9ab93c48 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-092bb222-073a-46ab-a006-893b5d800e7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-092bb222-073a-46ab-a006-893b5d800e7f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-33f12823-9ed3-44f5-ab61-3bc5be31c54e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-33f12823-9ed3-44f5-ab61-3bc5be31c54e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-33f12823-9ed3-44f5-ab61-3bc5be31c54e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-33f12823-9ed3-44f5-ab61-3bc5be31c54e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-33f12823-9ed3-44f5-ab61-3bc5be31c54e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-33f12823-9ed3-44f5-ab61-3bc5be31c54e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-33f12823-9ed3-44f5-ab61-3bc5be31c54e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1ac5b390-266f-4bd6-a421-53f11877e6c5 {
  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-1ac5b390-266f-4bd6-a421-53f11877e6c5:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ac5b390-266f-4bd6-a421-53f11877e6c5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1ac5b390-266f-4bd6-a421-53f11877e6c5 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-1ac5b390-266f-4bd6-a421-53f11877e6c5:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1ac5b390-266f-4bd6-a421-53f11877e6c5-atc-btn-wrapper {
    text-align: center;
  }


#s-1ac5b390-266f-4bd6-a421-53f11877e6c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1ac5b390-266f-4bd6-a421-53f11877e6c5-atc-btn-wrapper {
    text-align: center;
  }


#s-1ac5b390-266f-4bd6-a421-53f11877e6c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ac5b390-266f-4bd6-a421-53f11877e6c5-atc-btn-wrapper {
    text-align: center;
  }


#s-1ac5b390-266f-4bd6-a421-53f11877e6c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1ac5b390-266f-4bd6-a421-53f11877e6c5-atc-btn-wrapper {
    text-align: center;
  }


#s-1ac5b390-266f-4bd6-a421-53f11877e6c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1ac5b390-266f-4bd6-a421-53f11877e6c5-atc-btn-wrapper {
    text-align: center;
  }


#s-1ac5b390-266f-4bd6-a421-53f11877e6c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ac5b390-266f-4bd6-a421-53f11877e6c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dfd855ae-15d9-44ad-9c30-b2d382fbd336 {
  margin-left: auto;
margin-right: auto;
}

#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e30b66-eeea-49e4-a5b5-5148ab4ee662 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d299371-c40a-4b49-9e0f-e53bb4cf099c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d299371-c40a-4b49-9e0f-e53bb4cf099c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-faefc551-b66b-48b9-a186-32be9aa2c4a3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-faefc551-b66b-48b9-a186-32be9aa2c4a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-faefc551-b66b-48b9-a186-32be9aa2c4a3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-faefc551-b66b-48b9-a186-32be9aa2c4a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-faefc551-b66b-48b9-a186-32be9aa2c4a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-faefc551-b66b-48b9-a186-32be9aa2c4a3 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-faefc551-b66b-48b9-a186-32be9aa2c4a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b {
  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-ccab74c9-d4e6-41f8-8b3e-a3beb547972b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b-atc-btn-wrapper {
    text-align: center;
  }


#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b-atc-btn-wrapper {
    text-align: center;
  }


#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b-atc-btn-wrapper {
    text-align: center;
  }


#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b-atc-btn-wrapper {
    text-align: center;
  }


#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b-atc-btn-wrapper {
    text-align: center;
  }


#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccab74c9-d4e6-41f8-8b3e-a3beb547972b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d7f1d9d1-5f40-49c6-9220-66ed4d963cf3 {
  margin-left: auto;
margin-right: auto;
}

#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a97753a2-cba1-46e6-bbe3-21d06bae2a95 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a49f94ac-653f-4121-a1ec-14ef18d480c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a49f94ac-653f-4121-a1ec-14ef18d480c7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7cc215bf-f3ec-4243-b7b5-468aa37eed1d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7cc215bf-f3ec-4243-b7b5-468aa37eed1d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7cc215bf-f3ec-4243-b7b5-468aa37eed1d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7cc215bf-f3ec-4243-b7b5-468aa37eed1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-7cc215bf-f3ec-4243-b7b5-468aa37eed1d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
}

#s-7cc215bf-f3ec-4243-b7b5-468aa37eed1d .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Manrope;
  font-style:  normal ;
  font-size: 14px;
}

#s-7cc215bf-f3ec-4243-b7b5-468aa37eed1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-dc573154-8c95-4e53-b500-0f1fab1ca52c {
  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-dc573154-8c95-4e53-b500-0f1fab1ca52c:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc573154-8c95-4e53-b500-0f1fab1ca52c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dc573154-8c95-4e53-b500-0f1fab1ca52c {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-dc573154-8c95-4e53-b500-0f1fab1ca52c:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-dc573154-8c95-4e53-b500-0f1fab1ca52c-atc-btn-wrapper {
    text-align: center;
  }


#s-dc573154-8c95-4e53-b500-0f1fab1ca52c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dc573154-8c95-4e53-b500-0f1fab1ca52c-atc-btn-wrapper {
    text-align: center;
  }


#s-dc573154-8c95-4e53-b500-0f1fab1ca52c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc573154-8c95-4e53-b500-0f1fab1ca52c-atc-btn-wrapper {
    text-align: center;
  }


#s-dc573154-8c95-4e53-b500-0f1fab1ca52c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dc573154-8c95-4e53-b500-0f1fab1ca52c-atc-btn-wrapper {
    text-align: center;
  }


#s-dc573154-8c95-4e53-b500-0f1fab1ca52c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dc573154-8c95-4e53-b500-0f1fab1ca52c-atc-btn-wrapper {
    text-align: center;
  }


#s-dc573154-8c95-4e53-b500-0f1fab1ca52c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc573154-8c95-4e53-b500-0f1fab1ca52c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-67325981-2327-447c-84db-389eb8da8836 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
background-color: rgba(150, 228, 186, 1);
}
@media (min-width: 1200px){#s-67325981-2327-447c-84db-389eb8da8836 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
max-width: 1250px;
display: none;
}
#s-67325981-2327-447c-84db-389eb8da8836, #wrap-s-67325981-2327-447c-84db-389eb8da8836, #wrap-content-s-67325981-2327-447c-84db-389eb8da8836 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67325981-2327-447c-84db-389eb8da8836 {
  display: none;
}
#s-67325981-2327-447c-84db-389eb8da8836, #wrap-s-67325981-2327-447c-84db-389eb8da8836, #wrap-content-s-67325981-2327-447c-84db-389eb8da8836 { display: none !important; }}@media (max-width: 767px){#s-67325981-2327-447c-84db-389eb8da8836 {
  margin-top: 40px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}







#s-67325981-2327-447c-84db-389eb8da8836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67325981-2327-447c-84db-389eb8da8836.shg-box.shg-c {
  justify-content: center;
}

#s-8932825b-afc8-4241-bad8-1b8df6a1a31b {
  margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8932825b-afc8-4241-bad8-1b8df6a1a31b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8932825b-afc8-4241-bad8-1b8df6a1a31b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8932825b-afc8-4241-bad8-1b8df6a1a31b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8932825b-afc8-4241-bad8-1b8df6a1a31b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8932825b-afc8-4241-bad8-1b8df6a1a31b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8932825b-afc8-4241-bad8-1b8df6a1a31b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8932825b-afc8-4241-bad8-1b8df6a1a31b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-018e4168-7f37-4f75-8bb2-f3b2ff36053a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-018e4168-7f37-4f75-8bb2-f3b2ff36053a {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}
}@media (max-width: 767px){#s-018e4168-7f37-4f75-8bb2-f3b2ff36053a {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
}
}
#s-018e4168-7f37-4f75-8bb2-f3b2ff36053a .shg-proportional-font-size,
#s-018e4168-7f37-4f75-8bb2-f3b2ff36053a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854 {
  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;
text-decoration: none;
}
#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(252, 0, 0, 1);
border-radius: 30px;
text-align: left;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(255, 0, 0, 1);
}
#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854:hover {background-color: rgba(254, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}@media (max-width: 767px){#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854 {
  border-style: solid;
margin-left: 36px;
margin-bottom: 30px;
margin-right: 36px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(222, 31, 38, 1);
border-radius: 30px;
text-align: left;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(222, 31, 38, 1);
}
#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854:hover {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854:active {background-color: rgba(222, 31, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e05e58cc-7d92-4c3b-b442-c0649d5fc854-root {
    text-align: center;
  }


#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e05e58cc-7d92-4c3b-b442-c0649d5fc854-root {
    text-align: left;
  }


#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854.shg-btn {
  color: rgba(255, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e05e58cc-7d92-4c3b-b442-c0649d5fc854-root {
    text-align: center;
  }


#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e05e58cc-7d92-4c3b-b442-c0649d5fc854-root {
    text-align: center;
  }


#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e05e58cc-7d92-4c3b-b442-c0649d5fc854-root {
    text-align: left;
  }


#s-e05e58cc-7d92-4c3b-b442-c0649d5fc854.shg-btn {
  color: rgba(222, 31, 38, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}
}
#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c-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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c .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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c img.shogun-image {
  width: 100%;
  
  
  max-width: 640px;

  /* 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-43a1a209-0a5b-43af-9f1f-b67b98a6329c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c-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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c .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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c 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-43a1a209-0a5b-43af-9f1f-b67b98a6329c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c-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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c .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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c 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-43a1a209-0a5b-43af-9f1f-b67b98a6329c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c-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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c .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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c 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-43a1a209-0a5b-43af-9f1f-b67b98a6329c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c-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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c .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-43a1a209-0a5b-43af-9f1f-b67b98a6329c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c 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-43a1a209-0a5b-43af-9f1f-b67b98a6329c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a1a209-0a5b-43af-9f1f-b67b98a6329c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c1d279a6-03c4-487d-8a81-b1d215aaa90a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c1d279a6-03c4-487d-8a81-b1d215aaa90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1d279a6-03c4-487d-8a81-b1d215aaa90a.shg-box.shg-c {
  justify-content: center;
}

#s-455537c0-664b-4fa1-93b8-4d781ca919c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
min-height: 0px;
background-attachment: scroll;
background-color: rgba(255, 239, 152, 1);
}
@media (min-width: 1200px){#s-455537c0-664b-4fa1-93b8-4d781ca919c1 {
  margin-top: 10px;
margin-bottom: 100px;
padding-top: 0px;
padding-bottom: 30px;
display: none;
}
#s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-content-s-455537c0-664b-4fa1-93b8-4d781ca919c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-455537c0-664b-4fa1-93b8-4d781ca919c1 {
  display: none;
}
#s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-content-s-455537c0-664b-4fa1-93b8-4d781ca919c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-455537c0-664b-4fa1-93b8-4d781ca919c1 {
  display: none;
}
#s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-content-s-455537c0-664b-4fa1-93b8-4d781ca919c1 { display: none !important; }}@media (max-width: 767px){#s-455537c0-664b-4fa1-93b8-4d781ca919c1 {
  display: none;
}
#s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-s-455537c0-664b-4fa1-93b8-4d781ca919c1, #wrap-content-s-455537c0-664b-4fa1-93b8-4d781ca919c1 { display: none !important; }}







#s-455537c0-664b-4fa1-93b8-4d781ca919c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-455537c0-664b-4fa1-93b8-4d781ca919c1.shg-box.shg-c {
  justify-content: center;
}

#s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}
@media (min-width: 1200px){#s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2, #wrap-s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2, #wrap-content-s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2 {
  display: none;
}
#s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2, #wrap-s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2, #wrap-content-s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2 { display: none !important; }}







#s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06dc97eb-fbb9-4b31-ad02-e4994d6353d2.shg-box.shg-c {
  justify-content: center;
}

#s-9ea1dd23-c989-4801-8c53-ac60c4cfa671 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9ea1dd23-c989-4801-8c53-ac60c4cfa671 {
  margin-top: 50px;
}
}
#s-9ea1dd23-c989-4801-8c53-ac60c4cfa671 .shg-proportional-font-size,
#s-9ea1dd23-c989-4801-8c53-ac60c4cfa671 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-240244f4-7614-449e-8e76-eb56531f5f5a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-240244f4-7614-449e-8e76-eb56531f5f5a {
  margin-top: 30px;
margin-left: 200px;
margin-bottom: 30px;
}
}
#s-240244f4-7614-449e-8e76-eb56531f5f5a .shg-proportional-font-size,
#s-240244f4-7614-449e-8e76-eb56531f5f5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a {
  margin-bottom: 0px;
}
}
#s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev,
#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next {
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev svg,
#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev,
#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next {
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev svg,
#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev,
#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next {
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev svg,
#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-edc9c1ee-e21a-4c4b-866a-7fd69af2539a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-1d3799d6-e349-4250-aa27-5e99b06c3991 {
  margin-left: auto;
margin-right: auto;
}

#s-3c100015-16e5-4d29-a902-ee4fefba7191 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c100015-16e5-4d29-a902-ee4fefba7191 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-36470be0-8b5c-488c-8295-05aaa3a881c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36470be0-8b5c-488c-8295-05aaa3a881c0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a87ec423-6a88-45d5-a4b0-12902e006286 {
  margin-left: auto;
margin-right: auto;
}

#s-a87ec423-6a88-45d5-a4b0-12902e006286 .shg-proportional-font-size,
#s-a87ec423-6a88-45d5-a4b0-12902e006286 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-86d77938-856d-4320-8fb9-227acd881c30 {
  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-86d77938-856d-4320-8fb9-227acd881c30:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86d77938-856d-4320-8fb9-227acd881c30:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-86d77938-856d-4320-8fb9-227acd881c30 {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-86d77938-856d-4320-8fb9-227acd881c30:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-86d77938-856d-4320-8fb9-227acd881c30-atc-btn-wrapper {
    text-align: center;
  }


#s-86d77938-856d-4320-8fb9-227acd881c30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-86d77938-856d-4320-8fb9-227acd881c30-atc-btn-wrapper {
    text-align: center;
  }


#s-86d77938-856d-4320-8fb9-227acd881c30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-86d77938-856d-4320-8fb9-227acd881c30-atc-btn-wrapper {
    text-align: center;
  }


#s-86d77938-856d-4320-8fb9-227acd881c30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-86d77938-856d-4320-8fb9-227acd881c30-atc-btn-wrapper {
    text-align: center;
  }


#s-86d77938-856d-4320-8fb9-227acd881c30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-86d77938-856d-4320-8fb9-227acd881c30-atc-btn-wrapper {
    text-align: center;
  }


#s-86d77938-856d-4320-8fb9-227acd881c30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86d77938-856d-4320-8fb9-227acd881c30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ec9bb01b-4672-4b7c-a717-a5e7f06d7ad5 {
  margin-left: auto;
margin-right: auto;
}

#s-8059b487-f817-48b5-b1fd-81e467eac783 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8059b487-f817-48b5-b1fd-81e467eac783 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6c879976-7b01-4b73-ae59-fe94ba5f5eb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c879976-7b01-4b73-ae59-fe94ba5f5eb4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d5b679f3-9182-437e-a81d-8f0ade6e074e {
  margin-left: auto;
margin-right: auto;
}

#s-d5b679f3-9182-437e-a81d-8f0ade6e074e .shg-proportional-font-size,
#s-d5b679f3-9182-437e-a81d-8f0ade6e074e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2 {
  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-a4fad2ea-1534-4ae3-96eb-340b33d850e2:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2 {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a4fad2ea-1534-4ae3-96eb-340b33d850e2-atc-btn-wrapper {
    text-align: center;
  }


#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a4fad2ea-1534-4ae3-96eb-340b33d850e2-atc-btn-wrapper {
    text-align: center;
  }


#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4fad2ea-1534-4ae3-96eb-340b33d850e2-atc-btn-wrapper {
    text-align: center;
  }


#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a4fad2ea-1534-4ae3-96eb-340b33d850e2-atc-btn-wrapper {
    text-align: center;
  }


#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a4fad2ea-1534-4ae3-96eb-340b33d850e2-atc-btn-wrapper {
    text-align: center;
  }


#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4fad2ea-1534-4ae3-96eb-340b33d850e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bef0027b-b3ca-4226-8894-028a3f41ed4e {
  margin-left: auto;
margin-right: auto;
}

#s-b188d9aa-9196-443a-ad0c-c03852a545cb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b188d9aa-9196-443a-ad0c-c03852a545cb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c14f77b-14fe-4dc4-b7ed-5c5496d7acb9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c14f77b-14fe-4dc4-b7ed-5c5496d7acb9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8138f356-d003-48bc-972b-0529c2ade719 {
  margin-left: auto;
margin-right: auto;
}

#s-8138f356-d003-48bc-972b-0529c2ade719 .shg-proportional-font-size,
#s-8138f356-d003-48bc-972b-0529c2ade719 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-de785989-e790-42da-b2b4-5fe955d504ac {
  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-de785989-e790-42da-b2b4-5fe955d504ac:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de785989-e790-42da-b2b4-5fe955d504ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-de785989-e790-42da-b2b4-5fe955d504ac {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-de785989-e790-42da-b2b4-5fe955d504ac:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-de785989-e790-42da-b2b4-5fe955d504ac-atc-btn-wrapper {
    text-align: center;
  }


#s-de785989-e790-42da-b2b4-5fe955d504ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-de785989-e790-42da-b2b4-5fe955d504ac-atc-btn-wrapper {
    text-align: center;
  }


#s-de785989-e790-42da-b2b4-5fe955d504ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-de785989-e790-42da-b2b4-5fe955d504ac-atc-btn-wrapper {
    text-align: center;
  }


#s-de785989-e790-42da-b2b4-5fe955d504ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-de785989-e790-42da-b2b4-5fe955d504ac-atc-btn-wrapper {
    text-align: center;
  }


#s-de785989-e790-42da-b2b4-5fe955d504ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-de785989-e790-42da-b2b4-5fe955d504ac-atc-btn-wrapper {
    text-align: center;
  }


#s-de785989-e790-42da-b2b4-5fe955d504ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de785989-e790-42da-b2b4-5fe955d504ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7d9eba04-a86e-4a0a-b117-556fcd190f8d {
  margin-left: auto;
margin-right: auto;
}

#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3277e7d-97d2-47cd-b329-4e998d1cd9da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d4864ce7-a76b-4586-a980-e338a0012da2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4864ce7-a76b-4586-a980-e338a0012da2 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6325c541-2dcf-48c9-ab81-137039151423 {
  margin-left: auto;
margin-right: auto;
}

#s-6325c541-2dcf-48c9-ab81-137039151423 .shg-proportional-font-size,
#s-6325c541-2dcf-48c9-ab81-137039151423 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f {
  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-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f-atc-btn-wrapper {
    text-align: center;
  }


#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f-atc-btn-wrapper {
    text-align: center;
  }


#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f-atc-btn-wrapper {
    text-align: center;
  }


#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f-atc-btn-wrapper {
    text-align: center;
  }


#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f-atc-btn-wrapper {
    text-align: center;
  }


#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-538dfaaa-b7c8-4268-b0b8-ab289ca27d0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-206f670d-c273-43fc-966d-88db9e2befdb {
  margin-left: auto;
margin-right: auto;
}

#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24a95e11-f14c-4f35-ad65-197e40bbc3e1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d2aae904-5001-4d77-b667-82bb21b3be28 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2aae904-5001-4d77-b667-82bb21b3be28 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e7c4c392-a348-4680-847f-82240126e215 {
  margin-left: auto;
margin-right: auto;
}

#s-e7c4c392-a348-4680-847f-82240126e215 .shg-proportional-font-size,
#s-e7c4c392-a348-4680-847f-82240126e215 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68 {
  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-499a596a-4afc-4568-92fd-c21cdb5c7d68:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-499a596a-4afc-4568-92fd-c21cdb5c7d68:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-499a596a-4afc-4568-92fd-c21cdb5c7d68 {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-499a596a-4afc-4568-92fd-c21cdb5c7d68:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-499a596a-4afc-4568-92fd-c21cdb5c7d68-atc-btn-wrapper {
    text-align: center;
  }


#s-499a596a-4afc-4568-92fd-c21cdb5c7d68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-499a596a-4afc-4568-92fd-c21cdb5c7d68-atc-btn-wrapper {
    text-align: center;
  }


#s-499a596a-4afc-4568-92fd-c21cdb5c7d68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-499a596a-4afc-4568-92fd-c21cdb5c7d68-atc-btn-wrapper {
    text-align: center;
  }


#s-499a596a-4afc-4568-92fd-c21cdb5c7d68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-499a596a-4afc-4568-92fd-c21cdb5c7d68-atc-btn-wrapper {
    text-align: center;
  }


#s-499a596a-4afc-4568-92fd-c21cdb5c7d68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-499a596a-4afc-4568-92fd-c21cdb5c7d68-atc-btn-wrapper {
    text-align: center;
  }


#s-499a596a-4afc-4568-92fd-c21cdb5c7d68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-499a596a-4afc-4568-92fd-c21cdb5c7d68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fa665382-5c7f-44de-813e-8a6bc9bfe6ee {
  margin-left: auto;
margin-right: auto;
}

#s-6483a102-7575-4815-aa27-d13639b36a23 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6483a102-7575-4815-aa27-d13639b36a23 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6e055565-2084-4cd5-90da-c0f5d54e6593 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e055565-2084-4cd5-90da-c0f5d54e6593 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-107fc3ff-bbbd-40b4-b47c-8065418b22c5 {
  margin-left: auto;
margin-right: auto;
}

#s-107fc3ff-bbbd-40b4-b47c-8065418b22c5 .shg-proportional-font-size,
#s-107fc3ff-bbbd-40b4-b47c-8065418b22c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8d244308-a751-4608-a50b-d76c8f1890db {
  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-8d244308-a751-4608-a50b-d76c8f1890db:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d244308-a751-4608-a50b-d76c8f1890db:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8d244308-a751-4608-a50b-d76c8f1890db {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-8d244308-a751-4608-a50b-d76c8f1890db:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8d244308-a751-4608-a50b-d76c8f1890db-atc-btn-wrapper {
    text-align: center;
  }


#s-8d244308-a751-4608-a50b-d76c8f1890db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8d244308-a751-4608-a50b-d76c8f1890db-atc-btn-wrapper {
    text-align: center;
  }


#s-8d244308-a751-4608-a50b-d76c8f1890db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d244308-a751-4608-a50b-d76c8f1890db-atc-btn-wrapper {
    text-align: center;
  }


#s-8d244308-a751-4608-a50b-d76c8f1890db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8d244308-a751-4608-a50b-d76c8f1890db-atc-btn-wrapper {
    text-align: center;
  }


#s-8d244308-a751-4608-a50b-d76c8f1890db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8d244308-a751-4608-a50b-d76c8f1890db-atc-btn-wrapper {
    text-align: center;
  }


#s-8d244308-a751-4608-a50b-d76c8f1890db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d244308-a751-4608-a50b-d76c8f1890db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f61b7f3b-d256-4352-864d-569061503802 {
  margin-left: auto;
margin-right: auto;
}

#s-48343923-7414-4f4d-8906-45c2e3167795 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48343923-7414-4f4d-8906-45c2e3167795 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1ff01dfe-cca1-4fd3-9140-513dca375c19 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ff01dfe-cca1-4fd3-9140-513dca375c19 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-58a3c3c3-1f83-4bcc-8bfc-b6dc95ee4a2a {
  margin-left: auto;
margin-right: auto;
}

#s-58a3c3c3-1f83-4bcc-8bfc-b6dc95ee4a2a .shg-proportional-font-size,
#s-58a3c3c3-1f83-4bcc-8bfc-b6dc95ee4a2a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7 {
  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-1f7d7396-a2f7-4756-9218-6d549a8283f7:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f7d7396-a2f7-4756-9218-6d549a8283f7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1f7d7396-a2f7-4756-9218-6d549a8283f7 {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-1f7d7396-a2f7-4756-9218-6d549a8283f7:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1f7d7396-a2f7-4756-9218-6d549a8283f7-atc-btn-wrapper {
    text-align: center;
  }


#s-1f7d7396-a2f7-4756-9218-6d549a8283f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1f7d7396-a2f7-4756-9218-6d549a8283f7-atc-btn-wrapper {
    text-align: center;
  }


#s-1f7d7396-a2f7-4756-9218-6d549a8283f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f7d7396-a2f7-4756-9218-6d549a8283f7-atc-btn-wrapper {
    text-align: center;
  }


#s-1f7d7396-a2f7-4756-9218-6d549a8283f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1f7d7396-a2f7-4756-9218-6d549a8283f7-atc-btn-wrapper {
    text-align: center;
  }


#s-1f7d7396-a2f7-4756-9218-6d549a8283f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1f7d7396-a2f7-4756-9218-6d549a8283f7-atc-btn-wrapper {
    text-align: center;
  }


#s-1f7d7396-a2f7-4756-9218-6d549a8283f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1f7d7396-a2f7-4756-9218-6d549a8283f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-196e9971-9c81-432c-a162-202517be5ff6 {
  margin-left: auto;
margin-right: auto;
}

#s-f168f7e1-037f-48b5-ac48-31509f5f5778 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f168f7e1-037f-48b5-ac48-31509f5f5778 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83ab943c-3afb-4f8f-a80c-6ef45925d4f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83ab943c-3afb-4f8f-a80c-6ef45925d4f8 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1b772f40-dd47-4d11-8624-b19258f576da {
  margin-left: auto;
margin-right: auto;
}

#s-1b772f40-dd47-4d11-8624-b19258f576da .shg-proportional-font-size,
#s-1b772f40-dd47-4d11-8624-b19258f576da .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b {
  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-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b {
  border-radius: 30px;
background-image: none;
background-color: rgba(222, 31, 38, 1);
hover-type: color;
}
#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b:hover {background-color: rgba(253, 139, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b-atc-btn-wrapper {
    text-align: center;
  }


#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b-atc-btn-wrapper {
    text-align: center;
  }


#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b-atc-btn-wrapper {
    text-align: center;
  }


#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b-atc-btn-wrapper {
    text-align: center;
  }


#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b-atc-btn-wrapper {
    text-align: center;
  }


#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ffa1477-89bd-4ff5-a9a6-fc3bb5c5051b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ef2477a3-1d6e-4ade-9617-66a26046351d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d-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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d .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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef2477a3-1d6e-4ade-9617-66a26046351d img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

  /* 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-ef2477a3-1d6e-4ade-9617-66a26046351d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ef2477a3-1d6e-4ade-9617-66a26046351d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d-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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d .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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef2477a3-1d6e-4ade-9617-66a26046351d 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-ef2477a3-1d6e-4ade-9617-66a26046351d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ef2477a3-1d6e-4ade-9617-66a26046351d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d-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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d .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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef2477a3-1d6e-4ade-9617-66a26046351d 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-ef2477a3-1d6e-4ade-9617-66a26046351d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ef2477a3-1d6e-4ade-9617-66a26046351d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d-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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d .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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef2477a3-1d6e-4ade-9617-66a26046351d 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-ef2477a3-1d6e-4ade-9617-66a26046351d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ef2477a3-1d6e-4ade-9617-66a26046351d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d-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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d .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-ef2477a3-1d6e-4ade-9617-66a26046351d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef2477a3-1d6e-4ade-9617-66a26046351d 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-ef2477a3-1d6e-4ade-9617-66a26046351d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2477a3-1d6e-4ade-9617-66a26046351d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d {
  display: none;
}
#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d, #wrap-s-4534280f-d20b-460c-8e5e-ed69d5c30e3d, #wrap-content-s-4534280f-d20b-460c-8e5e-ed69d5c30e3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d {
  display: none;
}
#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d, #wrap-s-4534280f-d20b-460c-8e5e-ed69d5c30e3d, #wrap-content-s-4534280f-d20b-460c-8e5e-ed69d5c30e3d { display: none !important; }}@media (max-width: 767px){#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d {
  margin-top: 50px;
}
}
#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d .shg-proportional-font-size,
#s-4534280f-d20b-460c-8e5e-ed69d5c30e3d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f0f2c747-fb28-44a8-ba05-1a498355f05f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f0f2c747-fb28-44a8-ba05-1a498355f05f {
  margin-top: 30px;
margin-left: 200px;
display: none;
}
#s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-content-s-f0f2c747-fb28-44a8-ba05-1a498355f05f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0f2c747-fb28-44a8-ba05-1a498355f05f {
  display: none;
}
#s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-content-s-f0f2c747-fb28-44a8-ba05-1a498355f05f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0f2c747-fb28-44a8-ba05-1a498355f05f {
  display: none;
}
#s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-content-s-f0f2c747-fb28-44a8-ba05-1a498355f05f { display: none !important; }}@media (max-width: 767px){#s-f0f2c747-fb28-44a8-ba05-1a498355f05f {
  margin-top: 0px;
margin-left: 45px;
margin-right: 30px;
max-width: 1250px;
display: none;
}
#s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-s-f0f2c747-fb28-44a8-ba05-1a498355f05f, #wrap-content-s-f0f2c747-fb28-44a8-ba05-1a498355f05f { display: none !important; }}
#s-f0f2c747-fb28-44a8-ba05-1a498355f05f .shg-proportional-font-size,
#s-f0f2c747-fb28-44a8-ba05-1a498355f05f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-baa6bf84-7999-4b23-842b-5f04faeeb30e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-baa6bf84-7999-4b23-842b-5f04faeeb30e {
  margin-top: 30px;
margin-left: 200px;
display: none;
}
#s-baa6bf84-7999-4b23-842b-5f04faeeb30e, #wrap-s-baa6bf84-7999-4b23-842b-5f04faeeb30e, #wrap-content-s-baa6bf84-7999-4b23-842b-5f04faeeb30e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baa6bf84-7999-4b23-842b-5f04faeeb30e {
  display: none;
}
#s-baa6bf84-7999-4b23-842b-5f04faeeb30e, #wrap-s-baa6bf84-7999-4b23-842b-5f04faeeb30e, #wrap-content-s-baa6bf84-7999-4b23-842b-5f04faeeb30e { display: none !important; }}@media (max-width: 767px){#s-baa6bf84-7999-4b23-842b-5f04faeeb30e {
  margin-top: 0px;
margin-right: 40px;
max-width: 1250px;
}
}
#s-baa6bf84-7999-4b23-842b-5f04faeeb30e .shg-proportional-font-size,
#s-baa6bf84-7999-4b23-842b-5f04faeeb30e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
display: none;
}
#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f, #wrap-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f, #wrap-content-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f {
  display: none;
}
#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f, #wrap-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f, #wrap-content-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f { display: none !important; }}@media (max-width: 767px){#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f {
  margin-bottom: 0px;
}
}
#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev,
#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next {
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev svg,
#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev,
#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next {
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev svg,
#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 16px !important;
}
}@media (max-width: 767px){#s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev,
#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next {
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev svg,
#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next svg {
  fill: rgba(222, 31, 37, 1) !important;
  stroke: rgba(222, 31, 37, 1) !important;
  
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2a7e5bcf-4a6a-43e9-813b-1eb56297ed2f .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-6a5a42ab-bb66-4bfa-910b-960800136a69 {
  margin-left: auto;
margin-right: auto;
}

#s-009dd6e0-267b-4338-b563-6003f0c54a5f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-009dd6e0-267b-4338-b563-6003f0c54a5f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a46484ab-e695-461e-a5a9-ac38bcda5c56 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a46484ab-e695-461e-a5a9-ac38bcda5c56 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-16cc166a-18ec-47bc-8449-bf3781387825 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-16cc166a-18ec-47bc-8449-bf3781387825 {
  margin-bottom: 8px;
}
}
#s-16cc166a-18ec-47bc-8449-bf3781387825 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-16cc166a-18ec-47bc-8449-bf3781387825 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-16cc166a-18ec-47bc-8449-bf3781387825 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5 {
  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-fad31534-e391-4e3c-af89-36daa0d96aa5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fad31534-e391-4e3c-af89-36daa0d96aa5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fad31534-e391-4e3c-af89-36daa0d96aa5-atc-btn-wrapper {
    text-align: center;
  }


#s-fad31534-e391-4e3c-af89-36daa0d96aa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fad31534-e391-4e3c-af89-36daa0d96aa5-atc-btn-wrapper {
    text-align: center;
  }


#s-fad31534-e391-4e3c-af89-36daa0d96aa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fad31534-e391-4e3c-af89-36daa0d96aa5-atc-btn-wrapper {
    text-align: center;
  }


#s-fad31534-e391-4e3c-af89-36daa0d96aa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fad31534-e391-4e3c-af89-36daa0d96aa5-atc-btn-wrapper {
    text-align: center;
  }


#s-fad31534-e391-4e3c-af89-36daa0d96aa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fad31534-e391-4e3c-af89-36daa0d96aa5-atc-btn-wrapper {
    text-align: center;
  }


#s-fad31534-e391-4e3c-af89-36daa0d96aa5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fad31534-e391-4e3c-af89-36daa0d96aa5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ae0263fb-f0fc-419d-b3db-9c2f0acbdab2 {
  margin-left: auto;
margin-right: auto;
}

#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-024db786-c75a-4b6a-a1ad-01e1516a4e45 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-530eb5ee-5469-46d4-8120-e6cbd0f31b87 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-530eb5ee-5469-46d4-8120-e6cbd0f31b87 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2d67613e-0e24-49f2-b27f-c9f1070f4933 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-2d67613e-0e24-49f2-b27f-c9f1070f4933 {
  margin-bottom: 8px;
}
}
#s-2d67613e-0e24-49f2-b27f-c9f1070f4933 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2d67613e-0e24-49f2-b27f-c9f1070f4933 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2d67613e-0e24-49f2-b27f-c9f1070f4933 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90 {
  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-3220dc24-169d-4687-846d-d2c8394c4f90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3220dc24-169d-4687-846d-d2c8394c4f90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3220dc24-169d-4687-846d-d2c8394c4f90-atc-btn-wrapper {
    text-align: center;
  }


#s-3220dc24-169d-4687-846d-d2c8394c4f90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3220dc24-169d-4687-846d-d2c8394c4f90-atc-btn-wrapper {
    text-align: center;
  }


#s-3220dc24-169d-4687-846d-d2c8394c4f90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3220dc24-169d-4687-846d-d2c8394c4f90-atc-btn-wrapper {
    text-align: center;
  }


#s-3220dc24-169d-4687-846d-d2c8394c4f90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3220dc24-169d-4687-846d-d2c8394c4f90-atc-btn-wrapper {
    text-align: center;
  }


#s-3220dc24-169d-4687-846d-d2c8394c4f90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3220dc24-169d-4687-846d-d2c8394c4f90-atc-btn-wrapper {
    text-align: center;
  }


#s-3220dc24-169d-4687-846d-d2c8394c4f90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3220dc24-169d-4687-846d-d2c8394c4f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1138d154-7881-4ad1-bc27-8d3c30903bf0 {
  margin-left: auto;
margin-right: auto;
}

#s-b70175d1-e2f7-4d09-973d-365089698869 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b70175d1-e2f7-4d09-973d-365089698869 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e324180-4659-4ce8-be50-19fcb33d5470 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e324180-4659-4ce8-be50-19fcb33d5470 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-40be03e9-46c1-4969-8190-8323d65bfadb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-40be03e9-46c1-4969-8190-8323d65bfadb {
  margin-bottom: 8px;
}
}
#s-40be03e9-46c1-4969-8190-8323d65bfadb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-40be03e9-46c1-4969-8190-8323d65bfadb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-40be03e9-46c1-4969-8190-8323d65bfadb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08 {
  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-bda79461-b6a3-48a9-8bb6-be54fff48a08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bda79461-b6a3-48a9-8bb6-be54fff48a08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bda79461-b6a3-48a9-8bb6-be54fff48a08-atc-btn-wrapper {
    text-align: center;
  }


#s-bda79461-b6a3-48a9-8bb6-be54fff48a08 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-bda79461-b6a3-48a9-8bb6-be54fff48a08-atc-btn-wrapper {
    text-align: center;
  }


#s-bda79461-b6a3-48a9-8bb6-be54fff48a08 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bda79461-b6a3-48a9-8bb6-be54fff48a08-atc-btn-wrapper {
    text-align: center;
  }


#s-bda79461-b6a3-48a9-8bb6-be54fff48a08 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bda79461-b6a3-48a9-8bb6-be54fff48a08-atc-btn-wrapper {
    text-align: center;
  }


#s-bda79461-b6a3-48a9-8bb6-be54fff48a08 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-bda79461-b6a3-48a9-8bb6-be54fff48a08-atc-btn-wrapper {
    text-align: center;
  }


#s-bda79461-b6a3-48a9-8bb6-be54fff48a08 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bda79461-b6a3-48a9-8bb6-be54fff48a08.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7bee90c8-d0a4-4695-b1b2-c5c90617c58a {
  margin-left: auto;
margin-right: auto;
}

#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4eb22ead-8b4b-4d05-b4ed-747eb18e38fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-815c8370-8c82-45a4-b22c-c9bd87ee4ffb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-815c8370-8c82-45a4-b22c-c9bd87ee4ffb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1e8bdfab-be2f-449e-8733-b3dd16ec31fd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-1e8bdfab-be2f-449e-8733-b3dd16ec31fd {
  margin-bottom: 8px;
}
}
#s-1e8bdfab-be2f-449e-8733-b3dd16ec31fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1e8bdfab-be2f-449e-8733-b3dd16ec31fd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1e8bdfab-be2f-449e-8733-b3dd16ec31fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f {
  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-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f-atc-btn-wrapper {
    text-align: center;
  }


#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f-atc-btn-wrapper {
    text-align: center;
  }


#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f-atc-btn-wrapper {
    text-align: center;
  }


#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f-atc-btn-wrapper {
    text-align: center;
  }


#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f-atc-btn-wrapper {
    text-align: center;
  }


#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2d3538e-3581-4e40-8cc5-6102a6b8ef1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-477a343e-5bfc-44b5-a30a-998874b8d990 {
  margin-left: auto;
margin-right: auto;
}

#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13ddc33a-c3be-4b4c-825f-7f016eb065ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b42c6fc8-e16b-48ee-bd95-e51571506051 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b42c6fc8-e16b-48ee-bd95-e51571506051 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2c8d0c3a-a755-4d37-8110-a1ca1375a6f7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-2c8d0c3a-a755-4d37-8110-a1ca1375a6f7 {
  margin-bottom: 8px;
}
}
#s-2c8d0c3a-a755-4d37-8110-a1ca1375a6f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2c8d0c3a-a755-4d37-8110-a1ca1375a6f7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2c8d0c3a-a755-4d37-8110-a1ca1375a6f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4 {
  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-41aa38a0-99f4-4c1a-bded-af46118791a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41aa38a0-99f4-4c1a-bded-af46118791a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41aa38a0-99f4-4c1a-bded-af46118791a4-atc-btn-wrapper {
    text-align: center;
  }


#s-41aa38a0-99f4-4c1a-bded-af46118791a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-41aa38a0-99f4-4c1a-bded-af46118791a4-atc-btn-wrapper {
    text-align: center;
  }


#s-41aa38a0-99f4-4c1a-bded-af46118791a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-41aa38a0-99f4-4c1a-bded-af46118791a4-atc-btn-wrapper {
    text-align: center;
  }


#s-41aa38a0-99f4-4c1a-bded-af46118791a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-41aa38a0-99f4-4c1a-bded-af46118791a4-atc-btn-wrapper {
    text-align: center;
  }


#s-41aa38a0-99f4-4c1a-bded-af46118791a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-41aa38a0-99f4-4c1a-bded-af46118791a4-atc-btn-wrapper {
    text-align: center;
  }


#s-41aa38a0-99f4-4c1a-bded-af46118791a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41aa38a0-99f4-4c1a-bded-af46118791a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7ac53247-6dcc-4503-86b0-622326971dd0 {
  margin-left: auto;
margin-right: auto;
}

#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d1402ff-4edb-45b7-87a5-351558ad62c1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2450a2f5-f9ea-41df-b826-7f48195bd106 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2450a2f5-f9ea-41df-b826-7f48195bd106 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-835537a6-f6cb-47cd-b185-b1599e2f62fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-835537a6-f6cb-47cd-b185-b1599e2f62fb {
  margin-bottom: 8px;
}
}
#s-835537a6-f6cb-47cd-b185-b1599e2f62fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-835537a6-f6cb-47cd-b185-b1599e2f62fb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-835537a6-f6cb-47cd-b185-b1599e2f62fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd {
  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-e88868e4-2dd3-49f3-a67d-acf7979ce8fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e88868e4-2dd3-49f3-a67d-acf7979ce8fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a652a1e8-8f9c-438c-9629-51e2c41272cd {
  margin-left: auto;
margin-right: auto;
}

#s-959e8d1b-b20d-43e4-8510-109290cd41fa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-959e8d1b-b20d-43e4-8510-109290cd41fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-305c390d-0311-4432-bd30-ec3c4c3bf90c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-305c390d-0311-4432-bd30-ec3c4c3bf90c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-44b67a07-7c3e-43c6-ae75-8f1b8a9451c5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-44b67a07-7c3e-43c6-ae75-8f1b8a9451c5 {
  margin-bottom: 8px;
}
}
#s-44b67a07-7c3e-43c6-ae75-8f1b8a9451c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-44b67a07-7c3e-43c6-ae75-8f1b8a9451c5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-44b67a07-7c3e-43c6-ae75-8f1b8a9451c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6 {
  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-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6-atc-btn-wrapper {
    text-align: center;
  }


#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-281a55ba-1b8f-41e0-b1bd-ecce9dbbd9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e9d91380-c992-4fd6-b0ab-1dfb2e47ad68 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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}