.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-bc043c95-c837-4c33-af9a-9c674f0bc422 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-bc043c95-c837-4c33-af9a-9c674f0bc422 {
  display: none;
}
#s-bc043c95-c837-4c33-af9a-9c674f0bc422, #wrap-s-bc043c95-c837-4c33-af9a-9c674f0bc422, #wrap-content-s-bc043c95-c837-4c33-af9a-9c674f0bc422 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc043c95-c837-4c33-af9a-9c674f0bc422 {
  display: none;
}
#s-bc043c95-c837-4c33-af9a-9c674f0bc422, #wrap-s-bc043c95-c837-4c33-af9a-9c674f0bc422, #wrap-content-s-bc043c95-c837-4c33-af9a-9c674f0bc422 { display: none !important; }}
#s-bc043c95-c837-4c33-af9a-9c674f0bc422 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bc043c95-c837-4c33-af9a-9c674f0bc422 .shg-sld-nav-button.shg-sld-left,
#s-bc043c95-c837-4c33-af9a-9c674f0bc422 .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-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  max-width: 1573px;
text-align: center;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c-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-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image {
  box-sizing: border-box;
}



.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  
}


@media (min-width: 1200px){#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c-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-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image {
  box-sizing: border-box;
}



.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c-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-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image {
  box-sizing: border-box;
}



.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c-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-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image {
  box-sizing: border-box;
}



.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  
}


}@media (max-width: 767px){#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  margin: 0 !important;
  overflow: visible;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c-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-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add background color handling */
  
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c.shogun-image {
  box-sizing: border-box;
}



.s-5cc1e77c-0bbe-48fd-a3c0-b76c640d5f9c img.shogun-image {
  
}


}
#s-5063506d-cd65-4fb0-b399-021a808af0db {
  max-width: 756px;
text-align: center;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db {
  margin: 0 !important;
  overflow: visible;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db-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-5063506d-cd65-4fb0-b399-021a808af0db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5063506d-cd65-4fb0-b399-021a808af0db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add background color handling */
  
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5063506d-cd65-4fb0-b399-021a808af0db .shogun-image-content {
  
    justify-content: center;
  
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image {
  box-sizing: border-box;
}



.s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  
}


@media (min-width: 1200px){#s-5063506d-cd65-4fb0-b399-021a808af0db {
  margin: 0 !important;
  overflow: visible;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db-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-5063506d-cd65-4fb0-b399-021a808af0db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5063506d-cd65-4fb0-b399-021a808af0db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add background color handling */
  
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5063506d-cd65-4fb0-b399-021a808af0db .shogun-image-content {
  
    justify-content: center;
  
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image {
  box-sizing: border-box;
}



.s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5063506d-cd65-4fb0-b399-021a808af0db {
  margin: 0 !important;
  overflow: visible;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db-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-5063506d-cd65-4fb0-b399-021a808af0db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5063506d-cd65-4fb0-b399-021a808af0db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add background color handling */
  
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5063506d-cd65-4fb0-b399-021a808af0db .shogun-image-content {
  
    justify-content: center;
  
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image {
  box-sizing: border-box;
}



.s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5063506d-cd65-4fb0-b399-021a808af0db {
  margin: 0 !important;
  overflow: visible;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db-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-5063506d-cd65-4fb0-b399-021a808af0db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5063506d-cd65-4fb0-b399-021a808af0db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add background color handling */
  
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5063506d-cd65-4fb0-b399-021a808af0db .shogun-image-content {
  
    justify-content: center;
  
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image {
  box-sizing: border-box;
}



.s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  
}


}@media (max-width: 767px){#s-5063506d-cd65-4fb0-b399-021a808af0db {
  margin: 0 !important;
  overflow: visible;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db-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-5063506d-cd65-4fb0-b399-021a808af0db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5063506d-cd65-4fb0-b399-021a808af0db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add background color handling */
  
}

#s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5063506d-cd65-4fb0-b399-021a808af0db .shogun-image-content {
  
    justify-content: center;
  
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5063506d-cd65-4fb0-b399-021a808af0db.shogun-image {
  box-sizing: border-box;
}



.s-5063506d-cd65-4fb0-b399-021a808af0db img.shogun-image {
  
}


}
.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-ee5380a6-06de-4c4d-b42e-d6a6a9f4f6db {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-ee5380a6-06de-4c4d-b42e-d6a6a9f4f6db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee5380a6-06de-4c4d-b42e-d6a6a9f4f6db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee5380a6-06de-4c4d-b42e-d6a6a9f4f6db {
  
}
}@media (max-width: 767px){#s-ee5380a6-06de-4c4d-b42e-d6a6a9f4f6db {
  
}
}







#s-ee5380a6-06de-4c4d-b42e-d6a6a9f4f6db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee5380a6-06de-4c4d-b42e-d6a6a9f4f6db.shg-box.shg-c {
  justify-content: center;
}

#s-85d744a5-d0bd-4bec-bd8d-50583aec9ab7 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-85d744a5-d0bd-4bec-bd8d-50583aec9ab7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85d744a5-d0bd-4bec-bd8d-50583aec9ab7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85d744a5-d0bd-4bec-bd8d-50583aec9ab7 {
  
}
}@media (max-width: 767px){#s-85d744a5-d0bd-4bec-bd8d-50583aec9ab7 {
  
}
}







#s-85d744a5-d0bd-4bec-bd8d-50583aec9ab7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-85d744a5-d0bd-4bec-bd8d-50583aec9ab7.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.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-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 {
  display: none;
}
#s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0, #wrap-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0, #wrap-content-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 { display: none !important; }}@media (max-width: 767px){#s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 {
  display: none;
}
#s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0, #wrap-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0, #wrap-content-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 {
  --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;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 > .swiper-button-prev,
#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 > .swiper-button-prev svg,
#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 .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-3925a6f2-0c18-491d-b33e-c32b39a2b4d0 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

