:root {
  --wsc-white: #ffffff;
  --wsc-beige: #f7f5f0;
  --wsc-sage: #f1f5f0;
  --wsc-green: var(--wd-primary-color, #234537);
  --wsc-green-hover: #193429;
  --wsc-ink: #252525;
  --wsc-muted: #6f746f;
  --wsc-line: #e6e7e3;
  --wsc-shadow: 0 10px 30px rgba(37, 37, 37, 0.07);
}

html { overflow-x: hidden; scroll-behavior: smooth; }

body.vitamin-store {
  overflow-x: hidden;
  color: var(--wsc-ink);
  background: var(--wsc-white);
  font-family: Inter, Manrope, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body.vitamin-store :is(p, a, button, input, textarea, select, h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0;
}

.vitamin-store .main-page-wrapper,
.vitamin-store .site-content { background: var(--wsc-white); }
.vitamin-store .site-content { margin-bottom: 0; }
.vitamin-store.elementor-page #main-content { padding-top: 0; padding-bottom: 0; }

.vitamin-store .whb-top-bar { font-size: 12px; }
.vitamin-store .whb-general-header { border-bottom: 1px solid var(--wsc-line); }
.vitamin-store .whb-header .wd-nav-main > li > a {
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}
.vitamin-store .whb-header .wd-tools-element > a { color: var(--wsc-ink); }
.vitamin-store .site-logo img { object-fit: contain; }

.wsc-eyebrow .elementor-heading-title,
.wsc-eyebrow {
  color: var(--wsc-green);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.wsc-hero { overflow: hidden; background-color: var(--wsc-beige); }
.wsc-hero-title .elementor-heading-title {
  max-width: 620px;
  color: var(--wsc-ink);
  font-size: 56px;
  line-height: 1.05;
  font-weight: 750;
}
.wsc-hero-copy { max-width: 590px; }
.wsc-hero-copy p {
  color: #4f544f;
  font-size: 18px;
  line-height: 1.7;
}
.wsc-hero-note p { margin-top: 18px; color: var(--wsc-muted); font-size: 12px; }
.wsc-hero .elementor-widget-button { display: inline-block; width: auto; margin-right: 8px; }
.wsc-header-support { color: var(--wsc-muted); font-size: 11px; }

.vitamin-store .elementor-widget-button .elementor-button {
  min-height: 46px;
  border-radius: 6px;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 750;
  text-transform: none;
  box-shadow: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}
.wsc-button-primary .elementor-button { color: #fff; background: var(--wsc-green); }
.wsc-button-primary .elementor-button:hover { color: #fff; background: var(--wsc-green-hover); transform: translateY(-1px); }
.wsc-button-secondary .elementor-button { color: var(--wsc-ink); background: #fff; border: 1px solid var(--wsc-ink); }
.wsc-button-secondary .elementor-button:hover { color: #fff; background: var(--wsc-ink); }

.wsc-section-title .elementor-heading-title {
  color: var(--wsc-ink);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 720;
}
.wsc-section-copy { max-width: 700px; }
.wsc-section-copy p,
.wsc-feature-copy p,
.wsc-feature-copy li,
.wsc-policy-copy p,
.wsc-policy-copy li {
  color: var(--wsc-muted);
  font-size: 16px;
  line-height: 1.75;
}

.wsc-category-band { background: var(--wsc-beige); }
.wsc-category-card > .elementor-widget-wrap {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--wsc-line);
  border-radius: 8px;
  background: var(--wsc-white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.wsc-category-card:hover > .elementor-widget-wrap { transform: translateY(-3px); box-shadow: var(--wsc-shadow); }
.wsc-category-card .elementor-widget-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.wsc-category-card :is(.wsc-category-title, .wsc-category-copy, .elementor-widget-button) { padding-inline: 16px; }
.wsc-category-card .wsc-category-title { margin-top: 16px; }
.wsc-category-card .elementor-widget-button { padding-bottom: 18px; }
.wsc-category-title .elementor-heading-title { color: var(--wsc-ink); font-size: 21px; line-height: 1.25; }
.wsc-category-copy p { min-height: 48px; color: var(--wsc-muted); font-size: 14px; line-height: 1.6; }

.wsc-products-band { background: var(--wsc-white); }
.vitamin-store .product-grid-item {
  overflow: hidden;
  border: 1px solid var(--wsc-line);
  border-radius: 8px;
  background: var(--wsc-white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.vitamin-store .product-grid-item:hover { transform: translateY(-3px); box-shadow: var(--wsc-shadow); }
.vitamin-store .product-grid-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.vitamin-store .product-grid-item .product-element-bottom { padding: 16px 16px 18px; }
.vitamin-store .product-grid-item .wd-entities-title { min-height: 42px; font-size: 15px; line-height: 1.4; }
.vitamin-store .product-grid-item .price { color: var(--wsc-green); font-weight: 750; }
.vitamin-store .product-grid-item .price del { color: #8b908b; font-weight: 500; }
.wsc-loop-demo { display: inline-block; margin-top: 7px; padding: 3px 6px; border-radius: 4px; color: #5a491d; background: #fff3c9; font-size: 10px; font-weight: 700; line-height: 1.35; }
.wsc-loop-spec { min-height: 36px; margin-top: 7px; color: var(--wsc-muted); font-size: 12px; line-height: 1.45; }
.wsc-loop-stock { margin-top: 7px; color: #34704f; font-size: 12px; font-weight: 700; }
.wsc-loop-stock.out-of-stock { color: #8a4b43; }
.vitamin-store .product-grid-item .wd-add-btn .button,
.vitamin-store .product-grid-item .add_to_cart_button {
  border-radius: 5px;
  background: var(--wsc-green);
}

.wsc-trust-band { background: var(--wsc-sage); border-block: 1px solid var(--wsc-line); }
.wsc-trust-band .elementor-column:not(:last-child) { border-right: 1px solid var(--wsc-line); }
.wsc-trust-band .elementor-icon { color: var(--wsc-green); }
.wsc-trust-band .elementor-icon-box-title { margin-bottom: 4px; font-size: 15px; }
.wsc-trust-band .elementor-icon-box-description { color: var(--wsc-muted); font-size: 12px; }

.wsc-goal-band { background: var(--wsc-beige); }
.wsc-goal-item .elementor-icon-box-wrapper { padding: 26px 22px; border-top: 1px solid var(--wsc-line); }
.wsc-goal-item .elementor-icon { color: var(--wsc-green); }
.wsc-goal-item .elementor-icon-box-title { font-size: 18px; }
.wsc-goal-item .elementor-icon-box-description { color: var(--wsc-muted); line-height: 1.6; }
.wsc-goal-item .elementor-widget-button { padding: 0 22px 24px; }
.wsc-goal-item .elementor-button { width: 100%; }

.wsc-feature-band:nth-of-type(even) { background: var(--wsc-sage); }
.wsc-feature-band:nth-of-type(odd) { background: var(--wsc-beige); }
.wsc-feature-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; }
.wsc-feature-copy ul { margin: 20px 0 26px; padding-left: 20px; }

.wsc-transparency-band { background: var(--wsc-green); }
.wsc-transparency-band :is(.elementor-heading-title, p, li) { color: #fff; }
.wsc-transparency-band .elementor-icon { color: #dce8df; }

.wsc-review-state {
  padding: 34px;
  border: 1px dashed #cfd3ce;
  border-radius: 8px;
  background: var(--wsc-white);
  color: var(--wsc-muted);
  text-align: center;
}
.wsc-review-state strong { display: block; margin-bottom: 6px; color: var(--wsc-ink); font-size: 18px; }

.wsc-guide-card > .elementor-widget-wrap { height: 100%; border-top: 3px solid var(--wsc-green); background: #fff; }
.wsc-guide-title .elementor-heading-title { font-size: 21px; line-height: 1.3; }

.wsc-faq .elementor-accordion-item { border: 0; border-bottom: 1px solid var(--wsc-line); background: #fff; }
.wsc-faq .elementor-tab-title { padding: 22px 18px; font-weight: 700; }
.wsc-faq .elementor-tab-content { color: var(--wsc-muted); line-height: 1.7; }

.wsc-newsletter-band { background: var(--wsc-sage); }
.wsc-newsletter-form { display: flex; gap: 10px; max-width: 620px; margin-top: 20px; }
.wsc-newsletter-form input[type="email"] { flex: 1 1 auto; min-width: 0; height: 48px; border: 1px solid #cdd4cd; border-radius: 6px; background: #fff; }
.wsc-newsletter-form button { min-height: 48px; border-radius: 6px; background: var(--wsc-green); color: #fff; }
.wsc-newsletter-status { margin-top: 10px; font-size: 13px; }

.wsc-page-hero { text-align: center; background: var(--wsc-sage); }
.wsc-page-title .elementor-heading-title { color: var(--wsc-ink); font-size: 46px; line-height: 1.1; }
.wsc-page-intro { max-width: 760px; margin-inline: auto; }
.wsc-page-intro p { color: var(--wsc-muted); font-size: 17px; line-height: 1.7; }
.wsc-policy-copy { max-width: 900px; margin-inline: auto; }
.wsc-policy-copy h2 { margin: 38px 0 12px; color: var(--wsc-ink); font-size: 25px; }
.wsc-placeholder { display: inline; color: #664f23; background: #fff3c9; }

.wsc-contact-card > .elementor-widget-wrap { height: 100%; border: 1px solid var(--wsc-line); border-radius: 8px; background: #fff; }
.wsc-contact-form :is(input, textarea) { border: 1px solid #cdd4cd; border-radius: 6px; background: #fff; }
.wsc-contact-form button { border-radius: 6px !important; background: var(--wsc-green) !important; }

.wsc-demo-notice { margin: 0 0 16px; padding: 10px 12px; border-left: 3px solid #9c761f; background: #fff7db; color: #5a491d; font-size: 13px; }
.wsc-line-sku { display: block; margin-top: 4px; color: var(--wsc-muted); font-size: 12px; }
.wsc-product-table { width: 100%; border-collapse: collapse; }
.wsc-product-table th,
.wsc-product-table td { padding: 12px; border-bottom: 1px solid var(--wsc-line); text-align: left; vertical-align: top; }
.wsc-product-table th { width: 34%; color: var(--wsc-ink); }
.wsc-product-disclaimer { margin-top: 20px; padding: 16px; border-left: 3px solid var(--wsc-green); background: var(--wsc-sage); color: #4f564f; font-size: 13px; line-height: 1.65; }
.wsc-buy-now.button { margin-left: 8px; border-radius: 6px; background: transparent; color: var(--wsc-green); box-shadow: inset 0 0 0 1px var(--wsc-green); }
.wsc-buy-now.button:hover { background: var(--wsc-green); color: #fff; }

.vitamin-store.single-product .site-content,
.vitamin-store.post-type-archive-product .site-content,
.vitamin-store.tax-product_cat .site-content { padding-top: 34px; }
.vitamin-store.single-product .product-image-wrap img { border-radius: 8px; }
.vitamin-store.single-product .woocommerce-product-gallery { overflow: hidden; }
.vitamin-store.single-product .product_title { font-size: 38px; line-height: 1.15; }
.vitamin-store.single-product .price { color: var(--wsc-green); }
.vitamin-store.single-product .single_add_to_cart_button { border-radius: 6px; background: var(--wsc-green); }
.vitamin-store.single-product .woocommerce-product-details__short-description { color: var(--wsc-muted); font-size: 16px; line-height: 1.7; }
.vitamin-store .woocommerce-tabs { margin-top: 48px; }

.vitamin-store .wd-shop-tools { border: 1px solid var(--wsc-line); border-radius: 8px; background: #fff; }
.vitamin-store .wd-page-title { background: var(--wsc-sage); }
.vitamin-store .wd-page-title .title { color: var(--wsc-ink); }

.vitamin-store.woocommerce-cart .cart-content-wrapper,
.vitamin-store.woocommerce-checkout .woocommerce-checkout-review-order,
.vitamin-store.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid var(--wsc-line);
  border-radius: 8px;
  background: #fff;
}
.vitamin-store.woocommerce-checkout .woocommerce-checkout-review-order { position: sticky; top: 108px; }
.vitamin-store .woocommerce-error,
.vitamin-store .woocommerce-info,
.vitamin-store .woocommerce-message { border-radius: 6px; }

.wsc-footer-main,
.wsc-footer-bottom { color: rgba(255,255,255,.75); background: #1c2923; }
.wsc-footer-main { border-bottom: 1px solid rgba(255,255,255,.13); }
.wsc-footer-main :is(h3, h4, .elementor-heading-title) { color: #fff; }
.wsc-footer-main p,
.wsc-footer-bottom p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.75; }
.wsc-footer-links { margin: 0; padding: 0; list-style: none; }
.wsc-footer-links li { margin-bottom: 9px; }
.wsc-footer-links a { color: rgba(255,255,255,.76); }
.wsc-footer-links a:hover { color: #fff; }
.wsc-payment-methods { color: rgba(255,255,255,.75); font-size: 12px; }
.wsc-footer-note { text-align: right; }

.wsc-not-found { min-height: 65vh; display: grid; place-items: center; padding: 70px 20px; background: var(--wsc-beige); }
.wsc-not-found__inner { width: min(680px, 100%); text-align: center; }
.wsc-not-found h1 { font-size: 44px; }
.wsc-not-found form { margin: 25px auto; }

@media (max-width: 1024px) {
  .wsc-hero-title .elementor-heading-title { font-size: 45px; }
  .wsc-section-title .elementor-heading-title { font-size: 34px; }
  .wsc-page-title .elementor-heading-title { font-size: 40px; }
}

@media (max-width: 767px) {
  .vitamin-store .whb-top-bar .wd-social-icons { display: none; }
  .wsc-hero { background-position: 64% center !important; }
  .wsc-hero::before { content: ""; position: absolute; inset: 0; background: rgba(247,245,240,.76); }
  .wsc-hero .elementor-column:first-child { width: 100%; }
  .wsc-hero .elementor-column:last-child { display: none; }
  .wsc-hero-title .elementor-heading-title { font-size: 36px; }
  .wsc-hero-copy p { font-size: 16px; }
  .wsc-section-title .elementor-heading-title { font-size: 29px; }
  .wsc-page-title .elementor-heading-title { font-size: 34px; }
  .wsc-category-card { width: 50% !important; }
  .wsc-category-card > .elementor-widget-wrap { margin: 5px; }
  .wsc-category-card .elementor-widget-image img { aspect-ratio: 1 / 1; }
  .wsc-category-title .elementor-heading-title { font-size: 17px; }
  .wsc-category-copy p { min-height: 66px; font-size: 12px; }
  .wsc-category-card .elementor-button { min-height: 40px; padding: 10px 12px; }
  .wsc-goal-item { width: 50% !important; }
  .wsc-goal-item .elementor-icon-box-wrapper { padding: 20px 12px; }
  .wsc-goal-item .elementor-icon-box-title { font-size: 15px; }
  .wsc-goal-item .elementor-icon-box-description { min-height: 58px; font-size: 12px; }
  .wsc-goal-item .elementor-widget-button { padding: 0 12px 18px; }
  .wsc-hero .elementor-widget-button { display: block; width: 100%; margin-right: 0; }
  .wsc-hero .elementor-button { width: 100%; }
  .wsc-trust-band .elementor-column { width: 50% !important; min-height: 116px; border-right: 0 !important; border-bottom: 1px solid var(--wsc-line); }
  .wsc-feature-band .elementor-column,
  .wsc-guide-row .elementor-column,
  .wsc-contact-row .elementor-column { width: 100% !important; }
  .wsc-newsletter-form { flex-direction: column; }
  .wsc-newsletter-form button { width: 100%; }
  .wsc-buy-now.button { margin: 10px 0 0; width: 100%; }
  .vitamin-store.woocommerce-checkout .woocommerce-checkout-review-order { position: static; }
  .wsc-footer-main .elementor-column,
  .wsc-footer-bottom .elementor-column { width: 100% !important; margin-bottom: 22px; }
  .wsc-footer-note { text-align: left; }
  .wsc-not-found h1 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
