/* Shared, final component layer. Keep changes scoped to components and Woo blocks. */
:root { --focus-ring: #166534; }
.home-replica .btn-primary { background: linear-gradient(135deg, #377631, #285b24) !important; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 10000; width: auto; height: auto; margin: 0; padding: 14px 20px; clip-path: none; background: #fff; color: #166534; box-shadow: 0 4px 20px #0002; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 4px; }
.footer-policies { display: flex; flex-wrap: wrap; gap: 12px 26px; padding-block: 20px; border-top: 1px solid #ffffff25; }
.footer-policies a { color: #e2e8f0; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.footer-prod-price { display: block; }
.footer-prod-price del { opacity: .7; font-size: .8em; margin-right: .3em; }
.footer-prod-price ins { text-decoration: none; }
.footer-prod-thumb { object-fit: contain; }
.deal-pricing { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 12px; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #166534; }
.deal-pricing del { font-size: .65em; color: #64748b; font-weight: 400; }
.deal-pricing ins { text-decoration: none; }
.offer-expiry { text-align: center; color: #475569; margin: 0 0 24px; }
.vcard-bg img { width: 100%; height: 100%; object-fit: cover; }
.flip-box:focus-within .flip-box-inner { transform: rotateY(180deg); }
.flip-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hero-stats-row .stat-num { font-variant-numeric: tabular-nums; }
.hero-guarantee-strip strong { line-height: 1.35; }
.testimonial-slider-container .t-dot { padding: 0; border: 0; min-width: 12px; min-height: 12px; }
.testimonial-note { max-width: 760px; margin: 22px auto 0; padding-inline: 20px; font-size: .875rem; color: #64748b; text-align: center; }
.blog-category a, .single-post-categories a { display: inline-flex; align-items: center; white-space: nowrap; }
.contact-alert { display: block; padding: 18px; border-radius: 8px; line-height: 1.6; }
.contact-alert-error { background: #fff1f2; color: #9f1239; border: 1px solid #fecdd3; }
.contact-alert-success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.contact-form-inner button:disabled, .custom-contact-form button:disabled { opacity: .65; cursor: wait; }
.contact-form-card, .contact-info-sidebar, .store-info-card, .form-group, .input-icon-wrap { min-width: 0; }
.contact-form-inner :where(input, select, textarea) { min-width: 0; max-width: 100%; }
.wp-block-woocommerce-cart .wp-block-button__link,
.wp-block-woocommerce-checkout .wp-block-button__link,
.wp-block-woocommerce-product-button .wp-block-button__link,
.wc-block-components-button:not(.is-link) {
    background: #377631 !important; color: #fff !important; border: 1px solid #377631 !important;
    border-radius: 6px !important; font-weight: 600; text-decoration: none;
}
.wc-block-components-button:not(.is-link):hover,
.wp-block-woocommerce-product-button .wp-block-button__link:hover { background: #285b24 !important; color: #fff !important; }
.wc-block-components-button .wc-block-components-button__text { color: inherit !important; }
.wc-block-cart-items__row .wc-block-components-product-name { line-height: 1.5; }
.woocommerce-account .woocommerce { max-width: 1100px; margin-inline: auto; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 13px 18px; border-bottom: 1px solid #e2e8f0; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: #166534; background: #f0fdf4; font-weight: 600; }
.woocommerce form.login, .woocommerce form.register { border-color: #e2e8f0; background: #fff; border-radius: 12px; padding: 28px; }
.woocommerce form .form-row input.input-text { min-height: 46px; padding: 10px 12px; border: 1px solid #cbd5e1; border-radius: 6px; }
.rife-product-guide { border-top: 1px solid #e2e8f0; margin-top: 28px; padding-top: 20px; }
.rife-product-guide ul { padding-left: 20px; }
.rife-product-guide li { margin-block: 10px; }
@media (max-width: 699px) {
    .wc-block-cart table.wc-block-cart-items,
    .wc-block-cart table.wc-block-cart-items tbody { display: block; width: 100%; min-width: 0; }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
        display: grid; width: 100%; min-width: 0; grid-template-columns: 64px minmax(0, 1fr) !important; column-gap: 14px;
    }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image { grid-column: 1 !important; grid-row: 1 !important; width: auto !important; padding-right: 0 !important; }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product { grid-column: 2 / 3 !important; grid-row: 1 !important; min-width: 0; width: auto !important; }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__total { grid-column: 2 / 3 !important; grid-row: 2 !important; min-width: 0; width: auto !important; text-align: left !important; padding-top: 8px !important; }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity { grid-column: 1 / 2 !important; grid-row: 2 !important; }
    .wc-block-cart-item__product .wc-block-components-product-name { overflow-wrap: anywhere; }
}
@media (max-width: 600px) {
    .contact-grid-2col { grid-template-columns: minmax(0, 1fr); }
    .contact-form-card, .store-info-card { width: 100%; }
    .hero-pill-badge { flex-wrap: wrap; max-width: 100%; font-size: .7rem; }
    .hero-guarantee-strip .guarantee-item { min-width: 0; }
    .hero-guarantee-strip strong { font-size: .85rem; }
    .hero-stats-row .stat-num { font-size: 1.2rem; }
    .footer-policies { gap: 14px 20px; }
    .contact-form-inner, .custom-contact-form { min-width: 0; }
    .woocommerce form.login, .woocommerce form.register { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
