/**
 * OVVO storefront page shells.
 */

.ovvo-storefront-page {
    background:
        radial-gradient(circle at top left, rgba(155, 123, 184, 0.05), transparent 28%),
        radial-gradient(circle at top right, rgba(232, 224, 210, 0.28), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfaf7 48%, #fff 100%);
}

.ovvo-page-shell {
    max-width: 1400px;
    margin: 0 auto;
    min-width: 0;
}

.ovvo-cart-notices {
    margin: 0 0 1.25rem;
}

.ovvo-cart-notices:empty {
    display: none;
}

.ovvo-cart-notices .woocommerce-notices-wrapper {
    display: grid;
    gap: 0.75rem;
}

.ovvo-cart-notices .woocommerce-message,
.ovvo-cart-notices .woocommerce-info,
.ovvo-cart-notices .woocommerce-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0;
    border: 1px solid #e8dfd0;
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.94);
    color: #4b4036;
    padding: 0.72rem 1rem;
    box-shadow: 0 14px 34px rgba(24, 24, 27, 0.06);
    list-style: none;
}

.ovvo-cart-notices .woocommerce-message a,
.ovvo-cart-notices .woocommerce-info a,
.ovvo-cart-notices .woocommerce-error a {
    color: #18181b;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ovvo-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.56fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 2.75rem;
}

.ovvo-page-eyebrow {
    margin: 0 0 1rem;
    color: #8f7352;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ovvo-page-title {
    margin: 0 0 1rem;
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.8rem, 6vw, 5.75rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.95;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.ovvo-page-lede {
    max-width: 44rem;
    margin: 0;
    color: #6b7280;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.85;
    overflow-wrap: break-word;
}

.ovvo-page-note {
    border: 1px solid #e8dfd0;
    border-radius: 2rem;
    background: #fffaf4;
    padding: 1.5rem;
    box-shadow: 0 18px 50px rgba(24, 24, 27, 0.06);
}

.ovvo-page-note-label {
    margin: 0 0 0.85rem;
    color: #8f7352;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ovvo-page-note p:last-child {
    margin: 0;
    color: #3f3f46;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.38;
}

.ovvo-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.ovvo-info-card,
.ovvo-support-card,
.ovvo-support-sidebar,
.ovvo-legal-card,
.ovvo-legal-sidebar,
.ovvo-account-shell,
.ovvo-account-card,
.ovvo-cart-shell,
.ovvo-checkout-shell {
    border: 1px solid #ece8e0;
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(24, 24, 27, 0.05);
}

.ovvo-info-card {
    padding: 1.5rem;
    text-align: center;
}

.ovvo-info-card h3,
.ovvo-support-card h2,
.ovvo-legal-card h2,
.ovvo-account-shell h2 {
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
}

.ovvo-support-card h2,
.ovvo-legal-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.12;
}

.ovvo-info-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.ovvo-info-card p {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.7;
}

.ovvo-support-layout,
.ovvo-legal-layout,
.ovvo-account-layout {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.ovvo-support-layout,
.ovvo-legal-layout {
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
}

.ovvo-support-sidebar,
.ovvo-legal-sidebar {
    position: sticky;
    top: 7rem;
    padding: 1.25rem;
}

.ovvo-support-sidebar a,
.ovvo-legal-sidebar a {
    display: block;
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    color: #3f3f46;
    font-size: 0.94rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease;
}

.ovvo-support-sidebar a:hover,
.ovvo-legal-sidebar a:hover {
    background: #fbf8f3;
    color: #18181b;
}

.ovvo-support-card,
.ovvo-legal-card,
.ovvo-account-shell,
.ovvo-cart-shell,
.ovvo-checkout-shell,
.ovvo-product-shell,
.ovvo-editorial-shell,
.ovvo-search-shell {
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.ovvo-support-checklist {
    display: grid;
    gap: 0.85rem;
}

.ovvo-support-checklist li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #55565c;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.8;
}

.ovvo-support-checklist li::before {
    content: "";
    flex: 0 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: #9b7bb8;
    box-shadow: 0 0 0 4px rgba(155, 123, 184, 0.12);
}

.ovvo-legal-body {
    max-width: 820px;
}

.ovvo-legal-body h2 {
    margin: 2.1rem 0 0.8rem;
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    line-height: 1.15;
}

.ovvo-legal-body h2:first-child {
    margin-top: 0;
}

.ovvo-legal-body h3 {
    margin: 1.4rem 0 0.55rem;
    color: #27272a;
    font-size: 1.05rem;
    font-weight: 700;
}

.ovvo-legal-body p,
.ovvo-legal-body li {
    color: #55565c;
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.85;
}

.ovvo-legal-body p {
    margin: 0 0 1rem;
}

.ovvo-legal-body ul {
    margin: 0.75rem 0 1.25rem;
    padding-left: 1.25rem;
}

.ovvo-legal-body a {
    color: #18181b;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.ovvo-legal-body strong {
    color: #18181b;
    font-weight: 600;
}

.ovvo-faq-topics {
    display: grid;
    gap: 0.85rem;
}

.ovvo-faq-topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 1.25rem;
    padding: 1rem 1.1rem;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease;
}