.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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
text-align: center;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801-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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* 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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801-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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* 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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801-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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* 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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801-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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* 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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801-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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801 img.shogun-image {
  width: 100%;
  
  
  max-width: 2170px;

      
    max-width: 2170px;

  /* 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-68abcd4e-ba87-4d5a-b09d-c34e878b5801 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68abcd4e-ba87-4d5a-b09d-c34e878b5801.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  display: none;
}
#s-4c16d3a2-8082-481a-991b-96552cb94319, #wrap-s-4c16d3a2-8082-481a-991b-96552cb94319, #wrap-content-s-4c16d3a2-8082-481a-991b-96552cb94319 { display: none !important; }}@media (max-width: 767px){#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  display: none;
}
#s-4c16d3a2-8082-481a-991b-96552cb94319, #wrap-s-4c16d3a2-8082-481a-991b-96552cb94319, #wrap-content-s-4c16d3a2-8082-481a-991b-96552cb94319 { display: none !important; }}
#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319-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-4c16d3a2-8082-481a-991b-96552cb94319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4c16d3a2-8082-481a-991b-96552cb94319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c16d3a2-8082-481a-991b-96552cb94319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image {
  box-sizing: border-box;
}



.s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319-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-4c16d3a2-8082-481a-991b-96552cb94319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c16d3a2-8082-481a-991b-96552cb94319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c16d3a2-8082-481a-991b-96552cb94319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image {
  box-sizing: border-box;
}



.s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319-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-4c16d3a2-8082-481a-991b-96552cb94319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c16d3a2-8082-481a-991b-96552cb94319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c16d3a2-8082-481a-991b-96552cb94319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image {
  box-sizing: border-box;
}



.s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319-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-4c16d3a2-8082-481a-991b-96552cb94319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c16d3a2-8082-481a-991b-96552cb94319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c16d3a2-8082-481a-991b-96552cb94319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image {
  box-sizing: border-box;
}



.s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4c16d3a2-8082-481a-991b-96552cb94319 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319-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-4c16d3a2-8082-481a-991b-96552cb94319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c16d3a2-8082-481a-991b-96552cb94319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c16d3a2-8082-481a-991b-96552cb94319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c16d3a2-8082-481a-991b-96552cb94319.shogun-image {
  box-sizing: border-box;
}



.s-4c16d3a2-8082-481a-991b-96552cb94319 img.shogun-image {
  
}


}
.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-0f5ca1e7-a815-436f-a4c8-dd452d965288 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0f5ca1e7-a815-436f-a4c8-dd452d965288 {
  
}
}@media (max-width: 767px){#s-0f5ca1e7-a815-436f-a4c8-dd452d965288 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-0f5ca1e7-a815-436f-a4c8-dd452d965288 .shogun-heading-component h1 {
  color: rgba(250, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  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-82f8e650-67d2-4bb8-a973-4a88d0e15960 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 247, 235, 1);
}

#s-82f8e650-67d2-4bb8-a973-4a88d0e15960 .shogun-countdown span, #s-82f8e650-67d2-4bb8-a973-4a88d0e15960 .shogun-countdown label {
  color: rgba(252, 18, 0, 1);
}
.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-a5ba3929-50f3-4709-922b-9c380a9de7ab {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 247, 235, 1);
}

#s-a5ba3929-50f3-4709-922b-9c380a9de7ab .shg-proportional-font-size,
#s-a5ba3929-50f3-4709-922b-9c380a9de7ab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-fd6cb3d9-9724-4447-a61a-18713fcf39ce {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fd6cb3d9-9724-4447-a61a-18713fcf39ce {
  display: none;
}
#s-fd6cb3d9-9724-4447-a61a-18713fcf39ce, #wrap-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce, #wrap-content-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce { display: none !important; }}@media (max-width: 767px){#s-fd6cb3d9-9724-4447-a61a-18713fcf39ce {
  display: none;
}
#s-fd6cb3d9-9724-4447-a61a-18713fcf39ce, #wrap-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce, #wrap-content-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce { display: none !important; }}
#s-fd6cb3d9-9724-4447-a61a-18713fcf39ce .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce {
  --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-fd6cb3d9-9724-4447-a61a-18713fcf39ce > .swiper-button-prev,
#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce > .swiper-button-next {
  
}

#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce > .swiper-button-prev svg,
#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-fd6cb3d9-9724-4447-a61a-18713fcf39ce .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-fd6cb3d9-9724-4447-a61a-18713fcf39ce .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-99f66a27-cbe0-4895-b354-b717936f8984 {
  margin-left: auto;
margin-right: auto;
}

#s-e1887f54-5e78-4b48-9d22-5149550211d3 {
  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-e1887f54-5e78-4b48-9d22-5149550211d3 .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-1c9dd699-1127-42be-bf3a-43fdf1dad723 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9dd699-1127-42be-bf3a-43fdf1dad723 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-9f33e4e4-52dc-4953-ad9a-479fdab2d947 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f33e4e4-52dc-4953-ad9a-479fdab2d947 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-609bf640-56e0-46c1-940d-c6f60ab0b751 {
  text-align: center;
}

#s-609bf640-56e0-46c1-940d-c6f60ab0b751 .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-609bf640-56e0-46c1-940d-c6f60ab0b751 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-609bf640-56e0-46c1-940d-c6f60ab0b751 .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: 20px;
  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-6d123955-8be2-40b4-a2eb-5501a94d5c41 {
  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-6d123955-8be2-40b4-a2eb-5501a94d5c41: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-6d123955-8be2-40b4-a2eb-5501a94d5c41: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-6d123955-8be2-40b4-a2eb-5501a94d5c41-atc-btn-wrapper {
    text-align: center;
  }


#s-6d123955-8be2-40b4-a2eb-5501a94d5c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-6d123955-8be2-40b4-a2eb-5501a94d5c41-atc-btn-wrapper {
    text-align: center;
  }


#s-6d123955-8be2-40b4-a2eb-5501a94d5c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d123955-8be2-40b4-a2eb-5501a94d5c41-atc-btn-wrapper {
    text-align: center;
  }


#s-6d123955-8be2-40b4-a2eb-5501a94d5c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6d123955-8be2-40b4-a2eb-5501a94d5c41-atc-btn-wrapper {
    text-align: center;
  }


#s-6d123955-8be2-40b4-a2eb-5501a94d5c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-6d123955-8be2-40b4-a2eb-5501a94d5c41-atc-btn-wrapper {
    text-align: center;
  }


#s-6d123955-8be2-40b4-a2eb-5501a94d5c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6d123955-8be2-40b4-a2eb-5501a94d5c41.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-f9d30bb8-71f1-493d-8842-4e9b2bfd0451 {
  margin-left: auto;
margin-right: auto;
}

#s-aa7ce5d8-918e-416f-a895-e8437c4cf8ac {
  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-aa7ce5d8-918e-416f-a895-e8437c4cf8ac .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-086691d6-aab9-442f-a7db-2b8777eeaf4b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086691d6-aab9-442f-a7db-2b8777eeaf4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-73d63289-b4c6-4cde-8af9-388b5e6eecf5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73d63289-b4c6-4cde-8af9-388b5e6eecf5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-119a272a-30c4-4f5e-bafd-8f1236256728 {
  text-align: center;
}

#s-119a272a-30c4-4f5e-bafd-8f1236256728 .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-119a272a-30c4-4f5e-bafd-8f1236256728 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-119a272a-30c4-4f5e-bafd-8f1236256728 .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: 20px;
  padding-left: 10px;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f {
  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-bac930b9-3453-44ed-ac1b-3f54834afb0f: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-bac930b9-3453-44ed-ac1b-3f54834afb0f: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-bac930b9-3453-44ed-ac1b-3f54834afb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-bac930b9-3453-44ed-ac1b-3f54834afb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-bac930b9-3453-44ed-ac1b-3f54834afb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-bac930b9-3453-44ed-ac1b-3f54834afb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-bac930b9-3453-44ed-ac1b-3f54834afb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-bac930b9-3453-44ed-ac1b-3f54834afb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-bac930b9-3453-44ed-ac1b-3f54834afb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-bac930b9-3453-44ed-ac1b-3f54834afb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-bac930b9-3453-44ed-ac1b-3f54834afb0f-atc-btn-wrapper {
    text-align: center;
  }


#s-bac930b9-3453-44ed-ac1b-3f54834afb0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bac930b9-3453-44ed-ac1b-3f54834afb0f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-3794c3a0-0ee2-4ecd-be0f-ede3af9103d5 {
  margin-left: auto;
margin-right: auto;
}

#s-36f3668f-214f-436d-957c-5ca12f3b1406 {
  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-36f3668f-214f-436d-957c-5ca12f3b1406 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26ac3eb6-36b5-4e0a-bb2f-e76060cc9cff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1757d94f-e49f-4322-a948-123eb9cd3bd8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1757d94f-e49f-4322-a948-123eb9cd3bd8 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c3d6c16d-b993-4fa2-b2f4-c71345af49f0 {
  text-align: center;
}

#s-c3d6c16d-b993-4fa2-b2f4-c71345af49f0 .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-c3d6c16d-b993-4fa2-b2f4-c71345af49f0 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-c3d6c16d-b993-4fa2-b2f4-c71345af49f0 .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: 20px;
  padding-left: 10px;
}

#s-b736eb40-543f-4215-898c-d663cb242be9 {
  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-b736eb40-543f-4215-898c-d663cb242be9: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-b736eb40-543f-4215-898c-d663cb242be9: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-b736eb40-543f-4215-898c-d663cb242be9-atc-btn-wrapper {
    text-align: center;
  }


#s-b736eb40-543f-4215-898c-d663cb242be9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-b736eb40-543f-4215-898c-d663cb242be9-atc-btn-wrapper {
    text-align: center;
  }


#s-b736eb40-543f-4215-898c-d663cb242be9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b736eb40-543f-4215-898c-d663cb242be9-atc-btn-wrapper {
    text-align: center;
  }


#s-b736eb40-543f-4215-898c-d663cb242be9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b736eb40-543f-4215-898c-d663cb242be9-atc-btn-wrapper {
    text-align: center;
  }


#s-b736eb40-543f-4215-898c-d663cb242be9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-b736eb40-543f-4215-898c-d663cb242be9-atc-btn-wrapper {
    text-align: center;
  }


#s-b736eb40-543f-4215-898c-d663cb242be9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b736eb40-543f-4215-898c-d663cb242be9.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-69241217-00e5-4736-b053-076ceda0eb14 {
  margin-left: auto;
margin-right: auto;
}

#s-dac1cdb1-fae9-48b8-a7e0-a210e9d5bbee {
  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-dac1cdb1-fae9-48b8-a7e0-a210e9d5bbee .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cb4c25e3-441e-4e66-9908-87d192f80d34 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb4c25e3-441e-4e66-9908-87d192f80d34 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c210f8b-614c-49c3-9505-02301f279812 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c210f8b-614c-49c3-9505-02301f279812 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dcd79f9e-1c10-475f-959a-542520654574 {
  text-align: center;
}

#s-dcd79f9e-1c10-475f-959a-542520654574 .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-dcd79f9e-1c10-475f-959a-542520654574 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-dcd79f9e-1c10-475f-959a-542520654574 .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: 20px;
  padding-left: 10px;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857 {
  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-6e059ebe-dba9-49af-a117-3d355d9e8857: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-6e059ebe-dba9-49af-a117-3d355d9e8857: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-6e059ebe-dba9-49af-a117-3d355d9e8857-atc-btn-wrapper {
    text-align: center;
  }


#s-6e059ebe-dba9-49af-a117-3d355d9e8857 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-6e059ebe-dba9-49af-a117-3d355d9e8857-atc-btn-wrapper {
    text-align: center;
  }


#s-6e059ebe-dba9-49af-a117-3d355d9e8857 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e059ebe-dba9-49af-a117-3d355d9e8857-atc-btn-wrapper {
    text-align: center;
  }


#s-6e059ebe-dba9-49af-a117-3d355d9e8857 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6e059ebe-dba9-49af-a117-3d355d9e8857-atc-btn-wrapper {
    text-align: center;
  }


#s-6e059ebe-dba9-49af-a117-3d355d9e8857 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-6e059ebe-dba9-49af-a117-3d355d9e8857-atc-btn-wrapper {
    text-align: center;
  }


#s-6e059ebe-dba9-49af-a117-3d355d9e8857 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6e059ebe-dba9-49af-a117-3d355d9e8857.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-96349b66-531d-4fa8-ae00-d63a4cc41c48 {
  margin-left: auto;
margin-right: auto;
}

#s-63ea1623-c304-4392-a826-1c0df0dd05e8 {
  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-63ea1623-c304-4392-a826-1c0df0dd05e8 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85e4607d-0b74-40ce-94e1-8b65e175fd0e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b48a9814-37a4-4fad-b27a-ece297c0a4ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b48a9814-37a4-4fad-b27a-ece297c0a4ca .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-233df2de-1463-4d43-a071-726c411707bb {
  text-align: center;
}

#s-233df2de-1463-4d43-a071-726c411707bb .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-233df2de-1463-4d43-a071-726c411707bb .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-233df2de-1463-4d43-a071-726c411707bb .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: 20px;
  padding-left: 10px;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5 {
  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-814ef429-bdcb-44c6-9030-9a82ad2472d5: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-814ef429-bdcb-44c6-9030-9a82ad2472d5: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-814ef429-bdcb-44c6-9030-9a82ad2472d5-atc-btn-wrapper {
    text-align: center;
  }


#s-814ef429-bdcb-44c6-9030-9a82ad2472d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-814ef429-bdcb-44c6-9030-9a82ad2472d5-atc-btn-wrapper {
    text-align: center;
  }


#s-814ef429-bdcb-44c6-9030-9a82ad2472d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-814ef429-bdcb-44c6-9030-9a82ad2472d5-atc-btn-wrapper {
    text-align: center;
  }


#s-814ef429-bdcb-44c6-9030-9a82ad2472d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-814ef429-bdcb-44c6-9030-9a82ad2472d5-atc-btn-wrapper {
    text-align: center;
  }


#s-814ef429-bdcb-44c6-9030-9a82ad2472d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-814ef429-bdcb-44c6-9030-9a82ad2472d5-atc-btn-wrapper {
    text-align: center;
  }


#s-814ef429-bdcb-44c6-9030-9a82ad2472d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-814ef429-bdcb-44c6-9030-9a82ad2472d5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-cca3d831-9f64-42f8-8d72-2ce47808c66c {
  margin-left: auto;
margin-right: auto;
}

#s-6a61378e-cb6c-4bf4-8db6-ca8cff8ffd17 {
  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-6a61378e-cb6c-4bf4-8db6-ca8cff8ffd17 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9e1b6ff-10fd-4e41-bdb8-e70ee7e5408e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aedf51c2-8a39-4f70-afc5-b7748097e382 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aedf51c2-8a39-4f70-afc5-b7748097e382 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-674ce820-a334-45f9-8cd0-7163e4dd184f {
  text-align: center;
}

#s-674ce820-a334-45f9-8cd0-7163e4dd184f .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-674ce820-a334-45f9-8cd0-7163e4dd184f .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-674ce820-a334-45f9-8cd0-7163e4dd184f .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: 20px;
  padding-left: 10px;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99 {
  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-4280dba9-65d5-4fc1-bacc-1a04374e4e99: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-4280dba9-65d5-4fc1-bacc-1a04374e4e99: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-4280dba9-65d5-4fc1-bacc-1a04374e4e99-atc-btn-wrapper {
    text-align: center;
  }


#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-4280dba9-65d5-4fc1-bacc-1a04374e4e99-atc-btn-wrapper {
    text-align: center;
  }


#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4280dba9-65d5-4fc1-bacc-1a04374e4e99-atc-btn-wrapper {
    text-align: center;
  }


#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4280dba9-65d5-4fc1-bacc-1a04374e4e99-atc-btn-wrapper {
    text-align: center;
  }


#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-4280dba9-65d5-4fc1-bacc-1a04374e4e99-atc-btn-wrapper {
    text-align: center;
  }


#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-4280dba9-65d5-4fc1-bacc-1a04374e4e99.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-e5915372-b482-401b-ad68-d39b8eb94189 {
  margin-left: auto;
margin-right: auto;
}

#s-75bca2d7-105b-441c-bbad-644be92e4180 {
  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-75bca2d7-105b-441c-bbad-644be92e4180 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c172fd6e-1f95-47a8-9ea1-7b2ce920fb7c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7c9ee8a-0f32-43b7-a2b6-5fd65bc95d1a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7c9ee8a-0f32-43b7-a2b6-5fd65bc95d1a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-56d70f8b-10e5-4722-b23a-e161ec4152f4 {
  text-align: center;
}

#s-56d70f8b-10e5-4722-b23a-e161ec4152f4 .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-56d70f8b-10e5-4722-b23a-e161ec4152f4 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-56d70f8b-10e5-4722-b23a-e161ec4152f4 .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: 20px;
  padding-left: 10px;
}

#s-56933582-e02f-4f47-8a87-1871007fc945 {
  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-56933582-e02f-4f47-8a87-1871007fc945: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-56933582-e02f-4f47-8a87-1871007fc945: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-56933582-e02f-4f47-8a87-1871007fc945-atc-btn-wrapper {
    text-align: center;
  }


#s-56933582-e02f-4f47-8a87-1871007fc945 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-56933582-e02f-4f47-8a87-1871007fc945-atc-btn-wrapper {
    text-align: center;
  }


#s-56933582-e02f-4f47-8a87-1871007fc945 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-56933582-e02f-4f47-8a87-1871007fc945-atc-btn-wrapper {
    text-align: center;
  }


#s-56933582-e02f-4f47-8a87-1871007fc945 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-56933582-e02f-4f47-8a87-1871007fc945-atc-btn-wrapper {
    text-align: center;
  }


#s-56933582-e02f-4f47-8a87-1871007fc945 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-56933582-e02f-4f47-8a87-1871007fc945-atc-btn-wrapper {
    text-align: center;
  }


#s-56933582-e02f-4f47-8a87-1871007fc945 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-56933582-e02f-4f47-8a87-1871007fc945.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-74b74228-b0f2-4b7d-af8a-5b3568f68979 {
  margin-left: auto;
margin-right: auto;
}

#s-a88c675b-1144-4276-a29d-261b084313cc {
  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-a88c675b-1144-4276-a29d-261b084313cc .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2e1282ee-ec22-4916-99be-793e6ba6b295 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e1282ee-ec22-4916-99be-793e6ba6b295 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e6ce95f-e34f-4536-a080-52af88f2514c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e6ce95f-e34f-4536-a080-52af88f2514c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3fca7d1f-c848-4ec7-8421-65a6c93a73c0 {
  text-align: center;
}

#s-3fca7d1f-c848-4ec7-8421-65a6c93a73c0 .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-3fca7d1f-c848-4ec7-8421-65a6c93a73c0 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3fca7d1f-c848-4ec7-8421-65a6c93a73c0 .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: 20px;
  padding-left: 10px;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d {
  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-0fd29c21-3e79-4a0b-9027-89accc8cdf2d: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-0fd29c21-3e79-4a0b-9027-89accc8cdf2d: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-0fd29c21-3e79-4a0b-9027-89accc8cdf2d-atc-btn-wrapper {
    text-align: center;
  }


#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d-atc-btn-wrapper {
    text-align: center;
  }


#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d-atc-btn-wrapper {
    text-align: center;
  }


#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d-atc-btn-wrapper {
    text-align: center;
  }


#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d-atc-btn-wrapper {
    text-align: center;
  }


#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-0fd29c21-3e79-4a0b-9027-89accc8cdf2d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-befbda24-ce81-4989-8a6d-77ad615b99ea {
  margin-left: auto;
margin-right: auto;
}

#s-c2d95cc7-76d3-4be4-b288-6ca066278e07 {
  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-c2d95cc7-76d3-4be4-b288-6ca066278e07 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-954ae896-f5e8-4022-b37c-082723c735b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-954ae896-f5e8-4022-b37c-082723c735b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-75577426-7c81-4c94-b01b-ba004b9a396d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75577426-7c81-4c94-b01b-ba004b9a396d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-06e4e831-c0d5-41b1-b173-0f69a5f6ff0c {
  text-align: center;
}

#s-06e4e831-c0d5-41b1-b173-0f69a5f6ff0c .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-06e4e831-c0d5-41b1-b173-0f69a5f6ff0c .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-06e4e831-c0d5-41b1-b173-0f69a5f6ff0c .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: 20px;
  padding-left: 10px;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd {
  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-949625a2-58c2-47a0-bc6e-849017875efd: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-949625a2-58c2-47a0-bc6e-849017875efd: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-949625a2-58c2-47a0-bc6e-849017875efd-atc-btn-wrapper {
    text-align: center;
  }


#s-949625a2-58c2-47a0-bc6e-849017875efd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-949625a2-58c2-47a0-bc6e-849017875efd-atc-btn-wrapper {
    text-align: center;
  }


#s-949625a2-58c2-47a0-bc6e-849017875efd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-949625a2-58c2-47a0-bc6e-849017875efd-atc-btn-wrapper {
    text-align: center;
  }


#s-949625a2-58c2-47a0-bc6e-849017875efd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-949625a2-58c2-47a0-bc6e-849017875efd-atc-btn-wrapper {
    text-align: center;
  }


#s-949625a2-58c2-47a0-bc6e-849017875efd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-949625a2-58c2-47a0-bc6e-849017875efd-atc-btn-wrapper {
    text-align: center;
  }


#s-949625a2-58c2-47a0-bc6e-849017875efd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-949625a2-58c2-47a0-bc6e-849017875efd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-240619c0-8cc2-4061-9c19-452d2b8b7f5b {
  margin-left: auto;
margin-right: auto;
}

#s-aed521a8-5c7b-4656-844e-99beb8ac8ed5 {
  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-aed521a8-5c7b-4656-844e-99beb8ac8ed5 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a273279d-b105-410e-886b-29bed48d17f9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a273279d-b105-410e-886b-29bed48d17f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cd5d6647-a54b-406d-9961-d22e7794fcd8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd5d6647-a54b-406d-9961-d22e7794fcd8 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4d3aef2b-51ee-4243-ac9f-3775aa3f9501 {
  text-align: center;
}

#s-4d3aef2b-51ee-4243-ac9f-3775aa3f9501 .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-4d3aef2b-51ee-4243-ac9f-3775aa3f9501 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-4d3aef2b-51ee-4243-ac9f-3775aa3f9501 .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: 20px;
  padding-left: 10px;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29 {
  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-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29: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-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29: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-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29-atc-btn-wrapper {
    text-align: center;
  }


#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29-atc-btn-wrapper {
    text-align: center;
  }


#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29-atc-btn-wrapper {
    text-align: center;
  }


#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29-atc-btn-wrapper {
    text-align: center;
  }


#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29-atc-btn-wrapper {
    text-align: center;
  }


#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2f9ebe26-4d76-43b6-a5ac-3e3b43efed29.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d6511160-ecd5-4925-9ffc-2efb52141b94 {
  margin-left: auto;
margin-right: auto;
}

#s-3dbdebe5-b428-45f3-86c0-87366da4cae2 {
  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-3dbdebe5-b428-45f3-86c0-87366da4cae2 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-20753da2-fd96-47aa-aa98-8e4c42292be5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20753da2-fd96-47aa-aa98-8e4c42292be5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6fe826cf-5621-4faf-afff-05f72d1462df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fe826cf-5621-4faf-afff-05f72d1462df .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f5bd449d-3286-4ae7-975a-4fb5e63096af {
  text-align: center;
}

#s-f5bd449d-3286-4ae7-975a-4fb5e63096af .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-f5bd449d-3286-4ae7-975a-4fb5e63096af .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-f5bd449d-3286-4ae7-975a-4fb5e63096af .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: 20px;
  padding-left: 10px;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6 {
  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-48df8a8f-9c8a-47ee-ac1a-f161c86038b6: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-48df8a8f-9c8a-47ee-ac1a-f161c86038b6: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-48df8a8f-9c8a-47ee-ac1a-f161c86038b6-atc-btn-wrapper {
    text-align: center;
  }


#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6-atc-btn-wrapper {
    text-align: center;
  }


#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6-atc-btn-wrapper {
    text-align: center;
  }


#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6-atc-btn-wrapper {
    text-align: center;
  }


#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6-atc-btn-wrapper {
    text-align: center;
  }


#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-48df8a8f-9c8a-47ee-ac1a-f161c86038b6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-66a1c224-aa7d-407d-b176-c04ebf4ed9f8 {
  margin-left: auto;
margin-right: auto;
}

#s-2543177a-4d2c-4616-b505-efd3fff409cf {
  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-2543177a-4d2c-4616-b505-efd3fff409cf .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0c8714f2-dba0-4482-a937-eb66efb63968 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c8714f2-dba0-4482-a937-eb66efb63968 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f7eba55a-7751-4029-a6d6-5a870cb46ce7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7eba55a-7751-4029-a6d6-5a870cb46ce7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7caf856b-9168-4bbe-91f7-2e3db0c1fb01 {
  text-align: center;
}

#s-7caf856b-9168-4bbe-91f7-2e3db0c1fb01 .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-7caf856b-9168-4bbe-91f7-2e3db0c1fb01 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-7caf856b-9168-4bbe-91f7-2e3db0c1fb01 .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: 20px;
  padding-left: 10px;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3 {
  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-8077fc3d-1af6-4574-afba-1fbaeb2df3a3: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-8077fc3d-1af6-4574-afba-1fbaeb2df3a3: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-8077fc3d-1af6-4574-afba-1fbaeb2df3a3-atc-btn-wrapper {
    text-align: center;
  }


#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3-atc-btn-wrapper {
    text-align: center;
  }


#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3-atc-btn-wrapper {
    text-align: center;
  }


#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3-atc-btn-wrapper {
    text-align: center;
  }


#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3-atc-btn-wrapper {
    text-align: center;
  }


#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8077fc3d-1af6-4574-afba-1fbaeb2df3a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-86fb5793-84ba-4a9e-b546-1dc7c48221e6 {
  margin-left: auto;
margin-right: auto;
}

#s-d618e41f-506a-437a-9d3c-3049e20b4c9b {
  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-d618e41f-506a-437a-9d3c-3049e20b4c9b .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d25e96e7-67b4-40a7-a597-49e8132a2598 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d25e96e7-67b4-40a7-a597-49e8132a2598 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8a8594ef-4ab1-43fb-b01b-32bb5ab44aba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a8594ef-4ab1-43fb-b01b-32bb5ab44aba .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3c6db04c-d79c-4d97-87e3-5cfd2031f7f9 {
  text-align: center;
}

#s-3c6db04c-d79c-4d97-87e3-5cfd2031f7f9 .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-3c6db04c-d79c-4d97-87e3-5cfd2031f7f9 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3c6db04c-d79c-4d97-87e3-5cfd2031f7f9 .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: 20px;
  padding-left: 10px;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379 {
  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-49093be2-0e3b-4bc2-8645-09d94a378379: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-49093be2-0e3b-4bc2-8645-09d94a378379: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-49093be2-0e3b-4bc2-8645-09d94a378379-atc-btn-wrapper {
    text-align: center;
  }


#s-49093be2-0e3b-4bc2-8645-09d94a378379 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-49093be2-0e3b-4bc2-8645-09d94a378379-atc-btn-wrapper {
    text-align: center;
  }


#s-49093be2-0e3b-4bc2-8645-09d94a378379 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-49093be2-0e3b-4bc2-8645-09d94a378379-atc-btn-wrapper {
    text-align: center;
  }


#s-49093be2-0e3b-4bc2-8645-09d94a378379 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-49093be2-0e3b-4bc2-8645-09d94a378379-atc-btn-wrapper {
    text-align: center;
  }


#s-49093be2-0e3b-4bc2-8645-09d94a378379 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-49093be2-0e3b-4bc2-8645-09d94a378379-atc-btn-wrapper {
    text-align: center;
  }


#s-49093be2-0e3b-4bc2-8645-09d94a378379 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-49093be2-0e3b-4bc2-8645-09d94a378379.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-8ba14351-cc30-4ca8-add0-c0d28f6cae76 {
  margin-left: auto;
margin-right: auto;
}

#s-963c54b6-8d18-461a-acb2-7f0fc650c72b {
  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-963c54b6-8d18-461a-acb2-7f0fc650c72b .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5e3f5a-d355-47c1-aa83-0cdeaa772654 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-63f59f01-9223-40c1-97b3-5add61f65136 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63f59f01-9223-40c1-97b3-5add61f65136 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-779d1c3f-ead7-40ed-a371-6ef2f9d16132 {
  text-align: center;
}

#s-779d1c3f-ead7-40ed-a371-6ef2f9d16132 .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-779d1c3f-ead7-40ed-a371-6ef2f9d16132 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-779d1c3f-ead7-40ed-a371-6ef2f9d16132 .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: 20px;
  padding-left: 10px;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719 {
  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-8069b729-9844-4d87-bbbf-76bfecb5e719: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-8069b729-9844-4d87-bbbf-76bfecb5e719: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-8069b729-9844-4d87-bbbf-76bfecb5e719-atc-btn-wrapper {
    text-align: center;
  }


#s-8069b729-9844-4d87-bbbf-76bfecb5e719 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-8069b729-9844-4d87-bbbf-76bfecb5e719-atc-btn-wrapper {
    text-align: center;
  }


#s-8069b729-9844-4d87-bbbf-76bfecb5e719 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8069b729-9844-4d87-bbbf-76bfecb5e719-atc-btn-wrapper {
    text-align: center;
  }


#s-8069b729-9844-4d87-bbbf-76bfecb5e719 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8069b729-9844-4d87-bbbf-76bfecb5e719-atc-btn-wrapper {
    text-align: center;
  }


#s-8069b729-9844-4d87-bbbf-76bfecb5e719 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-8069b729-9844-4d87-bbbf-76bfecb5e719-atc-btn-wrapper {
    text-align: center;
  }


#s-8069b729-9844-4d87-bbbf-76bfecb5e719 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8069b729-9844-4d87-bbbf-76bfecb5e719.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-ea910147-944f-4a6e-ab42-6e7a2fc23097 {
  margin-left: auto;
margin-right: auto;
}

#s-fd676986-459e-4681-b9db-4ba2c5064903 {
  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-fd676986-459e-4681-b9db-4ba2c5064903 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-440e14de-90d6-415c-8a83-5f15989df0b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-440e14de-90d6-415c-8a83-5f15989df0b7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb3b4221-7942-4283-a236-d18ce765c4a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb3b4221-7942-4283-a236-d18ce765c4a7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-65291227-80db-4ebf-a906-a99308f310cb {
  text-align: center;
}

#s-65291227-80db-4ebf-a906-a99308f310cb .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-65291227-80db-4ebf-a906-a99308f310cb .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-65291227-80db-4ebf-a906-a99308f310cb .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: 20px;
  padding-left: 10px;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511 {
  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-2daaf90c-3065-4aa0-afa9-d56f30ec4511: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-2daaf90c-3065-4aa0-afa9-d56f30ec4511: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-2daaf90c-3065-4aa0-afa9-d56f30ec4511-atc-btn-wrapper {
    text-align: center;
  }


#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-2daaf90c-3065-4aa0-afa9-d56f30ec4511-atc-btn-wrapper {
    text-align: center;
  }


#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2daaf90c-3065-4aa0-afa9-d56f30ec4511-atc-btn-wrapper {
    text-align: center;
  }


#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2daaf90c-3065-4aa0-afa9-d56f30ec4511-atc-btn-wrapper {
    text-align: center;
  }


#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-2daaf90c-3065-4aa0-afa9-d56f30ec4511-atc-btn-wrapper {
    text-align: center;
  }


#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-2daaf90c-3065-4aa0-afa9-d56f30ec4511.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-7cd0ab11-6e31-4833-a67b-55aafc6f14b8 {
  margin-left: auto;
margin-right: auto;
}

#s-45996596-c1ac-429a-a0ba-e04aa3febb93 {
  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-45996596-c1ac-429a-a0ba-e04aa3febb93 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e428c10-7a8b-46b9-b33e-33fd9ae930c4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a6926286-e7c2-4279-bd8a-9d12f17fab8b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6926286-e7c2-4279-bd8a-9d12f17fab8b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1b9e1289-d636-4cf4-8c7a-b40cbf4e6aed {
  text-align: center;
}

#s-1b9e1289-d636-4cf4-8c7a-b40cbf4e6aed .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-1b9e1289-d636-4cf4-8c7a-b40cbf4e6aed .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-1b9e1289-d636-4cf4-8c7a-b40cbf4e6aed .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: 20px;
  padding-left: 10px;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8 {
  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-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8: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-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8: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-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8-atc-btn-wrapper {
    text-align: center;
  }


#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8-atc-btn-wrapper {
    text-align: center;
  }


#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8-atc-btn-wrapper {
    text-align: center;
  }


#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8-atc-btn-wrapper {
    text-align: center;
  }


#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8-atc-btn-wrapper {
    text-align: center;
  }


#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-54bb0629-a3b9-4d39-b3b9-4aefa8746ae8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-985f2936-78c5-4b9e-abea-df68fdc034c5 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-985f2936-78c5-4b9e-abea-df68fdc034c5 {
  display: none;
}
#s-985f2936-78c5-4b9e-abea-df68fdc034c5, #wrap-s-985f2936-78c5-4b9e-abea-df68fdc034c5, #wrap-content-s-985f2936-78c5-4b9e-abea-df68fdc034c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-985f2936-78c5-4b9e-abea-df68fdc034c5 {
  display: none;
}
#s-985f2936-78c5-4b9e-abea-df68fdc034c5, #wrap-s-985f2936-78c5-4b9e-abea-df68fdc034c5, #wrap-content-s-985f2936-78c5-4b9e-abea-df68fdc034c5 { display: none !important; }}
#s-985f2936-78c5-4b9e-abea-df68fdc034c5 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 {
  --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-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-prev,
#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-next {
  
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-prev svg,
#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 .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-985f2936-78c5-4b9e-abea-df68fdc034c5 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-985f2936-78c5-4b9e-abea-df68fdc034c5 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 {
  --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-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-prev,
#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-next {
  
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-prev svg,
#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-985f2936-78c5-4b9e-abea-df68fdc034c5 .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-985f2936-78c5-4b9e-abea-df68fdc034c5 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-55d7af87-3f11-4b5c-99b6-2108bcb35c5d {
  margin-left: auto;
margin-right: auto;
}

#s-ed91f48a-add3-4771-a6f3-00f1b4d780b2 {
  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-ed91f48a-add3-4771-a6f3-00f1b4d780b2 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b7827d93-fd63-4581-a4b7-26ec589d0105 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7827d93-fd63-4581-a4b7-26ec589d0105 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d16d2096-4cd8-45dc-9d69-418372b8aec5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d16d2096-4cd8-45dc-9d69-418372b8aec5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3111c55e-0ae1-4928-9748-c7e3061f5d75 {
  text-align: center;
}

#s-3111c55e-0ae1-4928-9748-c7e3061f5d75 .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-3111c55e-0ae1-4928-9748-c7e3061f5d75 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-3111c55e-0ae1-4928-9748-c7e3061f5d75 .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: 20px;
  padding-left: 10px;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de {
  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-7f5109be-8d60-4ed8-80a0-613fcd0739de: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-7f5109be-8d60-4ed8-80a0-613fcd0739de: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-7f5109be-8d60-4ed8-80a0-613fcd0739de-atc-btn-wrapper {
    text-align: center;
  }


#s-7f5109be-8d60-4ed8-80a0-613fcd0739de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-7f5109be-8d60-4ed8-80a0-613fcd0739de-atc-btn-wrapper {
    text-align: center;
  }


#s-7f5109be-8d60-4ed8-80a0-613fcd0739de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f5109be-8d60-4ed8-80a0-613fcd0739de-atc-btn-wrapper {
    text-align: center;
  }


#s-7f5109be-8d60-4ed8-80a0-613fcd0739de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7f5109be-8d60-4ed8-80a0-613fcd0739de-atc-btn-wrapper {
    text-align: center;
  }


#s-7f5109be-8d60-4ed8-80a0-613fcd0739de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-7f5109be-8d60-4ed8-80a0-613fcd0739de-atc-btn-wrapper {
    text-align: center;
  }


#s-7f5109be-8d60-4ed8-80a0-613fcd0739de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7f5109be-8d60-4ed8-80a0-613fcd0739de.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d7ad24ff-6e5c-4621-a6cc-8e4e6ddbe9cc {
  margin-left: auto;
margin-right: auto;
}

#s-23914016-808f-4ae4-978e-71271765991b {
  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-23914016-808f-4ae4-978e-71271765991b .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cad44bff-c55a-4de0-bf3f-cf6ad9ae4efb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7c8d2e1b-b0f9-475d-9be1-90098bae3e6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c8d2e1b-b0f9-475d-9be1-90098bae3e6e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dca57357-d909-4f57-b6a3-94faf2d61000 {
  text-align: center;
}

#s-dca57357-d909-4f57-b6a3-94faf2d61000 .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-dca57357-d909-4f57-b6a3-94faf2d61000 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-dca57357-d909-4f57-b6a3-94faf2d61000 .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: 20px;
  padding-left: 10px;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885 {
  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-a51b563c-3415-46b7-a655-15b0e5aed885: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-a51b563c-3415-46b7-a655-15b0e5aed885: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-a51b563c-3415-46b7-a655-15b0e5aed885-atc-btn-wrapper {
    text-align: center;
  }


#s-a51b563c-3415-46b7-a655-15b0e5aed885 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-a51b563c-3415-46b7-a655-15b0e5aed885-atc-btn-wrapper {
    text-align: center;
  }


#s-a51b563c-3415-46b7-a655-15b0e5aed885 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a51b563c-3415-46b7-a655-15b0e5aed885-atc-btn-wrapper {
    text-align: center;
  }


#s-a51b563c-3415-46b7-a655-15b0e5aed885 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a51b563c-3415-46b7-a655-15b0e5aed885-atc-btn-wrapper {
    text-align: center;
  }


#s-a51b563c-3415-46b7-a655-15b0e5aed885 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-a51b563c-3415-46b7-a655-15b0e5aed885-atc-btn-wrapper {
    text-align: center;
  }


#s-a51b563c-3415-46b7-a655-15b0e5aed885 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-a51b563c-3415-46b7-a655-15b0e5aed885.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-78c50379-cf37-4713-9331-616fe2a3e6f0 {
  margin-left: auto;
margin-right: auto;
}

#s-7d8ddbf0-a0ed-4a6e-871a-61c7b6f464ae {
  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-7d8ddbf0-a0ed-4a6e-871a-61c7b6f464ae .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-92b99f16-4390-41ce-ae33-e13c13241c0f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92b99f16-4390-41ce-ae33-e13c13241c0f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-02f0ecd6-2be7-4a8d-97b2-5154bc206691 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02f0ecd6-2be7-4a8d-97b2-5154bc206691 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-993913b5-f92e-42ec-b332-ff0b647b537c {
  text-align: center;
}

#s-993913b5-f92e-42ec-b332-ff0b647b537c .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-993913b5-f92e-42ec-b332-ff0b647b537c .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-993913b5-f92e-42ec-b332-ff0b647b537c .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: 20px;
  padding-left: 10px;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682 {
  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-94a888c4-4966-46e5-b19f-eb7f1bf4a682: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-94a888c4-4966-46e5-b19f-eb7f1bf4a682: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-94a888c4-4966-46e5-b19f-eb7f1bf4a682-atc-btn-wrapper {
    text-align: center;
  }


#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-94a888c4-4966-46e5-b19f-eb7f1bf4a682-atc-btn-wrapper {
    text-align: center;
  }


#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-94a888c4-4966-46e5-b19f-eb7f1bf4a682-atc-btn-wrapper {
    text-align: center;
  }


#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-94a888c4-4966-46e5-b19f-eb7f1bf4a682-atc-btn-wrapper {
    text-align: center;
  }


#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-94a888c4-4966-46e5-b19f-eb7f1bf4a682-atc-btn-wrapper {
    text-align: center;
  }


#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-94a888c4-4966-46e5-b19f-eb7f1bf4a682.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-e1bad91b-2746-4dc3-a38d-1e51285b7eaa {
  margin-left: auto;
margin-right: auto;
}

#s-ea5e99fd-83b4-46d1-92bb-cf47fb4bf58d {
  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-ea5e99fd-83b4-46d1-92bb-cf47fb4bf58d .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f035930-0c1a-4004-8d0f-72c1dc9ed27d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-534a5ca5-e335-405c-9d0b-4a8af8c73f45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-534a5ca5-e335-405c-9d0b-4a8af8c73f45 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-22cb4d8e-eb7b-49ce-ab91-cd63d4bfa552 {
  text-align: center;
}

#s-22cb4d8e-eb7b-49ce-ab91-cd63d4bfa552 .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-22cb4d8e-eb7b-49ce-ab91-cd63d4bfa552 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-22cb4d8e-eb7b-49ce-ab91-cd63d4bfa552 .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: 20px;
  padding-left: 10px;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad {
  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-06516580-53ac-4f55-b40e-5dcc76a5a9ad: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-06516580-53ac-4f55-b40e-5dcc76a5a9ad: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-06516580-53ac-4f55-b40e-5dcc76a5a9ad-atc-btn-wrapper {
    text-align: center;
  }


#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-06516580-53ac-4f55-b40e-5dcc76a5a9ad-atc-btn-wrapper {
    text-align: center;
  }


#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-06516580-53ac-4f55-b40e-5dcc76a5a9ad-atc-btn-wrapper {
    text-align: center;
  }


#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-06516580-53ac-4f55-b40e-5dcc76a5a9ad-atc-btn-wrapper {
    text-align: center;
  }


#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-06516580-53ac-4f55-b40e-5dcc76a5a9ad-atc-btn-wrapper {
    text-align: center;
  }


#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-06516580-53ac-4f55-b40e-5dcc76a5a9ad.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-664d029c-cf30-4689-a6b2-0bf30114b2e0 {
  margin-left: auto;
margin-right: auto;
}

#s-d287a1f6-5711-4c75-911d-27aec33b4c0a {
  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-d287a1f6-5711-4c75-911d-27aec33b4c0a .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88e4e22a-72b5-4ce5-b26d-f6a15f5d8729 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-803f8629-7f74-4ddb-b9e7-a88fb9ded29c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-803f8629-7f74-4ddb-b9e7-a88fb9ded29c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f2cc7f8f-b3b4-4941-83c2-294259a132eb {
  text-align: center;
}

#s-f2cc7f8f-b3b4-4941-83c2-294259a132eb .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-f2cc7f8f-b3b4-4941-83c2-294259a132eb .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-f2cc7f8f-b3b4-4941-83c2-294259a132eb .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: 20px;
  padding-left: 10px;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb {
  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-9a5ed631-01aa-4588-8726-54af01d6fbcb: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-9a5ed631-01aa-4588-8726-54af01d6fbcb: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-9a5ed631-01aa-4588-8726-54af01d6fbcb-atc-btn-wrapper {
    text-align: center;
  }


#s-9a5ed631-01aa-4588-8726-54af01d6fbcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-9a5ed631-01aa-4588-8726-54af01d6fbcb-atc-btn-wrapper {
    text-align: center;
  }


#s-9a5ed631-01aa-4588-8726-54af01d6fbcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a5ed631-01aa-4588-8726-54af01d6fbcb-atc-btn-wrapper {
    text-align: center;
  }


#s-9a5ed631-01aa-4588-8726-54af01d6fbcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9a5ed631-01aa-4588-8726-54af01d6fbcb-atc-btn-wrapper {
    text-align: center;
  }


#s-9a5ed631-01aa-4588-8726-54af01d6fbcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-9a5ed631-01aa-4588-8726-54af01d6fbcb-atc-btn-wrapper {
    text-align: center;
  }


#s-9a5ed631-01aa-4588-8726-54af01d6fbcb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9a5ed631-01aa-4588-8726-54af01d6fbcb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-518ff3d8-0f44-4c81-b68b-0f52066e66bb {
  margin-left: auto;
margin-right: auto;
}

#s-2c779b8b-a488-4e48-8269-7db2ae653b8a {
  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-2c779b8b-a488-4e48-8269-7db2ae653b8a .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8262f799-c0a4-45a0-823c-c8afc9714e47 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8262f799-c0a4-45a0-823c-c8afc9714e47 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-13063d25-49f6-445e-b8a1-4a0ff3546df4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13063d25-49f6-445e-b8a1-4a0ff3546df4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-53f3239c-cca5-4691-8d05-bebcd9a075ab {
  text-align: center;
}

#s-53f3239c-cca5-4691-8d05-bebcd9a075ab .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-53f3239c-cca5-4691-8d05-bebcd9a075ab .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-53f3239c-cca5-4691-8d05-bebcd9a075ab .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: 20px;
  padding-left: 10px;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666 {
  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-6db40426-02c3-4db2-bb93-14caeee93666: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-6db40426-02c3-4db2-bb93-14caeee93666: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-6db40426-02c3-4db2-bb93-14caeee93666-atc-btn-wrapper {
    text-align: center;
  }


#s-6db40426-02c3-4db2-bb93-14caeee93666 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-6db40426-02c3-4db2-bb93-14caeee93666-atc-btn-wrapper {
    text-align: center;
  }


#s-6db40426-02c3-4db2-bb93-14caeee93666 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6db40426-02c3-4db2-bb93-14caeee93666-atc-btn-wrapper {
    text-align: center;
  }


#s-6db40426-02c3-4db2-bb93-14caeee93666 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6db40426-02c3-4db2-bb93-14caeee93666-atc-btn-wrapper {
    text-align: center;
  }


#s-6db40426-02c3-4db2-bb93-14caeee93666 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-6db40426-02c3-4db2-bb93-14caeee93666-atc-btn-wrapper {
    text-align: center;
  }


#s-6db40426-02c3-4db2-bb93-14caeee93666 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-6db40426-02c3-4db2-bb93-14caeee93666.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-dbdb1e63-e5b4-40ad-97b8-6db819e4bca9 {
  margin-left: auto;
margin-right: auto;
}

#s-ca90a367-38b8-49a0-8fa8-f6178f195588 {
  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-ca90a367-38b8-49a0-8fa8-f6178f195588 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c889c7a-defe-48b0-a801-37c0127ec0b1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d25282da-bac3-406d-a916-545d76693cc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d25282da-bac3-406d-a916-545d76693cc7 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0a0be922-ff79-4ea9-bd22-06de800c9a32 {
  text-align: center;
}

#s-0a0be922-ff79-4ea9-bd22-06de800c9a32 .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-0a0be922-ff79-4ea9-bd22-06de800c9a32 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-0a0be922-ff79-4ea9-bd22-06de800c9a32 .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: 20px;
  padding-left: 10px;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470 {
  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-246aa157-1a64-469c-92a5-2f597efe0470: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-246aa157-1a64-469c-92a5-2f597efe0470: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-246aa157-1a64-469c-92a5-2f597efe0470-atc-btn-wrapper {
    text-align: center;
  }


#s-246aa157-1a64-469c-92a5-2f597efe0470 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-246aa157-1a64-469c-92a5-2f597efe0470-atc-btn-wrapper {
    text-align: center;
  }


#s-246aa157-1a64-469c-92a5-2f597efe0470 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-246aa157-1a64-469c-92a5-2f597efe0470-atc-btn-wrapper {
    text-align: center;
  }


#s-246aa157-1a64-469c-92a5-2f597efe0470 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-246aa157-1a64-469c-92a5-2f597efe0470-atc-btn-wrapper {
    text-align: center;
  }


#s-246aa157-1a64-469c-92a5-2f597efe0470 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-246aa157-1a64-469c-92a5-2f597efe0470-atc-btn-wrapper {
    text-align: center;
  }


#s-246aa157-1a64-469c-92a5-2f597efe0470 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-246aa157-1a64-469c-92a5-2f597efe0470.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-86e7c69f-f33b-4e1b-9b15-77cc7a02a4ea {
  margin-left: auto;
margin-right: auto;
}

#s-5efa947e-21ac-45e9-a788-4b1f97e62ff9 {
  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-5efa947e-21ac-45e9-a788-4b1f97e62ff9 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7a314df6-d5b7-4088-badb-20022d5c7a25 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a314df6-d5b7-4088-badb-20022d5c7a25 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cea08c27-1e49-45e8-8d19-1d40f408edf5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cea08c27-1e49-45e8-8d19-1d40f408edf5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9260356d-9f79-4ea7-89e4-8ba5a2044928 {
  text-align: center;
}

#s-9260356d-9f79-4ea7-89e4-8ba5a2044928 .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-9260356d-9f79-4ea7-89e4-8ba5a2044928 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-9260356d-9f79-4ea7-89e4-8ba5a2044928 .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: 20px;
  padding-left: 10px;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d {
  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-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d: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-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d: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-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d-atc-btn-wrapper {
    text-align: center;
  }


#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-3d6b685e-a3ee-44d0-95fb-61dccdd16f1d.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-b86531f7-572a-4daf-ae16-3860467f7ad0 {
  margin-left: auto;
margin-right: auto;
}

#s-a70d7f2d-a54e-4855-8a2b-eccdfc6e2efe {
  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-a70d7f2d-a54e-4855-8a2b-eccdfc6e2efe .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6d8f1e6-e144-40b6-915c-53cf3dc9f21d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7735a876-48ea-4fa2-a02d-6f931296402f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7735a876-48ea-4fa2-a02d-6f931296402f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-03260d2d-685e-403e-858a-cd289f87ecdd {
  text-align: center;
}

#s-03260d2d-685e-403e-858a-cd289f87ecdd .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-03260d2d-685e-403e-858a-cd289f87ecdd .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-03260d2d-685e-403e-858a-cd289f87ecdd .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: 20px;
  padding-left: 10px;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5 {
  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-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5: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-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5: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-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5-atc-btn-wrapper {
    text-align: center;
  }


#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5-atc-btn-wrapper {
    text-align: center;
  }


#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5-atc-btn-wrapper {
    text-align: center;
  }


#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5-atc-btn-wrapper {
    text-align: center;
  }


#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5-atc-btn-wrapper {
    text-align: center;
  }


#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-874f6a91-2ad2-4ac3-9a23-d1bc39db21c5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-6782554e-5f44-48d7-a251-8fe729adcade {
  margin-left: auto;
margin-right: auto;
}

#s-e7fed13d-1436-4101-bed1-98aea5162e1b {
  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-e7fed13d-1436-4101-bed1-98aea5162e1b .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a1d9187-5af5-477f-8886-b44571a6a9b6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-306594e4-34c0-49a4-8189-fc1737d66f43 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-306594e4-34c0-49a4-8189-fc1737d66f43 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8ef5d17b-5def-43fc-bbad-a95cafc0a17c {
  text-align: center;
}

#s-8ef5d17b-5def-43fc-bbad-a95cafc0a17c .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-8ef5d17b-5def-43fc-bbad-a95cafc0a17c .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-8ef5d17b-5def-43fc-bbad-a95cafc0a17c .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: 20px;
  padding-left: 10px;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af {
  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-9d82acd1-bd98-48ac-9f65-c111136168af: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-9d82acd1-bd98-48ac-9f65-c111136168af: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-9d82acd1-bd98-48ac-9f65-c111136168af-atc-btn-wrapper {
    text-align: center;
  }


#s-9d82acd1-bd98-48ac-9f65-c111136168af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-9d82acd1-bd98-48ac-9f65-c111136168af-atc-btn-wrapper {
    text-align: center;
  }


#s-9d82acd1-bd98-48ac-9f65-c111136168af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d82acd1-bd98-48ac-9f65-c111136168af-atc-btn-wrapper {
    text-align: center;
  }


#s-9d82acd1-bd98-48ac-9f65-c111136168af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9d82acd1-bd98-48ac-9f65-c111136168af-atc-btn-wrapper {
    text-align: center;
  }


#s-9d82acd1-bd98-48ac-9f65-c111136168af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-9d82acd1-bd98-48ac-9f65-c111136168af-atc-btn-wrapper {
    text-align: center;
  }


#s-9d82acd1-bd98-48ac-9f65-c111136168af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-9d82acd1-bd98-48ac-9f65-c111136168af.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-8544a68d-49f1-41fc-854b-83bb4f6b0a02 {
  margin-left: auto;
margin-right: auto;
}

#s-ce52bc3c-5ead-4f84-a6e1-43b4f341a310 {
  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-ce52bc3c-5ead-4f84-a6e1-43b4f341a310 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d3bc15f-e015-40b1-8f50-6f07904e67f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e65059ff-21a9-45c8-afcb-6ead087ebaa0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e65059ff-21a9-45c8-afcb-6ead087ebaa0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-887e344b-14a6-4e9e-ad9c-79b6c74b36f6 {
  text-align: center;
}

#s-887e344b-14a6-4e9e-ad9c-79b6c74b36f6 .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-887e344b-14a6-4e9e-ad9c-79b6c74b36f6 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-887e344b-14a6-4e9e-ad9c-79b6c74b36f6 .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: 20px;
  padding-left: 10px;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840 {
  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-20d93cf3-0bbf-452c-9614-fa928703a840: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-20d93cf3-0bbf-452c-9614-fa928703a840: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-20d93cf3-0bbf-452c-9614-fa928703a840-atc-btn-wrapper {
    text-align: center;
  }


#s-20d93cf3-0bbf-452c-9614-fa928703a840 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-20d93cf3-0bbf-452c-9614-fa928703a840-atc-btn-wrapper {
    text-align: center;
  }


#s-20d93cf3-0bbf-452c-9614-fa928703a840 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-20d93cf3-0bbf-452c-9614-fa928703a840-atc-btn-wrapper {
    text-align: center;
  }


#s-20d93cf3-0bbf-452c-9614-fa928703a840 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-20d93cf3-0bbf-452c-9614-fa928703a840-atc-btn-wrapper {
    text-align: center;
  }


#s-20d93cf3-0bbf-452c-9614-fa928703a840 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-20d93cf3-0bbf-452c-9614-fa928703a840-atc-btn-wrapper {
    text-align: center;
  }


#s-20d93cf3-0bbf-452c-9614-fa928703a840 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-20d93cf3-0bbf-452c-9614-fa928703a840.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-148fb333-1640-4896-b273-2e7eb6e3ea4c {
  margin-left: auto;
margin-right: auto;
}

#s-786f26f7-fa3e-4c31-a1b1-027d188d71da {
  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-786f26f7-fa3e-4c31-a1b1-027d188d71da .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed370a8b-04f5-483a-b1fe-397e4b46feb3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-acc07775-89b9-4504-93a1-399bb778a5d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acc07775-89b9-4504-93a1-399bb778a5d1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9a567929-6897-49fc-a4f4-8008afd52cc2 {
  text-align: center;
}

#s-9a567929-6897-49fc-a4f4-8008afd52cc2 .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-9a567929-6897-49fc-a4f4-8008afd52cc2 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-9a567929-6897-49fc-a4f4-8008afd52cc2 .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: 20px;
  padding-left: 10px;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6 {
  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-b6495e57-b0c6-419c-90fa-252c8fb1c0a6: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-b6495e57-b0c6-419c-90fa-252c8fb1c0a6: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-b6495e57-b0c6-419c-90fa-252c8fb1c0a6-atc-btn-wrapper {
    text-align: center;
  }


#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6-atc-btn-wrapper {
    text-align: center;
  }


#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6-atc-btn-wrapper {
    text-align: center;
  }


#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6-atc-btn-wrapper {
    text-align: center;
  }


#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6-atc-btn-wrapper {
    text-align: center;
  }


#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-b6495e57-b0c6-419c-90fa-252c8fb1c0a6.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-503062bb-8cb1-443f-a8c6-7895d026b22a {
  margin-left: auto;
margin-right: auto;
}

#s-eeb89769-ac5a-458e-876f-13a3a4717253 {
  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-eeb89769-ac5a-458e-876f-13a3a4717253 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b90cbf73-f237-4235-97da-d1cdac4548f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b90cbf73-f237-4235-97da-d1cdac4548f5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5c70d753-ad15-4ee9-b349-b5abb5c9c90e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c70d753-ad15-4ee9-b349-b5abb5c9c90e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b1e4a254-5114-47ab-bf3b-e8b7c3b8c41d {
  text-align: center;
}

#s-b1e4a254-5114-47ab-bf3b-e8b7c3b8c41d .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-b1e4a254-5114-47ab-bf3b-e8b7c3b8c41d .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-b1e4a254-5114-47ab-bf3b-e8b7c3b8c41d .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: 20px;
  padding-left: 10px;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72 {
  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-45b87b23-3c6c-4365-9a4c-f88e8a677d72: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-45b87b23-3c6c-4365-9a4c-f88e8a677d72: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-45b87b23-3c6c-4365-9a4c-f88e8a677d72-atc-btn-wrapper {
    text-align: center;
  }


#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-45b87b23-3c6c-4365-9a4c-f88e8a677d72-atc-btn-wrapper {
    text-align: center;
  }


#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-45b87b23-3c6c-4365-9a4c-f88e8a677d72-atc-btn-wrapper {
    text-align: center;
  }


#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-45b87b23-3c6c-4365-9a4c-f88e8a677d72-atc-btn-wrapper {
    text-align: center;
  }


#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-45b87b23-3c6c-4365-9a4c-f88e8a677d72-atc-btn-wrapper {
    text-align: center;
  }


#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-45b87b23-3c6c-4365-9a4c-f88e8a677d72.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-e05f6542-4fe6-4cda-8ca1-565b28d575ac {
  margin-left: auto;
margin-right: auto;
}

#s-f35d8078-5689-4dda-8e87-aade064fee82 {
  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-f35d8078-5689-4dda-8e87-aade064fee82 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6332b571-0207-4d20-8925-12ca1bef40de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6332b571-0207-4d20-8925-12ca1bef40de img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-81e55987-f404-4bc0-b45a-2e2f717a445a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81e55987-f404-4bc0-b45a-2e2f717a445a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-49447877-5aa1-49b3-83f6-ca3f51b0a27a {
  text-align: center;
}

#s-49447877-5aa1-49b3-83f6-ca3f51b0a27a .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-49447877-5aa1-49b3-83f6-ca3f51b0a27a .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-49447877-5aa1-49b3-83f6-ca3f51b0a27a .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: 20px;
  padding-left: 10px;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64 {
  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-e2065dbe-df87-418b-9ae8-38fb8270ba64: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-e2065dbe-df87-418b-9ae8-38fb8270ba64: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-e2065dbe-df87-418b-9ae8-38fb8270ba64-atc-btn-wrapper {
    text-align: center;
  }


#s-e2065dbe-df87-418b-9ae8-38fb8270ba64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-e2065dbe-df87-418b-9ae8-38fb8270ba64-atc-btn-wrapper {
    text-align: center;
  }


#s-e2065dbe-df87-418b-9ae8-38fb8270ba64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2065dbe-df87-418b-9ae8-38fb8270ba64-atc-btn-wrapper {
    text-align: center;
  }


#s-e2065dbe-df87-418b-9ae8-38fb8270ba64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e2065dbe-df87-418b-9ae8-38fb8270ba64-atc-btn-wrapper {
    text-align: center;
  }


#s-e2065dbe-df87-418b-9ae8-38fb8270ba64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-e2065dbe-df87-418b-9ae8-38fb8270ba64-atc-btn-wrapper {
    text-align: center;
  }


#s-e2065dbe-df87-418b-9ae8-38fb8270ba64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-e2065dbe-df87-418b-9ae8-38fb8270ba64.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-d87f69a3-3c74-4d83-a75a-6917af099706 {
  margin-left: auto;
margin-right: auto;
}

#s-e8aa7592-fb5d-4d86-9caf-e956c536a0ee {
  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-e8aa7592-fb5d-4d86-9caf-e956c536a0ee .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f68a9b-a4e0-428e-b2e4-c1a7b1b4666b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bc5c96b5-6bf8-4949-90fa-28fdf11d7d9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc5c96b5-6bf8-4949-90fa-28fdf11d7d9f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f17c3920-d194-473c-aabc-2b46754a3dc9 {
  text-align: center;
}

#s-f17c3920-d194-473c-aabc-2b46754a3dc9 .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-f17c3920-d194-473c-aabc-2b46754a3dc9 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-f17c3920-d194-473c-aabc-2b46754a3dc9 .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: 20px;
  padding-left: 10px;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687 {
  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-fd6b1f2a-dab7-4b13-90fd-1bec21a41687: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-fd6b1f2a-dab7-4b13-90fd-1bec21a41687: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-fd6b1f2a-dab7-4b13-90fd-1bec21a41687-atc-btn-wrapper {
    text-align: center;
  }


#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687-atc-btn-wrapper {
    text-align: center;
  }


#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687-atc-btn-wrapper {
    text-align: center;
  }


#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687-atc-btn-wrapper {
    text-align: center;
  }


#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687-atc-btn-wrapper {
    text-align: center;
  }


#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-fd6b1f2a-dab7-4b13-90fd-1bec21a41687.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-6c3f72f8-88bc-427a-9464-df5c0fd9725d {
  margin-left: auto;
margin-right: auto;
}

#s-b06450ac-0ea2-49af-a64b-7e0c3961ea14 {
  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-b06450ac-0ea2-49af-a64b-7e0c3961ea14 .shogun-heading-component h4 {
  color: rgba(255, 247, 236, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bab03331-dd96-418f-9526-03d5c641879a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bab03331-dd96-418f-9526-03d5c641879a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d053e4c2-115f-4891-bf25-0818dcdaa1cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d053e4c2-115f-4891-bf25-0818dcdaa1cc .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b60e8448-6797-4fa1-8802-5b78adc4ab22 {
  text-align: center;
}

#s-b60e8448-6797-4fa1-8802-5b78adc4ab22 .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-b60e8448-6797-4fa1-8802-5b78adc4ab22 .shg-product-price {
  color: rgba(203, 74, 43, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-b60e8448-6797-4fa1-8802-5b78adc4ab22 .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: 20px;
  padding-left: 10px;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f {
  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-84bc98bd-326f-4d0d-b524-97244fd0752f: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-84bc98bd-326f-4d0d-b524-97244fd0752f: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-84bc98bd-326f-4d0d-b524-97244fd0752f-atc-btn-wrapper {
    text-align: center;
  }


#s-84bc98bd-326f-4d0d-b524-97244fd0752f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


@media (min-width: 1200px){
  #s-84bc98bd-326f-4d0d-b524-97244fd0752f-atc-btn-wrapper {
    text-align: center;
  }


#s-84bc98bd-326f-4d0d-b524-97244fd0752f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-84bc98bd-326f-4d0d-b524-97244fd0752f-atc-btn-wrapper {
    text-align: center;
  }


#s-84bc98bd-326f-4d0d-b524-97244fd0752f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-84bc98bd-326f-4d0d-b524-97244fd0752f-atc-btn-wrapper {
    text-align: center;
  }


#s-84bc98bd-326f-4d0d-b524-97244fd0752f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}@media (max-width: 767px){
  #s-84bc98bd-326f-4d0d-b524-97244fd0752f-atc-btn-wrapper {
    text-align: center;
  }


#s-84bc98bd-326f-4d0d-b524-97244fd0752f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-84bc98bd-326f-4d0d-b524-97244fd0752f.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 16px;
  color: rgba(255, 247, 235, 1);
}


}
#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 {
  display: none;
}
#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-content-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 {
  display: none;
}
#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-content-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 {
  display: none;
}
#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-content-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 { display: none !important; }}@media (max-width: 767px){#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 1px;
margin-right: 3%;
display: none;
}
#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6, #wrap-content-s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 { display: none !important; }}
#s-3a11ec93-5f0e-448f-ad22-7b63fb27eec6 .shogun-heading-component h1 {
  color: rgba(250, 170, 51, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b {
  min-height: 50px;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b {
  display: none;
}
#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-content-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b {
  display: none;
}
#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-content-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b {
  display: none;
}
#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-content-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b { display: none !important; }}@media (max-width: 767px){#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b {
  display: none;
}
#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b, #wrap-content-s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b { display: none !important; }}







#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-858c946f-892a-4ff8-8a8b-1f3b83c4b33b.shg-box.shg-c {
  justify-content: center;
}

#s-8aac9901-047b-467c-ae8d-75dc17082fee {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8aac9901-047b-467c-ae8d-75dc17082fee {
  display: none;
}
#s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-content-s-8aac9901-047b-467c-ae8d-75dc17082fee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8aac9901-047b-467c-ae8d-75dc17082fee {
  display: none;
}
#s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-content-s-8aac9901-047b-467c-ae8d-75dc17082fee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8aac9901-047b-467c-ae8d-75dc17082fee {
  display: none;
}
#s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-content-s-8aac9901-047b-467c-ae8d-75dc17082fee { display: none !important; }}@media (max-width: 767px){#s-8aac9901-047b-467c-ae8d-75dc17082fee {
  display: none;
}
#s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-s-8aac9901-047b-467c-ae8d-75dc17082fee, #wrap-content-s-8aac9901-047b-467c-ae8d-75dc17082fee { display: none !important; }}







#s-8aac9901-047b-467c-ae8d-75dc17082fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8aac9901-047b-467c-ae8d-75dc17082fee.shg-box.shg-c {
  justify-content: center;
}

#s-88ab5a5d-79c0-46be-b66b-fc733f40a700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-88ab5a5d-79c0-46be-b66b-fc733f40a700 {
  display: none;
}
#s-88ab5a5d-79c0-46be-b66b-fc733f40a700, #wrap-s-88ab5a5d-79c0-46be-b66b-fc733f40a700, #wrap-content-s-88ab5a5d-79c0-46be-b66b-fc733f40a700 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88ab5a5d-79c0-46be-b66b-fc733f40a700 {
  display: none;
}
#s-88ab5a5d-79c0-46be-b66b-fc733f40a700, #wrap-s-88ab5a5d-79c0-46be-b66b-fc733f40a700, #wrap-content-s-88ab5a5d-79c0-46be-b66b-fc733f40a700 { display: none !important; }}@media (max-width: 767px){#s-88ab5a5d-79c0-46be-b66b-fc733f40a700 {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 1px;
margin-right: 3%;
}
}
#s-88ab5a5d-79c0-46be-b66b-fc733f40a700 .shogun-heading-component h1 {
  color: rgba(250, 170, 51, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-7f9caf66-429a-4e5b-94b9-8765644f32b2 {
  padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-7f9caf66-429a-4e5b-94b9-8765644f32b2 {
  display: none;
}
#s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-content-s-7f9caf66-429a-4e5b-94b9-8765644f32b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f9caf66-429a-4e5b-94b9-8765644f32b2 {
  display: none;
}
#s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-content-s-7f9caf66-429a-4e5b-94b9-8765644f32b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f9caf66-429a-4e5b-94b9-8765644f32b2 {
  display: none;
}
#s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-content-s-7f9caf66-429a-4e5b-94b9-8765644f32b2 { display: none !important; }}@media (max-width: 767px){#s-7f9caf66-429a-4e5b-94b9-8765644f32b2 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-s-7f9caf66-429a-4e5b-94b9-8765644f32b2, #wrap-content-s-7f9caf66-429a-4e5b-94b9-8765644f32b2 { display: none !important; }}
#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf {
  display: none;
}
#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-content-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf {
  display: none;
}
#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-content-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf {
  display: none;
}
#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-content-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf { display: none !important; }}@media (max-width: 767px){#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf {
  display: none;
}
#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf, #wrap-content-s-b0b7e855-c539-4989-9133-8dfc2db1b1bf { display: none !important; }}







#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b0b7e855-c539-4989-9133-8dfc2db1b1bf.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

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

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

#s-f51ab87e-7656-49e4-be47-30ef8acb8156 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f51ab87e-7656-49e4-be47-30ef8acb8156"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f51ab87e-7656-49e4-be47-30ef8acb8156"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f51ab87e-7656-49e4-be47-30ef8acb8156"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f51ab87e-7656-49e4-be47-30ef8acb8156"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f51ab87e-7656-49e4-be47-30ef8acb8156"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ad225522-5c43-4e1f-befa-e976793e7919 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ad225522-5c43-4e1f-befa-e976793e7919 {
  display: none;
}
#s-ad225522-5c43-4e1f-befa-e976793e7919, #wrap-s-ad225522-5c43-4e1f-befa-e976793e7919, #wrap-content-s-ad225522-5c43-4e1f-befa-e976793e7919 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad225522-5c43-4e1f-befa-e976793e7919 {
  display: none;
}
#s-ad225522-5c43-4e1f-befa-e976793e7919, #wrap-s-ad225522-5c43-4e1f-befa-e976793e7919, #wrap-content-s-ad225522-5c43-4e1f-befa-e976793e7919 { display: none !important; }}







#s-ad225522-5c43-4e1f-befa-e976793e7919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad225522-5c43-4e1f-befa-e976793e7919.shg-box.shg-c {
  justify-content: center;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f {
  max-width: 755px;
aspect-ratio: 16/9;
text-align: center;
}
@media (min-width: 1200px){#s-02eb3cba-9447-4339-bc96-4124e513752f {
  display: none;
}
#s-02eb3cba-9447-4339-bc96-4124e513752f, #wrap-s-02eb3cba-9447-4339-bc96-4124e513752f, #wrap-content-s-02eb3cba-9447-4339-bc96-4124e513752f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02eb3cba-9447-4339-bc96-4124e513752f {
  display: none;
}
#s-02eb3cba-9447-4339-bc96-4124e513752f, #wrap-s-02eb3cba-9447-4339-bc96-4124e513752f, #wrap-content-s-02eb3cba-9447-4339-bc96-4124e513752f { display: none !important; }}
#s-02eb3cba-9447-4339-bc96-4124e513752f {
  margin: 0 !important;
  overflow: visible;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f-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-02eb3cba-9447-4339-bc96-4124e513752f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02eb3cba-9447-4339-bc96-4124e513752f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add background color handling */
  
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-content {
  
    justify-content: center;
  
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
  box-sizing: border-box;
}



.s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02eb3cba-9447-4339-bc96-4124e513752f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
      position: relative;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

@media (min-width: 1200px){#s-02eb3cba-9447-4339-bc96-4124e513752f {
  margin: 0 !important;
  overflow: visible;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f-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-02eb3cba-9447-4339-bc96-4124e513752f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02eb3cba-9447-4339-bc96-4124e513752f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add background color handling */
  
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-content {
  
    justify-content: center;
  
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
  box-sizing: border-box;
}



.s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02eb3cba-9447-4339-bc96-4124e513752f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
      position: relative;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f 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-02eb3cba-9447-4339-bc96-4124e513752f {
  margin: 0 !important;
  overflow: visible;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f-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-02eb3cba-9447-4339-bc96-4124e513752f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02eb3cba-9447-4339-bc96-4124e513752f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add background color handling */
  
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-content {
  
    justify-content: center;
  
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
  box-sizing: border-box;
}



.s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02eb3cba-9447-4339-bc96-4124e513752f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
      position: relative;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f 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-02eb3cba-9447-4339-bc96-4124e513752f {
  margin: 0 !important;
  overflow: visible;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f-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-02eb3cba-9447-4339-bc96-4124e513752f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02eb3cba-9447-4339-bc96-4124e513752f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add background color handling */
  
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-content {
  
    justify-content: center;
  
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
  box-sizing: border-box;
}



.s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02eb3cba-9447-4339-bc96-4124e513752f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
      position: relative;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}@media (max-width: 767px){#s-02eb3cba-9447-4339-bc96-4124e513752f {
  margin: 0 !important;
  overflow: visible;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f-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-02eb3cba-9447-4339-bc96-4124e513752f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02eb3cba-9447-4339-bc96-4124e513752f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add background color handling */
  
}

#s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02eb3cba-9447-4339-bc96-4124e513752f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 755px;
  }



  img.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
    
    
    
    max-height: 755px;
  }


.s-02eb3cba-9447-4339-bc96-4124e513752f .shogun-image-content {
  
    justify-content: center;
  
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image {
  box-sizing: border-box;
}



.s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02eb3cba-9447-4339-bc96-4124e513752f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container {
      position: relative;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02eb3cba-9447-4339-bc96-4124e513752f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 755px;
    }
  }

}
#s-f2ac8abd-2c23-43eb-9770-4b2e2f93db5a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 247, 235, 1);
}








