@charset "UTF-8";
body.single-product .content-area {
  width: 100%;
  margin: 0;
  overflow: visible; /* for sticky sidebar */
}

body.single-product .site-content .col-full {
  background-color: unset;
}

body .product .woocommerce-product-gallery {
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 10px;
  width: 100% !important;
  margin: 0;
}
body .product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0;
}
body .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  background-color: #EFEFEF;
}
body .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
body .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body .product .woocommerce-product-gallery ul.flex-direction-nav {
  margin: 0;
  left: 0;
  font-size: 0px;
}
body .product .woocommerce-product-gallery ul.flex-direction-nav a {
  position: relative;
  display: block;
  line-height: 1;
  visibility: visible;
}
body .product .woocommerce-product-gallery ul.flex-direction-nav a.flex-disabled {
  opacity: 0.4;
}
body .product .woocommerce-product-gallery a.flex-prev:before,
body .product .woocommerce-product-gallery a.flex-next:after {
  opacity: 1;
  visibility: visible;
}

body .product .product-details-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  overflow: unset;
}
@media screen and (min-width: 768px) {
  body .product .product-details-wrapper {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  body .product .product-details-wrapper {
    gap: 40px;
  }
}
body .product .product-details-wrapper .product-details-left-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  body .product .product-details-wrapper .product-details-left-col {
    width: 50%;
  }
}
body .product .product-details-wrapper .sc-product-benefits-cards {
  padding: 10px;
  border-radius: 6px;
  background-color: #EFEFEF;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 10px;
  color: #01234A;
}
@media screen and (min-width: 992px) {
  body .product .product-details-wrapper .sc-product-benefits-cards {
    font-size: 12px;
  }
}
body .product .product-details-wrapper .summary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .product .product-details-wrapper .summary {
    width: 50%;
  }
}
body .product .product-details-wrapper .shop-sc-cats,
body .product .product-details-wrapper .shop-sc-cats a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #1C2835;
}
body .product .product-details-wrapper h1.product_title {
  margin: 5px 0 5px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #01234A;
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  body .product .product-details-wrapper h1.product_title {
    font-size: 32px;
  }
}
body .product .product-details-wrapper .star-rating {
  color: #1C2835;
}
body .product .product-details-wrapper .star-rating > span:before {
  background-color: #1C2835;
}
body .product .product-details-wrapper form.cart {
  display: flex;
  flex-direction: row;
}
body .product .product-details-wrapper form.cart .quantity {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: center;
}
body .product .product-details-wrapper form.cart .quantity .input-text {
  width: 92px;
  border-radius: 6px;
  border: 2px solid #8e949a !important;
  font-size: 12px;
  font-weight: 600;
  color: #1C2835;
}
body .product .product-details-wrapper form.cart .quantity .qty-button {
  position: absolute;
  top: 12px;
  bottom: unset;
  z-index: 9999;
  color: #8e949a;
  width: 25px;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .product .product-details-wrapper form.cart .quantity .qty-minus {
  margin: 0;
  left: 5px;
}
body .product .product-details-wrapper form.cart .quantity .qty-plus {
  margin: 0;
  right: 5px;
}
body .product .product-details-wrapper form.cart .quantity .quantity-nav {
  display: none;
}
body .product .product-details-wrapper form.cart .button {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 16px;
  background-color: #BD5B0B;
  text-transform: uppercase;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
body .product .product-details-wrapper form.cart .button .was {
  text-decoration: line-through;
}
body .product .product-details-wrapper .floating-lables {
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
}
body .product .product-details-wrapper .best-seller,
body .product .product-details-wrapper .onsale {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1rem;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #BD5B0B;
  text-transform: uppercase;
  font-weight: 700;
}

.product-common-features-card .no_bullet-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.product-common-features-card .no_bullet-list li {
  position: relative;
  list-style-type: none;
  padding-left: 22px;
}
.product-common-features-card .no_bullet-list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: " ";
  width: 20px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ5MTQgNS4wMDI5M0w2LjQ5NTg2IDExLjk5ODJMMi45OTgwNSA4LjUwMDc0IiBzdHJva2U9IiNCRDVCMEIiIHN0cm9rZS13aWR0aD0iMi4xMzIyNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.product-common-features-card .no_bullet-list li strong {
  font-weight: 700;
}

.single-product-reviews .single-product-reviews-image-bg {
  position: relative;
  background: url(../images/single-product/reviews-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}
.single-product-reviews .single-product-reviews-image-product {
  position: absolute;
  max-width: 110px;
  max-height: 110px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.single-product-reviews .star-rating > span:before {
  background-color: #BD5B0B !important;
}

#chemyo-reviews-slider .splide__pagination .splide__pagination__page:not(.is-active) {
  background-color: #EFEFEF;
}
#chemyo-reviews-slider .star-rating > span:before {
  background-color: #BD5B0B !important;
}

.product-description-box td,
.product-description-box th {
  border-bottom: 1px solid #EFEFEF;
}

.how-we-compare {
  max-width: 600px;
  margin: auto;
}
.how-we-compare td {
  padding: 10px;
  line-height: 1.125;
  color: #1c2835;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}
.how-we-compare .first_col {
  background-color: #fff;
}
.how-we-compare .middle_col {
  background-color: #01234A;
  text-align: center;
  border-bottom: 1px solid #01234A;
}
.how-we-compare .middle_col.even-item {
  background-color: #114279;
  border-bottom: 1px solid #114279;
}
.how-we-compare .middle_col svg {
  margin: auto;
}
.how-we-compare .last_col {
  background-color: #fff;
}
.how-we-compare .last_col svg {
  margin: auto;
}
.how-we-compare thead td {
  font-weight: 600;
}
.how-we-compare thead .last_col {
  background-color: unset;
}
@media screen and (min-width: 768px) {
  .how-we-compare .middle_col {
    width: 125px;
  }
  .how-we-compare .last_col {
    width: 125px;
  }
}

body .products.upsells ul.products,
body .products.related ul.products {
  display: flex;
  align-items: stretch !important;
  width: unset;
  overflow: unset;
  height: 100%;
}
body .products.upsells ul.products li.product,
body .products.related ul.products li.product {
  background: #fff;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  min-width: unset;
  width: 260px;
  align-self: stretch !important;
}
@media screen and (min-width: 992px) {
  body .products.upsells ul.products li.product,
  body .products.related ul.products li.product {
    width: 305px;
  }
}
@media screen and (min-width: 1200px) {
  body .products.upsells ul.products li.product,
  body .products.related ul.products li.product {
    width: 100%;
  }
}
body .products.upsells ul.products li.product .best-seller,
body .products.upsells ul.products li.product .sale-discount,
body .products.related ul.products li.product .best-seller,
body .products.related ul.products li.product .sale-discount {
  border: 1px solid #BD5B0B;
}
body .products.upsells ul.products li.product .woocommerce-loop-product__title,
body .products.related ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  margin: 0 0 0.75rem 0;
}
body .products.upsells ul.products li.product .woocommerce-image__wrapper,
body .products.related ul.products li.product .woocommerce-image__wrapper {
  background: #fff;
  padding: 2.5rem 1rem 1rem 1rem;
  height: unset;
}
body .products.upsells ul.products li.product .woocommerce-image__wrapper .onsale,
body .products.related ul.products li.product .woocommerce-image__wrapper .onsale {
  display: none;
}
body .products.upsells ul.products li.product .woocommerce-image__wrapper a,
body .products.related ul.products li.product .woocommerce-image__wrapper a {
  display: block;
  padding-top: 100%;
  position: relative;
}
body .products.upsells ul.products li.product .woocommerce-image__wrapper a img,
body .products.related ul.products li.product .woocommerce-image__wrapper a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Full box even before the file loads: width:auto gave an unloaded lazy
     image a 0-width box, so IntersectionObserver never fired and grid
     images stayed blank (worst on phones). contain keeps the whole
     product visible and centered, same as the old auto-width look. */
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body .products.upsells ul.products li.product .woocommerce-image__wrapper img,
body .products.related ul.products li.product .woocommerce-image__wrapper img {
  max-height: 12rem;
  max-width: 12rem;
  display: flex;
}
body .products.upsells ul.products li.product .woocommerce-card__header,
body .products.related ul.products li.product .woocommerce-card__header {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0 1rem 1rem 1rem;
  box-shadow: none;
}
body .products.upsells ul.products li.product .button,
body .products.related ul.products li.product .button {
  opacity: 1;
  position: relative;
  width: 100%;
  background-color: #BD5B0B;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 16px 0;
  height: auto;
  line-height: 1.5;
  margin-top: auto;
  display: block;
  color: #fff;
}
body .products.upsells ul.products li.product:hover .button,
body .products.related ul.products li.product:hover .button {
  background-color: #BD5B0B;
}
body .products.upsells ul.products li.product .price,
body .products.related ul.products li.product .price {
  margin-bottom: 0.75rem;
}
body .products.upsells ul.products li.product .related-short-description-wrapper,
body .products.related ul.products li.product .related-short-description-wrapper {
  margin-bottom: 1rem;
}
body .products.upsells ul.products li.product .related-short-description-wrapper .no_bullet-list,
body .products.related ul.products li.product .related-short-description-wrapper .no_bullet-list {
  font-size: 14px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
body .products.upsells ul.products li.product .related-short-description-wrapper .no_bullet-list li,
body .products.related ul.products li.product .related-short-description-wrapper .no_bullet-list li {
  position: relative;
  list-style-type: none;
  padding-left: 22px;
}
body .products.upsells ul.products li.product .related-short-description-wrapper .no_bullet-list li::before,
body .products.related ul.products li.product .related-short-description-wrapper .no_bullet-list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: " ";
  width: 20px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ5MTQgNS4wMDI5M0w2LjQ5NTg2IDExLjk5ODJMMi45OTgwNSA4LjUwMDc0IiBzdHJva2U9IiNCRDVCMEIiIHN0cm9rZS13aWR0aD0iMi4xMzIyNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
body .products.upsells ul.products li.product .related-short-description-wrapper .no_bullet-list li strong,
body .products.related ul.products li.product .related-short-description-wrapper .no_bullet-list li strong {
  font-weight: 700;
}

.sc-bulk-pricing-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 10px;
  margin: 0 0 22px;
  align-items: stretch;
}
.sc-bulk-pricing-wrapper .__single-item-wrapper {
  position: relative;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}
.sc-bulk-pricing-wrapper .__single-item-wrapper .__item-price {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-top: 18px;
  line-height: 1.4;
  color: #1a1d23;
}
.sc-bulk-pricing-wrapper .__single-item-wrapper .__item-price del {
  color: rgba(28, 40, 53, 0.4);
  padding-right: 3px;
}
.sc-bulk-pricing-wrapper .__single-item-wrapper .__item-price .amount {
  font-weight: 700;
  color: #1a1d23;
}
.sc-bulk-pricing-wrapper .__single-item {
  width: 100%;
  flex: 1 1 0%;
  border: 2px solid #d0d4d9;
  border-radius: 8px;
  padding: 16px 10px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  outline: none;
}
.sc-bulk-pricing-wrapper .__single-item .__discount-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1d23;
  letter-spacing: -0.01em;
}
.sc-bulk-pricing-wrapper .__single-item .__item-discount-ship {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
.sc-bulk-pricing-wrapper .__single-item {
  /* "Free US Shipping" pill */
}
.sc-bulk-pricing-wrapper .__single-item .__item-ship {
  color: #2a9d2a;
  background: #f0faf0;
  padding: 5px 7px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 5px;
  border: 1px solid #2a9d2a;
  font-size: 11px;
  letter-spacing: 0.01em;
}
.sc-bulk-pricing-wrapper .__single-item {
  /* "5% off / 10% off" — bottom-centre overlap badge */
}
.sc-bulk-pricing-wrapper .__single-item .__item-discount {
  color: #fff;
  background: #BD5B0B;
  padding: 3px 9px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  font-size: 11px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.sc-bulk-pricing-wrapper .__single-item:hover, .sc-bulk-pricing-wrapper .__single-item:focus-visible {
  border-color: #BD5B0B;
  box-shadow: 0 0 0 2px rgba(189, 91, 11, 0.16);
}
.sc-bulk-pricing-wrapper .__single-item.selected {
  border-color: #BD5B0B;
  box-shadow: 0 0 0 3px rgba(189, 91, 11, 0.2);
  background: #fdf6f1;
}
.sc-bulk-pricing-wrapper .__single-item {
  /* "POPULAR" — top-centre overlap badge */
}
.sc-bulk-pricing-wrapper .__single-item .__item-best-offer {
  color: #fff;
  background: #01234A;
  padding: 3px 10px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bulk-pricing-total {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.bulk-pricing-total .l1 {
  font-weight: 600;
  font-size: 120%;
}
.bulk-pricing-total .l2 {
  font-weight: 400;
  color: #252121;
}

.single-product .product form.cart .button.added::before {
  top: 16px;
}

.shoptimizer-plp-carousel-container {
  display: flex;
  width: 100%;
}

.shoptimizer-plp-carousel-container .shoptimizer-plp-image-wrapper {
  display: block;
  width: 100%;
}

.shoptimizer-plp-carousel-container img,
.shoptimizer-plp-carousel-container picture {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*# sourceMappingURL=product.css.map */