.ovvo-faq-topic:hover {
    transform: translateY(-1px);
}

.ovvo-faq-topic strong {
    display: block;
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.2;
}

.ovvo-faq-topic span {
    display: block;
    margin-top: 0.25rem;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6;
}

.ovvo-faq-group {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #ece8e0;
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(24, 24, 27, 0.05);
}

.ovvo-faq-item {
    border: 1px solid #ece8e0;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fcfbf9;
}

.ovvo-faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    background: transparent;
    text-align: left;
    transition: background 160ms ease;
}

.ovvo-faq-toggle:hover {
    background: #fff;
}

.ovvo-faq-toggle span {
    color: #18181b;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.5;
}

.ovvo-faq-icon {
    color: #9b7bb8;
    flex-shrink: 0;
    transition: transform 200ms ease;
}

.ovvo-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 240ms ease;
}

.ovvo-faq-content-inner {
    padding: 0 1.15rem 1.15rem;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.8;
}

.ovvo-account-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.ovvo-account-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    border: 1px solid #ece8e0;
    background: linear-gradient(135deg, #18181b 0%, #24242a 100%);
    color: #fff;
    padding: 1.5rem;
    box-shadow: 0 18px 50px rgba(24, 24, 27, 0.12);
}

.ovvo-account-hero h2 {
    margin: 0.5rem 0 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
}

.ovvo-account-hero p {
    max-width: 46rem;
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.96rem;
    line-height: 1.75;
}

.ovvo-account-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ovvo-account-stat {
    padding: 1.25rem;
    background: #fff;
    border-radius: 1.5rem;
    border: 1px solid #ece8e0;
    box-shadow: 0 10px 26px rgba(24, 24, 27, 0.04);
}

.ovvo-account-stat strong {
    display: block;
    margin-top: 0.35rem;
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.5rem;
    line-height: 1;
}

.ovvo-account-stat span,
.ovvo-account-link span,
.ovvo-cart-copy,
.ovvo-checkout-copy {
    color: #6b7280;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.7;
}

.ovvo-account-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.ovvo-account-shell .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 0.55rem;
}

.ovvo-account-shell .woocommerce-MyAccount-navigation li {
    margin: 0;
}

.ovvo-account-shell .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    color: #3f3f46;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease;
}

.ovvo-account-shell .woocommerce-MyAccount-navigation .is-active a,
.ovvo-account-shell .woocommerce-MyAccount-navigation a:hover {
    background: #fbf8f3;
    color: #18181b;
}

.ovvo-account-shell .woocommerce-MyAccount-content {
    color: #55565c;
    font-size: 0.98rem;
    line-height: 1.85;
}

.ovvo-account-link {
    display: block;
    padding: 1.2rem;
    border-radius: 1.35rem;
    border: 1px solid #ece8e0;
    background: #fff;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ovvo-account-link:hover {
    transform: translateY(-1px);
    background: #fbf8f3;
    box-shadow: 0 16px 36px rgba(24, 24, 27, 0.06);
}

.ovvo-account-link strong {
    display: block;
    color: #18181b;
    font-size: 1rem;
    font-weight: 600;
}

.ovvo-cart-shell,
.ovvo-checkout-shell {
    margin-bottom: 1.5rem;
}

.ovvo-cart-layout,
.ovvo-checkout-layout,
.ovvo-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
    gap: 1.5rem;
    align-items: start;
}

.ovvo-product-layout {
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1fr);
}

.ovvo-product-media,
.ovvo-product-summary,
.ovvo-product-tabs,
.ovvo-editorial-shell,
.ovvo-search-shell {
    border: 1px solid #ece8e0;
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(24, 24, 27, 0.05);
}

