/* --------------------------------------------------------------------------
 * CraftArt Visual System v1.5.94
 * Final professional layer aligned with the menu and mini cart direction.
 * -------------------------------------------------------------------------- */
:root {
  --casf-vs-bg: #F6FAF8;
  --casf-vs-surface: #FFFFFF;
  --casf-vs-surface-soft: #F0FAF6;
  --casf-vs-surface-tint: #E8F8F3;
  --casf-vs-text: #111827;
  --casf-vs-muted: #6B7280;
  --casf-vs-line: #E5E7EB;
  --casf-vs-line-strong: #D1D5DB;
  --casf-vs-green: var(--casf-config-primary, #1B9C85);
  --casf-vs-green-dark: var(--casf-config-primary-dark, #147A69);
  --casf-vs-green-deep: var(--casf-config-primary-deep, #0F5F53);
  --casf-vs-danger: #EF4444;
  --casf-vs-radius: 8px;
  --casf-vs-pill: 999px;
  --casf-vs-shadow: 0 16px 34px rgba(15, 23, 42, .08);
  --casf-vs-shadow-soft: 0 10px 24px rgba(15, 23, 42, .055);
  --casf-vs-shell: min(1280px, calc(100vw - 44px));
}

body:not(.elementor-page),
body.woocommerce,
body.woocommerce-page,
body.search,
body.error404 {
  background: var(--casf-vs-bg) !important;
  color: var(--casf-vs-text) !important;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0 !important;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-content,
#content,
.ast-container,
.entry-content,
.woocommerce-page .site-content {
  background: transparent !important;
}

.ast-container,
.casf-shop-shell,
.casf-product-shell,
.casf-flow-shell,
.casf-search-shell,
.casf-account-shell,
.casf-error-shell,
.casf-footer-inner {
  width: var(--casf-vs-shell) !important;
  max-width: var(--casf-vs-shell) !important;
}

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button,
.checkout-button,
.casf-search-btn-primary,
.casf-account-btn-primary,
.casf-flow-primary,
.casf-cart-checkout-button,
.casf-product-btn-primary {
  min-height: 44px !important;
  border: 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  background: linear-gradient(135deg, var(--casf-vs-green), var(--casf-vs-green-deep)) !important;
  color: #FFFFFF !important;
  box-shadow: 0 12px 24px rgba(27, 156, 133, .18) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  padding: 0 22px !important;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: linear-gradient(135deg, var(--casf-vs-green), var(--casf-vs-green-deep)) !important;
}

.button:hover,
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover {
  transform: translateY(-1px);
  filter: saturate(1.02);
}

.casf-search-btn-secondary,
.casf-account-btn-secondary,
.casf-flow-secondary,
.woocommerce a.button.wc-backward,
.woocommerce .button.checkout-button + .button {
  min-height: 42px !important;
  border: 1px solid var(--casf-vs-green-deep) !important;
  border-radius: var(--casf-vs-pill) !important;
  background: var(--casf-vs-surface) !important;
  color: var(--casf-vs-green-deep) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 820 !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="url"],
textarea,
select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: 44px !important;
  border: 1px solid var(--casf-vs-line-strong) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
  color: var(--casf-vs-text) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

input:focus,
textarea:focus,
select:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: rgba(27, 156, 133, .58) !important;
  box-shadow: 0 0 0 3px rgba(27, 156, 133, .12) !important;
  outline: none !important;
}

/* Shared WooCommerce surface rhythm. */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.casf-search-empty-card,
.casf-search-help-card,
.casf-search-products-card,
.casf-account-hero,
.casf-account-metric,
.casf-account-note,
.casf-legal-crosslinks,
.casf-product-benefits,
.casf-product-info-stack,
.casf-product-utility-card,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-order,
.woocommerce-customer-details,
.woocommerce-order-details,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: none !important;
}

.woocommerce-message,
.woocommerce-info {
  border-left: 4px solid var(--casf-vs-green) !important;
  color: var(--casf-vs-text) !important;
}

.woocommerce-error {
  border-left: 4px solid var(--casf-vs-danger) !important;
}

/* Shop archive. */
.woocommerce.archive .site-main,
.woocommerce-page.archive .site-main {
  width: var(--casf-vs-shell) !important;
  margin: 0 auto !important;
}

.casf-shop-hero,
.casf-search-hero,
.casf-error-hero {
  border: 0 !important;
  border-radius: var(--casf-vs-radius) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .72) 52%, rgba(255, 255, 255, .18) 100%),
    radial-gradient(circle at 72% 26%, rgba(27, 156, 133, .22), transparent 19%),
    linear-gradient(135deg, #FFF3F7 0%, #E5F8F2 58%, #FFFFFF 100%) !important;
  box-shadow: var(--casf-vs-shadow) !important;
  overflow: hidden !important;
}

.casf-shop-hero h1,
.casf-search-hero h1,
.casf-error-hero h1,
.casf-account-hero h1,
.casf-flow-hero h1 {
  color: var(--casf-vs-green-deep) !important;
  font-size: clamp(30px, 4vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.casf-shop-hero p,
.casf-search-hero p,
.casf-error-hero p,
.casf-account-hero p,
.casf-flow-hero p {
  color: #4B5563 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.casf-shop-toolbar,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  color: var(--casf-vs-muted) !important;
  font-size: 13px !important;
}

.casf-shop-toolbar,
.casf-shop-filters,
.woocommerce .woocommerce-ordering select {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: rgba(27, 156, 133, .32) !important;
  box-shadow: var(--casf-vs-shadow) !important;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #FFF6F9, #E8FAF4) !important;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
  min-height: 38px !important;
  color: var(--casf-vs-text) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  padding: 13px 0 0 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount {
  color: var(--casf-vs-green-deep) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

.woocommerce span.onsale,
.casf-loop-badge,
.casf-product-badge,
.casf-sale-badge {
  min-height: 24px !important;
  border: 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  display: inline-flex !important;
  align-items: center !important;
  background: var(--casf-vs-green-deep) !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  padding: 0 9px !important;
}

.woocommerce ul.products li.product .button {
  width: calc(100% - 28px) !important;
  margin-top: 12px !important;
  margin-bottom: 14px !important;
  min-height: 40px !important;
  border-radius: var(--casf-vs-radius) !important;
}

/* Product page. */
body.single-product .product,
.casf-product-layout,
.casf-product-main {
  color: var(--casf-vs-text) !important;
}

.single-product div.product {
  width: var(--casf-vs-shell) !important;
  max-width: var(--casf-vs-shell) !important;
  margin: 24px auto 40px !important;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary,
.casf-product-card,
.casf-product-side-card {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: none !important;
}

.single-product div.product .woocommerce-product-gallery {
  overflow: hidden !important;
}

.single-product div.product .summary {
  padding: 24px !important;
}

.single-product .product_title {
  color: var(--casf-vs-green-deep) !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

.single-product div.product p.price,
.single-product div.product span.price,
.single-product div.product p.price .amount {
  color: var(--casf-vs-green-deep) !important;
  font-size: 26px !important;
  font-weight: 950 !important;
}

.single-product .quantity .qty,
.woocommerce .quantity .qty {
  width: 86px !important;
  border-radius: var(--casf-vs-radius) !important;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations select {
  width: 100% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--casf-vs-line) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--casf-vs-surface-tint) !important;
}

/* Cart, checkout and thank you flow. */
.casf-flow-shell,
.casf-cart-axis,
.casf-checkout-axis,
.casf-thankyou-axis {
  color: var(--casf-vs-text) !important;
}

.casf-flow-hero,
.casf-flow-card,
.casf-cart-card,
.casf-checkout-card,
.casf-checkout-review,
.casf-thankyou-card,
.woocommerce-cart-form,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: none !important;
}

.shop_table,
.woocommerce table.shop_table {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  overflow: hidden !important;
  background: var(--casf-vs-surface) !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--casf-vs-line) !important;
}

.woocommerce-cart-form__cart-item,
.cart_item {
  background: var(--casf-vs-surface) !important;
}

.woocommerce-checkout-payment,
#payment {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
}

#payment div.payment_box {
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface-soft) !important;
  color: var(--casf-vs-text) !important;
}

/* Account. */
.woocommerce-account .woocommerce {
  width: var(--casf-vs-shell) !important;
  margin: 24px auto 42px !important;
}

.casf-account-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .68)),
    linear-gradient(135deg, #FFF3F7, #E5F8F2) !important;
  box-shadow: var(--casf-vs-shadow) !important;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  padding: 8px !important;
  list-style: none !important;
}