#s-f2ac8abd-2c23-43eb-9770-4b2e2f93db5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2ac8abd-2c23-43eb-9770-4b2e2f93db5a.shg-box.shg-c {
  justify-content: center;
}

#s-12c0cd58-3c7e-43c6-a9bb-178e42dabcc8 {
  margin-bottom: 20px;
text-align: center;
}

#s-12c0cd58-3c7e-43c6-a9bb-178e42dabcc8 .shogun-heading-component h3 {
  color: rgba(250, 170, 51, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}


#s-12c0cd58-3c7e-43c6-a9bb-178e42dabcc8 .shogun-heading-component h3 a {
  color: rgba(250, 170, 51, 1);
}


#s-c4de6d96-a830-488e-baac-ab7de5d14677 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4de6d96-a830-488e-baac-ab7de5d14677 {
  display: none;
}
#s-c4de6d96-a830-488e-baac-ab7de5d14677, #wrap-s-c4de6d96-a830-488e-baac-ab7de5d14677, #wrap-content-s-c4de6d96-a830-488e-baac-ab7de5d14677 { display: none !important; }}@media (max-width: 767px){#s-c4de6d96-a830-488e-baac-ab7de5d14677 {
  display: none;
}
#s-c4de6d96-a830-488e-baac-ab7de5d14677, #wrap-s-c4de6d96-a830-488e-baac-ab7de5d14677, #wrap-content-s-c4de6d96-a830-488e-baac-ab7de5d14677 { display: none !important; }}
#s-90798432-71e3-4900-af99-1d93fc322fe9 {
  text-align: center;
}