.ovvo-custom-product-hero,
.ovvo-custom-product-hero__grid,
.ovvo-custom-product-hero__copy,
.ovvo-custom-product-hero__visual,
.ovvo-search-form,
.ovvo-search-form__inner,
.ovvo-search-shell article,
.ovvo-search-shell a,
.ovvo-search-shell h3,
.ovvo-search-shell p {
    min-width: 0;
    max-width: 100%;
}

.ovvo-product-media,
.ovvo-product-summary,
.ovvo-product-tabs {
    padding: clamp(1rem, 2.5vw, 1.75rem);
}

.ovvo-product-summary .product_title,
.ovvo-product-summary h1 {
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.98;
}

.ovvo-product-summary .woocommerce-product-details__short-description,
.ovvo-product-summary .product_meta,
.ovvo-product-tabs {
    color: #6b7280;
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.8;
}

.ovvo-product-summary form.cart {
    margin-top: 1.25rem;
}

.ovvo-product-summary .single_add_to_cart_button {
    min-height: 3rem;
}

.ovvo-product-tabs h3,
.ovvo-editorial-shell h1,
.ovvo-editorial-shell h2 {
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
}

.ovvo-product-tabs h3 {
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.16;
}

.ovvo-editorial-shell {
    max-width: 900px;
    margin: 0 auto;
}

.ovvo-editorial-body {
    color: #55565c;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
}

.ovvo-editorial-body h2,
.ovvo-editorial-body h3 {
    margin-top: 2rem;
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    line-height: 1.18;
}

.ovvo-editorial-body p,
.ovvo-editorial-body ul,
.ovvo-editorial-body ol {
    margin-bottom: 1rem;
}

.ovvo-editorial-compliance {
    margin-top: 2.5rem;
    padding: 1rem 1.1rem;
    border: 1px solid #ece8e0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    color: #6f6a61;
}

.ovvo-editorial-compliance p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.7;
}

.ovvo-editorial-body .ovvo-guide-cta {
    display: grid;
    gap: 0.75rem;
    margin: 2rem 0;
    padding: 1.1rem;
    border: 1px solid #ece8e0;
    border-radius: 8px;
    background: #fff;
}

.ovvo-editorial-body .ovvo-guide-cta a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #18181b;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.ovvo-cart-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.35rem;
    border: 1px solid #ece8e0;
    background: #fff;
    box-shadow: 0 10px 26px rgba(24, 24, 27, 0.04);
}

.ovvo-cart-item img {
    border-radius: 1rem;
}

.ovvo-cart-summary,
.ovvo-checkout-summary {
    position: sticky;
    top: 7rem;
    padding: 1.25rem;
    border-radius: 1.75rem;
    border: 1px solid #ece8e0;
    background: #fff;
    box-shadow: 0 18px 50px rgba(24, 24, 27, 0.05);
}

.ovvo-cart-summary h2,
.ovvo-checkout-summary h3 {
    margin: 0 0 1rem;
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.15;
}

.ovvo-cart-summary .wc-proceed-to-checkout {
    margin-top: 1rem;
}

.ovvo-cart-summary .checkout-button {
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background: #18181b !important;
    color: #fff !important;
    padding: 0.78rem 1.25rem !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
}

.ovvo-cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}

.ovvo-cart-actions input[type="text"] {
    min-width: 10rem;
}

