body.ppcc-polish-enabled {
  --pp-pink: #ec4ca8;
  --pp-pink-dark: #c72f83;
  --pp-teal: #36b7bd;
  --pp-ink: #101827;
  --pp-muted: #647084;
  --pp-line: #e8edf3;
  --pp-soft: #fff7fb;
  --pp-blue-soft: #eefbfc;
  --pp-radius: 8px;
}

body.ppcc-polish-enabled .grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.ppcc-polish-enabled h1,
body.ppcc-polish-enabled h2,
body.ppcc-polish-enabled h3 {
  letter-spacing: 0;
}

body.ppcc-polish-enabled .site-header,
body.ppcc-polish-enabled .ast-primary-header-bar {
  border-bottom: 1px solid rgba(16, 24, 39, 0.08);
  box-shadow: 0 8px 22px rgba(16, 24, 39, 0.04);
}

body.ppcc-polish-enabled .main-header-menu > .menu-item > .menu-link,
body.ppcc-polish-enabled .ast-builder-menu .main-navigation > ul > li > .menu-link {
  color: var(--pp-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.ppcc-polish-enabled .main-header-menu .sub-menu {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  box-shadow: 0 18px 40px rgba(16, 24, 39, 0.12);
  overflow: hidden;
}

body.ppcc-polish-enabled .main-header-menu .sub-menu .menu-link {
  color: var(--pp-ink);
  font-size: 14px;
  padding-bottom: 11px;
  padding-top: 11px;
}

body.ppcc-polish-enabled .main-header-menu .sub-menu .menu-link:hover {
  background: var(--pp-soft);
  color: var(--pp-pink-dark);
}

.pp-trust-strip {
  background: linear-gradient(90deg, var(--pp-soft), var(--pp-blue-soft));
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto 28px;
  max-width: 1240px;
  overflow: hidden;
}

.pp-trust-strip div {
  background: rgba(255, 255, 255, 0.68);
  padding: 14px 16px;
}

.pp-trust-strip strong,
.pp-trust-strip span {
  display: block;
}

.pp-trust-strip strong {
  color: var(--pp-ink);
  font-size: 13px;
  line-height: 1.2;
}

.pp-trust-strip span {
  color: var(--pp-muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 3px;
}

body.ppcc-woocommerce-polish ul.products {
  box-sizing: border-box;
  column-gap: 22px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1320px;
  padding-left: clamp(12px, 2vw, 24px);
  padding-right: clamp(12px, 2vw, 24px);
  row-gap: 34px !important;
}

body.ppcc-woocommerce-polish ul.products li.product {
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--pp-radius);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0 0 14px !important;
  box-shadow: 0 8px 24px rgba(16, 24, 39, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.ppcc-woocommerce-polish ul.products li.product:hover {
  border-color: var(--pp-line);
  box-shadow: 0 16px 34px rgba(16, 24, 39, 0.08);
  transform: translateY(-2px);
}

body.ppcc-woocommerce-polish ul.products li.product .astra-shop-thumbnail-wrap {
  background: transparent;
  border-radius: 0;
  display: block;
  margin-bottom: 10px;
  overflow: visible;
  position: relative;
}

body.ppcc-woocommerce-polish ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link,
body.ppcc-woocommerce-polish ul.products li.product.product-category a {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fafbfd;
  border-radius: var(--pp-radius);
  display: flex;
  justify-content: center;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}

body.ppcc-woocommerce-polish ul.products li.product .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link img,
body.ppcc-woocommerce-polish ul.products li.product.product-category img {
  height: 100%;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

body.ppcc-woocommerce-polish ul.products li.product .astra-shop-thumbnail-wrap > .pp-product-card-meta {
  display: none !important;
}

body.ppcc-woocommerce-polish ul.products li.product .pp-stock-label {
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 999px;
  color: var(--pp-teal);
  font-size: 12px;
  font-weight: 800;
  left: 10px;
  line-height: 1;
  padding: 7px 9px;
  position: absolute;
  top: 10px;
  z-index: 3;
}

body.ppcc-woocommerce-polish ul.products li.product .ast-shop-product-out-of-stock,
body.ppcc-woocommerce-polish ul.products li.product .ast-shop-product-stock {
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 999px;
  color: var(--pp-teal);
  font-size: 12px;
  font-weight: 700;
  left: 12px;
  padding: 4px 9px;
  right: auto;
  top: 12px;
}

body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper {
  height: 36px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  z-index: 4;
}

body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper .tinvwl_add_to_wishlist_button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(16, 24, 39, 0.08);
  color: var(--pp-teal);
  display: flex;
  font-size: 0;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper .tinvwl_add_to_wishlist_button::before {
  font-size: 17px;
  margin: 0;
}

body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper .tinvwl_add_to_wishlist-text,
body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper .tinvwl_remove_from_wishlist-text,
body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper .tinvwl-tooltip,
body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper .tinv-wishlist-clear {
  display: none !important;
}

body.ppcc-woocommerce-polish ul.products li.product .woocommerce-loop-product__title,
body.ppcc-woocommerce-polish ul.products li.product h2 {
  color: var(--pp-ink);
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 12px 6px !important;
  min-height: 36px;
  text-align: center;
}

body.ppcc-woocommerce-polish ul.products li.product .ast-woo-product-category,
.pp-product-card-meta {
  color: #9aa3af;
  font-size: 12px;
  line-height: 1.25;
  margin: 0 12px 8px;
  min-height: 16px;
  text-align: center;
}

.pp-product-card-meta a {
  color: #9aa3af;
}

body.ppcc-woocommerce-polish ul.products li.product .price {
  color: var(--pp-ink) !important;
  display: block;
  font-size: 14px !important;
  font-weight: 800 !important;
  margin: auto 12px 12px !important;
  text-align: center;
}

body.ppcc-woocommerce-polish ul.products li.product .button,
body.ppcc-woocommerce-polish ul.products li.product .added_to_cart {
  align-items: center;
  align-self: center;
  background: var(--pp-pink) !important;
  border-radius: 8px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0 12px !important;
  min-height: 42px;
  min-width: 150px;
  padding: 11px 16px !important;
  text-transform: uppercase;
}

body.ppcc-woocommerce-polish ul.products li.product .button:hover,
body.ppcc-woocommerce-polish ul.products li.product .added_to_cart:hover {
  background: var(--pp-pink-dark) !important;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category {
  padding-bottom: 0 !important;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category a {
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  text-decoration: none;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category mark.count,
.pp-category-count {
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 999px;
  color: var(--pp-muted);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 7px;
  padding: 4px 9px;
}

body.ppcc-woocommerce-polish .woocommerce-products-header,
body.ppcc-woocommerce-polish .woocommerce-products-header__title.page-title {
  margin-bottom: 18px;
}

body.ppcc-woocommerce-polish .woocommerce-products-header__title.page-title,
body.ppcc-polish-enabled .entry-title,
body.ppcc-polish-enabled h1.product_title {
  color: var(--pp-ink);
  font-weight: 900;
  line-height: 1.08;
}

body.archive.woocommerce.ppcc-polish-enabled .site-content,
body.archive.woocommerce.ppcc-polish-enabled #content {
  padding-top: clamp(32px, 3vw, 56px);
}

body.archive.woocommerce.ppcc-polish-enabled .pp-trust-strip {
  display: none !important;
}

body.ppcc-woocommerce-polish ul.products {
  align-items: stretch;
}

body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) {
  height: 100%;
}

body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .astra-shop-summary-wrap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0 14px 0 !important;
}

body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-bottom: 4px !important;
  min-height: 70px;
}

body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .ast-woo-product-category {
  display: block;
  margin-bottom: 4px;
  min-height: 30px;
}

body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .price {
  margin: 4px 12px 10px !important;
}

body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .button,
body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .added_to_cart {
  margin-top: 0 !important;
}

body.ppcc-woocommerce-polish ul.products li.product .pp-stock-label {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(54, 183, 189, 0.55) !important;
  box-shadow: 0 8px 18px rgba(54, 183, 189, 0.16) !important;
}

body.ppcc-woocommerce-polish ul.products li.product .tinv-wraper .tinvwl_add_to_wishlist_button {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(236, 76, 168, 0.32) !important;
  box-shadow: 0 8px 20px rgba(16, 24, 39, 0.16) !important;
  color: var(--pp-pink) !important;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: auto;
  overflow: visible;
  padding: 0 !important;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category:hover {
  box-shadow: none;
  transform: none;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category a {
  aspect-ratio: 4 / 3 !important;
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 24, 39, 0.07);
  display: block !important;
  max-height: none;
  padding: 0 !important;
  position: relative;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  padding: 0 !important;
  width: 100% !important;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category .woocommerce-loop-category__title,
body.ppcc-woocommerce-polish ul.products li.product.product-category h2 {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  bottom: 12px;
  color: var(--pp-ink);
  display: flex;
  flex-direction: column;
  font-size: 14px !important;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  left: 12px;
  line-height: 1.15;
  margin: 0 !important;
  min-height: auto;
  padding: 10px 8px !important;
  position: absolute;
  right: 12px;
  text-align: center;
}

body.ppcc-woocommerce-polish ul.products li.product.product-category mark.count,
body.ppcc-woocommerce-polish ul.products li.product.product-category .pp-category-count {
  background: #fff;
  border: 1px solid var(--pp-line);
  box-shadow: 0 4px 10px rgba(16, 24, 39, 0.06);
  color: var(--pp-muted);
  font-size: 11px;
  margin: 0;
}

body.tax-product_cat ul.products li.product.product-category,
body.post-type-archive-product ul.products li.product.product-category {
  min-height: auto;
}

@media (min-width: 922px) {
  body.tax-product_cat.term-themes ul.products,
  body.post-type-archive-product ul.products {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  }
}

.pp-editorial-section,
body.ppcc-polish-enabled .term-description,
body.ppcc-polish-enabled .page-description {
  background: #fff;
  border-top: 1px solid var(--pp-line);
  margin: 42px auto 0;
  max-width: 1120px;
  padding: 42px 20px 18px;
}

.pp-editorial-section__inner,
body.ppcc-polish-enabled .term-description > *,
body.ppcc-polish-enabled .page-description > * {
  max-width: 920px;
}

.pp-editorial-section h2,
body.ppcc-polish-enabled .term-description h2,
body.ppcc-polish-enabled .page-description h2 {
  color: var(--pp-ink);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 18px;
}

.pp-editorial-section p,
body.ppcc-polish-enabled .term-description p,
body.ppcc-polish-enabled .page-description p {
  color: var(--pp-muted);
  font-size: 17px;
  line-height: 1.75;
}

.pp-editorial-section a,
body.ppcc-polish-enabled .term-description a,
body.ppcc-polish-enabled .page-description a {
  color: var(--pp-teal);
  font-weight: 700;
}

.pp-feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0;
}

.pp-feature-card {
  background: var(--pp-soft);
  border: 1px solid #f7c9df;
  border-radius: var(--pp-radius);
  padding: 18px;
}

.pp-feature-card h3 {
  color: var(--pp-ink);
  font-size: 17px;
  margin: 0 0 8px;
}

.pp-feature-card p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.pp-faq-block {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  margin-top: 24px;
  overflow: hidden;
}

.pp-faq-block details {
  background: #fff;
  border-bottom: 1px solid var(--pp-line);
  padding: 16px 18px;
}

.pp-faq-block details:last-child {
  border-bottom: 0;
}

.pp-faq-block summary {
  color: var(--pp-ink);
  cursor: pointer;
  font-weight: 800;
}

body.ppcc-polish-enabled.single-product .summary.entry-summary {
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  padding: clamp(18px, 3vw, 30px);
}

body.ppcc-polish-enabled.single-product .summary .price {
  color: var(--pp-ink) !important;
  font-size: 24px !important;
  font-weight: 900;
}

body.ppcc-polish-enabled.single-product .single_add_to_cart_button,
body.ppcc-polish-enabled.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.ppcc-polish-enabled.woocommerce-checkout #place_order {
  background: var(--pp-pink) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
}

body.ppcc-polish-enabled.single-product .single_add_to_cart_button:hover,
body.ppcc-polish-enabled.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.ppcc-polish-enabled.woocommerce-checkout #place_order:hover {
  background: var(--pp-pink-dark) !important;
}

body.ppcc-polish-enabled.woocommerce-cart .cart-collaterals .cart_totals,
body.ppcc-polish-enabled.woocommerce-checkout form.checkout {
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  box-shadow: 0 18px 38px rgba(16, 24, 39, 0.06);
}

@media (max-width: 921px) {
  body.ppcc-woocommerce-polish ul.products {
    max-width: 760px;
  }

  .pp-trust-strip,
  .pp-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pp-trust-strip,
  .pp-feature-grid {
    grid-template-columns: 1fr;
  }

  body.ppcc-woocommerce-polish ul.products {
    column-gap: 12px !important;
    row-gap: 22px !important;
  }

  body.ppcc-woocommerce-polish ul.products li.product .woocommerce-loop-product__title,
  body.ppcc-woocommerce-polish ul.products li.product h2 {
    font-size: 13px !important;
    min-height: 50px;
  }

  body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
    min-height: 58px;
  }

  body.ppcc-woocommerce-polish ul.products li.product:not(.product-category) .ast-woo-product-category {
    min-height: 22px;
  }

  body.ppcc-woocommerce-polish ul.products li.product .button,
  body.ppcc-woocommerce-polish ul.products li.product .added_to_cart {
    font-size: 12px !important;
    min-width: 0;
    width: calc(100% - 24px);
  }
}