#s-90798432-71e3-4900-af99-1d93fc322fe9 .shg-product-sold-out {
  display: none;
  color: rgba(202, 29, 13, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-90798432-71e3-4900-af99-1d93fc322fe9 .shg-product-price {
  color: rgba(202, 29, 13, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-90798432-71e3-4900-af99-1d93fc322fe9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8 {
  box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(19, 67, 61, 1);
border-style: solid;
border-radius: 40px;
max-width: 250px;
background-color: rgba(250, 170, 51, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
background-image: none;
hover-type: color;
}
#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(19, 67, 61, 1) !important;
border-radius: 25px !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(19, 67, 61, 1) !important;}#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8:active {background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8-atc-btn-wrapper {
    text-align: center;
  }


#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8-atc-btn-wrapper {
    text-align: center;
  }


#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8-atc-btn-wrapper {
    text-align: center;
  }


#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8-atc-btn-wrapper {
    text-align: center;
  }


#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8-atc-btn-wrapper {
    text-align: center;
  }


#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-8fb2b4c6-e8e3-480e-8209-dd3012d029f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 {
  display: none;
}
#s-0caadcfe-04c0-40f6-837b-3d98885b0f71, #wrap-s-0caadcfe-04c0-40f6-837b-3d98885b0f71, #wrap-content-s-0caadcfe-04c0-40f6-837b-3d98885b0f71 { display: none !important; }}@media (max-width: 767px){#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 {
  min-height: 400px;