.ovvo-empty-cart {
    width: 100%;
    border: 1px solid #ece8e0;
    border-radius: 1.75rem;
    background:
        radial-gradient(circle at 78% 16%, rgba(230, 240, 250, 0.72), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
    padding: clamp(1.5rem, 5vw, 2.4rem);
    text-align: left;
    box-shadow: 0 18px 50px rgba(24, 24, 27, 0.05);
}

.ovvo-empty-cart h1,
.ovvo-empty-cart h2 {
    max-width: 34rem;
    margin: 0;
    color: #18181b;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.02;
}

.ovvo-empty-cart p:not(.ovvo-page-eyebrow) {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: #6b7280;
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.8;
}

.ovvo-empty-cart__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.ovvo-empty-cart__primary,
.ovvo-empty-cart__secondary {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.75rem 1.15rem;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.ovvo-empty-cart__primary {
    background: #18181b;
    color: #fff;
}

.ovvo-empty-cart__secondary {
    border: 1px solid #e5e0d8;
    background: #fff;
    color: #18181b;
}

.ovvo-empty-cart__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.ovvo-empty-cart__steps span {
    border: 1px solid #ece8e0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    padding: 0.46rem 0.72rem;
    color: #8f7352;
    font-size: 0.72rem;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .ovvo-page-hero,
    .ovvo-support-layout,
    .ovvo-legal-layout,
    .ovvo-account-layout,
    .ovvo-cart-layout,
    .ovvo-checkout-layout,
    .ovvo-product-layout {
        grid-template-columns: 1fr;
    }

    .ovvo-support-sidebar,
    .ovvo-legal-sidebar,
    .ovvo-cart-summary,
    .ovvo-checkout-summary {
        position: static;
    }
}

@media (max-width: 768px) {
    .ovvo-info-grid,
    .ovvo-account-stats,
    .ovvo-account-links {
        grid-template-columns: 1fr;
    }

    .ovvo-page-title {
        font-size: clamp(2.2rem, 11vw, 3.6rem);
        line-height: 1;
    }

    .ovvo-cart-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.ovvo-article-index {
    background:
        radial-gradient(circle at 78% 12%, rgba(230, 240, 250, 0.56), rgba(255, 255, 255, 0) 22rem),
        linear-gradient(180deg, #fff 0%, #fafaf8 100%);
}

.ovvo-article-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid #e7e1d8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #141615;
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(31, 42, 36, 0.05);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ovvo-article-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 180, 141, 0.9);
    box-shadow: 0 24px 56px rgba(31, 42, 36, 0.085);
}

.ovvo-article-card__visual,
.ovvo-editorial-hero-image {
    background:
        radial-gradient(circle at 53% 52%, rgba(220, 237, 234, 0.48), rgba(255, 255, 255, 0) 58%),
        linear-gradient(180deg, #fff 0%, #fafaf8 100%);
}

.ovvo-article-card__visual {
    overflow: hidden;
}

.ovvo-article-card__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    padding: clamp(1rem, 2.4vw, 1.8rem);
    transition: transform 520ms ease;
}

.ovvo-article-card:hover .ovvo-article-card__visual img {
    transform: scale(1.035);
}

.ovvo-article-card__body {
    display: grid;
    gap: 0.78rem;
    padding: 1rem;
}

.ovvo-article-card__meta {
    margin: 0;
    color: #746f68;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ovvo-article-card__body h3 {
    margin: 0;
    color: #141615;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.28rem, 2.15vw, 1.8rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
}

.ovvo-article-card__body p:not(.ovvo-article-card__meta) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #746f68;
    font-size: 0.92rem;
    line-height: 1.65;
}

.ovvo-article-card__body span {
    color: #141615;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ovvo-editorial-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: clamp(1rem, 3vw, 2.2rem);
}

.ovvo-editorial-next {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.65fr);
    gap: clamp(1.25rem, 4vw, 3rem);
    margin-top: 2rem;
    border: 1px solid #e7e1d8;
    border-radius: 8px;
    padding: clamp(1.25rem, 4vw, 2.3rem);
    background:
        radial-gradient(circle at 86% 22%, rgba(230, 240, 250, 0.62), rgba(255, 255, 255, 0) 18rem),
        #fff;
    box-shadow: 0 18px 44px rgba(31, 42, 36, 0.05);
}

.ovvo-editorial-next p {
    margin: 0 0 0.7rem;
    color: #746f68;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ovvo-editorial-next h2 {
    margin: 0;
    color: #141615;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: 0;
}

.ovvo-editorial-next span {
    display: block;
    margin-top: 0.9rem;
    color: #746f68;
    font-size: 0.95rem;
    line-height: 1.72;
}

.ovvo-editorial-next__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-content: start;
}

.ovvo-editorial-next__links a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e1d8;
    border-radius: 999px;
    padding: 0.72rem 1rem;
    background: rgba(255, 255, 255, 0.86);
    color: #141615;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease;
}

.ovvo-editorial-next__links a:first-child {
    border-color: #141615;
    background: #141615;
    color: #fff;
}

.ovvo-editorial-next__links a:hover {
    border-color: #d8c3a5;
    background: #fafaf8;
    color: #141615;
}