.woocommerce-MyAccount-navigation li a {
  min-height: 42px !important;
  border-radius: var(--casf-vs-radius) !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  color: var(--casf-vs-text) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: var(--casf-vs-surface-tint) !important;
  color: var(--casf-vs-green-deep) !important;
}

.woocommerce-MyAccount-content {
  padding: 20px !important;
}

/* Search, empty, 404 and legal pages. */
.casf-search-experience,
.casf-error-page,
.casf-legal-page {
  background: var(--casf-vs-bg) !important;
}

.casf-search-box,
.casf-error-search,
.search-form {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-pill) !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: none !important;
}

.casf-search-suggestions a,
.casf-error-quick a,
.casf-legal-crosslinks__links a {
  min-height: 34px !important;
  border-radius: var(--casf-vs-pill) !important;
  background: var(--casf-vs-surface-tint) !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

.casf-search-product-card,
.casf-error-product-card,
.casf-empty-cart-product-card {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Footer, kept stable but visually aligned. */
.casf-footer,
.casf-store-footer,
footer.casf-footer {
  background: var(--casf-vs-surface) !important;
  border-top: 1px solid var(--casf-vs-line) !important;
  color: var(--casf-vs-text) !important;
}

.casf-footer a,
.casf-store-footer a {
  color: var(--casf-vs-green-deep) !important;
}

.casf-footer-card,
.casf-footer-newsletter,
.casf-footer-payment-card {
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-radius) !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  :root {
    --casf-vs-shell: min(100%, calc(100vw - 28px));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .woocommerce ul.products li.product a img,
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
    height: 150px !important;
  }

  .single-product div.product {
    margin-top: 14px !important;
  }

  .single-product div.product .summary {
    padding: 18px !important;
  }
}

@media (max-width: 420px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2,
  .woocommerce ul.products li.product h3 {
    font-size: 13px !important;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price .amount {
    font-size: 15px !important;
  }
}


/* --------------------------------------------------------------------------
 * Shop archive precision layer.
 * -------------------------------------------------------------------------- */
body.casf-shop-page .casf-shop-hero {
  width: var(--casf-vs-shell) !important;
  max-width: var(--casf-vs-shell) !important;
  margin: 20px auto 18px !important;
  padding: 0 !important;
  min-height: 245px !important;
}

body.casf-shop-page .casf-shop-hero__main {
  min-height: 245px !important;
  padding: 38px 42px !important;
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr) !important;
  align-items: center !important;
  gap: 28px !important;
}

body.casf-shop-page .casf-shop-hero__eyebrow,
.casf-search-eyebrow,
.casf-account-eyebrow,
.casf-flow-badge {
  min-height: 26px !important;
  width: max-content !important;
  border-radius: var(--casf-vs-pill) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: var(--casf-vs-surface-tint) !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 0 10px !important;
}

body.casf-shop-page .casf-shop-hero__facts {
  max-width: 760px !important;
  min-height: 44px !important;
  margin: 18px auto 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-items: center !important;
  gap: 10px !important;
  background: rgba(230, 246, 242, .78) !important;
  color: var(--casf-vs-green-deep) !important;
}

body.casf-shop-page .casf-shop-hero__facts span {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

body.casf-shop-page .casf-shop-hero__chips a,
body.casf-shop-page .casf-shop-toolbar__ordering select,
.woocommerce .woocommerce-ordering select {
  min-height: 38px !important;
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-pill) !important;
  background: var(--casf-vs-surface) !important;
  color: var(--casf-vs-muted) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body.casf-shop-page .casf-shop-toolbar {
  width: var(--casf-vs-shell) !important;
  max-width: var(--casf-vs-shell) !important;
  margin: 0 auto 16px !important;
  min-height: 58px !important;
  padding: 10px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

body.casf-shop-page .casf-shop-toolbar__count,
body.casf-shop-page .casf-shop-toolbar__count .woocommerce-result-count {
  margin: 0 !important;
  color: var(--casf-vs-muted) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body.casf-shop-page ul.products,
body.casf-shop-page .woocommerce ul.products {
  width: var(--casf-vs-shell) !important;
  max-width: var(--casf-vs-shell) !important;
  margin: 0 auto 34px !important;
}

body.casf-shop-page ul.products li.product,
body.casf-shop-page .woocommerce ul.products li.product {
  min-width: 0 !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  position: relative !important;
  background: linear-gradient(135deg, #FFF6F9, #E8FAF4) !important;
}

body.casf-shop-page .casf-loop-badges {
  position: absolute !important;
  z-index: 3 !important;
  left: 10px !important;
  top: 10px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
}

body.casf-shop-page .casf-loop-badge {
  min-height: 24px !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  background: var(--casf-vs-green-deep) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

body.casf-shop-page .star-rating {
  color: var(--casf-vs-green) !important;
}

body.casf-shop-page .woocommerce-pagination {
  width: var(--casf-vs-shell) !important;
  margin: 24px auto 38px !important;
}

body.casf-shop-page .woocommerce-pagination ul {
  border: 0 !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
}

body.casf-shop-page .woocommerce-pagination ul li {
  border: 0 !important;
}

body.casf-shop-page .woocommerce-pagination ul li a,
body.casf-shop-page .woocommerce-pagination ul li span {
  min-width: 38px !important;
  min-height: 38px !important;
  border: 1px solid var(--casf-vs-line) !important;
  border-radius: var(--casf-vs-pill) !important;
  display: grid !important;
  place-items: center !important;
  background: var(--casf-vs-surface) !important;
  color: var(--casf-vs-text) !important;
  font-weight: 750 !important;
}

body.casf-shop-page .woocommerce-pagination ul li span.current {
  background: var(--casf-vs-green-deep) !important;
  border-color: var(--casf-vs-green-deep) !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  body.casf-shop-page .casf-shop-hero__main {
    grid-template-columns: 1fr !important;
    padding: 28px 24px !important;
  }

  body.casf-shop-page .casf-shop-hero__facts {
    border-radius: var(--casf-vs-radius) !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    padding: 12px 16px !important;
  }

  body.casf-shop-page .casf-shop-toolbar {
    align-items: stretch !important;
    flex-direction: column !important;
  }
}

/* --------------------------------------------------------------------------
 * v1.5.87 - Shop and footer polish.
 * -------------------------------------------------------------------------- */
body.casf-shop-page #content,
body.casf-shop-page .site-content {
  padding-top: 0 !important;
}

body.casf-shop-page .casf-shop-hero {
  width: var(--casf-vs-shell) !important;
  max-width: var(--casf-vs-shell) !important;
  margin: 18px auto 18px !important;
}

body.casf-shop-page .casf-shop-hero__main {
  position: relative !important;
  min-height: 220px !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: 30px !important;
  align-items: center !important;
  padding: 34px 38px !important;
  overflow: hidden !important;
}

body.casf-shop-page .casf-shop-hero__main::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    radial-gradient(circle at 82% 22%, rgba(27, 156, 133, .18), transparent 30%),
    radial-gradient(circle at 72% 86%, rgba(248, 113, 113, .14), transparent 28%) !important;
  pointer-events: none !important;
}

body.casf-shop-page .casf-shop-hero__copy,
body.casf-shop-page .casf-shop-hero__facts {
  position: relative !important;
  z-index: 1 !important;
}

body.casf-shop-page .casf-shop-hero__eyebrow {
  width: max-content !important;
  max-width: 100% !important;
  min-height: 24px !important;
  padding: 0 10px !important;
  border-radius: var(--casf-vs-pill) !important;
  background: var(--casf-vs-surface-tint) !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

body.casf-shop-page .casf-shop-hero h1 {
  max-width: 560px !important;
  margin: 10px 0 10px !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 950 !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

body.casf-shop-page .casf-shop-hero p {
  max-width: 620px !important;
  color: var(--casf-vs-muted) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.casf-shop-page .casf-shop-hero__facts {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(27, 156, 133, .12) !important;
  border-radius: 18px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, .74) !important;
  box-shadow: 0 14px 32px rgba(15, 95, 83, .08) !important;
  backdrop-filter: blur(12px) !important;
}

body.casf-shop-page .casf-shop-hero__facts span {
  min-height: 40px !important;
  justify-content: flex-start !important;
  border-radius: 12px !important;
  background: rgba(232, 248, 243, .82) !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.casf-shop-page .casf-shop-toolbar {
  min-height: 50px !important;
  margin-bottom: 16px !important;
  padding: 8px 12px 8px 16px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body.casf-shop-page .woocommerce-ordering select,
body.casf-shop-page .casf-shop-toolbar select {
  min-height: 34px !important;
  padding: 0 34px 0 14px !important;
  border-radius: var(--casf-vs-pill) !important;
  background-color: var(--casf-vs-surface-soft) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

body.casf-shop-page ul.products,
body.casf-shop-page .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

body.casf-shop-page ul.products li.product,
body.casf-shop-page .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  background: var(--casf-vs-surface) !important;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease !important;
}

body.casf-shop-page ul.products li.product:hover,
body.casf-shop-page .woocommerce ul.products li.product:hover {
  border-color: rgba(27, 156, 133, .24) !important;
  box-shadow: 0 18px 36px rgba(15, 95, 83, .10) !important;
  transform: translateY(-2px) !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  margin: 10px 10px 0 !important;
  border-radius: 8px !important;
  min-height: 214px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

body.casf-shop-page ul.products li.product a img,
body.casf-shop-page .woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 214px !important;
  object-fit: contain !important;
  padding: 10px !important;
  transform: none !important;
}

body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
  min-height: 220px !important;
  padding: 12px 14px 14px !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body.casf-shop-page ul.products li.product .ast-woo-product-category,
body.casf-shop-page .woocommerce ul.products li.product .ast-woo-product-category {
  margin: 0 0 5px !important;
  color: #9CA3AF !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product h2,
body.casf-shop-page .woocommerce ul.products li.product h3 {
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--casf-vs-text) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .star-rating,
body.casf-shop-page .woocommerce ul.products li.product .star-rating,
body.casf-shop-page ul.products li.product .woocommerce-review-link,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-review-link {
  display: none !important;
}

body.casf-shop-page ul.products li.product .price,
body.casf-shop-page .woocommerce ul.products li.product .price {
  min-height: 34px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  background: transparent !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}

body.casf-shop-page ul.products li.product .price del,
body.casf-shop-page .woocommerce ul.products li.product .price del {
  color: #9CA3AF !important;
  font-size: 12px !important;
  opacity: 1 !important;
}

body.casf-shop-page ul.products li.product .button,
body.casf-shop-page .woocommerce ul.products li.product .button {
  width: 100% !important;
  min-height: 38px !important;
  margin: auto 0 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.casf-shop-page .casf-loop-badges {
  left: 8px !important;
  right: 8px !important;
  top: 8px !important;
  justify-content: space-between !important;
  gap: 5px !important;
}

body.casf-shop-page .casf-loop-badge {
  min-height: 21px !important;
  padding: 0 7px !important;
  font-size: 9px !important;
  letter-spacing: 0 !important;
  box-shadow: 0 7px 14px rgba(15, 95, 83, .12) !important;
}

body.casf-shop-page .casf-loop-badge-type-physical {
  display: none !important;
}

body.casf-shop-page .casf-loop-badge-stock-in {
  background: var(--casf-vs-green-deep) !important;
}

body.casf-shop-page .casf-loop-badge-type-downloadable,
body.casf-shop-page .casf-loop-badge-type-virtual,
body.casf-shop-page .casf-loop-badge-type-mixed {
  background: #0E7490 !important;
}

body.casf-shop-page .woocommerce-pagination {
  margin-top: 30px !important;
  margin-bottom: 48px !important;
}

.casf-default-footer {
  margin-top: 38px !important;
  border-top: 2px solid rgba(27, 156, 133, .34) !important;
  background: #FFFFFF !important;
}

.casf-default-footer__payment-strip {
  padding: 14px 0 12px !important;
}

.casf-default-footer__payment-card {
  width: min(520px, calc(100vw - 36px)) !important;
  min-height: 54px !important;
  padding: 10px 18px !important;
  border-radius: 12px !important;
  gap: 12px !important;
  box-shadow: none !important;
}

.casf-default-footer__payment-icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
}

.casf-default-footer__payment-card h2 {
  margin: 0 0 2px !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
}

.casf-default-footer__payment-card p {
  margin: 0 !important;
  font-size: 11px !important;
}

.casf-default-footer__inner {
  padding: 24px 0 14px !important;
}

.casf-default-footer__grid {
  grid-template-columns: minmax(230px, 1.25fr) repeat(3, minmax(150px, .75fr)) !important;
  gap: 26px !important;
  align-items: start !important;
}

.casf-default-footer__logo img,
.casf-default-footer__logo svg {
  max-width: 74px !important;
  height: auto !important;
}

.casf-default-footer__brand p {
  max-width: 280px !important;
  margin: 10px 0 12px !important;
  color: var(--casf-vs-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.casf-default-footer__brand-badges {
  gap: 7px !important;
}

.casf-default-footer__brand-badges span {
  min-height: 24px !important;
  padding: 0 9px !important;
  font-size: 10px !important;
}

.casf-default-footer__col h2 {
  margin-bottom: 10px !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.casf-default-footer__col ul {
  gap: 5px !important;
}

.casf-default-footer__col a,
.casf-default-footer__col li {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.casf-default-footer__newsletter--whatsapp,
.casf-default-footer__newsletter--popup {
  margin-top: 18px !important;
  min-height: 70px !important;
  padding: 13px 16px !important;
  border-radius: 14px !important;
}

.casf-default-footer__wa-icon {
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
}

.casf-default-footer__wa-title {
  font-size: 14px !important;
  line-height: 1.1 !important;
}

.casf-default-footer__wa-note {
  font-size: 10px !important;
  line-height: 1.25 !important;
}

.casf-default-footer__wa-open {
  min-height: 36px !important;
  padding: 0 14px !important;
  border-radius: var(--casf-vs-pill) !important;
  font-size: 11px !important;
}

.casf-default-footer__trust {
  margin-top: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.casf-default-footer__trust-item {
  min-height: 52px !important;
  padding: 9px 12px !important;
  border-radius: 12px !important;
  gap: 8px !important;
}

.casf-default-footer__trust-item svg {
  width: 22px !important;
  height: 22px !important;
}

.casf-default-footer__trust-item strong {
  font-size: 11px !important;
}

.casf-default-footer__trust-item span {
  font-size: 9px !important;
}

.casf-default-footer__bottom-wrap {
  padding: 12px 0 !important;
}

.casf-default-footer__bottom {
  gap: 12px !important;
}

.casf-default-footer__socials a {
  min-height: 28px !important;
  padding: 0 10px !important;
  font-size: 10px !important;
}

.casf-default-footer__legal {
  font-size: 10px !important;
}

@media (min-width: 1320px) {
  body.casf-shop-page ul.products,
  body.casf-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1024px) {
  body.casf-shop-page .casf-shop-hero__main {
    grid-template-columns: 1fr !important;
  }

  body.casf-shop-page .casf-shop-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.casf-shop-page ul.products,
  body.casf-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .casf-default-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  :root {
    --casf-vs-shell: min(1280px, calc(100vw - 24px));
  }

  body.casf-shop-page .casf-shop-hero {
    margin-top: 12px !important;
  }

  body.casf-shop-page .casf-shop-hero__main {
    min-height: auto !important;
    padding: 24px 20px !important;
  }

  body.casf-shop-page .casf-shop-hero h1 {
    font-size: 34px !important;
  }

  body.casf-shop-page .casf-shop-hero__facts {
    grid-template-columns: 1fr !important;
  }

  body.casf-shop-page ul.products,
  body.casf-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    min-height: 156px !important;
  }

  body.casf-shop-page ul.products li.product a img,
  body.casf-shop-page .woocommerce ul.products li.product a img {
    height: 156px !important;
  }

  body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
    min-height: 190px !important;
    padding: 10px !important;
  }

  body.casf-shop-page ul.products li.product .woocommerce-loop-product__title,
  body.casf-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.casf-shop-page .woocommerce ul.products li.product h2,
  body.casf-shop-page .woocommerce ul.products li.product h3 {
    min-height: 54px !important;
    font-size: 12px !important;
  }

  .casf-default-footer__inner {
    padding-top: 20px !important;
  }

  .casf-default-footer__grid,
  .casf-default-footer__trust {
    grid-template-columns: 1fr !important;
  }

  .casf-default-footer__newsletter--whatsapp,
  .casf-default-footer__newsletter--popup {
    align-items: stretch !important;
  }
}

/* --------------------------------------------------------------------------
 * v1.5.88 - Catalog density and screenshot feedback.
 * -------------------------------------------------------------------------- */
body.casf-shop-page .casf-shop-hero {
  margin-bottom: 14px !important;
}

body.casf-shop-page .casf-shop-hero__main {
  min-height: 190px !important;
  padding: 28px 34px !important;
}

body.casf-shop-page .casf-shop-hero h1 {
  font-size: clamp(36px, 4vw, 50px) !important;
}

body.casf-shop-page .casf-shop-hero__facts {
  max-width: 360px !important;
  justify-self: end !important;
}

body.casf-shop-page .casf-shop-hero__facts span {
  min-height: 36px !important;
}

body.casf-shop-page .casf-shop-toolbar {
  margin-bottom: 14px !important;
}

body.casf-shop-page ul.products,
body.casf-shop-page .woocommerce ul.products {
  gap: 18px !important;
}

body.casf-shop-page ul.products li.product,
body.casf-shop-page .woocommerce ul.products li.product {
  border-color: rgba(15, 95, 83, .08) !important;
  box-shadow: 0 10px 22px rgba(15, 95, 83, .045) !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  min-height: 230px !important;
}

body.casf-shop-page ul.products li.product a img,
body.casf-shop-page .woocommerce ul.products li.product a img {
  height: 230px !important;
  padding: 8px !important;
}

body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
  min-height: 164px !important;
  padding: 12px 14px 13px !important;
}

body.casf-shop-page ul.products li.product .ast-woo-product-category,
body.casf-shop-page .woocommerce ul.products li.product .ast-woo-product-category {
  min-height: 14px !important;
  margin-bottom: 7px !important;
}

body.casf-shop-page ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product h2,
body.casf-shop-page .woocommerce ul.products li.product h3 {
  min-height: 48px !important;
  font-size: 13px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

body.casf-shop-page ul.products li.product .star-rating,
body.casf-shop-page .woocommerce ul.products li.product .star-rating,
body.casf-shop-page ul.products li.product .ast-star-rating,
body.casf-shop-page .woocommerce ul.products li.product .ast-star-rating,
body.casf-shop-page ul.products li.product [class*="star-rating"],
body.casf-shop-page .woocommerce ul.products li.product [class*="star-rating"],
body.casf-shop-page ul.products li.product .review-rating,
body.casf-shop-page .woocommerce ul.products li.product .review-rating,
body.casf-shop-page ul.products li.product .woocommerce-review-link,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-review-link,
body.casf-shop-page ul.products li.product [class*="review"],
body.casf-shop-page .woocommerce ul.products li.product [class*="review"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.casf-shop-page ul.products li.product .price,
body.casf-shop-page .woocommerce ul.products li.product .price {
  min-height: 26px !important;
  margin-top: 8px !important;
  font-size: 16px !important;
}

body.casf-shop-page ul.products li.product .price .causd-price-switch,
body.casf-shop-page .woocommerce ul.products li.product .price .causd-price-switch {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
  gap: 6px !important;
}

body.casf-shop-page ul.products li.product .price .causd-usd,
body.casf-shop-page .woocommerce ul.products li.product .price .causd-usd {
  width: 100% !important;
  color: #7C8A85 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .button,
body.casf-shop-page .woocommerce ul.products li.product .button {
  min-height: 36px !important;
}

body.casf-shop-page .casf-loop-badge {
  min-height: 19px !important;
  padding: 0 7px !important;
  font-size: 8px !important;
}

body.casf-shop-page .casf-loop-badge::before {
  display: none !important;
}

.casf-default-footer__payment-strip {
  padding-top: 10px !important;
}

.casf-default-footer__payment-card {
  min-height: 48px !important;
}

.casf-default-footer__inner {
  padding-top: 20px !important;
}

.casf-default-footer__newsletter--whatsapp,
.casf-default-footer__newsletter--popup {
  margin-top: 14px !important;
}

.casf-default-footer__trust {
  margin-top: 14px !important;
}

@media (min-width: 1180px) {
  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    min-height: 242px !important;
  }

  body.casf-shop-page ul.products li.product a img,
  body.casf-shop-page .woocommerce ul.products li.product a img {
    height: 242px !important;
  }
}

@media (max-width: 760px) {
  body.casf-shop-page .casf-shop-hero__main {
    padding: 22px 18px !important;
  }

  body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
    min-height: 160px !important;
  }
}

/* --------------------------------------------------------------------------
 * v1.5.89 - Approved full-image catalog product card.
 * -------------------------------------------------------------------------- */
body.casf-shop-page ul.products li.product,
body.casf-shop-page .woocommerce ul.products li.product {
  border-radius: 14px !important;
  overflow: hidden !important;
  background: var(--casf-vs-surface) !important;
  box-shadow: 0 18px 38px rgba(15, 95, 83, .08) !important;
}

body.casf-shop-page ul.products li.product > a,
body.casf-shop-page .woocommerce ul.products li.product > a,
body.casf-shop-page ul.products li.product .woocommerce-LoopProduct-link,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.casf-shop-page ul.products li.product .casf-loop-badges,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badges {
  position: static !important;
  inset: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 10px 7px !important;
  border-bottom: 1px solid rgba(15, 95, 83, .08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  order: -2 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82)) !important;
  box-shadow: none !important;
}

body.casf-shop-page ul.products li.product .casf-loop-badge,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge {
  min-height: 23px !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  color: #FFFFFF !important;
  background: var(--casf-vs-green-deep) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body.casf-shop-page ul.products li.product .casf-loop-badge-type-physical,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge-type-physical {
  display: none !important;
}

body.casf-shop-page ul.products li.product .casf-loop-badge-type-downloadable,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge-type-downloadable,
body.casf-shop-page ul.products li.product .casf-loop-badge-type-virtual,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge-type-virtual,
body.casf-shop-page ul.products li.product .casf-loop-badge-type-mixed,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge-type-mixed {
  background: #0E7490 !important;
}

body.casf-shop-page ul.products li.product .casf-loop-badge::before,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge::before {
  display: none !important;
  content: none !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(27, 156, 133, .14), transparent 34%),
    linear-gradient(145deg, rgba(255, 246, 249, .86), rgba(232, 248, 243, .98)) !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap a,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap a {
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
}

body.casf-shop-page ul.products li.product a img,
body.casf-shop-page .woocommerce ul.products li.product a img,
body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap img,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

body.casf-shop-page ul.products li.product .onsale,
body.casf-shop-page .woocommerce ul.products li.product .onsale {
  top: 9px !important;
  right: 10px !important;
  left: auto !important;
  min-height: 23px !important;
  padding: 0 9px !important;
  border-radius: var(--casf-vs-pill) !important;
  display: inline-flex !important;
  align-items: center !important;
  color: #8A3B04 !important;
  background: #FFDFBA !important;
  border: 0 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}

body.casf-shop-page ul.products li.product .onsale::before,
body.casf-shop-page .woocommerce ul.products li.product .onsale::before {
  display: none !important;
  content: none !important;
}

body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
  min-height: 188px !important;
  padding: 14px 16px 16px !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 9px !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .ast-woo-product-category,
body.casf-shop-page .woocommerce ul.products li.product .ast-woo-product-category {
  width: 100% !important;
  min-height: 14px !important;
  margin: 0 !important;
  color: var(--casf-vs-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product h2,
body.casf-shop-page .woocommerce ul.products li.product h3 {
  width: 100% !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--casf-vs-text) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

body.casf-shop-page ul.products li.product .price,
body.casf-shop-page .woocommerce ul.products li.product .price {
  width: 100% !important;
  min-height: 30px !important;
  margin: auto 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-flow: row wrap !important;
  gap: 7px !important;
  background: transparent !important;
  color: var(--casf-vs-green-deep) !important;
  font-size: 23px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .price .amount,
body.casf-shop-page .woocommerce ul.products li.product .price .amount,
body.casf-shop-page ul.products li.product .price ins,
body.casf-shop-page .woocommerce ul.products li.product .price ins {
  color: var(--casf-vs-green-deep) !important;
  font-size: 23px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.casf-shop-page ul.products li.product .price del,
body.casf-shop-page .woocommerce ul.products li.product .price del,
body.casf-shop-page ul.products li.product .price del .amount,
body.casf-shop-page .woocommerce ul.products li.product .price del .amount {
  color: #9CA3AF !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

body.casf-shop-page ul.products li.product .price .causd-price-switch,
body.casf-shop-page .woocommerce ul.products li.product .price .causd-price-switch {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .price .causd-price-switch__mode--clp,
body.casf-shop-page .woocommerce ul.products li.product .price .causd-price-switch__mode--clp {
  color: var(--casf-vs-green-deep) !important;
  font-size: 23px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.casf-shop-page ul.products li.product .price .causd-price-switch__mode--usd,
body.casf-shop-page .woocommerce ul.products li.product .price .causd-price-switch__mode--usd,
body.casf-shop-page ul.products li.product .price .causd-usd,
body.casf-shop-page .woocommerce ul.products li.product .price .causd-usd {
  width: 100% !important;
  color: var(--casf-vs-muted) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.casf-shop-page ul.products li.product .button,
body.casf-shop-page .woocommerce ul.products li.product .button {
  width: 80% !important;
  min-height: 42px !important;
  margin: 3px auto 0 !important;
  border-radius: var(--casf-vs-pill) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.casf-shop-page ul.products li.product .yith-wcwl-add-to-wishlist,
body.casf-shop-page .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
body.casf-shop-page ul.products li.product [class*="wishlist"],
body.casf-shop-page .woocommerce ul.products li.product [class*="wishlist"] {
  z-index: 4 !important;
}

@media (min-width: 1180px) {
  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  body.casf-shop-page ul.products li.product .casf-loop-badges,
  body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badges {
    min-height: 38px !important;
    padding: 8px !important;
    gap: 5px !important;
  }

  body.casf-shop-page ul.products li.product .casf-loop-badge,
  body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge,
  body.casf-shop-page ul.products li.product .onsale,
  body.casf-shop-page .woocommerce ul.products li.product .onsale {
    min-height: 20px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }

  body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
    min-height: 176px !important;
    padding: 12px 10px 14px !important;
  }

  body.casf-shop-page ul.products li.product .woocommerce-loop-product__title,
  body.casf-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.casf-shop-page .woocommerce ul.products li.product h2,
  body.casf-shop-page .woocommerce ul.products li.product h3 {
    font-size: 12px !important;
  }

  body.casf-shop-page ul.products li.product .price,
  body.casf-shop-page .woocommerce ul.products li.product .price,
  body.casf-shop-page ul.products li.product .price .amount,
  body.casf-shop-page .woocommerce ul.products li.product .price .amount,
  body.casf-shop-page ul.products li.product .price ins,
  body.casf-shop-page .woocommerce ul.products li.product .price ins,
  body.casf-shop-page ul.products li.product .price .causd-price-switch__mode--clp,
  body.casf-shop-page .woocommerce ul.products li.product .price .causd-price-switch__mode--clp {
    font-size: 18px !important;
  }

  body.casf-shop-page ul.products li.product .button,
  body.casf-shop-page .woocommerce ul.products li.product .button {
    width: 84% !important;
    min-height: 38px !important;
    font-size: 11px !important;
  }
}

/* --------------------------------------------------------------------------
 * v1.5.90 - Product card precision pass.
 * -------------------------------------------------------------------------- */
body.casf-shop-page ul.products li.product .casf-loop-badges,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badges {
  min-height: 50px !important;
  padding: 12px 14px 9px !important;
  gap: 8px !important;
}

body.casf-shop-page ul.products li.product .casf-loop-badge,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badge,
body.casf-shop-page ul.products li.product .onsale,
body.casf-shop-page .woocommerce ul.products li.product .onsale {
  min-height: 24px !important;
  padding: 0 10px !important;
  font-size: 10px !important;
}

body.casf-shop-page ul.products li.product .onsale,
body.casf-shop-page .woocommerce ul.products li.product .onsale {
  top: 13px !important;
  right: 14px !important;
  color: #8A3B04 !important;
  background: #FFE0B7 !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  aspect-ratio: 1 / .86 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(15, 95, 83, .035)),
    linear-gradient(145deg, rgba(255, 246, 249, .82), rgba(232, 248, 243, .98)) !important;
}

body.casf-shop-page ul.products li.product a img,
body.casf-shop-page .woocommerce ul.products li.product a img,
body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap img,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
  object-fit: contain !important;
  object-position: center !important;
}

body.casf-shop-page ul.products li.product .yith-wcwl-add-to-wishlist,
body.casf-shop-page .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
body.casf-shop-page ul.products li.product .tinv-wraper,
body.casf-shop-page .woocommerce ul.products li.product .tinv-wraper,
body.casf-shop-page ul.products li.product .woosw-btn,
body.casf-shop-page .woocommerce ul.products li.product .woosw-btn,
body.casf-shop-page ul.products li.product [class*="wishlist"],
body.casf-shop-page .woocommerce ul.products li.product [class*="wishlist"] {
  position: absolute !important;
  top: 62px !important;
  left: 13px !important;
  right: auto !important;
  z-index: 5 !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  border-radius: var(--casf-vs-pill) !important;
}

body.casf-shop-page ul.products li.product .yith-wcwl-add-to-wishlist a,
body.casf-shop-page .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a,
body.casf-shop-page ul.products li.product .tinv-wraper a,
body.casf-shop-page .woocommerce ul.products li.product .tinv-wraper a,
body.casf-shop-page ul.products li.product .woosw-btn,
body.casf-shop-page .woocommerce ul.products li.product .woosw-btn {
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 1px solid rgba(27, 156, 133, .22) !important;
  border-radius: var(--casf-vs-pill) !important;
  display: grid !important;
  place-items: center !important;
  color: var(--casf-vs-green) !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 10px 22px rgba(15, 95, 83, .12) !important;
  backdrop-filter: blur(10px) !important;
}

body.casf-shop-page ul.products li.product .yith-wcwl-add-to-wishlist span,
body.casf-shop-page .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist span,
body.casf-shop-page ul.products li.product .tinv-wraper span,
body.casf-shop-page .woocommerce ul.products li.product .tinv-wraper span {
  font-size: 0 !important;
}

body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
  min-height: 170px !important;
  padding: 11px 16px 14px !important;
  gap: 7px !important;
}

body.casf-shop-page ul.products li.product .ast-woo-product-category,
body.casf-shop-page .woocommerce ul.products li.product .ast-woo-product-category {
  color: #9AA5A0 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.casf-shop-page ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.casf-shop-page .woocommerce ul.products li.product h2,
body.casf-shop-page .woocommerce ul.products li.product h3 {
  min-height: 37px !important;
  font-size: 14px !important;
}

body.casf-shop-page ul.products li.product .price,
body.casf-shop-page .woocommerce ul.products li.product .price {
  margin-top: 4px !important;
  gap: 8px !important;
}

body.casf-shop-page ul.products li.product .price del,
body.casf-shop-page .woocommerce ul.products li.product .price del,
body.casf-shop-page ul.products li.product .price del .amount,
body.casf-shop-page .woocommerce ul.products li.product .price del .amount {
  font-size: 12px !important;
}

body.casf-shop-page ul.products li.product .button,
body.casf-shop-page .woocommerce ul.products li.product .button {
  margin-top: 1px !important;
}

@media (max-width: 760px) {
  body.casf-shop-page ul.products li.product .casf-loop-badges,
  body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badges {
    min-height: 44px !important;
    padding: 10px 9px 8px !important;
  }

  body.casf-shop-page ul.products li.product .yith-wcwl-add-to-wishlist,
  body.casf-shop-page .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
  body.casf-shop-page ul.products li.product .tinv-wraper,
  body.casf-shop-page .woocommerce ul.products li.product .tinv-wraper,
  body.casf-shop-page ul.products li.product .woosw-btn,
  body.casf-shop-page .woocommerce ul.products li.product .woosw-btn,
  body.casf-shop-page ul.products li.product [class*="wishlist"],
  body.casf-shop-page .woocommerce ul.products li.product [class*="wishlist"] {
    top: 54px !important;
    left: 10px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
    min-height: 160px !important;
  }
}

/* --------------------------------------------------------------------------
 * v1.5.91 - Square image area and visible preview action.
 * -------------------------------------------------------------------------- */
body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  aspect-ratio: 1 / 1 !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist,
body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap .tinv-wraper,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .tinv-wraper,
body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap .woosw-btn,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .woosw-btn,
body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap [class*="wishlist"],
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap [class*="wishlist"] {
  top: 18px !important;
  left: 12px !important;
}

body.casf-shop-page ul.products li.product .casf-loop-quick-view,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-quick-view {
  display: none !important;
}

@media (max-width: 760px) {
  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    aspect-ratio: 1 / 1 !important;
  }

  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .yith-wcwl-add-to-wishlist,
  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap .tinv-wraper,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .tinv-wraper,
  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap .woosw-btn,
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .woosw-btn,
  body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap [class*="wishlist"],
  body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap [class*="wishlist"] {
    top: 16px !important;
    left: 10px !important;
  }

  body.casf-shop-page ul.products li.product .casf-loop-quick-view,
  body.casf-shop-page .woocommerce ul.products li.product .casf-loop-quick-view {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
 * v1.5.93 - Uncropped square catalog imagery.
 * -------------------------------------------------------------------------- */
body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  aspect-ratio: 1 / 1 !important;
  display: grid !important;
  place-items: center !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap a,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap a {
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap img,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img,
body.casf-shop-page ul.products li.product a img,
body.casf-shop-page .woocommerce ul.products li.product a img,
body.casf-shop-page .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
body.casf-shop-page .woocommerce ul.products li.product img.woocommerce-placeholder {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* --------------------------------------------------------------------------
 * v1.5.94 - Lock catalog card vertical flow.
 * -------------------------------------------------------------------------- */
body.casf-shop-page ul.products li.product,
body.casf-shop-page .woocommerce ul.products li.product {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

body.casf-shop-page ul.products li.product > a,
body.casf-shop-page .woocommerce ul.products li.product > a,
body.casf-shop-page ul.products li.product .woocommerce-LoopProduct-link,
body.casf-shop-page .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  position: relative !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.casf-shop-page ul.products li.product .casf-loop-badges,
body.casf-shop-page .woocommerce ul.products li.product .casf-loop-badges {
  order: 0 !important;
  flex: 0 0 auto !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  order: 1 !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  transform: none !important;
}

body.casf-shop-page ul.products li.product .astra-shop-thumbnail-wrap + .astra-shop-summary-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-thumbnail-wrap + .astra-shop-summary-wrap,
body.casf-shop-page ul.products li.product .astra-shop-summary-wrap,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  order: 2 !important;
  z-index: 2 !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  background: var(--casf-vs-surface) !important;
}

body.casf-shop-page ul.products li.product .astra-shop-summary-wrap *,
body.casf-shop-page .woocommerce ul.products li.product .astra-shop-summary-wrap * {
  position: relative !important;
  z-index: 2 !important;
}