display: none;
}
#s-0caadcfe-04c0-40f6-837b-3d98885b0f71, #wrap-s-0caadcfe-04c0-40f6-837b-3d98885b0f71, #wrap-content-s-0caadcfe-04c0-40f6-837b-3d98885b0f71 { display: none !important; }}
#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 {
  background-image: url(https://i.shgcdn.com/7a0dd2de-5f9d-48e3-baca-20c101de7e5c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 {
  cursor: pointer;
}#s-0caadcfe-04c0-40f6-837b-3d98885b0f71.shg-box.shg-c {
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0caadcfe-04c0-40f6-837b-3d98885b0f71 {
  cursor: pointer;
}#s-0caadcfe-04c0-40f6-837b-3d98885b0f71.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-a0d9faaa-1450-4ee3-bc5c-b02589a805bb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(255, 247, 235, 1);
}

@media (min-width: 0px) {
[id="s-a0d9faaa-1450-4ee3-bc5c-b02589a805bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0d9faaa-1450-4ee3-bc5c-b02589a805bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0d9faaa-1450-4ee3-bc5c-b02589a805bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0d9faaa-1450-4ee3-bc5c-b02589a805bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a0d9faaa-1450-4ee3-bc5c-b02589a805bb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}

#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  background-image: url(https://i.shgcdn.com/14491abd-e9bd-4274-8e98-55d277bfaaf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d255d5a9-c7d7-441b-b202-a7957872a544.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d255d5a9-c7d7-441b-b202-a7957872a544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d255d5a9-c7d7-441b-b202-a7957872a544 {
  cursor: pointer;
}#s-d255d5a9-c7d7-441b-b202-a7957872a544.shg-box.shg-c {
  justify-content: center;
}