@media (max-width: 640px) {
    html,
    body {
        overflow-x: hidden !important;
    }

    .ovvo-storefront-page {
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .ovvo-storefront-page,
    .ovvo-storefront-page * {
        box-sizing: border-box;
    }

    .ovvo-storefront-page .ovvo-page-shell {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    .ovvo-storefront-page .ovvo-page-hero > *,
    .ovvo-storefront-page .ovvo-page-title,
    .ovvo-storefront-page .ovvo-page-lede {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ovvo-storefront-page .ovvo-page-shell .ovvo-page-lede {
        width: min(100%, 18rem) !important;
        max-width: 18rem !important;
    }

    .ovvo-product-page {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .ovvo-custom-product-hero {
        border-radius: 1.35rem !important;
        padding: 1.25rem !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    .ovvo-custom-product-hero__grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1.25rem !important;
    }

    .ovvo-custom-product-hero .ovvo-page-title {
        width: min(100%, 17rem) !important;
        max-width: 17rem !important;
        font-size: clamp(2.05rem, 10vw, 2.55rem);
        line-height: 0.98;
    }

    .ovvo-custom-product-hero .ovvo-page-lede {
        width: min(100%, 18.75rem) !important;
        max-width: 18.75rem !important;
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .ovvo-custom-product-hero__copy,
    .ovvo-custom-product-hero__actions,
    .ovvo-custom-product-hero__visual {
        width: min(100%, 18.75rem) !important;
        max-width: 18.75rem !important;
    }

    .ovvo-custom-product-hero__copy > p:not(.ovvo-page-eyebrow) {
        max-width: 18.75rem !important;
        overflow-wrap: break-word;
    }

    .ovvo-custom-product-hero__actions {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .ovvo-custom-product-hero__actions a,
    .ovvo-search-form button {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }

    .ovvo-custom-product-hero__visual {
        min-height: 320px !important;
        border-radius: 1.35rem !important;
    }

    .ovvo-custom-product-hero__visual > div {
        left: 1rem !important;
        right: 1rem !important;
        bottom: 1rem !important;
        border-radius: 1rem !important;
        padding: 1rem !important;
        max-width: calc(100% - 2rem) !important;
        overflow: hidden;
    }

    .ovvo-custom-product-hero__visual > div p {
        max-width: 100% !important;
        overflow-wrap: break-word;
    }

    .ovvo-search-form {
        border-radius: 1.35rem !important;
        width: min(100%, calc(100vw - 2rem)) !important;
        max-width: calc(100vw - 2rem) !important;
    }

    .ovvo-search-form__inner {
        flex-direction: column;
        align-items: stretch !important;
    }

    .ovvo-search-form input[type="search"] {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .ovvo-material-result-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1rem !important;
        width: min(100%, calc(100vw - 2rem)) !important;
        max-width: calc(100vw - 2rem) !important;
    }

    .ovvo-material-result-grid article {
        width: 100%;
        overflow: hidden;
    }

    .ovvo-faq-page .ovvo-page-shell > div,
    .ovvo-faq-page .ovvo-support-layout,
    .ovvo-faq-page .ovvo-support-layout > *,
    .ovvo-faq-page .ovvo-faq-group,
    .ovvo-empty-cart {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    .ovvo-faq-title {
        max-width: 17.5rem !important;
        font-size: clamp(2.55rem, 13vw, 3.25rem) !important;
        line-height: 0.98 !important;
    }

    .ovvo-faq-title span {
        display: block;
    }

    .ovvo-faq-tagline,
    .ovvo-faq-image-caption {
        max-width: 18rem !important;
        overflow-wrap: break-word;
    }

    .ovvo-empty-cart {
        border-radius: 1.35rem;
        padding: 1.25rem;
        width: min(100%, calc(100vw - 3rem)) !important;
        max-width: calc(100vw - 3rem) !important;
        margin: 0 auto;
    }

    .ovvo-empty-cart h1,
    .ovvo-empty-cart h2 {
        max-width: 18rem;
        font-size: clamp(2rem, 10vw, 2.55rem);
    }

    .ovvo-empty-cart p:not(.ovvo-page-eyebrow) {
        max-width: 18rem;
        font-size: 0.94rem;
    }

    .ovvo-empty-cart__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .ovvo-empty-cart__primary,
    .ovvo-empty-cart__secondary {
        width: 100%;
        text-align: center;
    }

    .ovvo-empty-cart__steps {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .ovvo-empty-cart__steps span {
        text-align: center;
    }

    .ovvo-faq-visual {
        display: none !important;
    }

    .ovvo-article-grid,
    .ovvo-editorial-next {
        grid-template-columns: 1fr !important;
    }

    .ovvo-article-index {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .ovvo-editorial-next__links {
        display: grid;
        grid-template-columns: 1fr;
    }
}
