.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-7c546297-12f5-428a-a906-1b14dda2c27e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-7c546297-12f5-428a-a906-1b14dda2c27e {
  display: none;
}
#s-7c546297-12f5-428a-a906-1b14dda2c27e, #wrap-s-7c546297-12f5-428a-a906-1b14dda2c27e, #wrap-content-s-7c546297-12f5-428a-a906-1b14dda2c27e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c546297-12f5-428a-a906-1b14dda2c27e {
  display: none;
}
#s-7c546297-12f5-428a-a906-1b14dda2c27e, #wrap-s-7c546297-12f5-428a-a906-1b14dda2c27e, #wrap-content-s-7c546297-12f5-428a-a906-1b14dda2c27e { display: none !important; }}







#s-7c546297-12f5-428a-a906-1b14dda2c27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c546297-12f5-428a-a906-1b14dda2c27e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf {
  display: none;
}
#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf, #wrap-s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf, #wrap-content-s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf {
  display: none;
}
#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf, #wrap-s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf, #wrap-content-s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf { display: none !important; }}
#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf .shg-sld-nav-button.shg-sld-left,
#s-47dfe4c2-67d3-4966-9ec8-86505d7a2adf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  margin-left: auto;
margin-right: auto;
max-width: 1573px;
text-align: center;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ee5121e-b03b-4242-855d-5060e9013e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image {
  box-sizing: border-box;
}



.s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  
}


@media (min-width: 1200px){#s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ee5121e-b03b-4242-855d-5060e9013e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image {
  box-sizing: border-box;
}



.s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ee5121e-b03b-4242-855d-5060e9013e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image {
  box-sizing: border-box;
}



.s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ee5121e-b03b-4242-855d-5060e9013e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image {
  box-sizing: border-box;
}



.s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  
}


}@media (max-width: 767px){#s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ee5121e-b03b-4242-855d-5060e9013e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ee5121e-b03b-4242-855d-5060e9013e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee5121e-b03b-4242-855d-5060e9013e9e.shogun-image {
  box-sizing: border-box;
}



.s-5ee5121e-b03b-4242-855d-5060e9013e9e img.shogun-image {
  
}


}
#s-da244962-4d96-402e-a88a-576551c0110d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-da244962-4d96-402e-a88a-576551c0110d {
  max-width: 755px;
aspect-ratio: 755/850;
}
}
#s-da244962-4d96-402e-a88a-576551c0110d {
  margin: 0 !important;
  overflow: visible;
}

#s-da244962-4d96-402e-a88a-576551c0110d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add background color handling */
  
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
    
    
    
    
  }


.s-da244962-4d96-402e-a88a-576551c0110d .shogun-image-content {
  
    justify-content: center;
  
}

.s-da244962-4d96-402e-a88a-576551c0110d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
  box-sizing: border-box;
}



.s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  
}


@media (min-width: 1200px){#s-da244962-4d96-402e-a88a-576551c0110d {
  margin: 0 !important;
  overflow: visible;
}

#s-da244962-4d96-402e-a88a-576551c0110d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add background color handling */
  
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
    
    
    
    
  }


.s-da244962-4d96-402e-a88a-576551c0110d .shogun-image-content {
  
    justify-content: center;
  
}

.s-da244962-4d96-402e-a88a-576551c0110d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
  box-sizing: border-box;
}



.s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da244962-4d96-402e-a88a-576551c0110d {
  margin: 0 !important;
  overflow: visible;
}

#s-da244962-4d96-402e-a88a-576551c0110d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add background color handling */
  
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
    
    
    
    
  }


.s-da244962-4d96-402e-a88a-576551c0110d .shogun-image-content {
  
    justify-content: center;
  
}

.s-da244962-4d96-402e-a88a-576551c0110d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
  box-sizing: border-box;
}



.s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da244962-4d96-402e-a88a-576551c0110d {
  margin: 0 !important;
  overflow: visible;
}

#s-da244962-4d96-402e-a88a-576551c0110d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add background color handling */
  
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
    
    
    
    
  }


.s-da244962-4d96-402e-a88a-576551c0110d .shogun-image-content {
  
    justify-content: center;
  
}

.s-da244962-4d96-402e-a88a-576551c0110d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
  box-sizing: border-box;
}



.s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  
}


}@media (max-width: 767px){#s-da244962-4d96-402e-a88a-576551c0110d {
  margin: 0 !important;
  overflow: visible;
}

#s-da244962-4d96-402e-a88a-576551c0110d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da244962-4d96-402e-a88a-576551c0110d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add background color handling */
  
}

#s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
    
    
    
    
  }


.s-da244962-4d96-402e-a88a-576551c0110d .shogun-image-content {
  
    justify-content: center;
  
}

.s-da244962-4d96-402e-a88a-576551c0110d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da244962-4d96-402e-a88a-576551c0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da244962-4d96-402e-a88a-576551c0110d.shogun-image {
  box-sizing: border-box;
}



.s-da244962-4d96-402e-a88a-576551c0110d img.shogun-image {
  
}


}
#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  margin-left: auto;
margin-right: auto;
max-width: 755px;
aspect-ratio: 755/850;
text-align: center;
}
@media (max-width: 767px){#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  max-width: 755px;
aspect-ratio: 755/850;
}
}
#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  margin: 0 !important;
  overflow: visible;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add background color handling */
  
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
  box-sizing: border-box;
}



.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
      position: relative;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  margin: 0 !important;
  overflow: visible;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add background color handling */
  
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
  box-sizing: border-box;
}



.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
      position: relative;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  margin: 0 !important;
  overflow: visible;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add background color handling */
  
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
  box-sizing: border-box;
}



.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
      position: relative;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  margin: 0 !important;
  overflow: visible;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add background color handling */
  
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
  box-sizing: border-box;
}



.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
      position: relative;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  margin: 0 !important;
  overflow: visible;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add background color handling */
  
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }

    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-link {
      aspect-ratio: 755/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image {
  box-sizing: border-box;
}



.s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 {
      --shg-aspect-ratio: calc(755/850); 
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container {
      position: relative;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6338f2c3-ca17-4456-917f-5ebba9b7a083 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-09bfd411-5517-41ae-a4ff-54053d6514d8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-09bfd411-5517-41ae-a4ff-54053d6514d8 {
  display: none;
}
#s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-content-s-09bfd411-5517-41ae-a4ff-54053d6514d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09bfd411-5517-41ae-a4ff-54053d6514d8 {
  display: none;
}
#s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-content-s-09bfd411-5517-41ae-a4ff-54053d6514d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09bfd411-5517-41ae-a4ff-54053d6514d8 {
  display: none;
}
#s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-content-s-09bfd411-5517-41ae-a4ff-54053d6514d8 { display: none !important; }}@media (max-width: 767px){#s-09bfd411-5517-41ae-a4ff-54053d6514d8 {
  display: none;
}
#s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-s-09bfd411-5517-41ae-a4ff-54053d6514d8, #wrap-content-s-09bfd411-5517-41ae-a4ff-54053d6514d8 { display: none !important; }}







#s-09bfd411-5517-41ae-a4ff-54053d6514d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09bfd411-5517-41ae-a4ff-54053d6514d8.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-da2879c6-a076-4a8f-8aa9-c1b6320bf977 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da2879c6-a076-4a8f-8aa9-c1b6320bf977 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-da2879c6-a076-4a8f-8aa9-c1b6320bf977 .shogun-heading-component h1 {
  color: rgba(252, 243, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}@media (max-width: 767px){#s-da2879c6-a076-4a8f-8aa9-c1b6320bf977 .shogun-heading-component h1 {
  color: rgba(249, 247, 185, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-60ca4eb9-dc50-4e64-a647-ba3419781fb1 {
  margin-left: auto;
margin-right: auto;
}

#s-60ca4eb9-dc50-4e64-a647-ba3419781fb1 .shogun-countdown span, #s-60ca4eb9-dc50-4e64-a647-ba3419781fb1 .shogun-countdown label {
  color: #555;
}@media (min-width: 1200px){#s-60ca4eb9-dc50-4e64-a647-ba3419781fb1 .shogun-countdown span, #s-60ca4eb9-dc50-4e64-a647-ba3419781fb1 .shogun-countdown label {
  color: rgba(240, 229, 157, 1);
}}@media (max-width: 767px){#s-60ca4eb9-dc50-4e64-a647-ba3419781fb1 .shogun-countdown span, #s-60ca4eb9-dc50-4e64-a647-ba3419781fb1 .shogun-countdown label {
  color: rgba(243, 249, 129, 1);
}}
#s-af040f71-45c4-4fee-b488-11a2af728747 {
  min-height: 50px;
background-color: rgba(21, 42, 92, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-af040f71-45c4-4fee-b488-11a2af728747 {
  background-color: rgba(22, 75, 10, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af040f71-45c4-4fee-b488-11a2af728747 {
  background-color: rgba(22, 75, 10, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-af040f71-45c4-4fee-b488-11a2af728747 {
  background-color: rgba(22, 75, 10, 1);
}
}@media (max-width: 767px){#s-af040f71-45c4-4fee-b488-11a2af728747 {
  background-color: rgba(22, 75, 10, 1);
}
}







#s-af040f71-45c4-4fee-b488-11a2af728747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af040f71-45c4-4fee-b488-11a2af728747.shg-box.shg-c {
  justify-content: center;
}

#s-22059fe4-be86-4d27-87d2-a2e63107abe6 {
  min-height: 50px;
background-color: rgba(21, 42, 92, 1);
}
@media (min-width: 1200px){#s-22059fe4-be86-4d27-87d2-a2e63107abe6 {
  margin-top: -14px;
margin-bottom: -14px;
padding-top: 2px;
padding-bottom: 2px;
background-color: rgba(22, 75, 10, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22059fe4-be86-4d27-87d2-a2e63107abe6 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 2px;
padding-bottom: 2px;
background-color: rgba(13, 70, 1, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-22059fe4-be86-4d27-87d2-a2e63107abe6 {
  background-color: rgba(22, 75, 10, 1);
}
}@media (max-width: 767px){#s-22059fe4-be86-4d27-87d2-a2e63107abe6 {
  background-color: rgba(22, 75, 10, 1);
}
}







#s-22059fe4-be86-4d27-87d2-a2e63107abe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22059fe4-be86-4d27-87d2-a2e63107abe6.shg-box.shg-c {
  justify-content: center;
}

#s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d {
  display: none;
}
#s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d, #wrap-s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d, #wrap-content-s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d { display: none !important; }}@media (max-width: 767px){#s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d {
  display: none;
background-color: rgba(22, 75, 10, 1);
}
#s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d, #wrap-s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d, #wrap-content-s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d { display: none !important; }}







#s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b76c0054-bb8e-4c45-bfe5-7eb41e7c7b6d.shg-box.shg-c {
  justify-content: center;
}

#s-1887c8a7-736d-4880-95db-0adad1812cc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1887c8a7-736d-4880-95db-0adad1812cc1 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1887c8a7-736d-4880-95db-0adad1812cc1 {
  display: none;
}
#s-1887c8a7-736d-4880-95db-0adad1812cc1, #wrap-s-1887c8a7-736d-4880-95db-0adad1812cc1, #wrap-content-s-1887c8a7-736d-4880-95db-0adad1812cc1 { display: none !important; }}@media (max-width: 767px){#s-1887c8a7-736d-4880-95db-0adad1812cc1 {
  display: none;
}
#s-1887c8a7-736d-4880-95db-0adad1812cc1, #wrap-s-1887c8a7-736d-4880-95db-0adad1812cc1, #wrap-content-s-1887c8a7-736d-4880-95db-0adad1812cc1 { display: none !important; }}
#s-1887c8a7-736d-4880-95db-0adad1812cc1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1887c8a7-736d-4880-95db-0adad1812cc1 .shg-sld-nav-button.shg-sld-left,
#s-1887c8a7-736d-4880-95db-0adad1812cc1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
text-align: center;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab-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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab .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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab img.shogun-image {
  width: 100%;
  
  
  max-width: 4521px;

  /* 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-b27c4203-77fd-4b4c-8c82-9a243d74deab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab-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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab .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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab 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-b27c4203-77fd-4b4c-8c82-9a243d74deab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab-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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab .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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab 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-b27c4203-77fd-4b4c-8c82-9a243d74deab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab-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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab .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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab 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-b27c4203-77fd-4b4c-8c82-9a243d74deab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab-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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab .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-b27c4203-77fd-4b4c-8c82-9a243d74deab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab 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-b27c4203-77fd-4b4c-8c82-9a243d74deab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b27c4203-77fd-4b4c-8c82-9a243d74deab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  margin-left: auto;
margin-right: auto;
max-width: 4521px;
aspect-ratio: 4521/1500;
text-align: center;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119-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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 img.shogun-image {
  width: 100%;
  
  
  max-width: 4521px;

  /* 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;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .shg-inner-inline-image {   
      aspect-ratio: 4521/1500;
    }

    #s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .shogun-image-link {
      aspect-ratio: 4521/1500;
      min-width: 100%;
      
    }
  }

  .s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f8a19a1-04f4-4686-af6b-b62366cd7119 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
      --shg-aspect-ratio: calc(4521/1500); 
    }

    .s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container {
      position: relative;
    }

    .s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f8a19a1-04f4-4686-af6b-b62366cd7119 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 4521px;
    }
  }

@media (min-width: 1200px){#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119-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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 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-9f8a19a1-04f4-4686-af6b-b62366cd7119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119-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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 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-9f8a19a1-04f4-4686-af6b-b62366cd7119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119-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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 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-9f8a19a1-04f4-4686-af6b-b62366cd7119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119-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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 .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-9f8a19a1-04f4-4686-af6b-b62366cd7119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119 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-9f8a19a1-04f4-4686-af6b-b62366cd7119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8a19a1-04f4-4686-af6b-b62366cd7119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
  box-sizing: border-box;
}



.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
  box-sizing: border-box;
}



.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
  box-sizing: border-box;
}



.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
  box-sizing: border-box;
}



.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23e9c462-b369-42dc-8aec-46d7eb8056b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e9c462-b369-42dc-8aec-46d7eb8056b7.shogun-image {
  box-sizing: border-box;
}



.s-23e9c462-b369-42dc-8aec-46d7eb8056b7 img.shogun-image {
  
}


}
#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
aspect-ratio: 2170/720;
text-align: center;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  margin: 0 !important;
  overflow: visible;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add background color handling */
  
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
  box-sizing: border-box;
}