#s-d4786ca7-938b-4428-b38a-a573aa9caf78 {
  min-height: 53px;
}








#s-d4786ca7-938b-4428-b38a-a573aa9caf78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4786ca7-938b-4428-b38a-a573aa9caf78.shg-box.shg-c {
  justify-content: center;
}

#s-e2d3f56e-06b7-4ae4-b162-2b2308bd2ca3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2d3f56e-06b7-4ae4-b162-2b2308bd2ca3 .shogun-heading-component h3 {
  color: rgba(0, 122, 105, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


#s-e2d3f56e-06b7-4ae4-b162-2b2308bd2ca3 .shogun-heading-component h3 a {
  color: rgba(0, 122, 105, 1);
}


#s-00ce5049-85c1-4665-bd16-7d09c9a6647e {
  margin-top: -15px;
margin-bottom: -15px;
}
@media (min-width: 1200px){#s-00ce5049-85c1-4665-bd16-7d09c9a6647e {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00ce5049-85c1-4665-bd16-7d09c9a6647e {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-590ce3ec-90a9-40b1-b242-0285a8339f3a {
  min-height: 50px;
}








#s-590ce3ec-90a9-40b1-b242-0285a8339f3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-590ce3ec-90a9-40b1-b242-0285a8339f3a.shg-box.shg-c {
  justify-content: center;
}

