.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-187 .elementor-element.elementor-element-afd154d.elementor-wc-products ul.products li.product{text-align:center;}.elementor-187 .elementor-element.elementor-element-afd154d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-187 .elementor-element.elementor-element-afd154d.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-187 .elementor-element.elementor-element-afd154d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-187 .elementor-element.elementor-element-afd154d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-afd154d */.woocommerce-shop,
.post-type-archive-product,
.tax-product_cat {
  background:
    radial-gradient(circle at top right, rgba(20,120,255,.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(20,120,255,.08), transparent 35%),
    #ffffff !important;
}

.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.woocommerce.archive .site-main {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 80px 20px 100px !important;
}

.woocommerce-products-header__title,
.woocommerce-shop h1.page-title,
.archive.woocommerce h1.page-title {
  color: #06101f !important;
  font-size: clamp(44px, 6vw, 78px) !important;
  line-height: .95 !important;
  letter-spacing: -2px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0 0 18px !important;
}

.woocommerce-products-header::after {
  content: "Premium research-focused products built around purity, transparency, and customer confidence.";
  display: block;
  max-width: 720px;
  margin: 0 auto 48px;
  color: #667085;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.woocommerce-result-count {
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 35px !important;
}

.woocommerce-ordering {
  margin-bottom: 35px !important;
}

.woocommerce-ordering select {
  min-height: 48px !important;
  padding: 0 42px 0 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(20,120,255,.18) !important;
  background: #ffffff !important;
  color: #06101f !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 30px rgba(7,22,45,.06) !important;
  outline: none !important;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px 18px 22px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at top right, rgba(20,120,255,.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  border: 1px solid rgba(20,120,255,.14) !important;
  box-shadow:
    0 22px 55px rgba(6,16,31,.08),
    inset 0 0 30px rgba(20,120,255,.035) !important;
  transition: .35s ease !important;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(20,120,255,.38) !important;
  box-shadow:
    0 30px 75px rgba(20,120,255,.16),
    inset 0 0 35px rgba(20,120,255,.05) !important;
}

.woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  padding: 24px !important;
  margin: 0 0 18px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at center, rgba(20,120,255,.13), transparent 58%),
    #eef6ff !important;
  transition: .35s ease !important;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.04) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  color: #06101f !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
  text-transform: uppercase !important;
  letter-spacing: -.3px !important;
}

.woocommerce ul.products li.product .price {
  display: block !important;
  color: #1478ff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-align: center !important;
  margin: 0 0 16px !important;
}

.woocommerce ul.products li.product .price del {
  color: #98a2b3 !important;
  opacity: 1 !important;
  font-size: 14px !important;
}

.woocommerce ul.products li.product .price ins {
  color: #1478ff !important;
  text-decoration: none !important;
}

.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 12px !important;
  color: #1478ff !important;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  min-height: auto !important;
  min-width: auto !important;
  top: 18px !important;
  left: 18px !important;
  right: auto !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #06101f, #1478ff) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  box-shadow: 0 14px 30px rgba(20,120,255,.28) !important;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  border: none !important;
  background: linear-gradient(135deg, #06101f, #1478ff) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .6px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 16px 35px rgba(20,120,255,.25) !important;
  transition: .3s ease !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-3px) !important;
  background: linear-gradient(135deg, #1478ff, #58b6ff) !important;
  color: #ffffff !important;
  box-shadow: 0 22px 48px rgba(20,120,255,.38) !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  max-width: 1280px !important;
  margin: 0 auto 30px !important;
  border-radius: 18px !important;
  border-top: none !important;
  background: #f7fbff !important;
  border: 1px solid rgba(20,120,255,.18) !important;
  color: #06101f !important;
  box-shadow: 0 18px 45px rgba(7,22,45,.07) !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #1478ff !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 55px !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 44px !important;
  min-height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #f2f7ff !important;
  color: #06101f !important;
  font-weight: 900 !important;
  border: 1px solid rgba(20,120,255,.15) !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: linear-gradient(135deg, #06101f, #1478ff) !important;
  color: #ffffff !important;
}

.woocommerce .widget,
.woocommerce-page .widget {
  padding: 24px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid rgba(20,120,255,.14) !important;
  box-shadow: 0 18px 45px rgba(7,22,45,.06) !important;
  margin-bottom: 22px !important;
}

.woocommerce .widget-title,
.woocommerce-page .widget-title {
  color: #06101f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

.woocommerce .widget a {
  color: #667085 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.woocommerce .widget a:hover {
  color: #1478ff !important;
}

.woocommerce-product-search {
  display: flex !important;
  gap: 10px !important;
}

.woocommerce-product-search input[type="search"] {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(20,120,255,.18) !important;
  outline: none !important;
}

.woocommerce-product-search button {
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: none !important;
  background: #1478ff !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

@media (max-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .woocommerce.archive .site-main {
    padding: 55px 15px 75px !important;
  }

  .woocommerce-products-header__title,
  .woocommerce-shop h1.page-title,
  .archive.woocommerce h1.page-title {
    font-size: 42px !important;
    letter-spacing: -1px !important;
  }

  .woocommerce-products-header::after {
    font-size: 16px !important;
    margin-bottom: 32px !important;
  }

  .woocommerce-result-count,
  .woocommerce-ordering {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  .woocommerce-ordering select {
    width: 100% !important;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .woocommerce ul.products li.product {
    padding: 12px 12px 16px !important;
    border-radius: 22px !important;
  }

  .woocommerce ul.products li.product a img {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2 {
    font-size: 14px !important;
  }

  .woocommerce ul.products li.product .price {
    font-size: 15px !important;
  }

  .woocommerce ul.products li.product .button {
    min-height: 44px !important;
    font-size: 12px !important;
    padding: 0 12px !important;
  }
}

@media (max-width: 420px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2 {
    font-size: 17px !important;
  }

  .woocommerce ul.products li.product .price {
    font-size: 17px !important;
  }
}/* End custom CSS */