/* Verdant -- organic & wellness.
   Soft rounded shapes, warm tinted surfaces, gentle shadows, unhurried
   spacing. Nothing sharp anywhere. */

.sf-verdant {
  --sf-radius: 20px;
  --sf-radius-sm: 99px;
  --sf-gap: 22px;
  --sf-section-y: 62px;
  --sf-card-bg: #fff;
  --sf-card-border: 1px solid rgba(0, 0, 0, .05);
  --sf-card-shadow: 0 2px 10px rgba(0, 0, 0, .04);
  --sf-card-shadow-h: 0 14px 32px rgba(0, 0, 0, .09);
  --sf-surface: color-mix(in srgb, var(--tp-theme-primary) 7%, transparent);
  --sf-title-size: 26px;
  --sf-title-weight: 600;
}

.sf-verdant .sf-hero-title { font-weight: 600; letter-spacing: -.01em; }
.sf-verdant .sf-hero { border-radius: 0 0 34px 34px; overflow: hidden; }

.sf-verdant .sf-cat {
  border: none;
  background: var(--sf-surface);
  border-radius: 22px;
  padding: 22px 12px;
}
.sf-verdant .sf-cat-img { width: 84px; height: 84px; }
.sf-verdant .sf-cat-name { font-weight: 600; }

.sf-verdant .sf-card-media { border-radius: 20px 20px 0 0; }
.sf-verdant .sf-card-body { padding: 16px; }
.sf-verdant .sf-card-name { font-weight: 500; }
.sf-verdant .sf-badge { border-radius: 99px; padding: 5px 11px; }
.sf-verdant .sf-btn { padding: 12px 28px; }

.sf-verdant .sf-trust-ico { width: 46px; height: 46px; }
.sf-verdant .sf-promo { aspect-ratio: 16 / 9; border-radius: 20px; }
.sf-verdant .sf-promo img { height: 100%; object-fit: cover; }

@media (max-width: 640px) {
  .sf-verdant { --sf-radius: 16px; --sf-gap: 13px; }
  .sf-verdant .sf-hero { border-radius: 0 0 22px 22px; }
  .sf-verdant .sf-cat { padding: 15px 8px; border-radius: 16px; }
  .sf-verdant .sf-cat-img { width: 62px; height: 62px; }
}

/* --- Verdant, inner pages -------------------------------------------------
   Soft everywhere. Pill buttons, rounded panels, generous line height, and
   surfaces that are tinted rather than white -- the calm carries past the
   home page. */
.sf-verdant .tp-shop-widget { border-radius: 16px; padding: 18px 20px; background: var(--sf-surface); border: 0; }
.sf-verdant .tp-shop-widget-title { border-bottom-color: transparent; }
.sf-verdant .tp-shop-top { border-bottom: 0; }
.sf-verdant .tp-product-details-title { font-size: clamp(22px, 2.5vw, 30px); font-weight: 600; }
.sf-verdant .tp-btn,
.sf-verdant .tp-product-details-buy-now-btn { border-radius: 999px; padding-left: 28px; padding-right: 28px; }
.sf-verdant .tp-cart-checkout-wrapper { border-radius: 18px; border: 0; background: var(--sf-surface); }
.sf-verdant .tp-contact-input input, .sf-verdant .profile__input input,
.sf-verdant .tp-checkout-input input { border-radius: 12px; }
.sf-verdant .tp-contact-info-item { border-radius: 16px; border: 0; background: var(--sf-surface); }
.sf-verdant .profile__tab .nav-link { border-radius: 999px; }
.sf-verdant .breadcrumb__area { background: var(--sf-surface); padding: 26px 0; }