#s-b80d84f5-2cc9-4754-8ce5-41c197d8256f {
  text-align: center;
}

#s-b80d84f5-2cc9-4754-8ce5-41c197d8256f .shg-product-sold-out {
  display: none;
  color: rgba(202, 29, 13, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b80d84f5-2cc9-4754-8ce5-41c197d8256f .shg-product-price {
  color: rgba(202, 29, 13, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-b80d84f5-2cc9-4754-8ce5-41c197d8256f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc {
  box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(19, 67, 61, 1);
border-style: solid;
border-radius: 40px;
max-width: 250px;
background-color: rgba(0, 122, 105, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
background-image: none;
hover-type: color;
}
#s-584091c2-ba1d-4d18-8e10-73fece5f16dc:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(19, 67, 61, 1) !important;
border-radius: 25px !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(19, 67, 61, 1) !important;}#s-584091c2-ba1d-4d18-8e10-73fece5f16dc:active {background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-584091c2-ba1d-4d18-8e10-73fece5f16dc-atc-btn-wrapper {
    text-align: center;
  }


#s-584091c2-ba1d-4d18-8e10-73fece5f16dc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


@media (min-width: 1200px){
  #s-584091c2-ba1d-4d18-8e10-73fece5f16dc-atc-btn-wrapper {
    text-align: center;
  }


#s-584091c2-ba1d-4d18-8e10-73fece5f16dc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-584091c2-ba1d-4d18-8e10-73fece5f16dc-atc-btn-wrapper {
    text-align: center;
  }


#s-584091c2-ba1d-4d18-8e10-73fece5f16dc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-584091c2-ba1d-4d18-8e10-73fece5f16dc-atc-btn-wrapper {
    text-align: center;
  }


#s-584091c2-ba1d-4d18-8e10-73fece5f16dc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}@media (max-width: 767px){
  #s-584091c2-ba1d-4d18-8e10-73fece5f16dc-atc-btn-wrapper {
    text-align: center;
  }


#s-584091c2-ba1d-4d18-8e10-73fece5f16dc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-584091c2-ba1d-4d18-8e10-73fece5f16dc.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


}
#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  text-align: center;
}
@media (min-width: 1200px){#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  display: none;
}
#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c, #wrap-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c, #wrap-content-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  display: none;
}
#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c, #wrap-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c, #wrap-content-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c { display: none !important; }}
#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  margin: 0 !important;
  overflow: visible;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c-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-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add background color handling */
  
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
    
    
    
    
  }


.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
  box-sizing: border-box;
}



.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  
}


@media (min-width: 1200px){#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  margin: 0 !important;
  overflow: visible;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c-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-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add background color handling */
  
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
    
    
    
    
  }


.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
  box-sizing: border-box;
}



.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  margin: 0 !important;
  overflow: visible;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c-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-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add background color handling */
  
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
    
    
    
    
  }


.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
  box-sizing: border-box;
}



.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  margin: 0 !important;
  overflow: visible;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c-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-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add background color handling */
  
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
    
    
    
    
  }


.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
  box-sizing: border-box;
}



.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  
}


}@media (max-width: 767px){#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  margin: 0 !important;
  overflow: visible;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c-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-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c21baf0f-f0fa-4cad-96cd-4d33626c053c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add background color handling */
  
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
    
    
    
    
  }


.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c21baf0f-f0fa-4cad-96cd-4d33626c053c.shogun-image {
  box-sizing: border-box;
}



.s-c21baf0f-f0fa-4cad-96cd-4d33626c053c img.shogun-image {
  
}


}
#s-edb2179f-e66f-49d8-a953-4f0e4c057f1a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-edb2179f-e66f-49d8-a953-4f0e4c057f1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edb2179f-e66f-49d8-a953-4f0e4c057f1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edb2179f-e66f-49d8-a953-4f0e4c057f1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edb2179f-e66f-49d8-a953-4f0e4c057f1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-edb2179f-e66f-49d8-a953-4f0e4c057f1a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9b7c1d17-d77f-4761-825f-3a03b197f273 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 247, 235, 1);
}








#s-9b7c1d17-d77f-4761-825f-3a03b197f273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b7c1d17-d77f-4761-825f-3a03b197f273.shg-box.shg-c {
  justify-content: center;
}

#s-38dd0ee9-a3b5-4c82-9aad-a712c9bf00cd {
  margin-bottom: 20px;
text-align: center;
}

#s-38dd0ee9-a3b5-4c82-9aad-a712c9bf00cd .shogun-heading-component h3 {
  color: rgba(185, 31, 70, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}



#s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc {
  display: none;
}
#s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc, #wrap-s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc, #wrap-content-s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc { display: none !important; }}@media (max-width: 767px){#s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc {
  display: none;
}
#s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc, #wrap-s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc, #wrap-content-s-88f58621-5c9d-48e0-8a1a-3fc5563db6bc { display: none !important; }}
#s-50fa425b-37bc-416f-979b-f5c92007dfde {
  text-align: center;
}

#s-50fa425b-37bc-416f-979b-f5c92007dfde .shg-product-sold-out {
  display: none;
  color: rgba(202, 29, 13, 1);
  font-size: 16px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-50fa425b-37bc-416f-979b-f5c92007dfde .shg-product-price {
  color: rgba(202, 29, 13, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-50fa425b-37bc-416f-979b-f5c92007dfde .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43 {
  box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(19, 67, 61, 1);
border-style: solid;
border-radius: 40px;
max-width: 250px;
background-color: rgba(185, 31, 70, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 247, 235, 1);
background-image: none;
hover-type: color;
}
#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(19, 67, 61, 1) !important;
border-radius: 25px !important;
background-color: rgba(255, 247, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(19, 67, 61, 1) !important;}#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43:active {background-color: rgba(19, 67, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 247, 235, 1) !important;}

  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43-atc-btn-wrapper {
    text-align: center;
  }


#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43-atc-btn-wrapper {
    text-align: center;
  }


#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43-atc-btn-wrapper {
    text-align: center;
  }


#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43-atc-btn-wrapper {
    text-align: center;
  }


#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43-atc-btn-wrapper {
    text-align: center;
  }


#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Poppins;
  
  font-size: 14px;
  color: rgba(255, 60, 21, 1);
}


  #s-7da2de48-ef4b-4711-9a9b-44a1f1a9eb43.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-59d3aca2-236f-4f93-8930-661c6b8a4841 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-59d3aca2-236f-4f93-8930-661c6b8a4841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59d3aca2-236f-4f93-8930-661c6b8a4841 {
  cursor: pointer;
}#s-59d3aca2-236f-4f93-8930-661c6b8a4841.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ee917e3-07db-49c1-93a2-f1d15a589583 {
  min-height: 50px;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-8ee917e3-07db-49c1-93a2-f1d15a589583 {
  min-height: 77px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ee917e3-07db-49c1-93a2-f1d15a589583 {
  
}
}@media (max-width: 767px){#s-8ee917e3-07db-49c1-93a2-f1d15a589583 {
  
}
}







#s-8ee917e3-07db-49c1-93a2-f1d15a589583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ee917e3-07db-49c1-93a2-f1d15a589583.shg-box.shg-c {
  justify-content: center;
}

.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-ee043c3c-2c24-4b51-927a-e18889c6441e {
  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-ee043c3c-2c24-4b51-927a-e18889c6441e: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-ee043c3c-2c24-4b51-927a-e18889c6441e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDIwMGJhOTAtNjZlZS00YzJmLWEyMzEtNTU0YTQyYjIyOTE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMjAwYmE5MC02NmVlLTRjMmYtYTIzMS01NTRhNDJiMjI5MTkpIi8+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;}@media (min-width: 1200px){#s-ee043c3c-2c24-4b51-927a-e18889c6441e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee043c3c-2c24-4b51-927a-e18889c6441e {
  
}
}@media (max-width: 767px){#s-ee043c3c-2c24-4b51-927a-e18889c6441e {
  margin-left: 0%;
margin-right: 0%;
}
#s-ee043c3c-2c24-4b51-927a-e18889c6441e: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-ee043c3c-2c24-4b51-927a-e18889c6441e-root {
    text-align: center;
  }


#s-ee043c3c-2c24-4b51-927a-e18889c6441e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee043c3c-2c24-4b51-927a-e18889c6441e-root {
    text-align: center;
  }


#s-ee043c3c-2c24-4b51-927a-e18889c6441e.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-ee043c3c-2c24-4b51-927a-e18889c6441e-root {
    text-align: center;
  }


#s-ee043c3c-2c24-4b51-927a-e18889c6441e.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-ee043c3c-2c24-4b51-927a-e18889c6441e-root {
    text-align: center;
  }


#s-ee043c3c-2c24-4b51-927a-e18889c6441e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee043c3c-2c24-4b51-927a-e18889c6441e-root {
    text-align: center;
  }


#s-ee043c3c-2c24-4b51-927a-e18889c6441e.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de {
  min-height: 50px;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de {
  min-height: 77px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de {
  display: none;
}
#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de, #wrap-s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de, #wrap-content-s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de { display: none !important; }}@media (max-width: 767px){#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de {
  display: none;
}
#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de, #wrap-s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de, #wrap-content-s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de { display: none !important; }}







#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2a8275b-bc56-4cc4-be7e-ceea02b1c3de.shg-box.shg-c {
  justify-content: center;
}

#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796 {
  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-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796: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-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzNzliZGItZTE4NC00YjA2LWJjYTEtOTgwNTc1NjgzMzA5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjM3OWJkYi1lMTg0LTRiMDYtYmNhMS05ODA1NzU2ODMzMDkpIi8+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;}@media (min-width: 1200px){#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796 {
  display: none;
}
#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796, #wrap-s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796, #wrap-content-s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796 {
  display: none;
}
#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796, #wrap-s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796, #wrap-content-s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796 { display: none !important; }}

  #s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796-root {
    text-align: center;
  }