.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
      position: relative;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

@media (min-width: 1200px){#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  margin: 0 !important;
  overflow: visible;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add background color handling */
  
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
  box-sizing: border-box;
}



.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
      position: relative;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  margin: 0 !important;
  overflow: visible;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add background color handling */
  
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
  box-sizing: border-box;
}



.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
      position: relative;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  margin: 0 !important;
  overflow: visible;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add background color handling */
  
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
  box-sizing: border-box;
}



.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
      position: relative;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (max-width: 767px){#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  margin: 0 !important;
  overflow: visible;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add background color handling */
  
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image {
  box-sizing: border-box;
}



.s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container {
      position: relative;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-349d7acd-30fa-4a72-91b5-ff6a5b80edbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}
#s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
aspect-ratio: 2170/720;
text-align: center;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
  box-sizing: border-box;
}



.s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
      position: relative;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

@media (min-width: 1200px){#s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
  box-sizing: border-box;
}



.s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
      position: relative;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
  box-sizing: border-box;
}



.s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
      position: relative;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
  box-sizing: border-box;
}



.s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
      position: relative;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (max-width: 767px){#s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-1ec85461-fdcf-4c87-ac0a-661277b4293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image {
  box-sizing: border-box;
}



.s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container {
      position: relative;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec85461-fdcf-4c87-ac0a-661277b4293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}
#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
aspect-ratio: 2170/720;
text-align: center;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  margin: 0 !important;
  overflow: visible;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add background color handling */
  
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-content {
  
    justify-content: center;
  
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
  box-sizing: border-box;
}



.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
      position: relative;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