#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796-root {
    text-align: center;
  }


#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796.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-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796-root {
    text-align: center;
  }


#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796.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-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796-root {
    text-align: center;
  }


#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796-root {
    text-align: center;
  }


#s-2dfdadd6-f4e8-4cb0-b3ee-dff40c761796.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182 {
  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-c24c0844-9d1e-4c45-a40d-ced1a4a31182: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-c24c0844-9d1e-4c45-a40d-ced1a4a31182:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYzNzliZGItZTE4NC00YjA2LWJjYTEtOTgwNTc1NjgzMzA5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjM3OWJkYi1lMTg0LTRiMDYtYmNhMS05ODA1NzU2ODMzMDkpIi8+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;}@media (min-width: 1200px){#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182 {
  display: none;
}
#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182, #wrap-s-c24c0844-9d1e-4c45-a40d-ced1a4a31182, #wrap-content-s-c24c0844-9d1e-4c45-a40d-ced1a4a31182 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182 {
  display: none;
}
#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182, #wrap-s-c24c0844-9d1e-4c45-a40d-ced1a4a31182, #wrap-content-s-c24c0844-9d1e-4c45-a40d-ced1a4a31182 { display: none !important; }}

  #s-c24c0844-9d1e-4c45-a40d-ced1a4a31182-root {
    text-align: center;
  }


#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c24c0844-9d1e-4c45-a40d-ced1a4a31182-root {
    text-align: center;
  }


#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182.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-c24c0844-9d1e-4c45-a40d-ced1a4a31182-root {
    text-align: center;
  }


#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182.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-c24c0844-9d1e-4c45-a40d-ced1a4a31182-root {
    text-align: center;
  }


#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c24c0844-9d1e-4c45-a40d-ced1a4a31182-root {
    text-align: center;
  }


#s-c24c0844-9d1e-4c45-a40d-ced1a4a31182.shg-btn {
  color: rgba(255, 247, 235, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  margin-left: auto;
margin-right: auto;
max-width: 1684px;
aspect-ratio: 3368/1504;
text-align: center;
}
@media (min-width: 1200px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  display: none;
}
#s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-content-s-882852ef-0b1e-4079-a62e-393d9c7c81eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  display: none;
}
#s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-content-s-882852ef-0b1e-4079-a62e-393d9c7c81eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  display: none;
}
#s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-content-s-882852ef-0b1e-4079-a62e-393d9c7c81eb { display: none !important; }}@media (max-width: 767px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  display: none;
}
#s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-s-882852ef-0b1e-4079-a62e-393d9c7c81eb, #wrap-content-s-882852ef-0b1e-4079-a62e-393d9c7c81eb { display: none !important; }}
#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  margin: 0 !important;
  overflow: visible;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb-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-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add background color handling */
  
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }

    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-link {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1684px;
  }



  img.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
    
    
    
    max-height: 1684px;
  }


.s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
  box-sizing: border-box;
}



.s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
      --shg-aspect-ratio: calc(3368/1504); 
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
      position: relative;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1684px;
    }
  }

@media (min-width: 1200px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  margin: 0 !important;
  overflow: visible;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb-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-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add background color handling */
  
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }

    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-link {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1684px;
  }



  img.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
    
    
    
    max-height: 1684px;
  }


.s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
  box-sizing: border-box;
}



.s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
      --shg-aspect-ratio: calc(3368/1504); 
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
      position: relative;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1684px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  margin: 0 !important;
  overflow: visible;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb-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-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add background color handling */
  
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }

    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-link {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1684px;
  }



  img.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
    
    
    
    max-height: 1684px;
  }


.s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
  box-sizing: border-box;
}



.s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
      --shg-aspect-ratio: calc(3368/1504); 
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
      position: relative;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1684px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  margin: 0 !important;
  overflow: visible;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb-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-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add background color handling */
  
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }

    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-link {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1684px;
  }



  img.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
    
    
    
    max-height: 1684px;
  }


.s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
  box-sizing: border-box;
}



.s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
      --shg-aspect-ratio: calc(3368/1504); 
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
      position: relative;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1684px;
    }
  }

}@media (max-width: 767px){#s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  margin: 0 !important;
  overflow: visible;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb-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-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add background color handling */
  
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }

    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-link {
      aspect-ratio: 3368/1504;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1684px;
  }



  img.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
    
    
    
    max-height: 1684px;
  }


.s-882852ef-0b1e-4079-a62e-393d9c7c81eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image {
  box-sizing: border-box;
}



.s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb {
      --shg-aspect-ratio: calc(3368/1504); 
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container {
      position: relative;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882852ef-0b1e-4079-a62e-393d9c7c81eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1684px;
    }
  }

}
#s-40a1af14-8a29-4564-812b-fe6f015dfc08 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-40a1af14-8a29-4564-812b-fe6f015dfc08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40a1af14-8a29-4564-812b-fe6f015dfc08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40a1af14-8a29-4564-812b-fe6f015dfc08 {
  
}
}@media (max-width: 767px){#s-40a1af14-8a29-4564-812b-fe6f015dfc08 {
  
}
}







#s-40a1af14-8a29-4564-812b-fe6f015dfc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40a1af14-8a29-4564-812b-fe6f015dfc08.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 247, 235, 1);
}
@media (min-width: 1200px){#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a {
  display: none;
}
#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-content-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a {
  display: none;
}
#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-content-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a {
  display: none;
}
#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-content-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a { display: none !important; }}@media (max-width: 767px){#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a {
  display: none;
}
#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a, #wrap-content-s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a { display: none !important; }}







#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-f9759423-f7d2-4474-8fff-1aaf1ae2c96a.shg-box.shg-c {
  justify-content: center;
}

#s-365ba353-96c7-405b-86a0-ddc219c3e061 {
  min-height: 50px;
background-color: rgba(0, 122, 105, 1);
}
@media (min-width: 1200px){#s-365ba353-96c7-405b-86a0-ddc219c3e061 {
  display: none;
}
#s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-content-s-365ba353-96c7-405b-86a0-ddc219c3e061 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-365ba353-96c7-405b-86a0-ddc219c3e061 {
  display: none;
}
#s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-content-s-365ba353-96c7-405b-86a0-ddc219c3e061 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-365ba353-96c7-405b-86a0-ddc219c3e061 {
  display: none;
}
#s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-content-s-365ba353-96c7-405b-86a0-ddc219c3e061 { display: none !important; }}@media (max-width: 767px){#s-365ba353-96c7-405b-86a0-ddc219c3e061 {
  display: none;
}
#s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-s-365ba353-96c7-405b-86a0-ddc219c3e061, #wrap-content-s-365ba353-96c7-405b-86a0-ddc219c3e061 { display: none !important; }}







#s-365ba353-96c7-405b-86a0-ddc219c3e061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-365ba353-96c7-405b-86a0-ddc219c3e061.shg-box.shg-c {
  justify-content: center;
}

#s-08ab0b50-3939-41f5-ada6-dbed2894c6f3 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08ab0b50-3939-41f5-ada6-dbed2894c6f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


@media (max-width: 767px){#s-08ab0b50-3939-41f5-ada6-dbed2894c6f3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


}
#s-5c68c952-a44b-4b2d-a814-f32786d02574 {
  margin-top: -23px;
margin-bottom: -10px;
}
@media (min-width: 1200px){#s-5c68c952-a44b-4b2d-a814-f32786d02574 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-5c68c952-a44b-4b2d-a814-f32786d02574 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-5ede113f-7ebb-43db-8b5c-3ba9972f36e1 {
  background-color: rgba(0, 122, 105, 1);
}

@media (min-width: 0px) {
[id="s-5ede113f-7ebb-43db-8b5c-3ba9972f36e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5ede113f-7ebb-43db-8b5c-3ba9972f36e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5ede113f-7ebb-43db-8b5c-3ba9972f36e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5ede113f-7ebb-43db-8b5c-3ba9972f36e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

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

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

#s-f5f92814-7837-4502-84b8-454c00c5769a {
  max-width: 251px;
aspect-ratio: 251/201;
text-align: center;
}

#s-f5f92814-7837-4502-84b8-454c00c5769a {
  overflow: hidden;
  
  
      max-width: 251px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f5f92814-7837-4502-84b8-454c00c5769a img.shogun-image,
  #s-f5f92814-7837-4502-84b8-454c00c5769a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5f92814-7837-4502-84b8-454c00c5769a {
    width: 100%;
    height: auto;
  }



  #s-f5f92814-7837-4502-84b8-454c00c5769a img.shogun-image {
    

    
    
    
  }


#s-f5f92814-7837-4502-84b8-454c00c5769a .shogun-image-content {
  
    justify-content: center;
  
}

#s-6f2021e7-997c-4c3b-8c7b-49713e292e5d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f2021e7-997c-4c3b-8c7b-49713e292e5d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (max-width: 767px){#s-92690617-d0db-4af9-bdb6-482871df46ad {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  max-width: 251px;
aspect-ratio: 251/201;
text-align: center;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d-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-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }

    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-link {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 251px;
  }



  img.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
    
    
    
    max-height: 251px;
  }


.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
  box-sizing: border-box;
}



.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
      --shg-aspect-ratio: calc(251/201); 
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
      position: relative;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 251px;
    }
  }

@media (min-width: 1200px){#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d-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-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }

    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-link {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 251px;
  }



  img.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
    
    
    
    max-height: 251px;
  }


.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
  box-sizing: border-box;
}



.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
      --shg-aspect-ratio: calc(251/201); 
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
      position: relative;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 251px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d-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-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }

    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-link {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 251px;
  }



  img.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
    
    
    
    max-height: 251px;
  }


.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
  box-sizing: border-box;
}



.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
      --shg-aspect-ratio: calc(251/201); 
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
      position: relative;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 251px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d-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-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }

    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-link {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 251px;
  }



  img.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
    
    
    
    max-height: 251px;
  }


.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
  box-sizing: border-box;
}



.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
      --shg-aspect-ratio: calc(251/201); 
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
      position: relative;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 251px;
    }
  }

}@media (max-width: 767px){#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d-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-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }

    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-link {
      aspect-ratio: 251/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 251px;
  }



  img.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
    
    
    
    max-height: 251px;
  }


.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image {
  box-sizing: border-box;
}



.s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d {
      --shg-aspect-ratio: calc(251/201); 
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container {
      position: relative;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf960a55-b6c1-4e1c-ba2f-cd7d7aa86a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 251px;
    }
  }

}
#s-5d78f245-cbd6-4d18-b59b-32570d2fba24 {
  min-height: 50px;
}








#s-5d78f245-cbd6-4d18-b59b-32570d2fba24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d78f245-cbd6-4d18-b59b-32570d2fba24.shg-box.shg-c {
  justify-content: center;
}

#s-39e7dd6f-79ef-4369-aaad-53138a2bd220 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39e7dd6f-79ef-4369-aaad-53138a2bd220 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-e8c66411-f124-4b19-afbe-01860487944b {
  min-height: 50px;
}








#s-e8c66411-f124-4b19-afbe-01860487944b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8c66411-f124-4b19-afbe-01860487944b.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-6f8a1e5d-7137-44a7-888b-eeb413344a48 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-0f8632e8-1865-418b-972f-35d87aa87787 {
  max-width: 251px;
aspect-ratio: 251/201;
text-align: center;
}

#s-0f8632e8-1865-418b-972f-35d87aa87787 {
  overflow: hidden;
  
  
      max-width: 251px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0f8632e8-1865-418b-972f-35d87aa87787 img.shogun-image,
  #s-0f8632e8-1865-418b-972f-35d87aa87787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f8632e8-1865-418b-972f-35d87aa87787 {
    width: 100%;
    height: auto;
  }



  #s-0f8632e8-1865-418b-972f-35d87aa87787 img.shogun-image {
    

    
    
    
  }


#s-0f8632e8-1865-418b-972f-35d87aa87787 .shogun-image-content {
  
    justify-content: center;
  
}

#s-84592186-a603-40a2-9d82-bf2a8d0eb6c8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-84592186-a603-40a2-9d82-bf2a8d0eb6c8 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-84592186-a603-40a2-9d82-bf2a8d0eb6c8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (max-width: 767px){#s-00431047-5d9d-42ec-a475-feb7a9f6c57e {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-1301e67d-8821-45b4-a5a4-4019557065fd {
  max-width: 251px;
aspect-ratio: 251/201;
text-align: center;
}

#s-1301e67d-8821-45b4-a5a4-4019557065fd {
  overflow: hidden;
  
  
      max-width: 251px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1301e67d-8821-45b4-a5a4-4019557065fd img.shogun-image,
  #s-1301e67d-8821-45b4-a5a4-4019557065fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1301e67d-8821-45b4-a5a4-4019557065fd {
    width: 100%;
    height: auto;
  }



  #s-1301e67d-8821-45b4-a5a4-4019557065fd img.shogun-image {
    

    
    
    
  }


#s-1301e67d-8821-45b4-a5a4-4019557065fd .shogun-image-content {
  
    justify-content: center;
  
}

#s-bab2de6d-3125-4f97-acfd-cb81fdb7f4aa {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bab2de6d-3125-4f97-acfd-cb81fdb7f4aa {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-bab2de6d-3125-4f97-acfd-cb81fdb7f4aa .shogun-heading-component h3 {
  color: rgba(225, 243, 247, 1);
  font-weight:  normal ;
  font-family: "WindsorBold";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (max-width: 767px){#s-24ea8a78-6428-4eb6-ae1e-c9e25f9a5f5a {
  margin-left: 10%;
margin-right: 10%;
}
}
/*
  $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}