@media (min-width: 1200px){#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  margin: 0 !important;
  overflow: visible;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add background color handling */
  
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-content {
  
    justify-content: center;
  
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
  box-sizing: border-box;
}



.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
      position: relative;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  margin: 0 !important;
  overflow: visible;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add background color handling */
  
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-content {
  
    justify-content: center;
  
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
  box-sizing: border-box;
}



.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
      position: relative;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  margin: 0 !important;
  overflow: visible;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add background color handling */
  
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-content {
  
    justify-content: center;
  
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
  box-sizing: border-box;
}



.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
      position: relative;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (max-width: 767px){#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  margin: 0 !important;
  overflow: visible;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add background color handling */
  
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }

    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-link {
      aspect-ratio: 2170/720;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f .shogun-image-content {
  
    justify-content: center;
  
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image {
  box-sizing: border-box;
}



.s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f {
      --shg-aspect-ratio: calc(2170/720); 
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container {
      position: relative;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588f6b4d-d0aa-4a0c-bb4d-a30dcc4ea46f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}
#s-0201a9e1-7996-4d0c-9378-b7ba1a42f3e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0201a9e1-7996-4d0c-9378-b7ba1a42f3e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0201a9e1-7996-4d0c-9378-b7ba1a42f3e2.shg-box.shg-c {
  justify-content: center;
}

#s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf {
  display: none;
}
#s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf, #wrap-s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf, #wrap-content-s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf {
  display: none;
}
#s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf, #wrap-s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf, #wrap-content-s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf { display: none !important; }}
#s-a2ab0de6-c8be-47f7-a2aa-e3a82d7b2acf .shogun-heading-component h2 {
  color: rgba(249, 242, 208, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-97eada1d-f50d-4095-84dc-ff62362c1105 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-97eada1d-f50d-4095-84dc-ff62362c1105 {
  display: none;
}
#s-97eada1d-f50d-4095-84dc-ff62362c1105, #wrap-s-97eada1d-f50d-4095-84dc-ff62362c1105, #wrap-content-s-97eada1d-f50d-4095-84dc-ff62362c1105 { display: none !important; }}@media (max-width: 767px){#s-97eada1d-f50d-4095-84dc-ff62362c1105 {
  display: none;
}
#s-97eada1d-f50d-4095-84dc-ff62362c1105, #wrap-s-97eada1d-f50d-4095-84dc-ff62362c1105, #wrap-content-s-97eada1d-f50d-4095-84dc-ff62362c1105 { display: none !important; }}
#s-97eada1d-f50d-4095-84dc-ff62362c1105 .shogun-heading-component h1 {
  color: rgba(249, 242, 208, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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-91191736-7d11-43b9-a3e5-912a99ca12c5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
max-width: 90%;
}
@media (min-width: 1200px){#s-91191736-7d11-43b9-a3e5-912a99ca12c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91191736-7d11-43b9-a3e5-912a99ca12c5 {
  margin-top: 3px;
margin-bottom: 3px;
}
}
#s-e2bb9d3f-f693-4c58-917f-5e1419faac36 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e2bb9d3f-f693-4c58-917f-5e1419faac36 {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
background-color: rgba(22, 75, 10, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2bb9d3f-f693-4c58-917f-5e1419faac36 {
  background-color: rgba(22, 75, 10, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2bb9d3f-f693-4c58-917f-5e1419faac36 {
  display: none;
}
#s-e2bb9d3f-f693-4c58-917f-5e1419faac36, #wrap-s-e2bb9d3f-f693-4c58-917f-5e1419faac36, #wrap-content-s-e2bb9d3f-f693-4c58-917f-5e1419faac36 { display: none !important; }}@media (max-width: 767px){#s-e2bb9d3f-f693-4c58-917f-5e1419faac36 {
  display: none;
}
#s-e2bb9d3f-f693-4c58-917f-5e1419faac36, #wrap-s-e2bb9d3f-f693-4c58-917f-5e1419faac36, #wrap-content-s-e2bb9d3f-f693-4c58-917f-5e1419faac36 { display: none !important; }}







#s-e2bb9d3f-f693-4c58-917f-5e1419faac36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2bb9d3f-f693-4c58-917f-5e1419faac36.shg-box.shg-c {
  justify-content: center;
}

/*
  $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;
}

.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-50521091-71d1-4de9-8d11-698d720b7ecf {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-50521091-71d1-4de9-8d11-698d720b7ecf {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
}
#s-50521091-71d1-4de9-8d11-698d720b7ecf .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf {
  --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-50521091-71d1-4de9-8d11-698d720b7ecf > .swiper-button-prev,
#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf > .swiper-button-next {
  
}

#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf > .swiper-button-prev svg,
#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-50521091-71d1-4de9-8d11-698d720b7ecf .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-50521091-71d1-4de9-8d11-698d720b7ecf .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7024b838-cf18-43b2-9465-974f99a272bb {
  margin-left: auto;
margin-right: auto;
}

#s-a4fc79d9-9219-4662-a617-5401c9e23a6b {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-a4fc79d9-9219-4662-a617-5401c9e23a6b .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



.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-8137bf8e-569c-4686-be18-1a91ee9366e4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8137bf8e-569c-4686-be18-1a91ee9366e4 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-d68372cc-7018-4d04-93a1-12f630fed97b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d68372cc-7018-4d04-93a1-12f630fed97b .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-0daec9f0-9051-436d-98ec-077aaaa000e3 {
  text-align: center;
}

#s-0daec9f0-9051-436d-98ec-077aaaa000e3 .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0daec9f0-9051-436d-98ec-077aaaa000e3 .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-0daec9f0-9051-436d-98ec-077aaaa000e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  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-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b0fcfed5-3aba-435e-a3a1-4040e99f8e5b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-2b4d2686-f53f-4af3-aa8e-7db6c378f6e8 {
  margin-left: auto;
margin-right: auto;
}

#s-ddf8c65c-37c9-46ba-bd4f-b4f5c742bac0 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-ddf8c65c-37c9-46ba-bd4f-b4f5c742bac0 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-745ef459-23e8-4e8e-984d-26be5a27226d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-745ef459-23e8-4e8e-984d-26be5a27226d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2e83a961-5312-43e6-b521-9c19a7dffd78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e83a961-5312-43e6-b521-9c19a7dffd78 .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-9ac00437-5dc0-4efd-8383-786de06df9de {
  text-align: center;
}

#s-9ac00437-5dc0-4efd-8383-786de06df9de .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9ac00437-5dc0-4efd-8383-786de06df9de .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-9ac00437-5dc0-4efd-8383-786de06df9de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-3d34d1ba-da36-414e-a22e-fd202cde8391:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d34d1ba-da36-414e-a22e-fd202cde8391:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-3d34d1ba-da36-414e-a22e-fd202cde8391-atc-btn-wrapper {
    text-align: center;
  }


#s-3d34d1ba-da36-414e-a22e-fd202cde8391 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-3d34d1ba-da36-414e-a22e-fd202cde8391-atc-btn-wrapper {
    text-align: center;
  }


#s-3d34d1ba-da36-414e-a22e-fd202cde8391 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d34d1ba-da36-414e-a22e-fd202cde8391-atc-btn-wrapper {
    text-align: center;
  }


#s-3d34d1ba-da36-414e-a22e-fd202cde8391 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-3d34d1ba-da36-414e-a22e-fd202cde8391-atc-btn-wrapper {
    text-align: center;
  }


#s-3d34d1ba-da36-414e-a22e-fd202cde8391 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-3d34d1ba-da36-414e-a22e-fd202cde8391-atc-btn-wrapper {
    text-align: center;
  }


#s-3d34d1ba-da36-414e-a22e-fd202cde8391 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3d34d1ba-da36-414e-a22e-fd202cde8391.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-0b464d02-a186-4d3e-a28e-0de5b4c1b2bf {
  margin-left: auto;
margin-right: auto;
}

#s-011fe6a7-a965-4f9c-af41-fbafcb517fab {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-011fe6a7-a965-4f9c-af41-fbafcb517fab .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a07a372c-9341-4477-9ae9-8a216f4e0111 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a07a372c-9341-4477-9ae9-8a216f4e0111 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-da1334f8-5899-4848-a929-3eab593492dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da1334f8-5899-4848-a929-3eab593492dd .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-d3cb2c06-fd73-443a-a88d-755b556a976e {
  text-align: center;
}

#s-d3cb2c06-fd73-443a-a88d-755b556a976e .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d3cb2c06-fd73-443a-a88d-755b556a976e .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d3cb2c06-fd73-443a-a88d-755b556a976e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-93b0ffc7-a762-487b-9335-c2c8891e98a9:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-93b0ffc7-a762-487b-9335-c2c8891e98a9:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9-atc-btn-wrapper {
    text-align: center;
  }


#s-93b0ffc7-a762-487b-9335-c2c8891e98a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9-atc-btn-wrapper {
    text-align: center;
  }


#s-93b0ffc7-a762-487b-9335-c2c8891e98a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9-atc-btn-wrapper {
    text-align: center;
  }


#s-93b0ffc7-a762-487b-9335-c2c8891e98a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9-atc-btn-wrapper {
    text-align: center;
  }


#s-93b0ffc7-a762-487b-9335-c2c8891e98a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9-atc-btn-wrapper {
    text-align: center;
  }


#s-93b0ffc7-a762-487b-9335-c2c8891e98a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-93b0ffc7-a762-487b-9335-c2c8891e98a9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-4a30bd57-a342-49d2-8371-e0d5f2248e16 {
  margin-left: auto;
margin-right: auto;
}

#s-53ca979d-2836-43ff-8d6c-7ec4e07d1439 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-53ca979d-2836-43ff-8d6c-7ec4e07d1439 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d4fc476-11b5-4b0c-b107-a9fb678bde17 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8355d487-03fb-445c-9fe1-23b0ed70c786 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8355d487-03fb-445c-9fe1-23b0ed70c786 .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-8e439f66-fc81-4032-929c-95072379e4ce {
  text-align: center;
}

#s-8e439f66-fc81-4032-929c-95072379e4ce .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8e439f66-fc81-4032-929c-95072379e4ce .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-8e439f66-fc81-4032-929c-95072379e4ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-bee3aed8-7f34-4b4f-9257-f54722518677:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bee3aed8-7f34-4b4f-9257-f54722518677:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-bee3aed8-7f34-4b4f-9257-f54722518677-atc-btn-wrapper {
    text-align: center;
  }


#s-bee3aed8-7f34-4b4f-9257-f54722518677 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-bee3aed8-7f34-4b4f-9257-f54722518677-atc-btn-wrapper {
    text-align: center;
  }


#s-bee3aed8-7f34-4b4f-9257-f54722518677 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-bee3aed8-7f34-4b4f-9257-f54722518677-atc-btn-wrapper {
    text-align: center;
  }


#s-bee3aed8-7f34-4b4f-9257-f54722518677 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-bee3aed8-7f34-4b4f-9257-f54722518677-atc-btn-wrapper {
    text-align: center;
  }


#s-bee3aed8-7f34-4b4f-9257-f54722518677 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-bee3aed8-7f34-4b4f-9257-f54722518677-atc-btn-wrapper {
    text-align: center;
  }


#s-bee3aed8-7f34-4b4f-9257-f54722518677 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-bee3aed8-7f34-4b4f-9257-f54722518677.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-6d582699-a03e-474f-ae65-d07525401115 {
  margin-left: auto;
margin-right: auto;
}

#s-b2253cad-43ba-44f1-bce6-5f208fa12b10 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-b2253cad-43ba-44f1-bce6-5f208fa12b10 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ef164c78-81a1-4a88-956d-c53d270efb12 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef164c78-81a1-4a88-956d-c53d270efb12 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-105dae2e-c020-44ff-8b57-fedcf6db4d52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-105dae2e-c020-44ff-8b57-fedcf6db4d52 .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-54a65015-89e6-4080-83b1-7ce8a444e585 {
  text-align: center;
}

#s-54a65015-89e6-4080-83b1-7ce8a444e585 .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-54a65015-89e6-4080-83b1-7ce8a444e585 .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-54a65015-89e6-4080-83b1-7ce8a444e585 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-117dca1c-bab9-4922-a2f7-96b53f987491:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-117dca1c-bab9-4922-a2f7-96b53f987491:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-117dca1c-bab9-4922-a2f7-96b53f987491-atc-btn-wrapper {
    text-align: center;
  }


#s-117dca1c-bab9-4922-a2f7-96b53f987491 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-117dca1c-bab9-4922-a2f7-96b53f987491-atc-btn-wrapper {
    text-align: center;
  }


#s-117dca1c-bab9-4922-a2f7-96b53f987491 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-117dca1c-bab9-4922-a2f7-96b53f987491-atc-btn-wrapper {
    text-align: center;
  }


#s-117dca1c-bab9-4922-a2f7-96b53f987491 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-117dca1c-bab9-4922-a2f7-96b53f987491-atc-btn-wrapper {
    text-align: center;
  }


#s-117dca1c-bab9-4922-a2f7-96b53f987491 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-117dca1c-bab9-4922-a2f7-96b53f987491-atc-btn-wrapper {
    text-align: center;
  }


#s-117dca1c-bab9-4922-a2f7-96b53f987491 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-117dca1c-bab9-4922-a2f7-96b53f987491.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  display: none;
}
#s-d6e48738-b2e3-4d97-800b-4ea162f369a9, #wrap-s-d6e48738-b2e3-4d97-800b-4ea162f369a9, #wrap-content-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  display: none;
}
#s-d6e48738-b2e3-4d97-800b-4ea162f369a9, #wrap-s-d6e48738-b2e3-4d97-800b-4ea162f369a9, #wrap-content-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  background-color: rgba(19, 67, 61, 1);
}
}@media (max-width: 767px){#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dotted;
background-color: rgba(19, 67, 61, 1);
}
}
#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  --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-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev,
#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next {
  
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev svg,
#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .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-d6e48738-b2e3-4d97-800b-4ea162f369a9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  --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-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev,
#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next {
  
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev svg,
#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .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-d6e48738-b2e3-4d97-800b-4ea162f369a9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 {
  --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-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev,
#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next {
  
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev svg,
#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d6e48738-b2e3-4d97-800b-4ea162f369a9 .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-d6e48738-b2e3-4d97-800b-4ea162f369a9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-ae21c096-09c9-4b77-ae25-28fcc2b1c192 {
  margin-left: auto;
margin-right: auto;
}

#s-5220f878-b848-47d7-b7b6-2da89a1d3dbe {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-5220f878-b848-47d7-b7b6-2da89a1d3dbe .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8b8be84a-59b7-40f8-b67b-d75f063de283 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b8be84a-59b7-40f8-b67b-d75f063de283 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bab1755e-6848-4d12-a383-488d652f3084 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bab1755e-6848-4d12-a383-488d652f3084 .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-fdb5ec8e-451b-465a-a552-5fd9d5947e1f {
  text-align: center;
}

#s-fdb5ec8e-451b-465a-a552-5fd9d5947e1f .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-fdb5ec8e-451b-465a-a552-5fd9d5947e1f .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-fdb5ec8e-451b-465a-a552-5fd9d5947e1f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-86f63471-aea3-4469-b751-0e8168771bb8:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-86f63471-aea3-4469-b751-0e8168771bb8:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-86f63471-aea3-4469-b751-0e8168771bb8-atc-btn-wrapper {
    text-align: center;
  }


#s-86f63471-aea3-4469-b751-0e8168771bb8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-86f63471-aea3-4469-b751-0e8168771bb8-atc-btn-wrapper {
    text-align: center;
  }


#s-86f63471-aea3-4469-b751-0e8168771bb8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-86f63471-aea3-4469-b751-0e8168771bb8-atc-btn-wrapper {
    text-align: center;
  }


#s-86f63471-aea3-4469-b751-0e8168771bb8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-86f63471-aea3-4469-b751-0e8168771bb8-atc-btn-wrapper {
    text-align: center;
  }


#s-86f63471-aea3-4469-b751-0e8168771bb8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-86f63471-aea3-4469-b751-0e8168771bb8-atc-btn-wrapper {
    text-align: center;
  }


#s-86f63471-aea3-4469-b751-0e8168771bb8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-86f63471-aea3-4469-b751-0e8168771bb8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-eb4b27ad-b1a0-48ed-8a1e-945c2b31dfb2 {
  margin-left: auto;
margin-right: auto;
}

#s-4ad8fb6f-7b03-4e48-90ed-06314106e301 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-4ad8fb6f-7b03-4e48-90ed-06314106e301 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ea66eb2-0ca5-4f4e-85c8-4e0e9b0c2085 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7e04fbaf-deb0-482a-a2b7-735a5936459a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e04fbaf-deb0-482a-a2b7-735a5936459a .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-4baba203-e6a1-41b9-83c9-3fc3d1d4b258 {
  text-align: center;
}

#s-4baba203-e6a1-41b9-83c9-3fc3d1d4b258 .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4baba203-e6a1-41b9-83c9-3fc3d1d4b258 .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-4baba203-e6a1-41b9-83c9-3fc3d1d4b258 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8-atc-btn-wrapper {
    text-align: center;
  }


#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8-atc-btn-wrapper {
    text-align: center;
  }


#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8-atc-btn-wrapper {
    text-align: center;
  }


#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8-atc-btn-wrapper {
    text-align: center;
  }


#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8-atc-btn-wrapper {
    text-align: center;
  }


#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e89676bc-6841-4da2-bcbe-c5f0ef37e8d8.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-5fc2e64c-d6a5-4e5a-b6d4-5f72340560dd {
  margin-left: auto;
margin-right: auto;
}

#s-a3793f5a-2c66-469e-b736-c858b6d8fab6 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-a3793f5a-2c66-469e-b736-c858b6d8fab6 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf7a2ac5-fc0a-4868-97a9-16107303a4da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7708ae10-4ead-4945-a4fd-889aa6e23dea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7708ae10-4ead-4945-a4fd-889aa6e23dea .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-9a0e61e3-7762-4780-83c3-1e203bcc2ffc {
  text-align: center;
}

#s-9a0e61e3-7762-4780-83c3-1e203bcc2ffc .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9a0e61e3-7762-4780-83c3-1e203bcc2ffc .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-9a0e61e3-7762-4780-83c3-1e203bcc2ffc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-872e63d3-1a5a-4c51-8a4c-fec49e624005:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-872e63d3-1a5a-4c51-8a4c-fec49e624005:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005-atc-btn-wrapper {
    text-align: center;
  }


#s-872e63d3-1a5a-4c51-8a4c-fec49e624005 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005-atc-btn-wrapper {
    text-align: center;
  }


#s-872e63d3-1a5a-4c51-8a4c-fec49e624005 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005-atc-btn-wrapper {
    text-align: center;
  }


#s-872e63d3-1a5a-4c51-8a4c-fec49e624005 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005-atc-btn-wrapper {
    text-align: center;
  }


#s-872e63d3-1a5a-4c51-8a4c-fec49e624005 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005-atc-btn-wrapper {
    text-align: center;
  }


#s-872e63d3-1a5a-4c51-8a4c-fec49e624005 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-872e63d3-1a5a-4c51-8a4c-fec49e624005.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-72555653-46f9-4736-9efb-f181502dfcf2 {
  margin-left: auto;
margin-right: auto;
}

#s-952c45f5-2549-4481-9712-8cc891831cf3 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-952c45f5-2549-4481-9712-8cc891831cf3 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-909ec489-32fd-4cd5-9b8b-c597982c25d8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3a2e92ed-a54f-427c-81bd-2f81d855ee19 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a2e92ed-a54f-427c-81bd-2f81d855ee19 .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-c94adda0-8076-4cf4-abba-1e6bd8a9f449 {
  text-align: center;
}

#s-c94adda0-8076-4cf4-abba-1e6bd8a9f449 .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c94adda0-8076-4cf4-abba-1e6bd8a9f449 .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c94adda0-8076-4cf4-abba-1e6bd8a9f449 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-b8ad5767-71fa-4736-b79c-df91c9f7de52:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8ad5767-71fa-4736-b79c-df91c9f7de52:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52-atc-btn-wrapper {
    text-align: center;
  }


#s-b8ad5767-71fa-4736-b79c-df91c9f7de52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52-atc-btn-wrapper {
    text-align: center;
  }


#s-b8ad5767-71fa-4736-b79c-df91c9f7de52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52-atc-btn-wrapper {
    text-align: center;
  }


#s-b8ad5767-71fa-4736-b79c-df91c9f7de52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52-atc-btn-wrapper {
    text-align: center;
  }


#s-b8ad5767-71fa-4736-b79c-df91c9f7de52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52-atc-btn-wrapper {
    text-align: center;
  }


#s-b8ad5767-71fa-4736-b79c-df91c9f7de52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b8ad5767-71fa-4736-b79c-df91c9f7de52.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-3eb2cc96-e730-4ea4-9d6c-7451b14d3e23 {
  margin-left: auto;
margin-right: auto;
}

#s-b58816a3-d7d4-4fef-9755-74f681237433 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-b58816a3-d7d4-4fef-9755-74f681237433 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-74139114-f4e8-4d4b-929a-ff1e54853f07 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74139114-f4e8-4d4b-929a-ff1e54853f07 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-47965330-c2dd-47fa-99ae-d398d807f378 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47965330-c2dd-47fa-99ae-d398d807f378 .shg-product-title-component h3 span {
  color: rgba(244, 240, 225, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-49a87f96-e87d-4002-9514-3799905c9d9d {
  text-align: center;
}

#s-49a87f96-e87d-4002-9514-3799905c9d9d .shg-product-sold-out {
  display: none;
  color: rgba(250, 170, 51, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-49a87f96-e87d-4002-9514-3799905c9d9d .shg-product-price {
  color: rgba(250, 170, 51, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-49a87f96-e87d-4002-9514-3799905c9d9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 247, 235, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-d1fd1130-d277-47ce-9e85-7699f20f1524:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1fd1130-d277-47ce-9e85-7699f20f1524:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-d1fd1130-d277-47ce-9e85-7699f20f1524-atc-btn-wrapper {
    text-align: center;
  }


#s-d1fd1130-d277-47ce-9e85-7699f20f1524 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-d1fd1130-d277-47ce-9e85-7699f20f1524-atc-btn-wrapper {
    text-align: center;
  }


#s-d1fd1130-d277-47ce-9e85-7699f20f1524 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1fd1130-d277-47ce-9e85-7699f20f1524-atc-btn-wrapper {
    text-align: center;
  }


#s-d1fd1130-d277-47ce-9e85-7699f20f1524 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d1fd1130-d277-47ce-9e85-7699f20f1524-atc-btn-wrapper {
    text-align: center;
  }


#s-d1fd1130-d277-47ce-9e85-7699f20f1524 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-d1fd1130-d277-47ce-9e85-7699f20f1524-atc-btn-wrapper {
    text-align: center;
  }


#s-d1fd1130-d277-47ce-9e85-7699f20f1524 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d1fd1130-d277-47ce-9e85-7699f20f1524.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-93530654-807a-45d7-8376-afa29b823084 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-93530654-807a-45d7-8376-afa29b823084 {
  display: none;
}
#s-93530654-807a-45d7-8376-afa29b823084, #wrap-s-93530654-807a-45d7-8376-afa29b823084, #wrap-content-s-93530654-807a-45d7-8376-afa29b823084 { display: none !important; }}@media (max-width: 767px){#s-93530654-807a-45d7-8376-afa29b823084 {
  display: none;
}
#s-93530654-807a-45d7-8376-afa29b823084, #wrap-s-93530654-807a-45d7-8376-afa29b823084, #wrap-content-s-93530654-807a-45d7-8376-afa29b823084 { display: none !important; }}







#s-93530654-807a-45d7-8376-afa29b823084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93530654-807a-45d7-8376-afa29b823084.shg-box.shg-c {
  justify-content: center;
}

#s-16be544d-48a0-46fe-86ed-1b9d672f0cc9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16be544d-48a0-46fe-86ed-1b9d672f0cc9 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2f28a2c0-1125-48bc-a267-b3aff5582aee {
  margin-left: auto;
margin-right: auto;
}

#s-2f28a2c0-1125-48bc-a267-b3aff5582aee .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee {
  --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-2f28a2c0-1125-48bc-a267-b3aff5582aee > .swiper-button-prev,
#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee > .swiper-button-next {
  
}

#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee > .swiper-button-prev svg,
#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2f28a2c0-1125-48bc-a267-b3aff5582aee .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-2f28a2c0-1125-48bc-a267-b3aff5582aee .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f194db8e-51a5-4a2c-b84c-2149feffdb7d {
  margin-left: auto;
margin-right: auto;
}

#s-f5331ab1-4aa7-402a-a43c-9f2adf9c4def {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-f5331ab1-4aa7-402a-a43c-9f2adf9c4def .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-88823e6e-d2a3-4bea-8b32-302ec8bdffe7 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-88823e6e-d2a3-4bea-8b32-302ec8bdffe7 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85d5ca2a-5a94-43b8-b9c5-cb2508d47ad6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-43ac5fac-865c-49e6-b4fe-d93f66cb3cda {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43ac5fac-865c-49e6-b4fe-d93f66cb3cda .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-82a4c663-551a-447c-ab1c-82fefb73449d {
  text-align: center;
}

#s-82a4c663-551a-447c-ab1c-82fefb73449d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-82a4c663-551a-447c-ab1c-82fefb73449d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-82a4c663-551a-447c-ab1c-82fefb73449d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7-atc-btn-wrapper {
    text-align: center;
  }


#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7-atc-btn-wrapper {
    text-align: center;
  }


#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7-atc-btn-wrapper {
    text-align: center;
  }


#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7-atc-btn-wrapper {
    text-align: center;
  }


#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7-atc-btn-wrapper {
    text-align: center;
  }


#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-844ef984-6d42-4e68-b9c7-ee4069d1f6f7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-176747d4-902c-46af-ad41-9942c5e7e687 {
  margin-left: auto;
margin-right: auto;
}

#s-8b62d1ac-950d-4318-a9c1-b833f8d5d036 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-8b62d1ac-950d-4318-a9c1-b833f8d5d036 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f95bcbff-1494-4955-8487-ac2d89097c97 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f95bcbff-1494-4955-8487-ac2d89097c97 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f0ecaaad-a130-42c2-9b67-7a23c71609c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0ecaaad-a130-42c2-9b67-7a23c71609c3 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bddfa83a-4a7a-4416-b931-35b047af9378 {
  text-align: center;
}

#s-bddfa83a-4a7a-4416-b931-35b047af9378 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bddfa83a-4a7a-4416-b931-35b047af9378 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-bddfa83a-4a7a-4416-b931-35b047af9378 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa-atc-btn-wrapper {
    text-align: center;
  }


#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa-atc-btn-wrapper {
    text-align: center;
  }


#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa-atc-btn-wrapper {
    text-align: center;
  }


#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa-atc-btn-wrapper {
    text-align: center;
  }


#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa-atc-btn-wrapper {
    text-align: center;
  }


#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6b8b0428-96a2-4757-8228-82b2ba1f74aa.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-3bab488f-d1f5-461c-abee-5b99121958eb {
  margin-left: auto;
margin-right: auto;
}

#s-a45d6ea8-aa8b-4f43-8e89-b5e14cc69825 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-a45d6ea8-aa8b-4f43-8e89-b5e14cc69825 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-15249447-12f1-403f-99d6-be48f228aea7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15249447-12f1-403f-99d6-be48f228aea7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a002b1fc-319c-495f-8e12-baf71b247683 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a002b1fc-319c-495f-8e12-baf71b247683 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bbfaac49-c3da-4a01-8765-1fac84b9bed3 {
  text-align: center;
}

#s-bbfaac49-c3da-4a01-8765-1fac84b9bed3 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bbfaac49-c3da-4a01-8765-1fac84b9bed3 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-bbfaac49-c3da-4a01-8765-1fac84b9bed3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb-atc-btn-wrapper {
    text-align: center;
  }


#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb-atc-btn-wrapper {
    text-align: center;
  }


#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb-atc-btn-wrapper {
    text-align: center;
  }


#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb-atc-btn-wrapper {
    text-align: center;
  }


#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb-atc-btn-wrapper {
    text-align: center;
  }


#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0e628490-0bd3-4fb9-8448-c59a899e3dcb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-4efdaf2d-2f8d-4b19-825e-4e87f6ce1d07 {
  margin-left: auto;
margin-right: auto;
}

#s-59eb773b-bfb5-4a2e-8a3e-fcd7811feff4 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-59eb773b-bfb5-4a2e-8a3e-fcd7811feff4 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e649c4f0-9e1c-486c-8ea2-5f64a24c0034 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b30d9b7e-d3ef-4f08-bfe6-9a73caa95546 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b30d9b7e-d3ef-4f08-bfe6-9a73caa95546 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c169c64e-b49c-4208-9f2e-8e2545142228 {
  text-align: center;
}

#s-c169c64e-b49c-4208-9f2e-8e2545142228 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c169c64e-b49c-4208-9f2e-8e2545142228 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c169c64e-b49c-4208-9f2e-8e2545142228 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d0a7b7a6-b384-435e-a168-e64408e1f2c2.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-b95bc6e6-9b41-42fd-ba95-626088acf3dc {
  margin-left: auto;
margin-right: auto;
}

#s-71e6207e-d104-403b-8cb7-66886e7d02ef {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-71e6207e-d104-403b-8cb7-66886e7d02ef .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4f5202f3-c884-4f57-831c-1e9ec928a365 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5202f3-c884-4f57-831c-1e9ec928a365 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a95d073e-c1e2-4d0e-9fec-5d0c4322fd7d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a95d073e-c1e2-4d0e-9fec-5d0c4322fd7d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6e8975d3-595c-44dc-864c-3d7f57f7680f {
  text-align: center;
}

#s-6e8975d3-595c-44dc-864c-3d7f57f7680f .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6e8975d3-595c-44dc-864c-3d7f57f7680f .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-6e8975d3-595c-44dc-864c-3d7f57f7680f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9-atc-btn-wrapper {
    text-align: center;
  }


#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9-atc-btn-wrapper {
    text-align: center;
  }


#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9-atc-btn-wrapper {
    text-align: center;
  }


#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9-atc-btn-wrapper {
    text-align: center;
  }


#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9-atc-btn-wrapper {
    text-align: center;
  }


#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-08ef30bf-dda1-4888-bf55-1f1d6d9a18b9.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-5d69da53-c014-4093-a3bb-6e43253e4049 {
  margin-left: auto;
margin-right: auto;
}

#s-22f944e3-168c-4421-bcef-123855c9156d {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-22f944e3-168c-4421-bcef-123855c9156d .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a5c8116b-5468-4034-8233-c1e0d56fc682 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c8116b-5468-4034-8233-c1e0d56fc682 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-41a94eb0-dde4-407b-9aef-90084fa2fc86 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41a94eb0-dde4-407b-9aef-90084fa2fc86 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cb5577a2-25cb-4939-a93f-59856da1449e {
  text-align: center;
}

#s-cb5577a2-25cb-4939-a93f-59856da1449e .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cb5577a2-25cb-4939-a93f-59856da1449e .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-cb5577a2-25cb-4939-a93f-59856da1449e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-03403345-bca9-4771-afbd-3327bd88f1da:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-03403345-bca9-4771-afbd-3327bd88f1da:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-03403345-bca9-4771-afbd-3327bd88f1da-atc-btn-wrapper {
    text-align: center;
  }


#s-03403345-bca9-4771-afbd-3327bd88f1da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-03403345-bca9-4771-afbd-3327bd88f1da-atc-btn-wrapper {
    text-align: center;
  }


#s-03403345-bca9-4771-afbd-3327bd88f1da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-03403345-bca9-4771-afbd-3327bd88f1da-atc-btn-wrapper {
    text-align: center;
  }


#s-03403345-bca9-4771-afbd-3327bd88f1da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-03403345-bca9-4771-afbd-3327bd88f1da-atc-btn-wrapper {
    text-align: center;
  }


#s-03403345-bca9-4771-afbd-3327bd88f1da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-03403345-bca9-4771-afbd-3327bd88f1da-atc-btn-wrapper {
    text-align: center;
  }


#s-03403345-bca9-4771-afbd-3327bd88f1da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-03403345-bca9-4771-afbd-3327bd88f1da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-fa93e688-b44c-46b5-b66e-9b53e401f40e {
  margin-left: auto;
margin-right: auto;
}

#s-e2c50a7a-f0aa-45fc-8399-e022f12d4338 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-e2c50a7a-f0aa-45fc-8399-e022f12d4338 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e0934e5-fcb9-4540-91e3-c396b67411e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b62d3baf-85f5-422b-8606-262782a8281e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b62d3baf-85f5-422b-8606-262782a8281e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dc2e12c1-4354-4ca5-8863-193ac5011cae {
  text-align: center;
}

#s-dc2e12c1-4354-4ca5-8863-193ac5011cae .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-dc2e12c1-4354-4ca5-8863-193ac5011cae .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-dc2e12c1-4354-4ca5-8863-193ac5011cae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1-atc-btn-wrapper {
    text-align: center;
  }


#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1-atc-btn-wrapper {
    text-align: center;
  }


#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1-atc-btn-wrapper {
    text-align: center;
  }


#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1-atc-btn-wrapper {
    text-align: center;
  }


#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1-atc-btn-wrapper {
    text-align: center;
  }


#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a03e741-bfbe-4ced-b23a-ca9180cd89c1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-4369fe6f-9490-4a92-967a-0ceb2e76fbf6 {
  margin-left: auto;
margin-right: auto;
}

#s-0a781db6-3fbf-46d5-8fb6-0e79abee0ddf {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-0a781db6-3fbf-46d5-8fb6-0e79abee0ddf .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e981745-a4e3-426e-bc68-21f0afc5fcc6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-310fd667-5037-46dc-bf66-300e90d2237b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-310fd667-5037-46dc-bf66-300e90d2237b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-490c0bb7-fa9d-4993-9bff-0b9cecb78daa {
  text-align: center;
}

#s-490c0bb7-fa9d-4993-9bff-0b9cecb78daa .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-490c0bb7-fa9d-4993-9bff-0b9cecb78daa .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-490c0bb7-fa9d-4993-9bff-0b9cecb78daa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1-atc-btn-wrapper {
    text-align: center;
  }


#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1-atc-btn-wrapper {
    text-align: center;
  }


#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1-atc-btn-wrapper {
    text-align: center;
  }


#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1-atc-btn-wrapper {
    text-align: center;
  }


#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1-atc-btn-wrapper {
    text-align: center;
  }


#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ac2f7136-be7e-4994-8b9f-0c960432bcb1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-2482b306-952e-4290-b2b1-40c2e7c3d02d {
  margin-left: auto;
margin-right: auto;
}

#s-7d23c0cf-b519-434c-94be-f041af0acc79 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-7d23c0cf-b519-434c-94be-f041af0acc79 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-df785360-c267-4155-8224-b749796acb06 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-df785360-c267-4155-8224-b749796acb06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df785360-c267-4155-8224-b749796acb06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df785360-c267-4155-8224-b749796acb06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df785360-c267-4155-8224-b749796acb06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df785360-c267-4155-8224-b749796acb06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df785360-c267-4155-8224-b749796acb06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df785360-c267-4155-8224-b749796acb06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df785360-c267-4155-8224-b749796acb06 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-df785360-c267-4155-8224-b749796acb06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df785360-c267-4155-8224-b749796acb06 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-008a618e-fbfb-4cec-9f94-112ef5610325 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-008a618e-fbfb-4cec-9f94-112ef5610325 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c3ffefab-f148-404a-a117-33fcd627eee8 {
  text-align: center;
}

#s-c3ffefab-f148-404a-a117-33fcd627eee8 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c3ffefab-f148-404a-a117-33fcd627eee8 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c3ffefab-f148-404a-a117-33fcd627eee8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-c970cbed-e1ea-4355-9c3a-73661b07f37f:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c970cbed-e1ea-4355-9c3a-73661b07f37f:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f-atc-btn-wrapper {
    text-align: center;
  }


#s-c970cbed-e1ea-4355-9c3a-73661b07f37f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f-atc-btn-wrapper {
    text-align: center;
  }


#s-c970cbed-e1ea-4355-9c3a-73661b07f37f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f-atc-btn-wrapper {
    text-align: center;
  }


#s-c970cbed-e1ea-4355-9c3a-73661b07f37f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f-atc-btn-wrapper {
    text-align: center;
  }


#s-c970cbed-e1ea-4355-9c3a-73661b07f37f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f-atc-btn-wrapper {
    text-align: center;
  }


#s-c970cbed-e1ea-4355-9c3a-73661b07f37f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-c970cbed-e1ea-4355-9c3a-73661b07f37f.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-1f390dea-fc46-4f4e-852a-d269cce4d6a6 {
  margin-left: auto;
margin-right: auto;
}

#s-8ba73175-e426-4eab-870b-799091a405d2 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-8ba73175-e426-4eab-870b-799091a405d2 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fe489882-693a-4d86-ad3a-7c0fed058e55 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe489882-693a-4d86-ad3a-7c0fed058e55 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-57e4636d-33f8-48d0-a3c2-a69a6c137742 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57e4636d-33f8-48d0-a3c2-a69a6c137742 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-723134ca-43ef-49ef-bfba-3db3fdfcab04 {
  text-align: center;
}

#s-723134ca-43ef-49ef-bfba-3db3fdfcab04 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-723134ca-43ef-49ef-bfba-3db3fdfcab04 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-723134ca-43ef-49ef-bfba-3db3fdfcab04 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-2b75f4fe-0010-467f-aa81-45379036587b:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b75f4fe-0010-467f-aa81-45379036587b:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-2b75f4fe-0010-467f-aa81-45379036587b-atc-btn-wrapper {
    text-align: center;
  }


#s-2b75f4fe-0010-467f-aa81-45379036587b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-2b75f4fe-0010-467f-aa81-45379036587b-atc-btn-wrapper {
    text-align: center;
  }


#s-2b75f4fe-0010-467f-aa81-45379036587b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b75f4fe-0010-467f-aa81-45379036587b-atc-btn-wrapper {
    text-align: center;
  }


#s-2b75f4fe-0010-467f-aa81-45379036587b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-2b75f4fe-0010-467f-aa81-45379036587b-atc-btn-wrapper {
    text-align: center;
  }


#s-2b75f4fe-0010-467f-aa81-45379036587b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-2b75f4fe-0010-467f-aa81-45379036587b-atc-btn-wrapper {
    text-align: center;
  }


#s-2b75f4fe-0010-467f-aa81-45379036587b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-2b75f4fe-0010-467f-aa81-45379036587b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-1e2893b4-c4a9-4139-9950-85782ce4d4d5 {
  margin-left: auto;
margin-right: auto;
}

#s-6cc63efb-8ca3-4766-b44c-7905f976893f {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-6cc63efb-8ca3-4766-b44c-7905f976893f .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fdb1f4c0-daf6-4936-86eb-719487286916 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fdb1f4c0-daf6-4936-86eb-719487286916 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0b9e5bb-0ad9-402e-823e-447a1dadefef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0b9e5bb-0ad9-402e-823e-447a1dadefef .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5fc28c07-5f6e-4e94-be12-3c2993404284 {
  text-align: center;
}

#s-5fc28c07-5f6e-4e94-be12-3c2993404284 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5fc28c07-5f6e-4e94-be12-3c2993404284 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-5fc28c07-5f6e-4e94-be12-3c2993404284 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-e7307608-a2e4-4c5b-8e56-259215adf30b:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e7307608-a2e4-4c5b-8e56-259215adf30b:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-e7307608-a2e4-4c5b-8e56-259215adf30b-atc-btn-wrapper {
    text-align: center;
  }


#s-e7307608-a2e4-4c5b-8e56-259215adf30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-e7307608-a2e4-4c5b-8e56-259215adf30b-atc-btn-wrapper {
    text-align: center;
  }


#s-e7307608-a2e4-4c5b-8e56-259215adf30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7307608-a2e4-4c5b-8e56-259215adf30b-atc-btn-wrapper {
    text-align: center;
  }


#s-e7307608-a2e4-4c5b-8e56-259215adf30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e7307608-a2e4-4c5b-8e56-259215adf30b-atc-btn-wrapper {
    text-align: center;
  }


#s-e7307608-a2e4-4c5b-8e56-259215adf30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-e7307608-a2e4-4c5b-8e56-259215adf30b-atc-btn-wrapper {
    text-align: center;
  }


#s-e7307608-a2e4-4c5b-8e56-259215adf30b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e7307608-a2e4-4c5b-8e56-259215adf30b.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-ac14b58d-530a-405a-8928-bfce159bdfb1 {
  margin-left: auto;
margin-right: auto;
}

#s-d6af1205-e5fb-4b5c-9052-cd999e4e48df {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-d6af1205-e5fb-4b5c-9052-cd999e4e48df .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49cc178e-7e39-405e-b285-b7a2fd4c0012 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d5b6d80a-c887-4335-be6e-7ef03172c644 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5b6d80a-c887-4335-be6e-7ef03172c644 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6990ca75-ecb0-48d9-b74f-d61f452f67f5 {
  text-align: center;
}

#s-6990ca75-ecb0-48d9-b74f-d61f452f67f5 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6990ca75-ecb0-48d9-b74f-d61f452f67f5 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-6990ca75-ecb0-48d9-b74f-d61f452f67f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-67d350ec-88a9-4eae-9786-b486ad8daf28:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-67d350ec-88a9-4eae-9786-b486ad8daf28:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-67d350ec-88a9-4eae-9786-b486ad8daf28-atc-btn-wrapper {
    text-align: center;
  }


#s-67d350ec-88a9-4eae-9786-b486ad8daf28 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-67d350ec-88a9-4eae-9786-b486ad8daf28-atc-btn-wrapper {
    text-align: center;
  }


#s-67d350ec-88a9-4eae-9786-b486ad8daf28 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-67d350ec-88a9-4eae-9786-b486ad8daf28-atc-btn-wrapper {
    text-align: center;
  }


#s-67d350ec-88a9-4eae-9786-b486ad8daf28 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-67d350ec-88a9-4eae-9786-b486ad8daf28-atc-btn-wrapper {
    text-align: center;
  }


#s-67d350ec-88a9-4eae-9786-b486ad8daf28 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-67d350ec-88a9-4eae-9786-b486ad8daf28-atc-btn-wrapper {
    text-align: center;
  }


#s-67d350ec-88a9-4eae-9786-b486ad8daf28 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-67d350ec-88a9-4eae-9786-b486ad8daf28.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-25de0a1d-e658-40ab-991e-6abf17c2a358 {
  margin-left: auto;
margin-right: auto;
}

#s-3ec73efb-9296-4d1a-8007-d821c5b19e40 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-3ec73efb-9296-4d1a-8007-d821c5b19e40 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fce070c5-22ba-42a9-aebc-cee7777acedb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fce070c5-22ba-42a9-aebc-cee7777acedb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9de3da58-4a6a-44a4-8cf9-5617cb5aefef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9de3da58-4a6a-44a4-8cf9-5617cb5aefef .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f22b37c3-a837-48c9-b9c2-770d964bb8d8 {
  text-align: center;
}

#s-f22b37c3-a837-48c9-b9c2-770d964bb8d8 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f22b37c3-a837-48c9-b9c2-770d964bb8d8 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-f22b37c3-a837-48c9-b9c2-770d964bb8d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-a803f12d-82bf-478b-956d-daf7375c27c7:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a803f12d-82bf-478b-956d-daf7375c27c7:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-a803f12d-82bf-478b-956d-daf7375c27c7-atc-btn-wrapper {
    text-align: center;
  }


#s-a803f12d-82bf-478b-956d-daf7375c27c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-a803f12d-82bf-478b-956d-daf7375c27c7-atc-btn-wrapper {
    text-align: center;
  }


#s-a803f12d-82bf-478b-956d-daf7375c27c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-a803f12d-82bf-478b-956d-daf7375c27c7-atc-btn-wrapper {
    text-align: center;
  }


#s-a803f12d-82bf-478b-956d-daf7375c27c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-a803f12d-82bf-478b-956d-daf7375c27c7-atc-btn-wrapper {
    text-align: center;
  }


#s-a803f12d-82bf-478b-956d-daf7375c27c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-a803f12d-82bf-478b-956d-daf7375c27c7-atc-btn-wrapper {
    text-align: center;
  }


#s-a803f12d-82bf-478b-956d-daf7375c27c7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a803f12d-82bf-478b-956d-daf7375c27c7.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-2c51344d-66cf-421f-857a-4716e6b224ad {
  margin-left: auto;
margin-right: auto;
}

#s-05542e4d-0b57-44f7-970b-19abcb6415c2 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-05542e4d-0b57-44f7-970b-19abcb6415c2 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-556b042b-4320-4a7b-b060-7fba56e4dd2a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-556b042b-4320-4a7b-b060-7fba56e4dd2a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-599d79f4-8c02-4792-b4da-bbac0bafc5a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-599d79f4-8c02-4792-b4da-bbac0bafc5a5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ddccfbd0-ccd6-4988-8ff1-1dc7cdb8be0e {
  text-align: center;
}

#s-ddccfbd0-ccd6-4988-8ff1-1dc7cdb8be0e .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ddccfbd0-ccd6-4988-8ff1-1dc7cdb8be0e .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-ddccfbd0-ccd6-4988-8ff1-1dc7cdb8be0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e-atc-btn-wrapper {
    text-align: center;
  }


#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e-atc-btn-wrapper {
    text-align: center;
  }


#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e-atc-btn-wrapper {
    text-align: center;
  }


#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e-atc-btn-wrapper {
    text-align: center;
  }


#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e-atc-btn-wrapper {
    text-align: center;
  }


#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-edbaf424-e324-4ed3-9a3f-4932ecf3917e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-e06c20fb-de7a-4ad6-aaac-f1e9af03e3bb {
  margin-left: auto;
margin-right: auto;
}

#s-39d6e263-fe80-47e0-a9e7-4ef68a9feffd {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-39d6e263-fe80-47e0-a9e7-4ef68a9feffd .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e499a472-2f0c-4ec6-b6fa-f2b4940652b2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6ac16482-5387-4909-b92b-2e4eb4e59773 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ac16482-5387-4909-b92b-2e4eb4e59773 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d537cdf6-175c-47b5-b5c8-0b1511bc9342 {
  text-align: center;
}

#s-d537cdf6-175c-47b5-b5c8-0b1511bc9342 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d537cdf6-175c-47b5-b5c8-0b1511bc9342 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d537cdf6-175c-47b5-b5c8-0b1511bc9342 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75-atc-btn-wrapper {
    text-align: center;
  }


#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75-atc-btn-wrapper {
    text-align: center;
  }


#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75-atc-btn-wrapper {
    text-align: center;
  }


#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75-atc-btn-wrapper {
    text-align: center;
  }


#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75-atc-btn-wrapper {
    text-align: center;
  }


#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cbeb38d2-5d3b-42e5-b977-24e836aeeb75.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-af5c7eef-5b16-4399-8810-3e99bb2b6d2e {
  margin-left: auto;
margin-right: auto;
}

#s-82922fd6-2203-43c4-82a4-56b5ecaf6453 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-82922fd6-2203-43c4-82a4-56b5ecaf6453 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2cfde0a0-666f-484b-92f5-4ec0a187f809 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-79820aae-7a05-4f0d-9f25-4f549824ac83 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79820aae-7a05-4f0d-9f25-4f549824ac83 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5a678086-dac5-4e64-8986-10c94a9a0cd6 {
  text-align: center;
}

#s-5a678086-dac5-4e64-8986-10c94a9a0cd6 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5a678086-dac5-4e64-8986-10c94a9a0cd6 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-5a678086-dac5-4e64-8986-10c94a9a0cd6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79-atc-btn-wrapper {
    text-align: center;
  }


#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fb66e60d-bf9d-4a9e-ab0e-758eb5b72f79.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-4ee92761-a746-43c5-a6c7-6d0d4a27f3ff {
  margin-left: auto;
margin-right: auto;
}

#s-4dfb6f7d-c84d-4a8d-b69f-d29fc1708033 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-4dfb6f7d-c84d-4a8d-b69f-d29fc1708033 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fa705116-c366-4db0-b15f-a4a159af99a6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa705116-c366-4db0-b15f-a4a159af99a6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-500580ca-d973-4077-a682-e5836ed3cd2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-500580ca-d973-4077-a682-e5836ed3cd2f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-705db145-1fa7-4d93-a78d-d76ea9f9f37d {
  text-align: center;
}

#s-705db145-1fa7-4d93-a78d-d76ea9f9f37d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-705db145-1fa7-4d93-a78d-d76ea9f9f37d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-705db145-1fa7-4d93-a78d-d76ea9f9f37d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-56d50016-4644-4049-96cf-c6e03404efa0:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-56d50016-4644-4049-96cf-c6e03404efa0:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-56d50016-4644-4049-96cf-c6e03404efa0-atc-btn-wrapper {
    text-align: center;
  }


#s-56d50016-4644-4049-96cf-c6e03404efa0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-56d50016-4644-4049-96cf-c6e03404efa0-atc-btn-wrapper {
    text-align: center;
  }


#s-56d50016-4644-4049-96cf-c6e03404efa0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-56d50016-4644-4049-96cf-c6e03404efa0-atc-btn-wrapper {
    text-align: center;
  }


#s-56d50016-4644-4049-96cf-c6e03404efa0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-56d50016-4644-4049-96cf-c6e03404efa0-atc-btn-wrapper {
    text-align: center;
  }


#s-56d50016-4644-4049-96cf-c6e03404efa0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-56d50016-4644-4049-96cf-c6e03404efa0-atc-btn-wrapper {
    text-align: center;
  }


#s-56d50016-4644-4049-96cf-c6e03404efa0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-56d50016-4644-4049-96cf-c6e03404efa0.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-3280b0be-41ac-49cc-a610-68cf88d04f66 {
  margin-left: auto;
margin-right: auto;
}

#s-f79b5815-fc75-4216-8f66-ec18bba9ffcb {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-f79b5815-fc75-4216-8f66-ec18bba9ffcb .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-badc16e7-02be-4e5a-8702-0e9646197e64 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-badc16e7-02be-4e5a-8702-0e9646197e64 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c5b12318-44e3-4982-92ba-8de710715f0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5b12318-44e3-4982-92ba-8de710715f0c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2012c4f8-9e0c-4651-8ab1-4f7f26e9aee2 {
  text-align: center;
}

#s-2012c4f8-9e0c-4651-8ab1-4f7f26e9aee2 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2012c4f8-9e0c-4651-8ab1-4f7f26e9aee2 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-2012c4f8-9e0c-4651-8ab1-4f7f26e9aee2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77-atc-btn-wrapper {
    text-align: center;
  }


#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77-atc-btn-wrapper {
    text-align: center;
  }


#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77-atc-btn-wrapper {
    text-align: center;
  }


#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77-atc-btn-wrapper {
    text-align: center;
  }


#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77-atc-btn-wrapper {
    text-align: center;
  }


#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-707e5db0-fd21-4b5e-bcbc-b283a0f0bf77.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-538c04fe-896e-453a-91dc-af65455511e5 {
  margin-left: auto;
margin-right: auto;
}

#s-22783363-b7ad-4b72-8576-9d5ca0490ed2 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-22783363-b7ad-4b72-8576-9d5ca0490ed2 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0a61707e-2f3b-4314-9a07-a27ba265d442 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61707e-2f3b-4314-9a07-a27ba265d442 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-025f780d-bad6-4e44-9e08-046f2a3936bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-025f780d-bad6-4e44-9e08-046f2a3936bb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-38c0a494-b06e-46ff-9ebc-f75644ca7d34 {
  text-align: center;
}

#s-38c0a494-b06e-46ff-9ebc-f75644ca7d34 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-38c0a494-b06e-46ff-9ebc-f75644ca7d34 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-38c0a494-b06e-46ff-9ebc-f75644ca7d34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-5fa8798c-f440-46d9-b55f-38144ae15600:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5fa8798c-f440-46d9-b55f-38144ae15600:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-5fa8798c-f440-46d9-b55f-38144ae15600-atc-btn-wrapper {
    text-align: center;
  }


#s-5fa8798c-f440-46d9-b55f-38144ae15600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-5fa8798c-f440-46d9-b55f-38144ae15600-atc-btn-wrapper {
    text-align: center;
  }


#s-5fa8798c-f440-46d9-b55f-38144ae15600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fa8798c-f440-46d9-b55f-38144ae15600-atc-btn-wrapper {
    text-align: center;
  }


#s-5fa8798c-f440-46d9-b55f-38144ae15600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5fa8798c-f440-46d9-b55f-38144ae15600-atc-btn-wrapper {
    text-align: center;
  }


#s-5fa8798c-f440-46d9-b55f-38144ae15600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-5fa8798c-f440-46d9-b55f-38144ae15600-atc-btn-wrapper {
    text-align: center;
  }


#s-5fa8798c-f440-46d9-b55f-38144ae15600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5fa8798c-f440-46d9-b55f-38144ae15600.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-90985a2a-cec8-44a3-8854-18ae5001a1d1 {
  margin-left: auto;
margin-right: auto;
}

#s-55a1d647-3fe0-418a-8f5b-b274c2144387 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-55a1d647-3fe0-418a-8f5b-b274c2144387 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4077b10-c41d-40fd-9e7b-52025a3a2586 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e02030e-dad4-4ee4-b538-14ac4873e64b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e02030e-dad4-4ee4-b538-14ac4873e64b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3fbc04a1-c29c-4b19-967e-d8c763ce762d {
  text-align: center;
}

#s-3fbc04a1-c29c-4b19-967e-d8c763ce762d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3fbc04a1-c29c-4b19-967e-d8c763ce762d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3fbc04a1-c29c-4b19-967e-d8c763ce762d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-1752d2c3-7eff-4610-9399-67f93601b685:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1752d2c3-7eff-4610-9399-67f93601b685:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-1752d2c3-7eff-4610-9399-67f93601b685-atc-btn-wrapper {
    text-align: center;
  }


#s-1752d2c3-7eff-4610-9399-67f93601b685 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-1752d2c3-7eff-4610-9399-67f93601b685-atc-btn-wrapper {
    text-align: center;
  }


#s-1752d2c3-7eff-4610-9399-67f93601b685 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1752d2c3-7eff-4610-9399-67f93601b685-atc-btn-wrapper {
    text-align: center;
  }


#s-1752d2c3-7eff-4610-9399-67f93601b685 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1752d2c3-7eff-4610-9399-67f93601b685-atc-btn-wrapper {
    text-align: center;
  }


#s-1752d2c3-7eff-4610-9399-67f93601b685 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-1752d2c3-7eff-4610-9399-67f93601b685-atc-btn-wrapper {
    text-align: center;
  }


#s-1752d2c3-7eff-4610-9399-67f93601b685 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1752d2c3-7eff-4610-9399-67f93601b685.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f {
  display: none;
}
#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f, #wrap-s-2d8cf2aa-4858-41f4-a942-3d1d7032933f, #wrap-content-s-2d8cf2aa-4858-41f4-a942-3d1d7032933f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f {
  display: none;
}
#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f, #wrap-s-2d8cf2aa-4858-41f4-a942-3d1d7032933f, #wrap-content-s-2d8cf2aa-4858-41f4-a942-3d1d7032933f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f {
  
}
}@media (max-width: 767px){#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f {
  
}
}







#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d8cf2aa-4858-41f4-a942-3d1d7032933f.shg-box.shg-c {
  justify-content: center;
}

#s-d3e67afa-dc5a-40a9-be4e-f044904bd4ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3e67afa-dc5a-40a9-be4e-f044904bd4ff .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-abe20abb-fccd-4eb5-ae1a-8eec6311868e {
  margin-left: auto;
margin-right: auto;
}

#s-abe20abb-fccd-4eb5-ae1a-8eec6311868e .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e {
  --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-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-prev,
#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-next {
  
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-prev svg,
#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e .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-abe20abb-fccd-4eb5-ae1a-8eec6311868e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-abe20abb-fccd-4eb5-ae1a-8eec6311868e .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e {
  --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-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-prev,
#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-next {
  
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-prev svg,
#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-abe20abb-fccd-4eb5-ae1a-8eec6311868e .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-abe20abb-fccd-4eb5-ae1a-8eec6311868e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-b2a42d3e-7a91-4572-8236-55dd97f160b4 {
  margin-left: auto;
margin-right: auto;
}

#s-3baed7dc-67f8-4a00-b5c0-033673d90139 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-3baed7dc-67f8-4a00-b5c0-033673d90139 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5283d41f-db46-4195-a5a4-5af95eb6245f {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-5283d41f-db46-4195-a5a4-5af95eb6245f .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-591d7b5c-a223-4ca9-9d45-3aa1b282216c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c0c2fe7c-310d-40c2-906b-2a0300460f09 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0c2fe7c-310d-40c2-906b-2a0300460f09 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3ba66252-14e1-43c7-847f-93b28ef5bece {
  text-align: center;
}

#s-3ba66252-14e1-43c7-847f-93b28ef5bece .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3ba66252-14e1-43c7-847f-93b28ef5bece .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3ba66252-14e1-43c7-847f-93b28ef5bece .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-ff0958ca-786c-4dcd-9da1-df1a1379c169:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ff0958ca-786c-4dcd-9da1-df1a1379c169:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169-atc-btn-wrapper {
    text-align: center;
  }


#s-ff0958ca-786c-4dcd-9da1-df1a1379c169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169-atc-btn-wrapper {
    text-align: center;
  }


#s-ff0958ca-786c-4dcd-9da1-df1a1379c169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169-atc-btn-wrapper {
    text-align: center;
  }


#s-ff0958ca-786c-4dcd-9da1-df1a1379c169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169-atc-btn-wrapper {
    text-align: center;
  }


#s-ff0958ca-786c-4dcd-9da1-df1a1379c169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169-atc-btn-wrapper {
    text-align: center;
  }


#s-ff0958ca-786c-4dcd-9da1-df1a1379c169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-ff0958ca-786c-4dcd-9da1-df1a1379c169.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-4fb5fc39-dcf1-4ab0-b386-307f289ef77f {
  margin-left: auto;
margin-right: auto;
}

#s-c20e7509-d9bd-4cde-b18f-dd3303e60e5f {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-c20e7509-d9bd-4cde-b18f-dd3303e60e5f .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-40152d80-0d29-47d4-b7fb-364da30bbc11 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40152d80-0d29-47d4-b7fb-364da30bbc11 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3a75d0aa-842d-422f-b7f1-0e3da5d49311 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a75d0aa-842d-422f-b7f1-0e3da5d49311 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-cc313747-6e74-4878-82a8-97315f7385c2 {
  text-align: center;
}

#s-cc313747-6e74-4878-82a8-97315f7385c2 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cc313747-6e74-4878-82a8-97315f7385c2 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-cc313747-6e74-4878-82a8-97315f7385c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-fae9884c-0b43-4a6d-b511-08df524c1185:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fae9884c-0b43-4a6d-b511-08df524c1185:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-fae9884c-0b43-4a6d-b511-08df524c1185-atc-btn-wrapper {
    text-align: center;
  }


#s-fae9884c-0b43-4a6d-b511-08df524c1185 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-fae9884c-0b43-4a6d-b511-08df524c1185-atc-btn-wrapper {
    text-align: center;
  }


#s-fae9884c-0b43-4a6d-b511-08df524c1185 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-fae9884c-0b43-4a6d-b511-08df524c1185-atc-btn-wrapper {
    text-align: center;
  }


#s-fae9884c-0b43-4a6d-b511-08df524c1185 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-fae9884c-0b43-4a6d-b511-08df524c1185-atc-btn-wrapper {
    text-align: center;
  }


#s-fae9884c-0b43-4a6d-b511-08df524c1185 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-fae9884c-0b43-4a6d-b511-08df524c1185-atc-btn-wrapper {
    text-align: center;
  }


#s-fae9884c-0b43-4a6d-b511-08df524c1185 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-fae9884c-0b43-4a6d-b511-08df524c1185.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-3a5850fe-62ab-4014-99ed-b16e23f88f5b {
  margin-left: auto;
margin-right: auto;
}

#s-4accdd6d-8974-4275-a198-41cdba0247d1 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-4accdd6d-8974-4275-a198-41cdba0247d1 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c96b8abd-2e50-4cc1-b66d-a9ea2e1b0087 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-39a5f89e-a3db-44d2-9877-818c045dca8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39a5f89e-a3db-44d2-9877-818c045dca8a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a2996a9c-1c1b-4863-b8b9-05f5c8fc15f7 {
  text-align: center;
}

#s-a2996a9c-1c1b-4863-b8b9-05f5c8fc15f7 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a2996a9c-1c1b-4863-b8b9-05f5c8fc15f7 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-a2996a9c-1c1b-4863-b8b9-05f5c8fc15f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-e075cd7a-951f-44ae-9f38-16842939beb6:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e075cd7a-951f-44ae-9f38-16842939beb6:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-e075cd7a-951f-44ae-9f38-16842939beb6-atc-btn-wrapper {
    text-align: center;
  }


#s-e075cd7a-951f-44ae-9f38-16842939beb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-e075cd7a-951f-44ae-9f38-16842939beb6-atc-btn-wrapper {
    text-align: center;
  }


#s-e075cd7a-951f-44ae-9f38-16842939beb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e075cd7a-951f-44ae-9f38-16842939beb6-atc-btn-wrapper {
    text-align: center;
  }


#s-e075cd7a-951f-44ae-9f38-16842939beb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e075cd7a-951f-44ae-9f38-16842939beb6-atc-btn-wrapper {
    text-align: center;
  }


#s-e075cd7a-951f-44ae-9f38-16842939beb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-e075cd7a-951f-44ae-9f38-16842939beb6-atc-btn-wrapper {
    text-align: center;
  }


#s-e075cd7a-951f-44ae-9f38-16842939beb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e075cd7a-951f-44ae-9f38-16842939beb6.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-b544a277-5224-4eab-bf94-8664e528d144 {
  margin-left: auto;
margin-right: auto;
}

#s-26808593-592b-4f90-b205-5ce649dd7534 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-26808593-592b-4f90-b205-5ce649dd7534 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2cd83ae-88e9-4e9d-99bd-94d51a86ba7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8b5188ce-8822-4e15-81be-e681e87af947 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b5188ce-8822-4e15-81be-e681e87af947 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e1bc44fa-276d-41ab-a0f0-2cac393e8728 {
  text-align: center;
}

#s-e1bc44fa-276d-41ab-a0f0-2cac393e8728 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e1bc44fa-276d-41ab-a0f0-2cac393e8728 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-e1bc44fa-276d-41ab-a0f0-2cac393e8728 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d-atc-btn-wrapper {
    text-align: center;
  }


#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d-atc-btn-wrapper {
    text-align: center;
  }


#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d-atc-btn-wrapper {
    text-align: center;
  }


#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d-atc-btn-wrapper {
    text-align: center;
  }


#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d-atc-btn-wrapper {
    text-align: center;
  }


#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-6183d4fe-7c4a-4b02-9088-8cd3950bc02d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-8f902022-8f2a-4cfb-bc9a-4e5924572862 {
  margin-left: auto;
margin-right: auto;
}

#s-00be1b07-3e19-447f-8b89-ecd8839bcfd4 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-00be1b07-3e19-447f-8b89-ecd8839bcfd4 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1a439f34-ac7e-493c-86dc-489ea4861339 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a439f34-ac7e-493c-86dc-489ea4861339 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-be8bb2ce-a001-42ce-a7c9-d386f9a55183 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be8bb2ce-a001-42ce-a7c9-d386f9a55183 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-85f0393d-4add-45eb-80a9-803b9a48718a {
  text-align: center;
}

#s-85f0393d-4add-45eb-80a9-803b9a48718a .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-85f0393d-4add-45eb-80a9-803b9a48718a .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-85f0393d-4add-45eb-80a9-803b9a48718a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-4a5e0efc-c02b-40e9-93f4-057d42578012:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4a5e0efc-c02b-40e9-93f4-057d42578012:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-4a5e0efc-c02b-40e9-93f4-057d42578012-atc-btn-wrapper {
    text-align: center;
  }


#s-4a5e0efc-c02b-40e9-93f4-057d42578012 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-4a5e0efc-c02b-40e9-93f4-057d42578012-atc-btn-wrapper {
    text-align: center;
  }


#s-4a5e0efc-c02b-40e9-93f4-057d42578012 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a5e0efc-c02b-40e9-93f4-057d42578012-atc-btn-wrapper {
    text-align: center;
  }


#s-4a5e0efc-c02b-40e9-93f4-057d42578012 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4a5e0efc-c02b-40e9-93f4-057d42578012-atc-btn-wrapper {
    text-align: center;
  }


#s-4a5e0efc-c02b-40e9-93f4-057d42578012 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-4a5e0efc-c02b-40e9-93f4-057d42578012-atc-btn-wrapper {
    text-align: center;
  }


#s-4a5e0efc-c02b-40e9-93f4-057d42578012 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-4a5e0efc-c02b-40e9-93f4-057d42578012.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-4f146ccf-1659-4183-9336-32329ab3fb18 {
  margin-left: auto;
margin-right: auto;
}

#s-f408a385-775d-4826-882f-28e1f4b17a7e {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-f408a385-775d-4826-882f-28e1f4b17a7e .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-90555b51-fd23-493c-991a-39dbcdb587ff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90555b51-fd23-493c-991a-39dbcdb587ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-df1ea50b-3a7b-442d-bad4-ca9720e8b7be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df1ea50b-3a7b-442d-bad4-ca9720e8b7be .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-626e2317-bf72-4a5a-ad2c-4957523c2539 {
  text-align: center;
}

#s-626e2317-bf72-4a5a-ad2c-4957523c2539 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-626e2317-bf72-4a5a-ad2c-4957523c2539 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-626e2317-bf72-4a5a-ad2c-4957523c2539 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-1133355d-9c1e-4450-a9f3-db7611f9306e:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1133355d-9c1e-4450-a9f3-db7611f9306e:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-1133355d-9c1e-4450-a9f3-db7611f9306e-atc-btn-wrapper {
    text-align: center;
  }


#s-1133355d-9c1e-4450-a9f3-db7611f9306e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-1133355d-9c1e-4450-a9f3-db7611f9306e-atc-btn-wrapper {
    text-align: center;
  }


#s-1133355d-9c1e-4450-a9f3-db7611f9306e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1133355d-9c1e-4450-a9f3-db7611f9306e-atc-btn-wrapper {
    text-align: center;
  }


#s-1133355d-9c1e-4450-a9f3-db7611f9306e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1133355d-9c1e-4450-a9f3-db7611f9306e-atc-btn-wrapper {
    text-align: center;
  }


#s-1133355d-9c1e-4450-a9f3-db7611f9306e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-1133355d-9c1e-4450-a9f3-db7611f9306e-atc-btn-wrapper {
    text-align: center;
  }


#s-1133355d-9c1e-4450-a9f3-db7611f9306e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-1133355d-9c1e-4450-a9f3-db7611f9306e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-109176e5-316a-4b5f-b540-9c55af23f6d3 {
  margin-left: auto;
margin-right: auto;
}

#s-0c37c13e-3468-4fce-a68b-b8fd3fdb645c {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-0c37c13e-3468-4fce-a68b-b8fd3fdb645c .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2041e4f9-e232-4ae2-a127-40bb54df5fb4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-511a89dd-5750-4566-9cf8-64ab317aea3c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-511a89dd-5750-4566-9cf8-64ab317aea3c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e5f818be-c650-4986-a032-ea87888649a2 {
  text-align: center;
}

#s-e5f818be-c650-4986-a032-ea87888649a2 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e5f818be-c650-4986-a032-ea87888649a2 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-e5f818be-c650-4986-a032-ea87888649a2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-b2a01a13-a731-46a5-90ed-d68942e0f139:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b2a01a13-a731-46a5-90ed-d68942e0f139:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-b2a01a13-a731-46a5-90ed-d68942e0f139-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a01a13-a731-46a5-90ed-d68942e0f139 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-b2a01a13-a731-46a5-90ed-d68942e0f139-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a01a13-a731-46a5-90ed-d68942e0f139 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2a01a13-a731-46a5-90ed-d68942e0f139-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a01a13-a731-46a5-90ed-d68942e0f139 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b2a01a13-a731-46a5-90ed-d68942e0f139-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a01a13-a731-46a5-90ed-d68942e0f139 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-b2a01a13-a731-46a5-90ed-d68942e0f139-atc-btn-wrapper {
    text-align: center;
  }


#s-b2a01a13-a731-46a5-90ed-d68942e0f139 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b2a01a13-a731-46a5-90ed-d68942e0f139.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-aadc9f7f-919e-4e92-bd5d-4dbc94416779 {
  margin-left: auto;
margin-right: auto;
}

#s-224a6900-fac1-404f-85ff-380ecd1e2c66 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-224a6900-fac1-404f-85ff-380ecd1e2c66 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a8e842e9-2442-41e7-ab82-1366e6da6242 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e842e9-2442-41e7-ab82-1366e6da6242 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed178340-4b1f-4d39-9c67-099990b4506d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed178340-4b1f-4d39-9c67-099990b4506d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-adc345cd-6547-42f9-b40b-0e6e2e465ee9 {
  text-align: center;
}

#s-adc345cd-6547-42f9-b40b-0e6e2e465ee9 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-adc345cd-6547-42f9-b40b-0e6e2e465ee9 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-adc345cd-6547-42f9-b40b-0e6e2e465ee9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd-atc-btn-wrapper {
    text-align: center;
  }


#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-e64b91dc-2ee3-4475-bab0-570ff7cfd6fd.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-39fa09b6-d788-43fd-a397-eb7dc53b3a68 {
  margin-left: auto;
margin-right: auto;
}

#s-c38fc134-2bf9-404b-8ffe-1b76af76a2a8 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-c38fc134-2bf9-404b-8ffe-1b76af76a2a8 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fe3de3c-153b-44f9-8eb0-61163713c6ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-03dd544a-1719-4ca4-84e9-b00e62ba37ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03dd544a-1719-4ca4-84e9-b00e62ba37ac .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c8fa7683-0ab9-403c-8517-055bb297505d {
  text-align: center;
}

#s-c8fa7683-0ab9-403c-8517-055bb297505d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c8fa7683-0ab9-403c-8517-055bb297505d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c8fa7683-0ab9-403c-8517-055bb297505d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c-atc-btn-wrapper {
    text-align: center;
  }


#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c-atc-btn-wrapper {
    text-align: center;
  }


#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c-atc-btn-wrapper {
    text-align: center;
  }


#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c-atc-btn-wrapper {
    text-align: center;
  }


#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c-atc-btn-wrapper {
    text-align: center;
  }


#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-cd01bb9c-1772-4c6c-a7e0-69cb26da247c.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-fb35d3f6-35d6-47ad-aa08-3bc769dafa54 {
  margin-left: auto;
margin-right: auto;
}

#s-8c077fb6-e4f5-4177-8215-d8f05e0fd09a {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-8c077fb6-e4f5-4177-8215-d8f05e0fd09a .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd9247ea-0e26-4d74-87d6-44b33c0b57dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-960b6425-fe67-4eb1-877a-ff2175d6f4e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-960b6425-fe67-4eb1-877a-ff2175d6f4e1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f5939692-473c-4b97-a80f-9c786c6cb241 {
  text-align: center;
}

#s-f5939692-473c-4b97-a80f-9c786c6cb241 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f5939692-473c-4b97-a80f-9c786c6cb241 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-f5939692-473c-4b97-a80f-9c786c6cb241 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-3f8cc64d-de22-4b3f-924c-3d408d223724:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3f8cc64d-de22-4b3f-924c-3d408d223724:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-3f8cc64d-de22-4b3f-924c-3d408d223724-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8cc64d-de22-4b3f-924c-3d408d223724 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-3f8cc64d-de22-4b3f-924c-3d408d223724-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8cc64d-de22-4b3f-924c-3d408d223724 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f8cc64d-de22-4b3f-924c-3d408d223724-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8cc64d-de22-4b3f-924c-3d408d223724 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-3f8cc64d-de22-4b3f-924c-3d408d223724-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8cc64d-de22-4b3f-924c-3d408d223724 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-3f8cc64d-de22-4b3f-924c-3d408d223724-atc-btn-wrapper {
    text-align: center;
  }


#s-3f8cc64d-de22-4b3f-924c-3d408d223724 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-3f8cc64d-de22-4b3f-924c-3d408d223724.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-9a652b44-e91a-426c-8739-4cf2f0b46854 {
  margin-left: auto;
margin-right: auto;
}

#s-837d40ca-824f-4242-9e3b-172d11dbe158 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-837d40ca-824f-4242-9e3b-172d11dbe158 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e93fadb7-a048-4a13-b882-3864e918110b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e93fadb7-a048-4a13-b882-3864e918110b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e0b23805-ad5a-4c81-958e-52aca964edfa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0b23805-ad5a-4c81-958e-52aca964edfa .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d5a43265-b867-44f1-bd3f-a960f9723999 {
  text-align: center;
}

#s-d5a43265-b867-44f1-bd3f-a960f9723999 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d5a43265-b867-44f1-bd3f-a960f9723999 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-d5a43265-b867-44f1-bd3f-a960f9723999 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf-atc-btn-wrapper {
    text-align: center;
  }


#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf-atc-btn-wrapper {
    text-align: center;
  }


#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf-atc-btn-wrapper {
    text-align: center;
  }


#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf-atc-btn-wrapper {
    text-align: center;
  }


#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf-atc-btn-wrapper {
    text-align: center;
  }


#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-aa4f44ce-bc1f-49d7-b39b-d4ed3945e7cf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-7c368c95-c757-468d-bd90-668ed2d19817 {
  margin-left: auto;
margin-right: auto;
}

#s-7d40ecd8-18d5-4270-b8a1-53a296ba5b30 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-7d40ecd8-18d5-4270-b8a1-53a296ba5b30 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e045b129-b192-4ef8-88e7-9198f75b49f0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e045b129-b192-4ef8-88e7-9198f75b49f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1410da07-f11f-481f-b991-9ac66b60ac2d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1410da07-f11f-481f-b991-9ac66b60ac2d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c5a77004-6563-4411-b436-a10f26a25b2d {
  text-align: center;
}

#s-c5a77004-6563-4411-b436-a10f26a25b2d .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c5a77004-6563-4411-b436-a10f26a25b2d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c5a77004-6563-4411-b436-a10f26a25b2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-77abc5d2-d804-4e6a-9221-35d64c089245:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-77abc5d2-d804-4e6a-9221-35d64c089245:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-77abc5d2-d804-4e6a-9221-35d64c089245-atc-btn-wrapper {
    text-align: center;
  }


#s-77abc5d2-d804-4e6a-9221-35d64c089245 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-77abc5d2-d804-4e6a-9221-35d64c089245-atc-btn-wrapper {
    text-align: center;
  }


#s-77abc5d2-d804-4e6a-9221-35d64c089245 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-77abc5d2-d804-4e6a-9221-35d64c089245-atc-btn-wrapper {
    text-align: center;
  }


#s-77abc5d2-d804-4e6a-9221-35d64c089245 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-77abc5d2-d804-4e6a-9221-35d64c089245-atc-btn-wrapper {
    text-align: center;
  }


#s-77abc5d2-d804-4e6a-9221-35d64c089245 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-77abc5d2-d804-4e6a-9221-35d64c089245-atc-btn-wrapper {
    text-align: center;
  }


#s-77abc5d2-d804-4e6a-9221-35d64c089245 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-77abc5d2-d804-4e6a-9221-35d64c089245.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-aac451a9-9a34-4bc7-884a-8f8d8d33f402 {
  margin-left: auto;
margin-right: auto;
}

#s-83d8f6d3-f852-4b3f-843b-713f238237b3 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-83d8f6d3-f852-4b3f-843b-713f238237b3 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f22797-4ff4-49e9-8616-8cb1f56c8a80 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-032cfc81-0a6d-4618-ba9a-2d365d051aa7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-032cfc81-0a6d-4618-ba9a-2d365d051aa7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-446ea19e-299a-4937-b30c-9ff5cce10093 {
  text-align: center;
}

#s-446ea19e-299a-4937-b30c-9ff5cce10093 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-446ea19e-299a-4937-b30c-9ff5cce10093 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-446ea19e-299a-4937-b30c-9ff5cce10093 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-f2b67461-3893-4a91-81e9-6dc7a916362d:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f2b67461-3893-4a91-81e9-6dc7a916362d:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-f2b67461-3893-4a91-81e9-6dc7a916362d-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b67461-3893-4a91-81e9-6dc7a916362d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-f2b67461-3893-4a91-81e9-6dc7a916362d-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b67461-3893-4a91-81e9-6dc7a916362d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2b67461-3893-4a91-81e9-6dc7a916362d-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b67461-3893-4a91-81e9-6dc7a916362d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f2b67461-3893-4a91-81e9-6dc7a916362d-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b67461-3893-4a91-81e9-6dc7a916362d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-f2b67461-3893-4a91-81e9-6dc7a916362d-atc-btn-wrapper {
    text-align: center;
  }


#s-f2b67461-3893-4a91-81e9-6dc7a916362d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-f2b67461-3893-4a91-81e9-6dc7a916362d.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-3607904a-aac6-4ff1-9bbf-e05559bc295e {
  margin-left: auto;
margin-right: auto;
}

#s-8cda1326-345d-4ed1-9241-efec173b3e85 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-8cda1326-345d-4ed1-9241-efec173b3e85 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f802cc99-5a2d-4d50-9524-8e6b0b7d1629 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-82dd5844-7b44-47ea-9ebc-699f1f6d9467 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82dd5844-7b44-47ea-9ebc-699f1f6d9467 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8ece5c5f-4c49-4502-8eb9-c2a4996a6179 {
  text-align: center;
}

#s-8ece5c5f-4c49-4502-8eb9-c2a4996a6179 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8ece5c5f-4c49-4502-8eb9-c2a4996a6179 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-8ece5c5f-4c49-4502-8eb9-c2a4996a6179 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-b86e978c-80a7-4260-a9d6-8db3c8875735:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b86e978c-80a7-4260-a9d6-8db3c8875735:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-b86e978c-80a7-4260-a9d6-8db3c8875735-atc-btn-wrapper {
    text-align: center;
  }


#s-b86e978c-80a7-4260-a9d6-8db3c8875735 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-b86e978c-80a7-4260-a9d6-8db3c8875735-atc-btn-wrapper {
    text-align: center;
  }


#s-b86e978c-80a7-4260-a9d6-8db3c8875735 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b86e978c-80a7-4260-a9d6-8db3c8875735-atc-btn-wrapper {
    text-align: center;
  }


#s-b86e978c-80a7-4260-a9d6-8db3c8875735 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b86e978c-80a7-4260-a9d6-8db3c8875735-atc-btn-wrapper {
    text-align: center;
  }


#s-b86e978c-80a7-4260-a9d6-8db3c8875735 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-b86e978c-80a7-4260-a9d6-8db3c8875735-atc-btn-wrapper {
    text-align: center;
  }


#s-b86e978c-80a7-4260-a9d6-8db3c8875735 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-b86e978c-80a7-4260-a9d6-8db3c8875735.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-60790692-a040-4295-b049-d7c272bca7d6 {
  margin-left: auto;
margin-right: auto;
}

#s-59c0803b-2d5a-4db7-855a-592da091c66f {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-59c0803b-2d5a-4db7-855a-592da091c66f .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8ce77b9-3b60-410b-a269-8bdcb3b4c495 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0b267c44-b401-4f87-b2dc-1c2ad956a557 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b267c44-b401-4f87-b2dc-1c2ad956a557 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-86c304fb-7679-42ea-8894-b4fe960f27e7 {
  text-align: center;
}

#s-86c304fb-7679-42ea-8894-b4fe960f27e7 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-86c304fb-7679-42ea-8894-b4fe960f27e7 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-86c304fb-7679-42ea-8894-b4fe960f27e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-a868fdf2-d38b-4268-9af9-3f8d2df51399:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a868fdf2-d38b-4268-9af9-3f8d2df51399:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399-atc-btn-wrapper {
    text-align: center;
  }


#s-a868fdf2-d38b-4268-9af9-3f8d2df51399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399-atc-btn-wrapper {
    text-align: center;
  }


#s-a868fdf2-d38b-4268-9af9-3f8d2df51399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399-atc-btn-wrapper {
    text-align: center;
  }


#s-a868fdf2-d38b-4268-9af9-3f8d2df51399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399-atc-btn-wrapper {
    text-align: center;
  }


#s-a868fdf2-d38b-4268-9af9-3f8d2df51399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399-atc-btn-wrapper {
    text-align: center;
  }


#s-a868fdf2-d38b-4268-9af9-3f8d2df51399 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-a868fdf2-d38b-4268-9af9-3f8d2df51399.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-6020cf44-e6da-4d70-8509-11586086b88a {
  margin-left: auto;
margin-right: auto;
}

#s-df1dbf2b-bf6e-4676-b496-0943086ea274 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-df1dbf2b-bf6e-4676-b496-0943086ea274 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9b7eda9-c85e-4147-8aea-875e1ffc29bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-87a815ef-2f79-4ec3-a73e-20bd87f4e5cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87a815ef-2f79-4ec3-a73e-20bd87f4e5cc .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-20647b68-3160-42a5-ba12-e9dd4e57c8b6 {
  text-align: center;
}

#s-20647b68-3160-42a5-ba12-e9dd4e57c8b6 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-20647b68-3160-42a5-ba12-e9dd4e57c8b6 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-20647b68-3160-42a5-ba12-e9dd4e57c8b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-23f4de30-24eb-469d-b455-f66e4321aadf:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-23f4de30-24eb-469d-b455-f66e4321aadf:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-23f4de30-24eb-469d-b455-f66e4321aadf-atc-btn-wrapper {
    text-align: center;
  }


#s-23f4de30-24eb-469d-b455-f66e4321aadf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-23f4de30-24eb-469d-b455-f66e4321aadf-atc-btn-wrapper {
    text-align: center;
  }


#s-23f4de30-24eb-469d-b455-f66e4321aadf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-23f4de30-24eb-469d-b455-f66e4321aadf-atc-btn-wrapper {
    text-align: center;
  }


#s-23f4de30-24eb-469d-b455-f66e4321aadf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-23f4de30-24eb-469d-b455-f66e4321aadf-atc-btn-wrapper {
    text-align: center;
  }


#s-23f4de30-24eb-469d-b455-f66e4321aadf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-23f4de30-24eb-469d-b455-f66e4321aadf-atc-btn-wrapper {
    text-align: center;
  }


#s-23f4de30-24eb-469d-b455-f66e4321aadf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-23f4de30-24eb-469d-b455-f66e4321aadf.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-5aacf148-db2a-4cf0-a9cd-74e26fcfb05b {
  margin-left: auto;
margin-right: auto;
}

#s-415818f4-5a1b-4f59-83c0-a0eb1522b0e2 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-415818f4-5a1b-4f59-83c0-a0eb1522b0e2 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7fecf6-a519-4cd5-bf7d-a11432389c19 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-792ca11e-c9fd-4cbb-92cc-f8d244f3d958 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-792ca11e-c9fd-4cbb-92cc-f8d244f3d958 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c75271c5-86c9-4cfe-a549-50842bb72006 {
  text-align: center;
}

#s-c75271c5-86c9-4cfe-a549-50842bb72006 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c75271c5-86c9-4cfe-a549-50842bb72006 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c75271c5-86c9-4cfe-a549-50842bb72006 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-7438880f-d74c-47e1-b221-0263706cd5fb:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7438880f-d74c-47e1-b221-0263706cd5fb:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-7438880f-d74c-47e1-b221-0263706cd5fb-atc-btn-wrapper {
    text-align: center;
  }


#s-7438880f-d74c-47e1-b221-0263706cd5fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-7438880f-d74c-47e1-b221-0263706cd5fb-atc-btn-wrapper {
    text-align: center;
  }


#s-7438880f-d74c-47e1-b221-0263706cd5fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7438880f-d74c-47e1-b221-0263706cd5fb-atc-btn-wrapper {
    text-align: center;
  }


#s-7438880f-d74c-47e1-b221-0263706cd5fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7438880f-d74c-47e1-b221-0263706cd5fb-atc-btn-wrapper {
    text-align: center;
  }


#s-7438880f-d74c-47e1-b221-0263706cd5fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-7438880f-d74c-47e1-b221-0263706cd5fb-atc-btn-wrapper {
    text-align: center;
  }


#s-7438880f-d74c-47e1-b221-0263706cd5fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-7438880f-d74c-47e1-b221-0263706cd5fb.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-e810d15c-b805-45c0-af58-414ec83b3f35 {
  margin-left: auto;
margin-right: auto;
}

#s-170e2102-32ce-407b-89f0-e0fd35be87d7 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-170e2102-32ce-407b-89f0-e0fd35be87d7 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a9916862-24d5-44d0-8cbe-ef49f28511bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9916862-24d5-44d0-8cbe-ef49f28511bb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-96dbfff8-5eab-4971-8f2b-80c145fa7454 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96dbfff8-5eab-4971-8f2b-80c145fa7454 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7fc32ce8-32e4-45a6-8808-eaf051bfb6c9 {
  text-align: center;
}

#s-7fc32ce8-32e4-45a6-8808-eaf051bfb6c9 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7fc32ce8-32e4-45a6-8808-eaf051bfb6c9 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-7fc32ce8-32e4-45a6-8808-eaf051bfb6c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da-atc-btn-wrapper {
    text-align: center;
  }


#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da-atc-btn-wrapper {
    text-align: center;
  }


#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da-atc-btn-wrapper {
    text-align: center;
  }


#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da-atc-btn-wrapper {
    text-align: center;
  }


#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da-atc-btn-wrapper {
    text-align: center;
  }


#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-0fce3784-a7a8-4b84-ad13-ccabee2f05da.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-fbac5468-18e6-42b1-afd7-2ec9266726b5 {
  margin-left: auto;
margin-right: auto;
}

#s-5b955b6b-d2c4-45a5-b368-cacb27866c53 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(255, 247, 236, 1);
}

#s-5b955b6b-d2c4-45a5-b368-cacb27866c53 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0612bb6c-ba3d-46d0-9d0e-54be60a8126f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f34301ae-4238-4e4c-bc79-7cbed16105ef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f34301ae-4238-4e4c-bc79-7cbed16105ef .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2a7367ae-eb0a-4df2-85e4-166a8e02ce25 {
  text-align: center;
}

#s-2a7367ae-eb0a-4df2-85e4-166a8e02ce25 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2a7367ae-eb0a-4df2-85e4-166a8e02ce25 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-2a7367ae-eb0a-4df2-85e4-166a8e02ce25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1-atc-btn-wrapper {
    text-align: center;
  }


#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1-atc-btn-wrapper {
    text-align: center;
  }


#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1-atc-btn-wrapper {
    text-align: center;
  }


#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1-atc-btn-wrapper {
    text-align: center;
  }


#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1-atc-btn-wrapper {
    text-align: center;
  }


#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-5f093cc7-c8fe-43d3-bd9b-65fcfab0a6d1.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
#s-78e0d10b-240b-4554-aa3b-e2ee96c2e20e {
  margin-left: auto;
margin-right: auto;
}

#s-d4754cf9-8e43-455c-8bb2-35edf776bc92 {
  margin-left: auto;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
max-width: 60px;
text-align: center;
background-color: rgba(202, 74, 44, 1);
}

#s-d4754cf9-8e43-455c-8bb2-35edf776bc92 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4ca131a-5e3f-4b58-9fd6-bd691f455dbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c7f4ebd-3dbf-4967-a749-0550e12edda9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c7f4ebd-3dbf-4967-a749-0550e12edda9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7f105637-2c3c-4eff-b5a9-546fead94d73 {
  text-align: center;
}

#s-7f105637-2c3c-4eff-b5a9-546fead94d73 .shg-product-sold-out {
  display: none;
  color: rgba(203, 74, 43, 1);
  font-size: 20px;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7f105637-2c3c-4eff-b5a9-546fead94d73 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-7f105637-2c3c-4eff-b5a9-546fead94d73 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(19, 67, 61, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d323caef-cdbe-4653-812e-a456462936af {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(19, 67, 61, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
}
#s-d323caef-cdbe-4653-812e-a456462936af:hover {background-color: rgba(251, 181, 72, 1) !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d323caef-cdbe-4653-812e-a456462936af:active {border-style: solid !important;
border-color: rgba(255, 247, 235, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-d323caef-cdbe-4653-812e-a456462936af-atc-btn-wrapper {
    text-align: center;
  }


#s-d323caef-cdbe-4653-812e-a456462936af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

@media (min-width: 1200px){
  #s-d323caef-cdbe-4653-812e-a456462936af-atc-btn-wrapper {
    text-align: center;
  }


#s-d323caef-cdbe-4653-812e-a456462936af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d323caef-cdbe-4653-812e-a456462936af-atc-btn-wrapper {
    text-align: center;
  }


#s-d323caef-cdbe-4653-812e-a456462936af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d323caef-cdbe-4653-812e-a456462936af-atc-btn-wrapper {
    text-align: center;
  }


#s-d323caef-cdbe-4653-812e-a456462936af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}@media (max-width: 767px){
  #s-d323caef-cdbe-4653-812e-a456462936af-atc-btn-wrapper {
    text-align: center;
  }


#s-d323caef-cdbe-4653-812e-a456462936af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


  #s-d323caef-cdbe-4653-812e-a456462936af.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Poppins;
    
    font-size: 16px;
    color: rgba(255, 247, 235, 1);
  }

}
.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-9d9a8d02-1691-4b11-a5e1-a721ef1fada5 {
  background-size: 0px 0px;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 247, 235, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(0, 121, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 235, 1);
line-height: 1.5em;
letter-spacing: 0px;
}
#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(253, 172, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODkxODg4YTEtNmNmNi00YzhkLWJiMzAtMDMyYmQ3ZTFjMGVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OTE4ODhhMS02Y2Y2LTRjOGQtYmIzMC0wMzJiZDdlMWMwZWUpIi8+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"=>"#7e20cf"}] !important;
color: rgba(255, 247, 235, 1) !important;}@media (min-width: 1200px){#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5 {
  
}
}@media (max-width: 767px){#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5 {
  margin-left: 0%;
margin-right: 0%;
}
#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA3Y2Y5NzAtOTU3NC00NjFiLTg3NGYtNTIxNzkzM2E4NzhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDdjZjk3MC05NTc0LTQ2MWItODc0Zi01MjE3OTMzYTg3OGYpIi8+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"=>"#7e20cf"}] !important;
color: rgba(246, 14, 14, 1) !important;}}

  #s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5-root {
    text-align: center;
  }


#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5-root {
    text-align: center;
  }


#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5-root {
    text-align: center;
  }


#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5-root {
    text-align: center;
  }


#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5-root {
    text-align: center;
  }


#s-9d9a8d02-1691-4b11-a5e1-a721ef1fada5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $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}