/*
Theme Name: Resume Editions
Theme URI: https://resumeeditions.com/
Author: Resume Editions
Author URI: https://resumeeditions.com/
Description: A lightweight, conversion-focused WooCommerce theme for premium resume templates and digital career products.
Version: 1.11.8
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resume-editions
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
    --re-ink: #17151d;
    --re-muted: #686573;
    --re-soft: #f7f5fa;
    --re-paper: #fff;
    --re-line: #e9e5ef;
    --re-accent: #6c4cf1;
    --re-accent-dark: #5133d6;
    --re-warm: #f4e9dd;
    --re-success: #167a55;
    --re-danger: #a43e4c;
    --re-radius: 20px;
    --re-shadow: 0 18px 55px rgba(31, 24, 48, .09);
    --re-container: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--re-ink);
    background: var(--re-paper);
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--re-accent); }
button, input, select, textarea { font: inherit; }
button, .button, input[type="submit"] { cursor: pointer; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--re-accent) 55%, white); outline-offset: 3px; }

.re-container { width: min(calc(100% - 32px), var(--re-container)); margin-inline: auto; }
.re-narrow { width: min(calc(100% - 32px), 820px); margin-inline: auto; }
.re-section { padding: clamp(64px, 8vw, 112px) 0; }
.re-section--soft { background: var(--re-soft); }
.re-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.re-section__head h2, .re-copy h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 3.7rem); line-height: 1.05; letter-spacing: -.045em; }
.re-section__head p { max-width: 580px; margin: 0; color: var(--re-muted); }
.re-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--re-accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.re-eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.re-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid var(--re-ink);
    border-radius: 999px;
    background: var(--re-ink);
    color: #fff;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.re-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wp-element-button:hover { transform: translateY(-2px); background: var(--re-accent-dark); border-color: var(--re-accent-dark); color: #fff; }
.re-button--accent { background: var(--re-accent); border-color: var(--re-accent); }
.re-button--light { background: #fff; color: var(--re-ink); border-color: var(--re-line); }
.re-button--light:hover { color: #fff; }
.re-text-link { font-weight: 800; }
.re-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 10px; border-radius: 999px; background: #eee9ff; color: var(--re-accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.re-announcement { padding: 9px 16px; background: var(--re-ink); color: #fff; text-align: center; font-size: .83rem; font-weight: 700; }
.re-site-header { position: relative; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--re-line); }
.re-site-header.is-sticky { position: sticky; top: 0; backdrop-filter: blur(14px); }
.re-header-row { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.re-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--re-ink); font-size: 1.18rem; font-weight: 900; letter-spacing: -.035em; text-decoration: none; white-space: nowrap; }
.re-brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; background: var(--re-accent); color: #fff; font-family: Georgia, serif; font-size: 1.1rem; }
.re-brand .custom-logo { width: auto; max-height: 43px; }
.re-primary-nav { justify-self: center; }
.re-primary-nav ul { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.re-primary-nav a { color: var(--re-ink); font-size: .93rem; font-weight: 750; text-decoration: none; }
.re-primary-nav a:hover, .re-primary-nav .current-menu-item > a { color: var(--re-accent); }
.re-primary-nav .menu-item-has-children { position: relative; }
.re-primary-nav .sub-menu { position: absolute; top: calc(100% + 18px); left: -18px; display: block; min-width: 230px; padding: 12px; background: #fff; border: 1px solid var(--re-line); border-radius: 16px; box-shadow: var(--re-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.re-primary-nav .sub-menu li + li { margin-top: 3px; }
.re-primary-nav .sub-menu a { display: block; padding: 9px 10px; border-radius: 9px; }
.re-primary-nav .sub-menu a:hover { background: var(--re-soft); }
.re-primary-nav .menu-item-has-children:hover > .sub-menu, .re-primary-nav .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.re-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.re-icon-link, .re-menu-toggle { position: relative; display: inline-grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--re-line); border-radius: 50%; background: #fff; color: var(--re-ink); text-decoration: none; }
.re-cart-count { position: absolute; top: -4px; right: -3px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 20px; background: var(--re-accent); color: #fff; font-size: .67rem; font-weight: 900; }
.re-menu-toggle { display: none; }

.re-hero { position: relative; overflow: hidden; padding: clamp(65px, 8vw, 118px) 0; background: linear-gradient(135deg, #f9f7fb 0%, #f1edff 52%, #f8efe7 100%); }
.re-hero::before { content: ""; position: absolute; width: 530px; height: 530px; right: -190px; top: -250px; border-radius: 50%; background: rgba(108,76,241,.12); filter: blur(2px); }
.re-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 7vw, 96px); }
.re-hero h1 { max-width: 780px; margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.4rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.re-hero p { max-width: 640px; margin: 0; color: var(--re-muted); font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.re-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.re-hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #484451; font-size: .86rem; font-weight: 750; }
.re-hero-notes span::before { content: "✓"; margin-right: 7px; color: var(--re-success); font-weight: 900; }
.re-preview-stage { position: relative; min-height: 530px; display: grid; place-items: center; }
.re-resume-sheet { position: relative; width: min(82%, 410px); aspect-ratio: 0.73; padding: 48px 42px; background: #fff; border: 1px solid rgba(30,26,39,.09); box-shadow: 0 35px 90px rgba(43,31,79,.18); transform: rotate(2.3deg); }
.re-resume-sheet::before { content: ""; position: absolute; inset: 15px; border: 1px solid #ece8f1; }
.re-resume-name { position: relative; margin: 0 0 7px; font-family: Georgia, serif; font-size: 1.9rem; letter-spacing: .08em; text-transform: uppercase; }
.re-resume-role { position: relative; margin-bottom: 35px; color: var(--re-accent); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.re-resume-grid { position: relative; display: grid; grid-template-columns: .35fr .65fr; gap: 24px; }
.re-resume-line { height: 5px; margin-bottom: 9px; border-radius: 10px; background: #dcd8e2; }
.re-resume-line.short { width: 58%; }
.re-resume-line.dark { width: 72%; background: #312d38; }
.re-resume-block { margin-bottom: 25px; }
.re-floating-note { position: absolute; padding: 14px 18px; border-radius: 14px; background: #fff; box-shadow: var(--re-shadow); font-size: .82rem; font-weight: 850; }
.re-floating-note--one { left: 0; top: 90px; transform: rotate(-5deg); }
.re-floating-note--two { right: 0; bottom: 82px; transform: rotate(4deg); }
.re-floating-note::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 9px; border-radius: 50%; background: #e6f6ef; color: var(--re-success); }

.re-trust-strip { border-block: 1px solid var(--re-line); }
.re-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.re-trust-item { padding: 23px 18px; text-align: center; font-size: .87rem; font-weight: 800; }
.re-trust-item + .re-trust-item { border-left: 1px solid var(--re-line); }

.re-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.re-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--re-line); border-radius: var(--re-radius); transition: transform .2s ease, box-shadow .2s ease; }
.re-product-card:hover { transform: translateY(-5px); box-shadow: var(--re-shadow); }
.re-product-card__image { position: relative; aspect-ratio: .84; display: grid; place-items: center; overflow: hidden; background: var(--re-soft); }
.re-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.re-product-card:hover .re-product-card__image img { transform: scale(1.025); }
.re-product-card__badge { position: absolute; top: 14px; left: 14px; }
.re-product-card__body { padding: 20px; }
.re-product-card__title { margin: 0 0 8px; font-size: 1.04rem; line-height: 1.35; }
.re-product-card__title a { text-decoration: none; }
.re-product-card__meta { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.re-product-card__price { font-weight: 900; }
.re-empty-products { grid-column: 1/-1; padding: 35px; border: 1px dashed #cfc8dc; border-radius: var(--re-radius); color: var(--re-muted); text-align: center; }

.re-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.re-category-card { position: relative; min-height: 220px; padding: 30px; overflow: hidden; border: 1px solid var(--re-line); border-radius: var(--re-radius); background: #fff; text-decoration: none; }
.re-category-card:nth-child(3n+2) { background: #f7f2eb; }
.re-category-card:nth-child(3n+3) { background: #f2effd; }
.re-category-card::after { content: "→"; position: absolute; right: 28px; bottom: 25px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(23,21,29,.16); border-radius: 50%; font-size: 1.3rem; transition: .2s ease; }
.re-category-card:hover::after { background: var(--re-ink); color: #fff; transform: translateX(3px); }
.re-category-card h3 { max-width: 230px; margin: 0 0 10px; font-size: 1.55rem; line-height: 1.1; letter-spacing: -.035em; }
.re-category-card p { max-width: 290px; margin: 0; color: var(--re-muted); font-size: .92rem; }

.re-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.re-feature { padding: 30px 0; border-top: 1px solid var(--re-line); }
.re-feature__number { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 22px; border-radius: 50%; background: var(--re-ink); color: #fff; font-size: .82rem; font-weight: 900; }
.re-feature h3 { margin: 0 0 10px; font-size: 1.25rem; }
.re-feature p { margin: 0; color: var(--re-muted); }

.re-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.re-step { position: relative; min-height: 230px; padding: 32px; border-radius: var(--re-radius); background: #fff; border: 1px solid var(--re-line); }
.re-step::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 46px; color: var(--re-accent); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.re-step h3 { margin: 0 0 9px; font-size: 1.25rem; }
.re-step p { margin: 0; color: var(--re-muted); }

.re-faq { border-top: 1px solid var(--re-line); }
.re-faq details { border-bottom: 1px solid var(--re-line); }
.re-faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font-weight: 850; list-style: none; }
.re-faq summary::-webkit-details-marker { display:none; }
.re-faq summary::after { content: "+"; color: var(--re-accent); font-size: 1.35rem; }
.re-faq details[open] summary::after { content: "−"; }
.re-faq details p { max-width: 760px; margin: -5px 0 25px; color: var(--re-muted); }

.re-cta { padding: clamp(46px, 7vw, 86px); border-radius: 30px; background: var(--re-ink); color: #fff; text-align: center; }
.re-cta h2 { max-width: 760px; margin: 0 auto 16px; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.7rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.re-cta p { max-width: 610px; margin: 0 auto 27px; color: #c9c5cf; }

.re-site-main { min-height: 50vh; }
.re-page-hero { padding: clamp(54px, 7vw, 92px) 0; background: var(--re-soft); border-bottom: 1px solid var(--re-line); }
.re-page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: 1; letter-spacing: -.05em; }
.re-page-hero p { max-width: 720px; margin: 17px 0 0; color: var(--re-muted); font-size: 1.08rem; }
.re-content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 55px; padding: 62px 0 90px; }
.re-content-wrap--full { display: block; }
.re-entry-content { min-width: 0; }
.re-entry-content > *:first-child { margin-top: 0; }
.re-entry-content h2 { margin-top: 2.1em; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.12; letter-spacing: -.035em; }
.re-entry-content h3 { margin-top: 1.8em; font-size: 1.35rem; }
.re-entry-content p, .re-entry-content li { color: #3f3b46; }
.re-entry-content a { color: var(--re-accent-dark); }
.re-entry-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.re-entry-content th, .re-entry-content td { padding: 13px; border: 1px solid var(--re-line); text-align: left; }
.re-entry-content blockquote { margin: 30px 0; padding: 8px 0 8px 25px; border-left: 4px solid var(--re-accent); font-size: 1.1rem; }
.re-sidebar { min-width: 0; }
.re-widget { padding: 24px; border: 1px solid var(--re-line); border-radius: 16px; }
.re-widget + .re-widget { margin-top: 18px; }
.re-widget-title { margin: 0 0 15px; font-size: 1.05rem; }

.re-site-footer { padding-top: 65px; background: #111014; color: #fff; }
.re-footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr; gap: 55px; padding-bottom: 50px; }
.re-footer-brand p { max-width: 450px; color: #aaa5b0; }
.re-site-footer .re-brand { color: #fff; }
.re-footer-title { margin: 0 0 17px; color: #d7d2dd; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.re-footer-menu { margin: 0; padding: 0; list-style: none; }
.re-footer-menu li + li { margin-top: 9px; }
.re-footer-menu a { color: #c4beca; text-decoration: none; }
.re-footer-menu a:hover { color: #fff; }
.re-footer-bottom { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: #938e99; font-size: .83rem; }
.re-footer-bottom .menu { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.re-footer-bottom a { color: inherit; text-decoration: none; }

.re-sales-header { padding: 18px 0; border-bottom: 1px solid var(--re-line); background: #fff; }
.re-sales-header__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.re-sales-trust { color: var(--re-muted); font-size: .85rem; font-weight: 750; }
.re-sales-hero { padding: clamp(50px, 7vw, 95px) 0; background: linear-gradient(135deg, #f7f4fb, #efeaff); }
.re-sales-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.re-sales-media { padding: 25px; background: #fff; border: 1px solid var(--re-line); border-radius: 24px; box-shadow: var(--re-shadow); }
.re-sales-copy h1 { margin: 0 0 18px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.re-sales-copy .price { margin: 23px 0; font-size: 1.8rem; font-weight: 900; }
.re-sales-points { margin: 24px 0; padding: 0; list-style: none; }
.re-sales-points li { margin: 10px 0; }
.re-sales-points li::before { content: "✓"; margin-right: 10px; color: var(--re-success); font-weight: 900; }
.re-sales-sticky { display: none; }

.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.alignwide { width: min(100%, 1120px); margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

@media (max-width: 980px) {
    .re-menu-toggle { display: inline-grid; }
    .re-primary-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 12px 16px 20px; background: #fff; border-bottom: 1px solid var(--re-line); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: .18s ease; }
    .re-primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .re-primary-nav ul { display: block; }
    .re-primary-nav li { border-bottom: 1px solid var(--re-line); }
    .re-primary-nav a { display: block; padding: 14px 5px; }
    .re-primary-nav .sub-menu { position: static; min-width: 0; display: block; padding: 0 0 8px 17px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .re-primary-nav .sub-menu li { border: 0; }
    .re-primary-nav .sub-menu a { padding: 9px 5px; }
    .re-header-row { grid-template-columns: 1fr auto; }
    .re-header-actions { grid-column: 2; grid-row: 1; }
    .re-hero-grid, .re-sales-grid { grid-template-columns: 1fr; }
    .re-preview-stage { min-height: 480px; }
    .re-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .re-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .re-content-wrap { grid-template-columns: 1fr; }
    .re-sidebar { display: none; }
    .re-footer-grid { grid-template-columns: 1fr 1fr; }
    .re-footer-brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
    .re-container, .re-narrow { width: min(calc(100% - 24px), var(--re-container)); }
    .re-header-row { min-height: 66px; gap: 10px; }
    .re-brand { font-size: 1.02rem; }
    .re-brand-mark { width: 32px; height: 32px; border-radius: 9px; }
    .re-icon-link { width: 39px; height: 39px; }
    .re-account-link { display: none; }
    .re-hero { padding-top: 55px; }
    .re-hero h1 { font-size: clamp(2.75rem, 15vw, 4.5rem); }
    .re-hero-actions .re-button { width: 100%; }
    .re-preview-stage { min-height: 400px; }
    .re-resume-sheet { width: 78%; padding: 36px 28px; }
    .re-floating-note { padding: 10px 12px; font-size: .72rem; }
    .re-floating-note--one { top: 50px; }
    .re-floating-note--two { bottom: 35px; }
    .re-trust-grid { grid-template-columns: repeat(2,1fr); }
    .re-trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--re-line); }
    .re-trust-item:nth-child(4) { border-top: 1px solid var(--re-line); }
    .re-section__head { display: block; }
    .re-section__head p { margin-top: 14px; }
    .re-product-grid, .re-category-grid, .re-feature-grid, .re-how-grid { grid-template-columns: 1fr; }
    .re-product-card__image { aspect-ratio: .92; }
    .re-cta { padding: 45px 22px; border-radius: 20px; }
    .re-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .re-footer-brand { grid-column: auto; }
    .re-footer-bottom { display: block; text-align: center; }
    .re-footer-bottom .menu { justify-content: center; margin-top: 10px; }
    .re-sales-sticky { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; background: #fff; border-top: 1px solid var(--re-line); box-shadow: 0 -10px 30px rgba(0,0,0,.08); }
    body.page-template-sales-page { padding-bottom: 76px; }
}


/* v0.2.0 stability fixes */
.re-woocommerce-shell { width: min(calc(100% - 32px), var(--re-container)); margin-inline: auto; padding: 34px 0 90px; }
.re-woocommerce-shell .woocommerce-products-header,
.re-woocommerce-shell .products,
.re-woocommerce-shell .woocommerce-notices-wrapper,
.re-woocommerce-shell .woocommerce-result-count,
.re-woocommerce-shell div.product { width: 100%; margin-left: 0; margin-right: 0; }
.re-woocommerce-shell .woocommerce-ordering { margin-right: 0; }
.re-woocommerce-shell::after { content: ""; display: table; clear: both; }
.re-shop-empty { width: 100%; padding: 36px; border: 1px dashed #cfc8dc; border-radius: var(--re-radius); background: var(--re-soft); text-align: center; }
.re-shop-empty h2 { margin: 0 0 8px; }
.re-shop-empty p { margin: 0 0 18px; color: var(--re-muted); }
.re-product-card__image .woocommerce-placeholder { width: 100%; height: 100%; object-fit: cover; }
.re-page-woocommerce { padding: 36px 0 90px; }
.re-page-woocommerce > .woocommerce { width: 100%; }
.re-fallback-menu { display:flex; align-items:center; gap:25px; margin:0; padding:0; list-style:none; }
.re-fallback-menu a { text-decoration:none; font-weight:750; }
.woocommerce div.product .summary .single_add_to_cart_button,
.woocommerce ul.products li.product .button { background: var(--re-accent); border-color: var(--re-accent); color:#fff; }
.woocommerce ul.products li.product .button { display:inline-flex; margin-top:10px; }
.woocommerce ul.products li.product.outofstock .button { background:var(--re-ink); border-color:var(--re-ink); }
@media (max-width: 980px) {
  .re-fallback-menu { display:block; }
  .re-fallback-menu li { border-bottom:1px solid var(--re-line); }
  .re-fallback-menu a { display:block; padding:14px 5px; }
}
@media (max-width: 560px) {
  .re-woocommerce-shell { width:min(calc(100% - 24px), var(--re-container)); padding-top:22px; }
}


/* v0.3.0 commerce reliability and interface */
.re-header-actions{gap:8px}
.re-header-account,.re-header-cart{display:inline-flex;align-items:center;min-height:46px;border:1px solid var(--re-line);border-radius:999px;background:#fff;color:var(--re-ink);text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.re-header-account{gap:8px;padding:0 15px;font-size:.84rem;font-weight:800}
.re-header-account svg,.re-header-cart svg{display:block;width:20px;height:20px}
.re-header-account:hover,.re-header-cart:hover{border-color:#c9c0dc;box-shadow:0 8px 24px rgba(36,27,57,.09);transform:translateY(-1px);color:var(--re-ink)}
.re-header-cart{gap:10px;padding:5px 13px 5px 9px}
.re-header-cart__icon{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--re-soft);color:var(--re-accent-dark)}
.re-header-cart__copy{display:grid;line-height:1.05}
.re-header-cart__copy>span{font-size:.69rem;color:var(--re-muted);font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.re-header-cart__copy strong{margin-top:4px;font-size:.8rem;color:var(--re-ink);white-space:nowrap}
.re-header-cart .re-cart-count{top:-6px;right:-7px;min-width:19px;height:19px;font-size:.63rem}
.re-menu-toggle{flex:0 0 auto}

@media(max-width:760px){
 .re-header-action-label,.re-header-cart__copy{display:none}
 .re-header-account,.re-header-cart{display:grid;place-items:center;width:43px;height:43px;min-height:43px;padding:0;border-radius:50%}
 .re-header-cart__icon{width:auto;height:auto;background:transparent}
 .re-header-account svg,.re-header-cart svg{width:19px;height:19px}
}

/* v0.4.0 storefront conversion flow */
.re-product-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--re-line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(36,27,57,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.re-product-card:hover{transform:translateY(-4px);border-color:#d3cae1;box-shadow:0 22px 55px rgba(36,27,57,.11)}
.re-product-card__image{position:relative;display:block;overflow:hidden;background:var(--re-soft);aspect-ratio:.86;text-decoration:none}
.re-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.re-product-card:hover .re-product-card__image img{transform:scale(1.025)}
.re-product-card__preview{position:absolute;left:14px;right:14px;bottom:14px;display:flex;justify-content:center;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--re-ink);font-size:.78rem;font-weight:850;box-shadow:0 8px 22px rgba(0,0,0,.09);transform:translateY(8px);opacity:0;transition:.2s ease}
.re-product-card:hover .re-product-card__preview{transform:translateY(0);opacity:1}
.re-product-card__body{display:flex;flex:1;flex-direction:column;padding:19px}
.re-product-card__type{margin-bottom:7px;color:var(--re-muted);font-size:.69rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.re-product-card__title{margin:0;font-size:1.08rem;line-height:1.25}
.re-product-card__title a{color:var(--re-ink);text-decoration:none}
.re-product-card__price{margin-top:12px;color:var(--re-ink);font-size:1.1rem;font-weight:900}
.re-product-card__price del{color:var(--re-muted);font-size:.85em;font-weight:650}
.re-product-card__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-top:auto;padding-top:17px}
.re-product-card__add,.re-product-card__details{display:flex!important;align-items:center!important;justify-content:center!important;min-height:47px!important;margin:0!important;border-radius:999px!important;text-decoration:none!important;font-weight:850!important}
.re-product-card__add{gap:8px;padding:0 16px!important;background:var(--re-accent)!important;border:1px solid var(--re-accent)!important;color:#fff!important}
.re-product-card__add:hover{filter:brightness(.94)}
.re-product-card__add svg{width:18px;height:18px}
.re-product-card__details{padding:0 15px;border:1px solid var(--re-line);background:#fff;color:var(--re-ink)}
.re-product-card__details:hover{border-color:#cfc4df;color:var(--re-ink)}
.re-product-card__add.loading{position:relative;opacity:.72;pointer-events:none}
.re-product-card__add.added::after{margin-left:0!important}

.re-header-cart{position:relative;gap:11px;padding:6px 10px 6px 7px;min-width:150px;border-color:#d8d0e2;box-shadow:0 5px 18px rgba(36,27,57,.05)}
.re-header-cart__arrow{display:grid;place-items:center;margin-left:auto;color:var(--re-muted)}
.re-header-cart__arrow svg{width:15px;height:15px}
.re-header-cart__copy>span{font-size:.65rem}
.re-header-cart__copy strong{font-size:.83rem}

body.re-cart-drawer-open{overflow:hidden}
.re-cart-drawer{position:fixed;inset:0;z-index:100000;display:grid;grid-template-columns:1fr minmax(340px,480px);visibility:hidden;pointer-events:none}
.re-cart-drawer.is-open{visibility:visible;pointer-events:auto}
.re-cart-drawer__backdrop{grid-column:1/-1;grid-row:1;position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(20,16,27,.55);opacity:0;backdrop-filter:blur(3px);transition:opacity .25s ease;cursor:pointer}
.re-cart-drawer.is-open .re-cart-drawer__backdrop{opacity:1}
.re-cart-drawer__panel{grid-column:2;grid-row:1;position:relative;display:flex;min-width:0;height:100%;background:#fff;box-shadow:-30px 0 80px rgba(18,12,28,.2);transform:translateX(104%);transition:transform .3s cubic-bezier(.22,.8,.27,1);outline:0}
.re-cart-drawer.is-open .re-cart-drawer__panel{transform:translateX(0)}
.re-cart-drawer__panel-inner{display:flex;flex:1;min-height:0;flex-direction:column}
.re-cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 24px 19px;border-bottom:1px solid var(--re-line)}
.re-cart-drawer__kicker{display:block;margin-bottom:5px;color:var(--re-accent-dark);font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.re-cart-drawer__header h2{margin:0;font-size:1.45rem;letter-spacing:-.025em}
.re-cart-drawer__close{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding:0;border:1px solid var(--re-line);border-radius:50%;background:#fff;color:var(--re-ink);font-size:1.75rem;line-height:1;cursor:pointer}
.re-cart-drawer__success{display:none;align-items:center;gap:12px;margin:16px 20px 0;padding:13px 15px;border:1px solid #bfe8ce;border-radius:14px;background:#effbf3;color:#173f27}
.re-cart-drawer.is-added .re-cart-drawer__success{display:flex;animation:reCartSuccess .3s ease both}
.re-cart-drawer__success>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#1c934a;color:#fff;font-weight:900}
.re-cart-drawer__success div{display:grid;gap:2px}
.re-cart-drawer__success small{color:#53705c}
@keyframes reCartSuccess{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.re-cart-drawer__items{flex:1;min-height:0;overflow:auto;padding:12px 20px 24px}
.re-cart-drawer-item{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) 32px;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--re-line)}
.re-cart-drawer-item__image{overflow:hidden;width:82px;aspect-ratio:.86;border:1px solid var(--re-line);border-radius:12px;background:var(--re-soft)}
.re-cart-drawer-item__image img{width:100%;height:100%;object-fit:cover}
.re-cart-drawer-item__content{display:grid;gap:5px;min-width:0}
.re-cart-drawer-item__name{overflow:hidden;color:var(--re-ink);font-weight:850;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
.re-cart-drawer-item__meta{color:var(--re-muted);font-size:.78rem}
.re-cart-drawer-item__price{font-size:.95rem}
.re-cart-drawer-item__remove{display:grid!important;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff2f2;color:var(--re-danger)!important;text-decoration:none;font-size:1.25rem}
.re-cart-drawer__footer{padding:20px 22px 22px;border-top:1px solid var(--re-line);background:#fff;box-shadow:0 -18px 45px rgba(36,27,57,.06)}
.re-cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;font-size:1rem}
.re-cart-drawer__subtotal strong{font-size:1.35rem}
.re-cart-drawer__nudge{margin:10px 0 15px;color:var(--re-muted);font-size:.84rem;line-height:1.45}
.re-cart-drawer__checkout,.re-cart-drawer__view{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:999px;text-decoration:none;font-weight:900;text-align:center}
.re-cart-drawer__checkout{gap:10px;background:var(--re-accent);color:#fff;box-shadow:0 14px 32px rgba(108,76,241,.28)}
.re-cart-drawer__checkout:hover{color:#fff;filter:brightness(.94);transform:translateY(-1px)}
.re-cart-drawer__view{margin-top:9px;border:1px solid #cfc6dc;background:#fff;color:var(--re-ink)}
.re-cart-drawer__view:hover{color:var(--re-ink);border-color:var(--re-accent)}
.re-cart-drawer__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin-top:13px;color:var(--re-muted);font-size:.72rem;font-weight:700}
.re-cart-drawer__empty{display:grid;place-items:center;align-content:center;flex:1;padding:35px;text-align:center}
.re-cart-drawer__empty-icon{display:grid;place-items:center;width:70px;height:70px;border-radius:22px;background:var(--re-soft);color:var(--re-accent-dark)}
.re-cart-drawer__empty-icon svg{width:30px;height:30px}
.re-cart-drawer__empty h3{margin:20px 0 8px;font-size:1.55rem}
.re-cart-drawer__empty p{max-width:320px;margin:0 0 22px;color:var(--re-muted)}
.re-cart-drawer__empty .re-cart-drawer__checkout{width:100%;max-width:320px;padding:0 18px}

@media (max-width:760px){
 .re-product-card__preview{display:none}
 .re-header-cart{display:grid;place-items:center;min-width:43px;width:43px;height:43px;padding:0;border-radius:50%}
 .re-header-cart__copy,.re-header-cart__arrow{display:none}
 .re-cart-drawer{grid-template-columns:1fr}
 .re-cart-drawer__panel{grid-column:1;width:min(100%,480px);margin-left:auto}
}
@media (max-width:520px){
 .re-product-card__actions{grid-template-columns:1fr}
 .re-product-card__details{min-height:43px!important}
 .re-cart-drawer__panel{width:100%}
 .re-cart-drawer__header{padding:20px 18px 16px}
 .re-cart-drawer__items{padding-left:16px;padding-right:16px}
 .re-cart-drawer__footer{padding:17px 16px 18px}
 .re-cart-drawer-item{grid-template-columns:70px minmax(0,1fr) 30px;gap:11px}
 .re-cart-drawer-item__image{width:70px}
}


/* v0.6.0 live drawer pricing and high-converting checkout */
.re-cart-drawer-item__price{white-space:nowrap}
.re-cart-drawer__subtotal strong{white-space:nowrap}
.re-cart-drawer__footer{position:sticky;bottom:0}
.re-cart-drawer__checkout,.re-cart-drawer__continue,.re-cart-drawer__view{transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease}
.re-cart-drawer__checkout:hover,.re-cart-drawer__continue:hover,.re-cart-drawer__view:hover{transform:translateY(-1px)}
.re-cart-drawer__view{min-height:49px}
.re-checkout-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:0 0 22px;padding:18px 20px;border:1px solid #e1d9ed;border-radius:18px;background:linear-gradient(135deg,#faf7ff,#fff)}
.re-checkout-intro__copy h2{margin:6px 0 8px;font-size:clamp(1.35rem,3vw,2rem);letter-spacing:-.03em}
.re-checkout-intro__copy p{margin:0;color:var(--re-muted);max-width:720px}
.re-checkout-intro__trust{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.re-checkout-intro__trust span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid #ddd4ea;border-radius:999px;background:#fff;color:var(--re-ink);font-size:.82rem;font-weight:800}
.re-page-hero--commerce{padding:34px 0 28px!important}
.re-page-hero--commerce .re-container{display:grid;gap:7px}
.re-page-hero--commerce h1{margin:0;font-size:clamp(2.35rem,6vw,3.35rem);line-height:.97}
.re-page-hero--commerce p{max-width:700px;margin:0;color:var(--re-muted)}
.woocommerce-checkout .woocommerce-info{position:relative;border:1px solid #d9d0e5!important;border-radius:16px!important;background:#fff!important;color:var(--re-ink)!important;box-shadow:0 6px 24px rgba(36,27,57,.04)}
.woocommerce-checkout .woocommerce-info::before{color:var(--re-accent)!important}
.woocommerce-checkout .woocommerce form.login,.woocommerce-checkout .checkout_coupon{margin:16px 0 0!important;padding:20px!important;border:1px solid var(--re-line)!important;border-radius:16px!important;background:#fff}
.woocommerce-checkout form.checkout{align-items:start;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:26px}
.woocommerce-checkout #customer_details{padding:28px;border:1px solid #ddd4ea;border-radius:20px;background:#fff;box-shadow:0 14px 50px rgba(23,16,39,.05)}
.woocommerce-checkout #customer_details h3{font-size:1.7rem;letter-spacing:-.03em}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:100%}
.woocommerce-checkout #customer_details .col-2{margin-top:22px;padding-top:22px;border-top:1px solid var(--re-line)}
.woocommerce-checkout .form-row{margin-bottom:16px}
.woocommerce-checkout label{margin-bottom:6px;color:var(--re-ink);font-weight:800;font-size:.92rem}
.woocommerce-checkout input.input-text,.woocommerce-checkout textarea,.woocommerce-checkout select{min-height:52px;border:1px solid #d6cedf;border-radius:14px;background:#fff;box-shadow:none;transition:border-color .18s ease, box-shadow .18s ease}
.woocommerce-checkout textarea{min-height:110px;padding-top:14px}
.woocommerce-checkout input.input-text:focus,.woocommerce-checkout textarea:focus,.woocommerce-checkout select:focus{border-color:var(--re-accent);box-shadow:0 0 0 4px rgba(108,76,241,.12);outline:none}
.woocommerce-checkout #order_review_heading{display:none}
.woocommerce-checkout #order_review{position:sticky;top:100px;margin-top:0;padding:22px;border:1px solid #d7cde6;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fbfaff 100%);box-shadow:0 18px 50px rgba(24,18,36,.08)}
.woocommerce-checkout .re-checkout-summary-intro{padding:0 0 14px;border-bottom:1px solid var(--re-line)}
.re-checkout-summary-intro__eyebrow{display:inline-block;margin-bottom:6px;color:var(--re-accent-dark);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.re-checkout-summary-intro h3{margin:0 0 6px;font-size:1.3rem;letter-spacing:-.02em}
.re-checkout-summary-intro p{margin:0;color:var(--re-muted);font-size:.92rem}
.woocommerce-checkout-review-order-table{margin:16px 0 0!important;border:0!important}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:12px 0!important;border-color:#eee6f6!important}
.woocommerce-checkout-review-order-table .product-total,.woocommerce-checkout-review-order-table tfoot td{text-align:right}
.woocommerce-checkout .woocommerce-shipping-totals{display:none}
.woocommerce-checkout #payment{margin-top:16px;border:1px solid #e2d9ef;border-radius:16px;background:#fff}
.woocommerce-checkout #payment ul.payment_methods{padding:10px 16px!important;border-bottom:1px solid #f0ebf6}
.woocommerce-checkout #payment ul.payment_methods li{padding:12px 0;border-bottom:1px solid #f2edf7}
.woocommerce-checkout #payment ul.payment_methods li:last-child{border-bottom:0}
.woocommerce-checkout #payment div.payment_box{margin:10px 0 0;padding:12px 14px;border-radius:12px;background:#f8f5ff;color:var(--re-muted)}
.woocommerce-checkout #payment .place-order{padding:18px 16px 16px}
.woocommerce-checkout #payment .place-order .button{display:flex;align-items:center;justify-content:center;width:100%;min-height:58px;border-radius:999px;background:var(--re-accent)!important;box-shadow:0 18px 36px rgba(108,76,241,.28);font-size:1rem;font-weight:900;letter-spacing:.01em}
.woocommerce-checkout #payment .place-order .button:hover{filter:brightness(.95);transform:translateY(-1px)}
.re-checkout-reassurance{margin:14px 0 0;padding:14px 15px;border:1px solid #e4dcf0;border-radius:14px;background:#faf8ff}
.re-checkout-reassurance ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.re-checkout-reassurance li{position:relative;padding-left:22px;color:var(--re-muted);font-size:.9rem;line-height:1.45}
.re-checkout-reassurance li::before{content:'✓';position:absolute;left:0;top:0;color:var(--re-accent-dark);font-weight:900}
.woocommerce-checkout #payment .terms{margin-top:12px}
.woocommerce-checkout .woocommerce-privacy-policy-text p{margin:0;color:var(--re-muted);font-size:.84rem;line-height:1.45}
.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce-form-login-toggle{margin-bottom:14px}
@media(max-width:920px){
 .re-checkout-intro{flex-direction:column}
 .re-checkout-intro__trust{justify-content:flex-start}
 .re-page-hero--commerce{padding:26px 0 20px!important}
 .woocommerce-checkout form.checkout{grid-template-columns:1fr}
 .woocommerce-checkout #order_review{position:static;top:auto}
}
@media(max-width:640px){
 .re-checkout-intro{padding:16px}
 .re-checkout-intro__trust span{width:100%;justify-content:center}
 .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:18px}
 .woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{float:none!important;width:100%!important}
}


/* v0.7.0 premium cart page */
.woocommerce-cart .re-page-hero--cart{padding-bottom:22px!important}
.woocommerce-cart .re-page-woocommerce>.re-entry-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,390px);gap:28px;align-items:start}
.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .re-cart-intro,.woocommerce-cart .cross-sells{grid-column:1/-1}
.re-cart-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:0;padding:19px 21px;border:1px solid #e0d7ec;border-radius:18px;background:linear-gradient(135deg,#faf7ff,#fff)}
.re-cart-intro h2{margin:6px 0 7px;font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.03em}
.re-cart-intro p{margin:0;color:var(--re-muted);max-width:720px}
.re-cart-intro__trust{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.re-cart-intro__trust span{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid #ddd4ea;border-radius:999px;background:#fff;color:var(--re-ink);font-size:.8rem;font-weight:800;white-space:nowrap}
.woocommerce-cart .woocommerce-cart-form{grid-column:1;margin:0;padding:22px;border:1px solid #ded5e8;border-radius:20px;background:#fff;box-shadow:0 15px 45px rgba(30,22,44,.05)}
.woocommerce-cart table.shop_table{margin:0!important;border:0!important;border-collapse:separate;border-spacing:0}
.woocommerce-cart table.shop_table thead th{padding:0 10px 14px!important;border-bottom:1px solid var(--re-line)!important;color:var(--re-muted);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.woocommerce-cart table.shop_table tbody td{padding:18px 10px!important;border-color:#eee7f4!important;vertical-align:middle}
.woocommerce-cart table.shop_table tbody tr:last-child td{border-bottom:0}
.woocommerce-cart .product-thumbnail{width:86px}
.woocommerce-cart .product-thumbnail img{width:76px!important;aspect-ratio:.82;object-fit:cover;border:1px solid var(--re-line);border-radius:12px;background:var(--re-soft)}
.woocommerce-cart .product-name a{color:var(--re-ink);font-weight:900;text-decoration:none;line-height:1.35}
.woocommerce-cart .product-name a:hover{color:var(--re-accent-dark)}
.woocommerce-cart .product-price,.woocommerce-cart .product-subtotal{font-weight:850;white-space:nowrap}
.woocommerce-cart .product-remove a.remove{display:grid!important;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff2f2!important;color:var(--re-danger)!important;font-size:1.25rem!important;text-decoration:none}
.woocommerce-cart .product-remove a.remove:hover{background:#ffe2e2!important}
.woocommerce-cart table.cart td.actions{padding:18px 0 0!important;border-top:1px solid var(--re-line)!important}
.woocommerce-cart table.cart td.actions .coupon{display:flex;gap:10px;align-items:center}
.woocommerce-cart .coupon .input-text{min-width:190px!important;min-height:48px!important;border:1px solid #d9d0e4!important;border-radius:999px!important;padding:0 17px!important}
.woocommerce-cart .coupon .button,.woocommerce-cart button[name=update_cart]{min-height:48px!important;padding:0 19px!important;border-radius:999px!important;font-weight:850!important}
.woocommerce-cart button[name=update_cart]{background:#f2eef8!important;color:var(--re-ink)!important}
.re-cart-after-table{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:15px;border-top:1px solid var(--re-line);color:var(--re-muted);font-size:.88rem}
.re-cart-continue-link{display:inline-flex;align-items:center;gap:6px;color:var(--re-accent-dark);font-weight:900;text-decoration:none}
.re-cart-continue-link:hover{color:var(--re-ink)}
.woocommerce-cart .cart-collaterals{grid-column:2;position:sticky;top:100px;width:100%;margin:0}
.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%;padding:23px;border:1px solid #d5cae4;border-radius:20px;background:linear-gradient(180deg,#fff,#fbf9ff);box-shadow:0 18px 50px rgba(24,18,36,.08)}
.woocommerce-cart .cart_totals h2{margin:0 0 15px;font-size:1.45rem;letter-spacing:-.03em}
.woocommerce-cart .cart_totals table{margin:0 0 17px!important;border:0!important}
.woocommerce-cart .cart_totals table th,.woocommerce-cart .cart_totals table td{padding:13px 0!important;border-color:#eee7f5!important}
.woocommerce-cart .cart_totals table td{text-align:right}
.woocommerce-cart .order-total th,.woocommerce-cart .order-total td{padding-top:18px!important;font-size:1.08rem}
.woocommerce-cart .order-total strong{font-size:1.35rem}
.woocommerce-cart .wc-proceed-to-checkout{padding:0!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex!important;align-items:center;justify-content:center;min-height:58px;margin:0!important;border-radius:999px!important;background:var(--re-accent)!important;box-shadow:0 18px 38px rgba(108,76,241,.28);font-size:1rem!important;font-weight:900!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{filter:brightness(.95);transform:translateY(-1px)}
.woocommerce-cart .cart_totals::after{content:'✓ Protected payment   ✓ Instant digital delivery';display:block;margin-top:14px;padding-top:14px;border-top:1px solid var(--re-line);color:var(--re-muted);font-size:.75rem;font-weight:750;text-align:center;white-space:pre-wrap}
.woocommerce-cart .cross-sells{margin-top:8px;padding-top:8px}
.woocommerce-cart .cross-sells h2{font-size:clamp(1.55rem,3vw,2.1rem);letter-spacing:-.03em}
@media(max-width:940px){
 .woocommerce-cart .re-page-woocommerce>.re-entry-content>.woocommerce{grid-template-columns:1fr}
 .woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart-collaterals{grid-column:1}
 .woocommerce-cart .cart-collaterals{position:static;top:auto}
 .re-cart-intro{flex-direction:column}
 .re-cart-intro__trust{justify-content:flex-start}
}
@media(max-width:700px){
 .woocommerce-cart .woocommerce-cart-form{padding:14px}
 .woocommerce-cart table.shop_table_responsive thead{display:none}
 .woocommerce-cart table.shop_table_responsive tbody tr{display:grid;grid-template-columns:72px minmax(0,1fr) 34px;gap:10px;padding:16px 0;border-bottom:1px solid var(--re-line)}
 .woocommerce-cart table.shop_table_responsive tbody tr:last-child{border-bottom:0}
 .woocommerce-cart table.shop_table_responsive tbody td{display:block!important;padding:0!important;border:0!important;text-align:left!important}
 .woocommerce-cart table.shop_table_responsive tbody td::before{display:none!important}
 .woocommerce-cart .product-thumbnail{display:block!important;grid-column:1;grid-row:1/5;width:72px}
 .woocommerce-cart .product-thumbnail img{width:66px!important}
 .woocommerce-cart .product-name{grid-column:2;grid-row:1}
 .woocommerce-cart .product-price{grid-column:2;grid-row:2;color:var(--re-muted);font-size:.9rem}
 .woocommerce-cart .product-quantity{grid-column:2;grid-row:3}
 .woocommerce-cart .product-subtotal{grid-column:2;grid-row:4;font-size:1.05rem}
 .woocommerce-cart .product-remove{grid-column:3;grid-row:1/3}
 .woocommerce-cart table.shop_table_responsive tbody tr:last-child.actions{display:block;padding-top:18px}
 .woocommerce-cart table.cart td.actions .coupon{display:grid;grid-template-columns:1fr;gap:8px}
 .woocommerce-cart .coupon .input-text,.woocommerce-cart .coupon .button,.woocommerce-cart button[name=update_cart]{width:100%!important}
 .re-cart-after-table{align-items:flex-start;flex-direction:column}
 .re-cart-intro__trust span{width:100%;justify-content:center}
 .woocommerce-cart .cart-collaterals .cart_totals{padding:19px}
}


/* v0.8.0 premium product and paid-traffic sales pages */
.single-product .product{align-items:start}
.single-product div.product .summary{position:sticky;top:105px}
.re-product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:18px 0}
.re-product-fact{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--re-line);border-radius:12px;background:#fff}
.re-product-fact span{color:var(--re-muted);font-size:.7rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.re-product-fact strong{color:var(--re-ink);font-size:.88rem}
.re-product-story{clear:both;width:100%;margin:50px 0 10px}
.re-product-story__nav{position:sticky;top:82px;z-index:20;display:flex;gap:8px;overflow:auto;margin-bottom:26px;padding:10px;border:1px solid var(--re-line);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 12px 35px rgba(32,23,48,.08);backdrop-filter:blur(12px)}
.re-product-story__nav a{flex:1 0 auto;padding:10px 16px;border-radius:999px;color:var(--re-muted);text-align:center;text-decoration:none;font-size:.82rem;font-weight:850}
.re-product-story__nav a:hover{background:var(--re-soft);color:var(--re-accent-dark)}
.re-product-story__section{scroll-margin-top:155px;padding:64px 0;border-top:1px solid var(--re-line)}
.re-product-story__section:first-of-type{border-top:0}
.re-product-story__heading{max-width:760px;margin-bottom:28px}
.re-product-story__heading h2{margin:8px 0 8px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.02;letter-spacing:-.045em}
.re-product-story__heading p{margin:0;color:var(--re-muted)}
.re-product-overview__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:34px;align-items:start}
.re-product-overview__copy{font-size:1.05rem;line-height:1.8}
.re-product-overview__copy>*:first-child{margin-top:0}
.re-product-overview__cards{display:grid;gap:12px}
.re-product-overview__cards>div{display:grid;gap:5px;padding:19px;border:1px solid var(--re-line);border-radius:16px;background:linear-gradient(135deg,#fff,#faf8ff)}
.re-product-overview__cards strong{font-size:1.05rem}
.re-product-overview__cards span{color:var(--re-muted);font-size:.78rem;font-weight:750}
.re-included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.re-included-card{display:flex;align-items:center;gap:16px;min-height:104px;padding:18px;border:1px solid var(--re-line);border-radius:17px;background:#fff;box-shadow:0 8px 30px rgba(36,27,57,.04)}
.re-included-card>span{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:14px;background:var(--re-soft);color:var(--re-accent-dark);font-weight:900}
.re-included-card div{display:grid;gap:5px}
.re-included-card strong{font-size:.98rem}
.re-included-card small{color:var(--re-muted)}
.re-compatibility-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin-top:22px;border:1px solid var(--re-line);border-radius:17px;background:var(--re-line)}
.re-compatibility-strip>div{display:grid;gap:5px;padding:18px;background:#faf9fc}
.re-compatibility-strip span{color:var(--re-muted);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.re-product-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.re-product-steps>div{position:relative;padding:25px;border:1px solid var(--re-line);border-radius:18px;background:#fff}
.re-product-steps>div>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:22px;border-radius:50%;background:var(--re-accent);color:#fff;font-weight:900}
.re-product-steps h3{margin:0 0 9px;font-size:1.2rem}
.re-product-steps p{margin:0;color:var(--re-muted)}
.re-product-policy-note{display:flex;align-items:flex-start;gap:12px;margin-top:22px;padding:17px;border:1px solid #dbd2e8;border-radius:15px;background:#faf8ff}
.re-product-policy-note>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--re-accent);color:#fff;font-weight:900}
.re-product-policy-note p{margin:3px 0 0;color:var(--re-muted)}
.re-mobile-buybar{display:none}
.re-sales-hero{padding:62px 0 70px;background:linear-gradient(135deg,#f8f4ff 0%,#fff 52%,#faf6f2 100%)}
.re-sales-grid{align-items:center;gap:54px}
.re-sales-gallery{display:grid;gap:12px}
.re-sales-gallery__main{overflow:hidden;border:1px solid #dfd6e9;border-radius:22px;background:#fff;box-shadow:0 28px 70px rgba(31,21,49,.14)}
.re-sales-gallery__main img{display:block;width:100%;height:auto}
.re-sales-gallery__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.re-sales-gallery__thumbs img{width:100%;aspect-ratio:.85;object-fit:cover;border:1px solid var(--re-line);border-radius:12px;background:#fff}
.re-sales-copy h1{margin:10px 0 14px;font-size:clamp(2.7rem,6vw,5rem);line-height:.93;letter-spacing:-.055em}
.re-sales-lead{font-size:1.08rem;line-height:1.7;color:var(--re-muted)}
.re-sales-price{margin:20px 0;font-size:2rem;font-weight:900;color:var(--re-ink)}
.re-sales-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:18px 0}
.re-sales-proof-grid>div{display:grid;gap:5px;padding:12px;border:1px solid #ddd4e9;border-radius:13px;background:rgba(255,255,255,.75)}
.re-sales-proof-grid strong{font-size:.83rem}
.re-sales-proof-grid span{color:var(--re-muted);font-size:.68rem;font-weight:750}
.re-sales-primary-cta{width:100%;min-height:60px;font-size:1.05rem;box-shadow:0 18px 40px rgba(108,76,241,.28)}
.re-sales-microcopy{text-align:center;color:var(--re-muted);font-size:.8rem;font-weight:750}
.re-sales-valuebar{border-top:1px solid var(--re-line);border-bottom:1px solid var(--re-line);background:#fff}
.re-sales-valuebar .re-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--re-line)}
.re-sales-valuebar .re-container>div{display:grid;gap:4px;padding:20px;background:#fff;text-align:center}
.re-sales-valuebar span{color:var(--re-muted);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.re-sales-included{background:#fff}
.re-sales-details-link{text-align:center}
.re-sales-faq{padding-bottom:120px}
@media(max-width:920px){
 .single-product div.product .summary{position:static}
 .re-product-overview__grid{grid-template-columns:1fr}
 .re-product-steps{grid-template-columns:1fr}
 .re-sales-grid{grid-template-columns:1fr}
 .re-sales-proof-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 body.single-product{padding-bottom:86px}
 .re-product-facts,.re-included-grid,.re-compatibility-strip{grid-template-columns:1fr}
 .re-product-story__nav{top:68px;border-radius:14px}
 .re-product-story__section{padding:42px 0}
 .re-mobile-buybar{position:fixed;right:0;bottom:0;left:0;z-index:99990;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--re-line);background:rgba(255,255,255,.96);box-shadow:0 -15px 45px rgba(28,20,43,.15);backdrop-filter:blur(14px)}
 .re-mobile-buybar>div{display:grid;min-width:0}
 .re-mobile-buybar>div span{overflow:hidden;max-width:42vw;text-overflow:ellipsis;white-space:nowrap;color:var(--re-muted);font-size:.7rem;font-weight:750}
 .re-mobile-buybar>div strong{font-size:.98rem}
 .re-mobile-buybar__button{display:flex;align-items:center;justify-content:center;min-width:142px;min-height:48px;padding:0 18px;border-radius:999px;background:var(--re-accent);color:#fff!important;text-decoration:none;font-weight:900}
 .re-sales-hero{padding:32px 0 44px}
 .re-sales-copy h1{font-size:clamp(2.4rem,13vw,3.7rem)}
 .re-sales-valuebar .re-container{grid-template-columns:1fr}
}


/* v0.9.0 focused product tabs, overlap prevention and repaired mobile cart */
.single-product div.product .summary{position:static!important;top:auto!important}
.re-product-story{margin-top:42px}
.re-product-story__nav{position:static!important;top:auto!important;z-index:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;overflow:visible;margin:0 0 22px;padding:8px;border:1px solid var(--re-line);border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(32,23,48,.07);backdrop-filter:none}
.re-product-story__nav button{min-width:0;min-height:46px;padding:9px 12px;border:0;border-radius:12px;background:transparent;color:var(--re-muted);font:inherit;font-size:.82rem;font-weight:850;line-height:1.2;text-align:center;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.re-product-story__nav button:hover{background:var(--re-soft);color:var(--re-accent-dark)}
.re-product-story__nav button[aria-selected=true]{background:var(--re-accent);color:#fff;box-shadow:0 9px 22px rgba(108,76,241,.22)}
.re-product-story__nav button:focus-visible{outline:3px solid rgba(108,76,241,.25);outline-offset:2px}
.re-product-story__panels{min-width:0}
.re-product-story__section{padding:28px 0 8px;border-top:0!important;scroll-margin-top:110px;animation:reProductPanelIn .22s ease both}
.re-product-story__section[hidden]{display:none!important}
.re-product-story__heading{margin-bottom:22px}
@keyframes reProductPanelIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

.re-mobile-buybar{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(115%);transition:opacity .2s ease,transform .24s ease,visibility .2s ease}
.re-mobile-buybar.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
body.re-cart-drawer-open .re-mobile-buybar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(115%)!important}

@media(max-width:700px){
 .re-product-story{margin-top:30px}
 .re-product-story__nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:17px;padding:7px;border-radius:16px}
 .re-product-story__nav button{min-height:44px;padding:8px;font-size:.78rem}
 .re-product-story__section{padding:20px 0 6px;scroll-margin-top:82px}
 .re-product-story__heading h2{font-size:clamp(1.75rem,8vw,2.35rem)}
 .re-product-overview__copy{font-size:1rem;line-height:1.7}
 .re-mobile-buybar{display:flex}
}

@media(max-width:680px){
 .woocommerce-cart .woocommerce-cart-form{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
 .woocommerce-cart table.shop_table_responsive{display:block!important;border:0!important;background:transparent!important}
 .woocommerce-cart table.shop_table_responsive tbody{display:grid!important;gap:14px}
 .woocommerce-cart table.shop_table_responsive tbody tr{margin:0!important}
 .woocommerce-cart table.shop_table_responsive tbody tr:not(:last-child){display:grid!important;grid-template-columns:80px minmax(0,1fr) 36px;gap:10px 13px;padding:17px!important;border:1px solid #ded5e8!important;border-radius:19px;background:#fff;box-shadow:0 12px 38px rgba(30,22,44,.05)}
 .woocommerce-cart table.shop_table_responsive tbody tr:not(:last-child) td{min-width:0}
 .woocommerce-cart .product-thumbnail{grid-column:1;grid-row:1/6;width:80px!important}
 .woocommerce-cart .product-thumbnail img{width:76px!important;border-radius:13px}
 .woocommerce-cart .product-name{grid-column:2;grid-row:1;padding-right:4px!important}
 .woocommerce-cart .product-name a{display:block;font-size:1rem;line-height:1.35}
 .woocommerce-cart .product-price{grid-column:2;grid-row:2;display:flex!important;align-items:center;gap:7px;color:var(--re-muted);font-size:.9rem}
 .woocommerce-cart .product-price::before{content:attr(data-title);display:inline!important;color:var(--re-muted);font-size:.7rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
 .woocommerce-cart .product-quantity{grid-column:2;grid-row:3;margin-top:4px}
 .woocommerce-cart .product-subtotal{grid-column:2;grid-row:4;display:flex!important;align-items:center;gap:8px;margin-top:3px;font-size:1.05rem}
 .woocommerce-cart .product-subtotal::before{content:attr(data-title);display:inline!important;color:var(--re-muted);font-size:.7rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
 .woocommerce-cart .product-remove{grid-column:3;grid-row:1/3;justify-self:end}
 .woocommerce-cart table.shop_table_responsive tbody tr:last-child{display:block!important;padding:17px!important;border:1px solid #ded5e8!important;border-radius:19px;background:#fff;box-shadow:0 12px 38px rgba(30,22,44,.04)}
 .woocommerce-cart table.shop_table_responsive tbody tr:last-child td.actions{display:grid!important;gap:12px;width:100%!important;padding:0!important;border:0!important}
 .woocommerce-cart table.cart td.actions .coupon{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:9px!important;width:100%!important}
 .woocommerce-cart .coupon .input-text{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0 15px!important}
 .woocommerce-cart .coupon .button{width:auto!important;min-width:118px!important;margin:0!important;padding:0 17px!important;background:var(--re-accent)!important;color:#fff!important;white-space:nowrap}
 .woocommerce-cart button[name=update_cart]{display:flex!important;align-items:center;justify-content:center;width:100%!important;margin:0!important;background:#f0ecf7!important;color:var(--re-ink)!important}
 .woocommerce-cart button[name=update_cart]:disabled{display:none!important}
 .re-cart-after-table{margin:0;padding:16px 17px;border:1px solid #ded5e8;border-radius:17px;background:#fff;box-shadow:0 10px 30px rgba(30,22,44,.04)}
 .re-cart-after-table span{font-size:.82rem;line-height:1.45}
}

@media(max-width:430px){
 .woocommerce-cart table.shop_table_responsive tbody tr:not(:last-child){grid-template-columns:68px minmax(0,1fr) 34px;padding:14px!important}
 .woocommerce-cart .product-thumbnail{width:68px!important}
 .woocommerce-cart .product-thumbnail img{width:64px!important}
 .woocommerce-cart table.cart td.actions .coupon{grid-template-columns:1fr!important}
 .woocommerce-cart .coupon .button{width:100%!important}
}


/* v1.0.0 compact cart, intelligent checkout CTA and multi-level navigation */
.re-nav-backdrop{display:none}
.re-primary-nav>ul{gap:6px}
.re-primary-nav>ul>li>a{display:flex;align-items:center;min-height:42px;padding:0 13px;border-radius:999px}
.re-primary-nav>ul>li>a:hover,.re-primary-nav>ul>.current-menu-item>a,.re-primary-nav>ul>.current-menu-ancestor>a{background:var(--re-soft);color:var(--re-accent-dark)}
.re-primary-nav .menu-item-has-children>a{padding-right:34px}
.re-submenu-toggle{position:absolute;top:50%;right:9px;display:grid;place-items:center;width:25px;height:25px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--re-muted);cursor:pointer;transform:translateY(-50%)}
.re-submenu-toggle span{display:block;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s ease}
.re-primary-nav .menu-item-has-children.is-submenu-open>.re-submenu-toggle span{transform:rotate(225deg) translate(-1px,-1px)}
.re-primary-nav .sub-menu{top:calc(100% + 8px);left:0;min-width:250px;padding:10px;gap:0!important}
.re-primary-nav .sub-menu::before{content:"";position:absolute;left:0;right:0;top:-10px;height:12px}
.re-primary-nav .sub-menu li{position:relative;width:100%}
.re-primary-nav .sub-menu a{min-height:42px;padding:10px 38px 10px 12px;line-height:1.25}
.re-primary-nav .sub-menu .sub-menu{top:-10px;left:calc(100% + 8px)}
.re-primary-nav .menu-item-has-children.is-submenu-open>.sub-menu{opacity:1;visibility:visible;transform:none}
.re-menu-toggle__lines{display:grid;gap:4px;width:19px}
.re-menu-toggle__lines i{display:block;width:100%;height:2px;border-radius:3px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.re-menu-toggle.is-active .re-menu-toggle__lines i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.re-menu-toggle.is-active .re-menu-toggle__lines i:nth-child(2){opacity:0}
.re-menu-toggle.is-active .re-menu-toggle__lines i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* Remove the oversized cart guidance block and avoid repeated totals. */
.woocommerce-cart .re-cart-intro{display:none!important}
.woocommerce-cart.re-cart-no-discount .cart_totals .cart-subtotal{display:none}
.woocommerce-cart .cart_totals h2{margin-bottom:8px}
.woocommerce-cart .cart_totals table tr:first-child th,.woocommerce-cart .cart_totals table tr:first-child td{border-top:0}

.re-mobile-cart-checkout{display:none}
@media(max-width:980px){
 body.re-menu-open{overflow:hidden}
 .re-nav-backdrop{position:fixed;inset:0;z-index:41;display:block;border:0;background:rgba(18,13,27,.48);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
 body.re-menu-open .re-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto}
 .re-site-header{z-index:50}
 .re-primary-nav{position:fixed;z-index:52;top:calc(var(--re-mobile-header-top, 0px) + 76px);right:12px;left:12px;max-height:calc(100dvh - 105px);padding:10px 16px 18px;border:1px solid var(--re-line);border-radius:0 0 20px 20px;background:#fff;box-shadow:0 28px 70px rgba(20,14,31,.2);overflow:auto;overscroll-behavior:contain}
 .re-primary-nav>ul{display:block}
 .re-primary-nav li{position:relative;border-bottom:1px solid var(--re-line)}
 .re-primary-nav li:last-child{border-bottom:0}
 .re-primary-nav a{padding:15px 46px 15px 8px;font-size:1rem}
 .re-primary-nav .menu-item-has-children>a{padding-right:52px}
 .re-submenu-toggle{top:8px;right:2px;width:40px;height:40px;border:1px solid var(--re-line);transform:none}
 .re-primary-nav .sub-menu{position:static;display:none;min-width:0;margin:0 0 9px;padding:5px 0 5px 14px;border:0;border-left:2px solid #e5dcf4;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none}
 .re-primary-nav .menu-item-has-children.is-submenu-open>.sub-menu{display:block}
 .re-primary-nav .sub-menu li{border:0}
 .re-primary-nav .sub-menu a{min-height:0;padding:11px 44px 11px 9px;color:var(--re-muted);font-size:.92rem}
 .re-primary-nav .sub-menu .sub-menu{position:static;margin-left:8px}
 .re-primary-nav .sub-menu::before{display:none}
}
@media(max-width:700px){
 body.woocommerce-cart{padding-bottom:92px}
 .re-mobile-cart-checkout{position:fixed;right:0;bottom:0;left:0;z-index:99980;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--re-line);background:rgba(255,255,255,.97);box-shadow:0 -16px 42px rgba(25,18,37,.15);backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(110%);transition:opacity .2s ease,visibility .2s ease,transform .24s ease}
 .re-mobile-cart-checkout.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
 body.re-cart-drawer-open .re-mobile-cart-checkout{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(110%)!important}
 .re-mobile-cart-checkout__total{display:grid;min-width:0}
 .re-mobile-cart-checkout__total span{color:var(--re-muted);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
 .re-mobile-cart-checkout__total strong{font-size:1rem;white-space:nowrap}
 .re-mobile-cart-checkout__button{display:flex;align-items:center;justify-content:center;gap:8px;min-width:190px;min-height:52px;padding:0 19px;border-radius:999px;background:var(--re-accent);color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 12px 28px rgba(108,76,241,.25)}
}
@media(max-width:430px){
 .re-mobile-cart-checkout__button{min-width:168px;padding:0 14px;font-size:.88rem}
}


/* v1.1.0 compact professional desktop header and above-the-fold hero */
@media (min-width:981px){
 .re-site-header{background:rgba(255,255,255,.985)}
 .re-header-row{width:min(calc(100% - 36px),1320px);min-height:68px;grid-template-columns:auto minmax(0,1fr) auto;gap:20px}
 .re-header-brand{min-width:0}
 .re-brand{gap:9px;font-size:1.08rem;letter-spacing:-.035em}
 .re-brand-mark{width:34px;height:34px;border-radius:10px;font-size:1.02rem}
 .re-primary-nav{justify-self:center;min-width:0}
 .re-primary-nav>ul{gap:3px;flex-wrap:nowrap}
 .re-primary-nav>ul>li>a{position:relative;min-height:40px;padding:0 12px;border-radius:10px;font-size:.86rem;font-weight:800;white-space:nowrap}
 .re-primary-nav>ul>li>a:hover,.re-primary-nav>ul>.current-menu-item>a,.re-primary-nav>ul>.current-menu-ancestor>a{background:#f4f1fb;color:var(--re-accent-dark)}
 .re-primary-nav>ul>.current-menu-item>a::after,.re-primary-nav>ul>.current-menu-ancestor>a::after{content:"";position:absolute;right:12px;bottom:4px;left:12px;height:2px;border-radius:5px;background:var(--re-accent)}
 .re-primary-nav .menu-item-has-children>a{padding-right:34px}
 .re-submenu-toggle{right:7px;width:24px;height:24px}
 .re-primary-nav .sub-menu{top:calc(100% + 10px);min-width:272px;padding:9px;border-radius:14px;box-shadow:0 22px 60px rgba(26,18,42,.14)}
 .re-primary-nav .sub-menu a{min-height:40px;padding:9px 38px 9px 11px;border-radius:9px;font-size:.88rem;font-weight:750;white-space:normal}
 .re-primary-nav .sub-menu .sub-menu{top:-9px}
 .re-header-actions{gap:8px}
 .re-header-account{min-height:42px;padding:0 13px;font-size:.8rem}
 .re-header-account svg{width:18px;height:18px}
 .re-header-cart{min-width:132px;min-height:42px;padding:4px 9px 4px 6px;gap:8px}
 .re-header-cart__icon{width:32px;height:32px}
 .re-header-cart__copy>span{font-size:.6rem}
 .re-header-cart__copy strong{font-size:.76rem}
 .re-header-cart__arrow{margin-left:2px}

 .re-hero{padding:44px 0 48px}
 .re-hero::before{width:460px;height:460px;right:-150px;top:-235px}
 .re-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(38px,4.7vw,66px)}
 .re-hero h1{max-width:680px;margin-bottom:16px;font-size:clamp(3.45rem,5.2vw,4.85rem);line-height:.95;letter-spacing:-.052em}
 .re-hero p{max-width:610px;font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.58}
 .re-hero .re-eyebrow{margin-bottom:11px;font-size:.72rem}
 .re-hero-actions{margin-top:22px;gap:10px}
 .re-hero-actions .re-button{min-height:48px;padding:11px 20px;font-size:.88rem}
 .re-hero-notes{gap:14px;margin-top:17px;font-size:.78rem}
 .re-preview-stage{min-height:425px}
 .re-resume-sheet{width:min(78%,350px);padding:38px 34px;box-shadow:0 28px 72px rgba(43,31,79,.16)}
 .re-resume-name{font-size:1.55rem}
 .re-resume-role{margin-bottom:27px;font-size:.63rem}
 .re-resume-grid{gap:19px}
 .re-floating-note{padding:11px 14px;border-radius:12px;font-size:.72rem}
 .re-floating-note--one{left:-8px;top:82px}
 .re-floating-note--two{right:-2px;bottom:60px}
}

@media (min-width:981px) and (max-width:1180px){
 .re-header-row{gap:12px}
 .re-brand{font-size:1rem}
 .re-primary-nav>ul>li>a{padding-inline:9px;font-size:.79rem}
 .re-primary-nav .menu-item-has-children>a{padding-right:29px}
 .re-submenu-toggle{right:4px}
 .re-header-account{width:42px;padding:0;border-radius:50%;font-size:0}
 .re-header-account svg{width:19px;height:19px}
 .re-header-cart{min-width:43px;width:43px;padding:0;border-radius:50%}
 .re-header-cart__copy,.re-header-cart__arrow{display:none}
 .re-header-cart__icon{width:auto;height:auto;background:transparent}
 .re-hero{padding:38px 0 43px}
 .re-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:32px}
 .re-hero h1{font-size:clamp(3.2rem,5.2vw,4.15rem)}
 .re-preview-stage{min-height:390px}
 .re-resume-sheet{width:min(80%,315px);padding:34px 30px}
}

@media (max-width:980px){
 .re-hero{padding-top:45px;padding-bottom:48px}
 .re-hero-grid{gap:30px}
 .re-preview-stage{min-height:430px}
}

@media (max-width:700px){
 .re-hero{padding-top:40px;padding-bottom:42px}
 .re-hero h1{font-size:clamp(2.75rem,14vw,4.05rem)}
 .re-hero-actions{margin-top:23px}
 .re-hero-notes{margin-top:19px;gap:11px}
 .re-preview-stage{min-height:390px}
}


/* v1.2.0 balanced desktop navigation and full-height mobile side drawer */
.re-mobile-nav-head,.re-mobile-nav-foot{display:none}
@media (min-width:981px){
 .re-header-row{gap:28px}
 .re-primary-nav>ul{gap:12px}
 .re-primary-nav>ul>li>a{min-height:42px;padding-inline:15px}
 .re-primary-nav .menu-item-has-children>a{padding-right:38px}
 .re-submenu-toggle{right:9px}
 .re-header-actions{gap:10px}
}
@media (min-width:981px) and (max-width:1180px){
 .re-header-row{gap:18px}
 .re-primary-nav>ul{gap:7px}
 .re-primary-nav>ul>li>a{padding-inline:12px;font-size:.82rem}
 .re-primary-nav .menu-item-has-children>a{padding-right:33px}
}
@media (max-width:980px){
 body.re-menu-open{overflow:hidden}
 .re-nav-backdrop{position:fixed;inset:0;z-index:61;display:block;border:0;background:transparent;opacity:0;visibility:hidden;pointer-events:none;transition:visibility .22s ease}
 body.re-menu-open .re-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto}
 .re-primary-nav{position:fixed!important;z-index:70!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;display:flex!important;flex-direction:column;width:min(88vw,430px)!important;max-width:430px!important;height:100dvh!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;border-left:1px solid var(--re-line)!important;border-radius:24px 0 0 24px!important;background:#fff!important;box-shadow:-28px 0 72px rgba(25,18,38,.16)!important;overflow:hidden!important;opacity:1!important;visibility:hidden!important;transform:translateX(105%)!important;transition:transform .28s cubic-bezier(.22,.78,.28,1),visibility .28s ease!important;overscroll-behavior:contain}
 .re-primary-nav.is-open{visibility:visible!important;transform:translateX(0)!important}
 .re-mobile-nav-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:0 0 auto;padding:calc(18px + env(safe-area-inset-top)) 20px 17px;border-bottom:1px solid var(--re-line);background:#fff}
 .re-mobile-nav-head__brand{min-width:0}
 .re-mobile-nav-head .re-brand{font-size:1.06rem}
 .re-mobile-nav-head .re-brand-mark{width:36px;height:36px}
 .re-mobile-nav-close{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid var(--re-line);border-radius:50%;background:#fff;color:var(--re-ink);font-size:1.75rem;line-height:1;cursor:pointer}
 .re-mobile-nav-close:hover{border-color:#cbc1da;background:var(--re-soft)}
 .re-mobile-nav-scroll{flex:1 1 auto;min-height:0;padding:12px 20px 22px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
 .re-primary-nav>div>.re-primary-menu,.re-primary-nav>div>.re-fallback-menu{display:block!important;margin:0!important;padding:0!important}
 .re-primary-nav li{border-bottom:1px solid #eeeaf3!important}
 .re-primary-nav li:last-child{border-bottom:0!important}
 .re-primary-nav a{display:flex!important;align-items:center;min-height:56px;padding:13px 54px 13px 10px!important;border-radius:12px!important;color:var(--re-ink)!important;font-size:1.05rem!important;font-weight:850!important;line-height:1.25!important}
 .re-primary-nav>div>ul>li>a:hover,.re-primary-nav>div>ul>.current-menu-item>a,.re-primary-nav>div>ul>.current-menu-ancestor>a{background:#f6f3fd!important;color:var(--re-accent-dark)!important}
 .re-primary-nav>div>ul>.current-menu-item>a::after,.re-primary-nav>div>ul>.current-menu-ancestor>a::after{display:none!important}
 .re-submenu-toggle{top:8px!important;right:3px!important;width:42px!important;height:42px!important;border:1px solid #e2dce9!important;border-radius:12px!important;background:#faf9fc!important;transform:none!important}
 .re-primary-nav .menu-item-has-children.is-submenu-open>.re-submenu-toggle{background:#eee9ff!important;color:var(--re-accent-dark)!important}
 .re-primary-nav .sub-menu{position:static!important;display:none!important;min-width:0!important;margin:0 0 12px 10px!important;padding:6px 0 7px 12px!important;border:0!important;border-left:2px solid #ded5ef!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}
 .re-primary-nav .menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}
 .re-primary-nav .sub-menu li{border:0!important}
 .re-primary-nav .sub-menu a{min-height:45px!important;padding:10px 48px 10px 10px!important;color:var(--re-muted)!important;font-size:.94rem!important;font-weight:750!important}
 .re-primary-nav .sub-menu a:hover,.re-primary-nav .sub-menu .current-menu-item>a{background:#f8f6fc!important;color:var(--re-accent-dark)!important}
 .re-primary-nav .sub-menu .sub-menu{position:static!important;margin:2px 0 7px 8px!important;padding-left:10px!important}
 .re-mobile-nav-foot{display:block;flex:0 0 auto;padding:15px 20px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--re-line);background:#fbfafc}
 .re-mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
 .re-mobile-nav-actions a{display:flex!important;align-items:center;justify-content:center;gap:8px;min-height:48px!important;padding:0 12px!important;border:1px solid #ded7e7!important;border-radius:14px!important;background:#fff!important;color:var(--re-ink)!important;font-size:.86rem!important;font-weight:850!important;text-decoration:none!important}
 .re-mobile-nav-actions svg{width:18px;height:18px}
 .re-mobile-nav-foot p{margin:13px 0 0;color:var(--re-muted);font-size:.72rem;font-weight:750;text-align:center}
}
@media(max-width:520px){
 .re-primary-nav{width:min(92vw,410px)!important;border-radius:20px 0 0 20px!important}
 .re-mobile-nav-head{padding-inline:17px}
 .re-mobile-nav-scroll{padding-inline:17px}
 .re-mobile-nav-foot{padding-inline:17px}
}


/* v1.3.0 flat, one-tap mobile navigation */
.re-mobile-nav-scroll{display:none}
@media (max-width:980px){
 .re-primary-nav>.re-primary-menu--desktop,.re-primary-nav>.re-fallback-menu.re-primary-menu--desktop{display:none!important}
 .re-mobile-nav-scroll{display:block!important;flex:1 1 auto;min-height:0;padding:14px 18px 24px!important;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
 .re-mobile-flat-menu{display:grid;gap:27px}
 .re-mobile-flat-section{display:grid;gap:12px}
 .re-mobile-flat-section__head{display:flex;align-items:end;justify-content:space-between;gap:14px;padding:0 4px}
 .re-mobile-flat-section__head h2{margin:2px 0 0;font-size:1.28rem;line-height:1.05;letter-spacing:-.025em}
 .re-mobile-flat-section__eyebrow{display:block;color:var(--re-accent-dark);font-size:.67rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
 .re-mobile-flat-links{display:grid;gap:7px}
 .re-mobile-flat-link{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:53px!important;padding:12px 13px 12px 15px!important;border:1px solid #e8e2ef!important;border-radius:14px!important;background:#fff!important;color:var(--re-ink)!important;font-size:.95rem!important;font-weight:820!important;line-height:1.25!important;text-decoration:none!important;box-shadow:0 3px 12px rgba(28,20,42,.025)!important;transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease!important}
 .re-mobile-flat-link:hover,.re-mobile-flat-link:focus-visible{border-color:#cfc3e2!important;background:#faf8ff!important;color:var(--re-accent-dark)!important;transform:translateX(2px)!important;box-shadow:0 7px 20px rgba(40,27,65,.07)!important}
 .re-mobile-flat-link.is-featured{min-height:58px!important;border-color:rgba(108,76,241,.35)!important;background:linear-gradient(135deg,#f1edff,#fbf9ff)!important;color:var(--re-accent-dark)!important;font-size:1rem!important}
 .re-mobile-flat-link.is-current{border-color:var(--re-accent)!important;background:#f2eeff!important;color:var(--re-accent-dark)!important}
 .re-mobile-flat-link__arrow{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:11px;background:#f5f2fa;color:var(--re-accent-dark)}
 .re-mobile-flat-link.is-featured .re-mobile-flat-link__arrow,.re-mobile-flat-link.is-current .re-mobile-flat-link__arrow{background:#fff}
 .re-mobile-flat-link__arrow svg{width:16px;height:16px}
 .re-mobile-nav-foot{padding-top:14px!important}
 .re-mobile-nav-actions a{min-height:51px!important}
}
@media (max-width:420px){
 .re-mobile-nav-scroll{padding-inline:15px!important}
 .re-mobile-flat-link{font-size:.91rem!important;padding-left:13px!important}
 .re-mobile-flat-link__arrow{flex-basis:32px;width:32px;height:32px}
}


/* v1.3.1 cart drawer mobile containment and overflow repair */
html.re-cart-drawer-open,
body.re-cart-drawer-open{
    width:100%;
    max-width:100%;
    overflow:hidden!important;
    overscroll-behavior:none;
}
.re-cart-drawer{
    width:100vw;
    max-width:100vw;
    height:100dvh;
    max-height:100dvh;
    overflow:hidden;
    contain:layout paint;
}
.re-cart-drawer__panel{
    width:min(100vw,480px);
    max-width:100vw;
    height:100dvh;
    max-height:100dvh;
    min-height:0;
    overflow:hidden;
}
.re-cart-drawer__panel-inner{
    width:100%;
    max-width:100%;
    min-width:0;
    height:100%;
    min-height:0;
    overflow:hidden;
}
.re-cart-drawer__header,
.re-cart-drawer__items,
.re-cart-recommendations,
.re-cart-drawer__footer,
.re-cart-drawer-item{
    width:100%;
    max-width:100%;
    min-width:0;
}
.re-cart-drawer__header>div,
.re-cart-drawer-item__content,
.re-cart-drawer-item__row,
.re-cart-drawer__subtotal{
    min-width:0;
}
.re-cart-drawer__items{
    flex:1 1 auto;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
}
.re-cart-drawer__footer{
    position:static;
    flex:0 0 auto;
    margin-top:auto;
    overflow:hidden;
}
.re-cart-drawer__checkout,
.re-cart-drawer__continue,
.re-cart-drawer__view{
    width:100%;
    max-width:100%;
    min-width:0;
    padding-inline:18px;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:normal;
}
.re-cart-drawer__trust{
    width:100%;
    max-width:100%;
    min-width:0;
}
.re-cart-drawer-item__name{
    max-width:100%;
}

@media (max-width:760px){
    .re-cart-drawer{
        display:block;
    }
    .re-cart-drawer__panel{
        position:absolute;
        inset:0;
        width:100vw!important;
        max-width:100vw!important;
        height:100dvh!important;
        max-height:100dvh!important;
        margin:0!important;
        border-radius:0;
        box-shadow:none;
    }
    .re-cart-drawer__panel-inner{
        display:flex;
        flex-direction:column;
    }
    .re-cart-drawer__header{
        padding:18px 16px 15px;
    }
    .re-cart-drawer__header h2{
        font-size:1.24rem;
        line-height:1.15;
    }
    .re-cart-drawer__kicker{
        font-size:.64rem;
    }
    .re-cart-drawer__close{
        flex-basis:40px;
        width:40px;
        height:40px;
    }
    .re-cart-drawer__items{
        padding:8px 15px 18px;
    }
    .re-cart-drawer-item{
        grid-template-columns:76px minmax(0,1fr) 34px;
        gap:12px;
        padding:15px 0;
    }
    .re-cart-drawer-item__image{
        width:76px;
    }
    .re-cart-drawer-item__name{
        font-size:.96rem;
        line-height:1.28;
    }
    .re-cart-drawer-item__row{
        align-items:center;
        flex-wrap:wrap;
    }
    .re-cart-drawer-item__price{
        font-size:.98rem;
    }
    .re-cart-recommendations{
        padding:16px;
    }
    .re-cart-drawer__footer{
        padding:15px 15px calc(15px + env(safe-area-inset-bottom));
    }
    .re-cart-drawer__subtotal strong{
        font-size:1.22rem;
    }
    .re-cart-drawer__nudge{
        margin:8px 0 13px;
        font-size:.8rem;
    }
    .re-cart-drawer__checkout,
    .re-cart-drawer__continue,
    .re-cart-drawer__view{
        min-height:51px;
        font-size:.9rem;
        line-height:1.2;
    }
    .re-cart-drawer__trust{
        gap:7px 12px;
        font-size:.68rem;
    }
}

@media (max-width:380px){
    .re-cart-drawer__header{
        padding-inline:13px;
    }
    .re-cart-drawer__items,
    .re-cart-drawer__footer{
        padding-inline:13px;
    }
    .re-cart-drawer-item{
        grid-template-columns:66px minmax(0,1fr) 30px;
        gap:10px;
    }
    .re-cart-drawer-item__image{
        width:66px;
    }
    .re-drawer-qty{
        grid-template-columns:31px 38px 31px;
    }
    .re-drawer-qty input{
        width:38px;
    }
    .re-cart-drawer__checkout,
    .re-cart-drawer__continue,
    .re-cart-drawer__view{
        padding-inline:13px;
        font-size:.84rem;
    }
}


/* v1.3.2 true mobile viewport containment and horizontal-overflow repair */
html,
body{
    width:100%;
    min-width:0;
    max-width:100%;
}
html{
    overflow-x:clip;
}
body{
    overflow-x:clip;
}
@supports not (overflow:clip){
    html,body{overflow-x:hidden}
}
.re-site-main,
.re-announcement,
.re-site-header,
.re-site-footer,
.re-page-hero,
.re-section,
.re-hero,
.re-woocommerce-shell,
.re-page-woocommerce{
    max-width:100%;
}
.re-container,
.re-narrow,
.re-header-row,
.re-hero-grid,
.re-product-grid,
.re-category-grid,
.re-content-wrap,
.re-footer-grid,
.re-page-woocommerce,
.woocommerce,
.woocommerce-page{
    min-width:0;
}
iframe,
video,
svg,
canvas,
table,
pre,
code{
    max-width:100%;
}
.re-entry-content,
.woocommerce,
.woocommerce-page,
.re-product-card,
.re-cart-drawer-item__content,
.re-mobile-flat-link{
    overflow-wrap:anywhere;
}

@media (max-width:980px){
    html,body{
        position:relative;
        width:100%;
        max-width:100%;
        overflow-x:clip!important;
    }
    @supports not (overflow:clip){
        html,body{overflow-x:hidden!important}
    }
    .alignfull{
        width:100%!important;
        max-width:100%!important;
        margin-left:0!important;
        margin-right:0!important;
    }
    .re-site-main,
    .re-site-header,
    .re-announcement,
    .re-site-footer,
    .re-hero,
    .re-section,
    .re-page-hero,
    .re-page-woocommerce,
    .re-woocommerce-shell{
        width:100%;
        max-width:100%;
        overflow-x:clip;
    }
    .re-container,
    .re-narrow{
        max-width:calc(100% - 24px);
    }
    .re-header-row,
    .re-header-brand,
    .re-header-actions,
    .re-hero-grid,
    .re-preview-stage,
    .re-product-grid,
    .re-category-grid,
    .re-content-wrap,
    .re-footer-grid,
    .woocommerce,
    .woocommerce-page,
    .woocommerce form,
    .woocommerce table,
    .woocommerce .cart-collaterals,
    .woocommerce .cart_totals{
        min-width:0!important;
        max-width:100%!important;
    }
    .re-nav-backdrop{
        width:auto!important;
        height:auto!important;
        max-width:none!important;
    }
    .re-primary-nav{
        width:min(92%,430px)!important;
        max-width:430px!important;
        transform:translate3d(100%,0,0)!important;
        contain:layout paint style;
        will-change:transform;
    }
    .re-primary-nav.is-open{
        transform:translate3d(0,0,0)!important;
    }
    .re-mobile-nav-head,
    .re-mobile-nav-scroll,
    .re-mobile-nav-foot,
    .re-mobile-flat-menu,
    .re-mobile-flat-section,
    .re-mobile-flat-links,
    .re-mobile-flat-link{
        width:100%;
        min-width:0;
        max-width:100%;
    }
    .re-mobile-flat-link:hover,
    .re-mobile-flat-link:focus-visible{
        transform:none!important;
    }
    .re-cart-drawer{
        position:fixed!important;
        inset:0!important;
        width:auto!important;
        max-width:none!important;
        height:auto!important;
        max-height:none!important;
        overflow:hidden!important;
    }
    .re-cart-drawer__panel{
        position:absolute!important;
        inset:0!important;
        width:auto!important;
        max-width:none!important;
        height:auto!important;
        max-height:none!important;
        margin:0!important;
        transform:translate3d(100%,0,0)!important;
        contain:layout paint style;
        will-change:transform;
    }
    .re-cart-drawer.is-open .re-cart-drawer__panel{
        transform:translate3d(0,0,0)!important;
    }
    .re-cart-drawer__panel-inner,
    .re-cart-drawer__header,
    .re-cart-drawer__items,
    .re-cart-recommendations,
    .re-cart-drawer__footer,
    .re-cart-drawer-item,
    .re-cart-drawer__checkout,
    .re-cart-drawer__continue,
    .re-cart-drawer__view{
        box-sizing:border-box;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
    }
    .re-cart-drawer-item{
        overflow:hidden;
    }
    .re-cart-drawer-item__name,
    .re-cart-drawer-item__price,
    .re-cart-drawer__subtotal strong{
        min-width:0;
        max-width:100%;
    }
    .re-mobile-buybar,
    .re-mobile-cart-checkout{
        left:0!important;
        right:0!important;
        width:auto!important;
        max-width:100%!important;
    }
}

@media (max-width:430px){
    .re-primary-nav{
        width:100%!important;
        max-width:100%!important;
        border-left:0!important;
        border-radius:0!important;
    }
}


/* v1.3.3 definitive mobile canvas repair: no hidden off-screen geometry */
html,
body{
    inline-size:100%;
    max-inline-size:100%;
    min-inline-size:0;
    overflow-x:hidden!important;
    overscroll-behavior-x:none;
}
body{
    position:relative;
    touch-action:pan-y pinch-zoom;
}
body > *,
.re-announcement,
.re-site-header,
.re-site-main,
.re-site-footer{
    inline-size:100%;
    max-inline-size:100%;
    min-inline-size:0;
}
.alignfull{
    inline-size:100%!important;
    max-inline-size:100%!important;
    margin-inline:0!important;
}
.re-container,
.re-narrow,
.re-woocommerce-shell{
    inline-size:calc(100% - 32px);
    max-inline-size:var(--re-container);
}
.re-header-brand,
.re-brand,
.re-header-actions,
.re-hero-grid > *,
.re-preview-stage,
.re-resume-sheet,
.re-section__head > *,
.re-content-wrap > *,
.re-footer-grid > *{
    min-inline-size:0;
    max-inline-size:100%;
}
.re-brand{
    overflow:hidden;
    text-overflow:ellipsis;
}
.re-hero-grid,
.re-product-grid,
.re-category-grid,
.re-feature-grid,
.re-how-grid,
.re-trust-grid,
.re-content-wrap,
.re-footer-grid{
    inline-size:100%;
    max-inline-size:100%;
}

@media (max-width:980px){
    .re-container,
    .re-narrow,
    .re-woocommerce-shell{
        inline-size:calc(100% - 24px)!important;
        max-inline-size:calc(100% - 24px)!important;
        margin-inline:auto!important;
    }
    .re-header-row{
        inline-size:100%!important;
        max-inline-size:100%!important;
        grid-template-columns:minmax(0,1fr) auto!important;
    }
    .re-header-brand{
        overflow:hidden;
    }
    .re-header-actions{
        min-inline-size:max-content;
    }
    .re-brand{
        min-inline-size:0;
        max-inline-size:100%;
    }
    .re-brand > span:last-child{
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .re-hero-grid,
    .re-sales-grid{
        display:grid!important;
        grid-template-columns:minmax(0,1fr)!important;
        inline-size:100%!important;
    }
    .re-hero-grid > div,
    .re-preview-stage{
        inline-size:100%!important;
        max-inline-size:100%!important;
    }
    .re-hero h1,
    .re-hero p,
    .re-hero-actions,
    .re-hero-notes{
        max-inline-size:100%!important;
    }
    .re-preview-stage{
        overflow:hidden;
    }
    .re-resume-sheet{
        max-inline-size:82%!important;
    }

    /* Keep the mobile navigation inside the viewport even while closed. */
    .re-primary-nav{
        right:0!important;
        left:auto!important;
        inline-size:min(92%,430px)!important;
        max-inline-size:100%!important;
        transform:none!important;
        clip-path:inset(0 0 0 100% round 20px 0 0 20px);
        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;
        transition:clip-path .26s ease,opacity .2s ease,visibility .2s ease!important;
        contain:layout paint style;
    }
    .re-primary-nav.is-open{
        clip-path:inset(0 0 0 0 round 20px 0 0 20px);
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
        transform:none!important;
    }

    /* Keep the cart panel inside the viewport even while closed. */
    .re-cart-drawer{
        position:fixed!important;
        inset:0!important;
        inline-size:100%!important;
        max-inline-size:100%!important;
        overflow:hidden!important;
    }
    .re-cart-drawer__panel{
        position:absolute!important;
        inset:0 0 0 auto!important;
        inline-size:min(100%,480px)!important;
        max-inline-size:100%!important;
        transform:none!important;
        clip-path:inset(0 0 0 100%);
        opacity:0;
        visibility:hidden;
        transition:clip-path .26s ease,opacity .2s ease,visibility .2s ease!important;
    }
    .re-cart-drawer.is-open .re-cart-drawer__panel{
        clip-path:inset(0 0 0 0);
        opacity:1;
        visibility:visible;
        transform:none!important;
    }
    .re-mobile-buybar,
    .re-mobile-cart-checkout{
        inline-size:100%!important;
        max-inline-size:100%!important;
    }
}

@media (max-width:430px){
    .re-primary-nav{
        inline-size:100%!important;
        border-radius:0!important;
        clip-path:inset(0 0 0 100%);
    }
    .re-primary-nav.is-open{
        clip-path:inset(0 0 0 0);
    }
    .re-brand{
        font-size:.98rem;
    }
}

@media (max-width:360px){
    .re-brand > span:last-child{
        display:none;
    }
    .re-header-actions{
        gap:6px;
    }
}


/* v1.3.4 full-width desktop product information */
@media (min-width: 921px) {
  .single-product .re-woocommerce-shell div.product > .re-product-story {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    max-width: none;
    justify-self: stretch;
  }
  .single-product .re-product-story__nav,
  .single-product .re-product-story__panels,
  .single-product .re-product-story__section {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .single-product .re-product-story__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .single-product .re-product-story__heading {
    max-width: 920px;
  }
  .single-product .re-product-overview__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: clamp(32px, 5vw, 72px);
  }
  .single-product .re-product-overview__copy {
    max-width: 760px;
  }
  .single-product .re-product-overview__cards {
    width: 100%;
    max-width: 430px;
    justify-self: end;
  }
  .single-product .re-included-grid,
  .single-product .re-product-steps,
  .single-product .re-compatibility-strip,
  .single-product .re-product-faq .re-faq {
    width: 100%;
  }
}


/* v1.3.5 balanced site-wide edge spacing */
:root{
    --re-page-gutter:clamp(20px,4vw,56px);
    --re-header-gutter:clamp(18px,3.2vw,44px);
}

/* Keep every main content region comfortably away from the viewport edge. */
.re-container,
.re-woocommerce-shell{
    width:min(calc(100% - var(--re-page-gutter) - var(--re-page-gutter)),var(--re-container))!important;
    inline-size:min(calc(100% - var(--re-page-gutter) - var(--re-page-gutter)),var(--re-container))!important;
    max-width:var(--re-container)!important;
    max-inline-size:var(--re-container)!important;
    margin-inline:auto!important;
}
.re-narrow{
    width:min(calc(100% - var(--re-page-gutter) - var(--re-page-gutter)),820px)!important;
    inline-size:min(calc(100% - var(--re-page-gutter) - var(--re-page-gutter)),820px)!important;
    max-width:820px!important;
    max-inline-size:820px!important;
    margin-inline:auto!important;
}
.re-header-row{
    width:min(calc(100% - var(--re-header-gutter) - var(--re-header-gutter)),1280px)!important;
    inline-size:min(calc(100% - var(--re-header-gutter) - var(--re-header-gutter)),1280px)!important;
    max-width:1280px!important;
    max-inline-size:1280px!important;
    margin-inline:auto!important;
}

/* Full-bleed bands keep their backgrounds; only their content receives breathing room. */
.re-announcement{
    padding-inline:max(20px,env(safe-area-inset-left),env(safe-area-inset-right));
}
.re-page-hero,
.re-hero,
.re-section,
.re-trust-strip,
.re-site-footer{
    min-width:0;
}

/* Extra component containment for WooCommerce and editorial content. */
.re-entry-content,
.re-page-woocommerce,
.re-product-story,
.woocommerce-notices-wrapper,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout,
.woocommerce-MyAccount-content{
    min-width:0;
    max-width:100%;
}

@media (max-width:980px){
    :root{
        --re-page-gutter:22px;
        --re-header-gutter:18px;
    }
    .re-container,
    .re-woocommerce-shell{
        width:calc(100% - 44px)!important;
        inline-size:calc(100% - 44px)!important;
        max-width:calc(100% - 44px)!important;
        max-inline-size:calc(100% - 44px)!important;
    }
    .re-narrow{
        width:calc(100% - 44px)!important;
        inline-size:calc(100% - 44px)!important;
        max-width:820px!important;
        max-inline-size:820px!important;
    }
    .re-header-row{
        width:calc(100% - 36px)!important;
        inline-size:calc(100% - 36px)!important;
        max-width:calc(100% - 36px)!important;
        max-inline-size:calc(100% - 36px)!important;
    }
    .re-mobile-nav-head,
    .re-mobile-nav-scroll,
    .re-mobile-nav-foot{
        padding-inline:22px!important;
    }
    .re-cart-drawer__header,
    .re-cart-drawer__items,
    .re-cart-recommendations,
    .re-cart-drawer__footer{
        padding-left:22px!important;
        padding-right:22px!important;
    }
    .re-mobile-buybar,
    .re-mobile-cart-checkout{
        padding-left:max(20px,env(safe-area-inset-left))!important;
        padding-right:max(20px,env(safe-area-inset-right))!important;
    }
}

@media (max-width:430px){
    :root{
        --re-page-gutter:20px;
        --re-header-gutter:16px;
    }
    .re-container,
    .re-woocommerce-shell,
    .re-narrow{
        width:calc(100% - 40px)!important;
        inline-size:calc(100% - 40px)!important;
        max-width:calc(100% - 40px)!important;
        max-inline-size:calc(100% - 40px)!important;
    }
    .re-header-row{
        width:calc(100% - 32px)!important;
        inline-size:calc(100% - 32px)!important;
        max-width:calc(100% - 32px)!important;
        max-inline-size:calc(100% - 32px)!important;
    }
    .re-mobile-nav-head,
    .re-mobile-nav-scroll,
    .re-mobile-nav-foot{
        padding-inline:20px!important;
    }
    .re-cart-drawer__header,
    .re-cart-drawer__items,
    .re-cart-recommendations,
    .re-cart-drawer__footer{
        padding-left:20px!important;
        padding-right:20px!important;
    }
}

@media (max-width:360px){
    :root{
        --re-page-gutter:18px;
        --re-header-gutter:14px;
    }
    .re-container,
    .re-woocommerce-shell,
    .re-narrow{
        width:calc(100% - 36px)!important;
        inline-size:calc(100% - 36px)!important;
        max-width:calc(100% - 36px)!important;
        max-inline-size:calc(100% - 36px)!important;
    }
    .re-header-row{
        width:calc(100% - 28px)!important;
        inline-size:calc(100% - 28px)!important;
        max-width:calc(100% - 28px)!important;
        max-inline-size:calc(100% - 28px)!important;
    }
}


/* v1.3.6 authoritative mobile single-product layout repair */
@media (max-width:850px){
    body.single-product{
        overflow-x:hidden!important;
        padding-bottom:86px;
    }
    body.single-product .re-site-main,
    body.single-product .re-woocommerce-shell,
    body.single-product .re-woocommerce-shell div.product,
    body.single-product .re-woocommerce-shell div.product > *,
    body.single-product .woocommerce-product-gallery,
    body.single-product .summary,
    body.single-product .re-product-story{
        box-sizing:border-box!important;
        min-width:0!important;
        max-width:100%!important;
    }
    body.single-product .re-woocommerce-shell{
        width:calc(100% - 40px)!important;
        inline-size:calc(100% - 40px)!important;
        margin-inline:auto!important;
        padding:24px 0 52px!important;
        overflow:visible!important;
    }
    body.single-product .re-woocommerce-shell div.product{
        display:grid!important;
        grid-template-columns:minmax(0,1fr)!important;
        gap:24px!important;
        width:100%!important;
        inline-size:100%!important;
        margin:0!important;
        padding:0!important;
        overflow:visible!important;
    }
    body.single-product .re-woocommerce-shell div.product > .woocommerce-product-gallery,
    body.single-product .re-woocommerce-shell div.product > .summary,
    body.single-product .re-woocommerce-shell div.product > .re-product-story,
    body.single-product .re-woocommerce-shell div.product > .related,
    body.single-product .re-woocommerce-shell div.product > .upsells{
        grid-column:1!important;
        width:100%!important;
        inline-size:100%!important;
        margin:0!important;
        justify-self:stretch!important;
    }

    /* Gallery: keep WooCommerce's slider mechanics but contain every slide. */
    body.single-product .woocommerce-product-gallery{
        position:relative!important;
        float:none!important;
        overflow:hidden!important;
    }
    body.single-product .woocommerce-product-gallery .flex-viewport,
    body.single-product .woocommerce-product-gallery__wrapper{
        max-width:100%!important;
        overflow:hidden!important;
        border-radius:18px!important;
    }
    body.single-product .woocommerce-product-gallery__image,
    body.single-product .woocommerce-product-gallery__image a{
        display:block!important;
        min-width:0!important;
        max-width:100%!important;
        overflow:hidden!important;
    }
    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .woocommerce-product-gallery img{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        margin:0!important;
        object-fit:contain!important;
    }
    body.single-product .flex-control-thumbs{
        display:grid!important;
        grid-template-columns:repeat(4,minmax(0,1fr))!important;
        gap:8px!important;
        width:100%!important;
        margin:10px 0 0!important;
        padding:0!important;
        overflow:hidden!important;
    }
    body.single-product .flex-control-thumbs li{
        float:none!important;
        width:auto!important;
        min-width:0!important;
        margin:0!important;
    }
    body.single-product .flex-control-thumbs img{
        aspect-ratio:1!important;
        border:1px solid var(--re-line)!important;
        border-radius:10px!important;
        object-fit:cover!important;
    }

    /* Summary and text hierarchy. */
    body.single-product div.product .summary{
        position:static!important;
        float:none!important;
        width:100%!important;
        padding:0!important;
        overflow:visible!important;
    }
    body.single-product div.product .product_title{
        max-width:100%!important;
        margin:0 0 12px!important;
        font-size:clamp(2rem,10vw,2.75rem)!important;
        line-height:1.02!important;
        letter-spacing:-.045em!important;
        overflow-wrap:anywhere!important;
        word-break:normal!important;
    }
    body.single-product div.product p.price,
    body.single-product div.product span.price{
        display:block!important;
        max-width:100%!important;
        margin:0 0 16px!important;
        font-size:1.55rem!important;
        line-height:1.2!important;
        overflow-wrap:anywhere!important;
    }
    body.single-product .woocommerce-product-details__short-description,
    body.single-product .woocommerce-product-details__short-description *{
        max-width:100%!important;
        overflow-wrap:anywhere!important;
    }

    /* Quantity and primary CTA remain inside one real mobile row. */
    body.single-product div.product form.cart{
        display:grid!important;
        grid-template-columns:126px minmax(0,1fr)!important;
        align-items:stretch!important;
        gap:10px!important;
        width:100%!important;
        max-width:100%!important;
        margin:22px 0 0!important;
    }
    body.single-product div.product form.cart .quantity{
        display:grid!important;
        grid-template-columns:40px 46px 40px!important;
        width:126px!important;
        min-width:126px!important;
        max-width:126px!important;
        height:54px!important;
        overflow:hidden!important;
    }
    body.single-product div.product form.cart .quantity .re-qty-step{
        width:40px!important;
        height:52px!important;
        min-width:0!important;
    }
    body.single-product div.product form.cart .quantity .qty{
        width:46px!important;
        min-width:0!important;
        max-width:46px!important;
        min-height:52px!important;
        padding:0!important;
        border:0!important;
        text-align:center!important;
    }
    body.single-product div.product form.cart .single_add_to_cart_button{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        min-height:54px!important;
        margin:0!important;
        padding:0 16px!important;
        white-space:normal!important;
        text-align:center!important;
    }

    /* Benefits, facts and metadata must wrap instead of extending the canvas. */
    body.single-product .re-product-value-points,
    body.single-product .re-product-facts{
        grid-template-columns:minmax(0,1fr)!important;
        width:100%!important;
        max-width:100%!important;
    }
    body.single-product .re-purchase-reassurance{
        display:grid!important;
        gap:12px!important;
        width:100%!important;
        max-width:100%!important;
        margin:18px 0 0!important;
        padding:17px!important;
        overflow:hidden!important;
    }
    body.single-product .re-purchase-reassurance li{
        display:grid!important;
        grid-template-columns:22px minmax(0,1fr)!important;
        gap:8px!important;
        margin:0!important;
        min-width:0!important;
        max-width:100%!important;
        line-height:1.45!important;
        overflow-wrap:anywhere!important;
    }
    body.single-product .re-purchase-reassurance li::before{
        margin:0!important;
    }
    body.single-product .product_meta{
        display:flex!important;
        flex-wrap:wrap!important;
        gap:7px 10px!important;
        width:100%!important;
        max-width:100%!important;
        overflow-wrap:anywhere!important;
    }

    /* Product information tabs and panels. */
    body.single-product .re-product-story{
        width:100%!important;
        inline-size:100%!important;
        margin:28px 0 0!important;
        overflow:visible!important;
    }
    body.single-product .re-product-story__nav{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:7px!important;
        width:100%!important;
        max-width:100%!important;
        margin:0 0 18px!important;
        padding:7px!important;
        overflow:hidden!important;
    }
    body.single-product .re-product-story__nav button{
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        min-height:46px!important;
        padding:8px 6px!important;
        overflow-wrap:anywhere!important;
    }
    body.single-product .re-product-story__panels,
    body.single-product .re-product-story__section,
    body.single-product .re-product-overview__grid,
    body.single-product .re-product-overview__copy,
    body.single-product .re-product-overview__cards,
    body.single-product .re-included-grid,
    body.single-product .re-compatibility-strip,
    body.single-product .re-product-steps,
    body.single-product .re-faq{
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
    }
    body.single-product .re-product-story__section{
        padding:18px 0 6px!important;
        overflow:visible!important;
    }
    body.single-product .re-product-story__heading{
        max-width:100%!important;
        margin-bottom:20px!important;
    }
    body.single-product .re-product-story__heading h2{
        max-width:100%!important;
        font-size:clamp(1.75rem,8vw,2.35rem)!important;
        line-height:1.05!important;
        overflow-wrap:anywhere!important;
    }
    body.single-product .re-product-overview__grid,
    body.single-product .re-included-grid,
    body.single-product .re-compatibility-strip,
    body.single-product .re-product-steps{
        display:grid!important;
        grid-template-columns:minmax(0,1fr)!important;
        gap:12px!important;
    }
    body.single-product .re-product-overview__cards > div,
    body.single-product .re-included-card,
    body.single-product .re-compatibility-strip > div,
    body.single-product .re-product-steps > div,
    body.single-product .re-product-policy-note{
        min-width:0!important;
        max-width:100%!important;
        overflow-wrap:anywhere!important;
    }

    /* Sticky purchase bar: contained, hidden until JS explicitly reveals it. */
    body.single-product .re-mobile-buybar{
        box-sizing:border-box!important;
        left:0!important;
        right:0!important;
        bottom:0!important;
        width:100%!important;
        max-width:100%!important;
        padding:10px 20px calc(10px + env(safe-area-inset-bottom))!important;
        gap:12px!important;
        overflow:hidden!important;
    }
    body.single-product .re-mobile-buybar > div{
        flex:1 1 auto!important;
        min-width:0!important;
        max-width:calc(100% - 150px)!important;
    }
    body.single-product .re-mobile-buybar > div span,
    body.single-product .re-mobile-buybar > div strong{
        display:block!important;
        max-width:100%!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__button{
        flex:0 0 142px!important;
        min-width:142px!important;
        max-width:142px!important;
        min-height:50px!important;
        padding:0 14px!important;
        white-space:normal!important;
        text-align:center!important;
    }
}

@media (max-width:420px){
    body.single-product .re-woocommerce-shell{
        width:calc(100% - 36px)!important;
        inline-size:calc(100% - 36px)!important;
    }
    body.single-product div.product form.cart{
        grid-template-columns:116px minmax(0,1fr)!important;
    }
    body.single-product div.product form.cart .quantity{
        grid-template-columns:37px 42px 37px!important;
        width:116px!important;
        min-width:116px!important;
        max-width:116px!important;
    }
    body.single-product div.product form.cart .quantity .re-qty-step{
        width:37px!important;
    }
    body.single-product div.product form.cart .quantity .qty{
        width:42px!important;
        max-width:42px!important;
    }
    body.single-product .re-mobile-buybar{
        padding-left:16px!important;
        padding-right:16px!important;
    }
    body.single-product .re-mobile-buybar > div{
        max-width:calc(100% - 138px)!important;
    }
    body.single-product .re-mobile-buybar__button{
        flex-basis:130px!important;
        min-width:130px!important;
        max-width:130px!important;
    }
}


/* v1.3.8 dependable mobile product-gallery viewer */
@media (max-width:850px){
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready{
        overflow:visible!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .flex-viewport{
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        min-height:0!important;
        overflow:hidden!important;
        border:1px solid var(--re-line)!important;
        border-radius:18px!important;
        background:#fff!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .woocommerce-product-gallery__wrapper{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        margin:0!important;
        padding:0!important;
        transform:none!important;
        transition:none!important;
        overflow:hidden!important;
        border:0!important;
        border-radius:0!important;
        background:#fff!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .woocommerce-product-gallery__image{
        display:none!important;
        float:none!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        height:auto!important;
        margin:0!important;
        padding:0!important;
        transform:none!important;
        opacity:1!important;
        visibility:visible!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .woocommerce-product-gallery__image.re-mobile-gallery-active{
        display:block!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .woocommerce-product-gallery__image > a{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        line-height:0!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .woocommerce-product-gallery__image img{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        max-height:none!important;
        margin:0!important;
        object-fit:contain!important;
        opacity:1!important;
        visibility:visible!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .woocommerce-product-gallery__trigger{
        z-index:5!important;
    }
    body.single-product .re-mobile-gallery-controls{
        display:grid;
        grid-template-columns:48px 1fr 48px;
        align-items:center;
        gap:10px;
        width:100%;
        margin:10px 0 0;
    }
    body.single-product .re-mobile-gallery-control{
        display:grid;
        place-items:center;
        width:48px;
        height:44px;
        padding:0;
        border:1px solid var(--re-line);
        border-radius:999px;
        background:#fff;
        color:var(--re-ink);
        font-size:1.3rem;
        font-weight:900;
        cursor:pointer;
    }
    body.single-product .re-mobile-gallery-control:disabled{
        opacity:.38;
        cursor:not-allowed;
    }
    body.single-product .re-mobile-gallery-status{
        color:var(--re-muted);
        font-size:.84rem;
        font-weight:800;
        text-align:center;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .flex-control-thumbs{
        margin-top:12px!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .flex-control-thumbs img{
        display:block!important;
        width:100%!important;
        height:auto!important;
        aspect-ratio:1!important;
        object-fit:cover!important;
        opacity:.64!important;
        cursor:pointer!important;
        transition:opacity .16s ease,border-color .16s ease,box-shadow .16s ease!important;
    }
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .flex-control-thumbs img.flex-active,
    body.single-product .woocommerce-product-gallery.re-mobile-gallery-ready .flex-control-thumbs img.re-mobile-thumb-active{
        opacity:1!important;
        border-color:var(--re-accent)!important;
        box-shadow:0 0 0 2px rgba(108,76,241,.16)!important;
    }
}


/* v1.3.9 purposeful product recommendations */
body.single-product .re-woocommerce-shell div.product > .re-application-complements{
	grid-column:1/-1!important;
	width:100%!important;
	max-width:100%!important;
	margin:34px 0 10px!important;
}
.re-application-complements{
	padding:clamp(24px,4vw,42px);
	border:1px solid var(--re-line);
	border-radius:24px;
	background:linear-gradient(145deg,#faf8ff 0%,#fff 56%,#f5f2ff 100%);
	box-shadow:0 20px 58px rgba(31,22,52,.07);
}
.re-application-complements__header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:28px;
	margin-bottom:24px;
}
.re-application-complements__header>div{max-width:780px}
.re-application-complements__header h2{
	max-width:760px;
	margin:8px 0 10px;
	font-size:clamp(1.9rem,3.4vw,3.2rem);
	line-height:1.04;
	letter-spacing:-.045em;
}
.re-application-complements__header p{max-width:720px;margin:0;color:var(--re-muted);font-size:1rem;line-height:1.7}
.re-application-complements__shop{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	min-height:48px;
	padding:0 19px;
	border:1px solid #d9d1e7;
	border-radius:999px;
	background:#fff;
	color:var(--re-ink);
	text-decoration:none;
	font-weight:850;
	white-space:nowrap;
}
.re-application-complements__shop:hover{border-color:var(--re-accent);color:var(--re-accent-dark)}
.re-application-complements__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.re-complement-card{
	display:flex;
	flex-direction:column;
	min-width:0;
	overflow:hidden;
	border:1px solid #e2dceb;
	border-radius:18px;
	background:#fff;
	box-shadow:0 10px 30px rgba(27,19,45,.05);
	transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.re-complement-card:hover{transform:translateY(-3px);border-color:#cfc2e5;box-shadow:0 18px 42px rgba(27,19,45,.1)}
.re-complement-card__image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#f4f1f8}
.re-complement-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.re-complement-card:hover .re-complement-card__image img{transform:scale(1.025)}
.re-complement-card__image span{
	position:absolute;
	left:12px;
	bottom:12px;
	display:inline-flex;
	max-width:calc(100% - 24px);
	padding:7px 10px;
	border-radius:999px;
	background:rgba(18,14,27,.88);
	color:#fff;
	font-size:.68rem;
	font-weight:900;
	letter-spacing:.02em;
	line-height:1.2;
	backdrop-filter:blur(6px);
}
.re-complement-card__body{display:flex;flex:1;flex-direction:column;padding:17px}
.re-complement-card__title{color:var(--re-ink);text-decoration:none;font-size:1.05rem;font-weight:900;line-height:1.25}
.re-complement-card__title:hover{color:var(--re-accent-dark)}
.re-complement-card__body p{margin:9px 0 14px;color:var(--re-muted);font-size:.85rem;line-height:1.55}
.re-complement-card__price{margin-top:auto;color:var(--re-ink);font-size:1.05rem;font-weight:900}
.re-complement-card__actions{display:grid;gap:8px;margin-top:14px}
.re-complement-card__add{
	display:flex!important;
	align-items:center;
	justify-content:center;
	width:100%!important;
	min-height:46px;
	padding:9px 13px!important;
	border:0!important;
	border-radius:999px!important;
	background:var(--re-accent)!important;
	color:#fff!important;
	text-align:center;
	font-size:.78rem!important;
	font-weight:900!important;
	line-height:1.25!important;
	box-shadow:0 10px 24px rgba(108,76,241,.2);
}
.re-complement-card__add:hover{filter:brightness(.95)}
.re-complement-card__details{display:flex;align-items:center;justify-content:center;min-height:40px;color:var(--re-ink);font-size:.78rem;font-weight:800;text-decoration:none}
.re-complement-card__details:hover{color:var(--re-accent-dark);text-decoration:underline;text-underline-offset:3px}
@media(max-width:1050px){.re-application-complements__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){
	.re-application-complements{padding:21px 18px;border-radius:20px}
	.re-application-complements__header{align-items:stretch;flex-direction:column;gap:16px}
	.re-application-complements__header h2{font-size:clamp(1.75rem,8vw,2.35rem)}
	.re-application-complements__shop{width:100%;white-space:normal}
	.re-application-complements__grid{grid-template-columns:1fr;gap:14px}
	.re-complement-card{display:grid;grid-template-columns:112px minmax(0,1fr)}
	.re-complement-card__image{height:100%;min-height:190px;aspect-ratio:auto}
	.re-complement-card__image span{left:8px;right:8px;bottom:8px;max-width:none;border-radius:10px;font-size:.6rem;text-align:center}
	.re-complement-card__body{padding:14px}
}
@media(max-width:430px){
	.re-complement-card{grid-template-columns:96px minmax(0,1fr)}
	.re-complement-card__body p{font-size:.8rem}
	.re-complement-card__add{font-size:.72rem!important}
}

/* v1.4.0 structured, conversion-focused checkout */
body.woocommerce-checkout:not(.woocommerce-order-received){background:#fbfafc}
.re-page-woocommerce--checkout{padding-top:clamp(18px,2.4vw,30px);padding-bottom:clamp(72px,8vw,118px)}
.re-page-woocommerce--checkout>.re-entry-content{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;max-width:none!important}
.re-page-woocommerce--checkout .woocommerce{max-width:none}

.re-checkout-intro{display:grid;gap:13px;margin:0 0 14px;padding:17px 20px;border:1px solid #e1dbe8;border-radius:18px;background:#fff;box-shadow:0 10px 32px rgba(31,24,48,.045)}
.re-checkout-intro__top{display:flex;align-items:center;justify-content:space-between;gap:22px}
.re-checkout-intro__copy{min-width:0;max-width:720px}
.re-checkout-intro__copy .re-eyebrow{margin-bottom:4px;font-size:.72rem}
.re-checkout-intro__copy h1{margin:0;font-size:clamp(1.7rem,2.7vw,2.3rem);line-height:1.05;letter-spacing:-.035em}
.re-checkout-intro__copy p{max-width:720px;margin:6px 0 0;color:var(--re-muted);font-size:.9rem;line-height:1.48}
.re-checkout-intro__trust{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:430px}
.re-checkout-intro__trust span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid #e0d9e8;border-radius:999px;background:#faf9fc;color:var(--re-ink);font-size:.71rem;font-weight:850;white-space:nowrap}

.re-checkout-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;border:1px solid #e6e0eb;border-radius:13px;background:#fff;list-style:none;overflow:hidden}
.re-checkout-progress li{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);column-gap:9px;align-items:center;min-width:0;padding:9px 13px}
.re-checkout-progress li+li{border-left:1px solid #ebe6ef}
.re-checkout-progress li>span{display:grid;place-items:center;width:27px;height:27px;border:1px solid #d9d1e6;border-radius:50%;background:#fff;color:var(--re-muted);font-size:.76rem;font-weight:900}
.re-checkout-progress strong{min-width:0;font-size:.78rem;line-height:1.2}
.re-checkout-progress small{display:none}
.re-checkout-progress .is-complete>span{border-color:#cfe9de;background:#eaf8f2;color:var(--re-success)}
.re-checkout-progress .is-current{background:#faf8ff}
.re-checkout-progress .is-current>span{border-color:var(--re-accent);background:var(--re-accent);color:#fff;box-shadow:0 6px 15px rgba(108,76,241,.2)}

/* Compact account and coupon options instead of oversized notice cards. */
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle{margin:0 0 10px!important}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{min-height:0!important;margin:0!important;padding:12px 15px 12px 44px!important;border:1px solid #e0d9e9!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;color:var(--re-muted)!important;font-size:.9rem;line-height:1.4}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before{top:50%!important;left:16px!important;transform:translateY(-50%);color:var(--re-accent)!important}
.woocommerce-checkout .woocommerce-form-login-toggle a,
.woocommerce-checkout .woocommerce-form-coupon-toggle a{color:var(--re-accent-dark);font-weight:850;text-decoration-thickness:.06em}
.woocommerce-checkout form.login,
.woocommerce-checkout form.checkout_coupon{margin:0 0 14px!important;padding:20px!important;border:1px solid #ded7e8!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 30px rgba(31,24,48,.04)}
.woocommerce-checkout form.checkout_coupon{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
.woocommerce-checkout form.checkout_coupon>p:first-child{grid-column:1/-1;margin:0;color:var(--re-muted)}
.woocommerce-checkout form.checkout_coupon .form-row{float:none!important;width:auto!important;margin:0!important}
.woocommerce-checkout form.checkout_coupon .button{min-height:50px;padding:0 22px!important;border-radius:999px!important;background:var(--re-ink)!important;color:#fff!important;font-weight:850!important}

/* The checkout form has exactly two structural children: details and order review. */
.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr)!important;gap:clamp(24px,3vw,38px)!important;align-items:start!important;margin:26px 0 0!important;padding:0!important;border:0!important;background:transparent!important}
.woocommerce-checkout #customer_details{grid-column:1!important;display:block!important;min-width:0;margin:0!important;padding:clamp(22px,3vw,32px)!important;border:1px solid #ded7e8!important;border-radius:22px!important;background:#fff!important;box-shadow:0 16px 48px rgba(31,24,48,.055)!important}
.woocommerce-checkout #order_review{grid-column:2!important;position:sticky!important;top:94px!important;min-width:0;margin:0!important;padding:clamp(20px,2.4vw,28px)!important;border:1px solid #d8cee5!important;border-radius:22px!important;background:#fff!important;box-shadow:0 20px 56px rgba(31,24,48,.09)!important;overflow:hidden}
.woocommerce-checkout #order_review_heading{display:none!important}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{float:none!important;width:100%!important;margin:0!important;padding:0!important}
.woocommerce-checkout #customer_details .col-2:empty{display:none!important}
.woocommerce-checkout #customer_details .col-2{margin-top:22px!important;padding-top:22px!important;border-top:1px solid var(--re-line)!important}

.re-checkout-section-heading{display:flex;align-items:flex-start;gap:13px;margin:0 0 24px;padding:0 0 20px;border-bottom:1px solid var(--re-line)}
.re-checkout-section-heading__number{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:var(--re-soft);color:var(--re-accent-dark);font-size:.92rem;font-weight:900}
.re-checkout-section-heading h2{margin:0;font-size:clamp(1.3rem,2.3vw,1.7rem);line-height:1.15;letter-spacing:-.025em}
.re-checkout-section-heading p{margin:6px 0 0;color:var(--re-muted);font-size:.88rem;line-height:1.5}
.re-checkout-section-heading--summary{margin-bottom:4px;padding-bottom:17px}
.re-checkout-section-heading--summary .re-checkout-section-heading__number{background:var(--re-accent);color:#fff}

.woocommerce-checkout .woocommerce-billing-fields>h3{display:none!important}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 16px!important}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{float:none!important;width:auto!important;min-width:0;margin:0!important;padding:0!important}
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field{grid-column:1/-1}
.woocommerce-checkout label{display:block!important;margin:0 0 7px!important;color:var(--re-ink)!important;font-size:.84rem!important;font-weight:850!important;line-height:1.35!important}
.woocommerce-checkout .required{color:var(--re-danger)!important}
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single{width:100%!important;min-height:52px!important;margin:0!important;border:1px solid #d7cfdf!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;color:var(--re-ink)!important}
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea{padding:11px 14px!important}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{padding:10px 38px 10px 14px!important;line-height:30px!important;color:var(--re-ink)!important}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{top:50%!important;right:10px!important;transform:translateY(-50%)}
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--open .select2-selection--single{border-color:var(--re-accent)!important;box-shadow:0 0 0 4px rgba(108,76,241,.11)!important;outline:none!important}
.woocommerce-checkout .woocommerce-input-wrapper{display:block;width:100%}

.re-checkout-summary-intro{margin:0}
.woocommerce-checkout-review-order-table{width:100%!important;margin:12px 0 0!important;border:0!important;border-collapse:collapse!important;background:transparent!important}
.woocommerce-checkout-review-order-table thead th{padding:9px 0 11px!important;border:0!important;border-bottom:1px solid var(--re-line)!important;color:var(--re-muted)!important;font-size:.7rem!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important}
.woocommerce-checkout-review-order-table tbody td{padding:15px 0!important;border:0!important;border-bottom:1px solid #eee9f2!important;vertical-align:top!important}
.woocommerce-checkout-review-order-table .product-name{padding-right:16px!important;color:var(--re-ink)!important;font-weight:800!important;line-height:1.45!important}
.woocommerce-checkout-review-order-table .product-quantity{display:inline-block;margin-left:4px;color:var(--re-muted);font-weight:700}
.woocommerce-checkout-review-order-table .product-total{text-align:right!important;white-space:nowrap!important;font-weight:850!important}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td{padding:11px 0!important;border:0!important;border-bottom:1px solid #eee9f2!important}
.woocommerce-checkout-review-order-table tfoot th{color:var(--re-muted)!important;font-size:.86rem!important;font-weight:750!important;text-align:left!important}
.woocommerce-checkout-review-order-table tfoot td{text-align:right!important;white-space:nowrap!important;font-weight:850!important}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td{padding-top:15px!important;border-bottom:0!important;color:var(--re-ink)!important;font-size:1.05rem!important;font-weight:900!important}
.woocommerce-checkout-review-order-table .order-total .amount{font-size:1.35rem!important}
.woocommerce-checkout .woocommerce-shipping-totals{display:none!important}

.woocommerce-checkout #payment{margin:18px 0 0!important;border:1px solid #e2dbea!important;border-radius:17px!important;background:#faf9fc!important;overflow:hidden!important}
.woocommerce-checkout #payment ul.payment_methods{margin:0!important;padding:10px 14px!important;border:0!important;background:transparent!important;list-style:none!important}
.woocommerce-checkout #payment ul.payment_methods li{position:relative;margin:0!important;padding:14px 8px!important;border-bottom:1px solid #ebe5f0!important;background:transparent!important}
.woocommerce-checkout #payment ul.payment_methods li:last-child{border-bottom:0!important}
.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]{margin:0 9px 0 0!important;accent-color:var(--re-accent);transform:scale(1.08)}
.woocommerce-checkout #payment ul.payment_methods li>label{display:inline!important;margin:0!important;font-size:.9rem!important;font-weight:850!important;cursor:pointer}
.woocommerce-checkout #payment ul.payment_methods li img{float:none!important;max-height:27px!important;width:auto!important;margin:0 0 0 8px!important;vertical-align:middle!important}
.woocommerce-checkout #payment div.payment_box{margin:12px 0 0!important;padding:13px 14px!important;border:1px solid #e5def0!important;border-radius:12px!important;background:#fff!important;color:var(--re-muted)!important;font-size:.84rem!important;line-height:1.5!important}
.woocommerce-checkout #payment div.payment_box::before{display:none!important}
.woocommerce-checkout #payment .place-order{margin:0!important;padding:18px!important;border-top:1px solid #e7e1ed!important;background:#fff!important}
.woocommerce-checkout #payment .place-order .button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:58px!important;margin:14px 0 0!important;padding:0 20px!important;border:0!important;border-radius:999px!important;background:var(--re-accent)!important;color:#fff!important;box-shadow:0 16px 34px rgba(108,76,241,.28)!important;font-size:1rem!important;font-weight:900!important;line-height:1.2!important;text-align:center!important}
.woocommerce-checkout #payment .place-order .button:hover{background:var(--re-accent-dark)!important;color:#fff!important;transform:translateY(-1px)}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin:0!important}
.woocommerce-checkout .woocommerce-privacy-policy-text p{margin:0!important;color:var(--re-muted)!important;font-size:.78rem!important;line-height:1.5!important}
.woocommerce-checkout .woocommerce-privacy-policy-text a{color:var(--re-accent-dark)!important;font-weight:750!important}
.re-checkout-reassurance{margin:14px 0 0!important;padding:13px 14px!important;border:1px solid #e3dbea!important;border-radius:13px!important;background:#faf8ff!important}
.re-checkout-reassurance ul{display:grid!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important}
.re-checkout-reassurance li{position:relative!important;padding-left:21px!important;color:var(--re-muted)!important;font-size:.78rem!important;line-height:1.45!important}
.re-checkout-reassurance li::before{content:'✓';position:absolute;left:0;top:0;color:var(--re-success);font-weight:900}

/* Error and validation feedback remains visible but compact. */
.woocommerce-checkout .woocommerce-error{margin:0 0 18px!important;padding:15px 17px 15px 48px!important;border:1px solid #f0ccd2!important;border-radius:14px!important;background:#fff7f8!important;color:#7b2935!important}
.woocommerce-checkout .woocommerce-error::before{left:17px!important;top:16px!important;color:var(--re-danger)!important}
.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout .form-row.woocommerce-invalid .select2-selection{border-color:var(--re-danger)!important;box-shadow:0 0 0 3px rgba(164,62,76,.09)!important}

@media (max-width:980px){
  .re-checkout-intro__top{align-items:flex-start;flex-wrap:wrap;gap:13px}
  .re-checkout-intro__trust{justify-content:flex-start;max-width:none}
  .woocommerce-checkout form.checkout{grid-template-columns:1fr!important;gap:22px!important}
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review{grid-column:1!important}
  .woocommerce-checkout #order_review{position:static!important;top:auto!important}
}

@media (max-width:640px){
  .re-page-woocommerce--checkout{padding-top:16px;padding-bottom:76px}
  .re-checkout-intro{gap:11px;padding:15px;border-radius:16px}
  .re-checkout-intro__copy h1{font-size:1.65rem}
  .re-checkout-intro__copy p{font-size:.84rem;line-height:1.42}
  .re-checkout-intro__trust{gap:6px;width:100%}
  .re-checkout-intro__trust span{min-height:29px;padding:0 9px;font-size:.66rem;white-space:normal;text-align:center}
  .re-checkout-progress{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:12px}
  .re-checkout-progress li{grid-template-columns:24px minmax(0,1fr);gap:6px;min-height:0;padding:8px 8px}
  .re-checkout-progress li+li{border-left:1px solid #e9e3ef;border-top:0}
  .re-checkout-progress li>span{width:23px;height:23px;font-size:.68rem}
  .re-checkout-progress strong{font-size:.69rem;white-space:nowrap}
  .woocommerce-checkout form.checkout_coupon{grid-template-columns:1fr}
  .woocommerce-checkout form.checkout_coupon .button{width:100%}
  .woocommerce-checkout form.checkout{margin-top:20px!important}
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review{padding:18px!important;border-radius:18px!important}
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr!important;gap:14px!important}
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{grid-column:1!important}
  .re-checkout-section-heading{gap:11px;margin-bottom:19px;padding-bottom:17px}
  .re-checkout-section-heading__number{flex-basis:34px;width:34px;height:34px;border-radius:10px}
  .re-checkout-section-heading p{font-size:.82rem}
  .woocommerce-checkout-review-order-table .product-name{padding-right:10px!important;font-size:.86rem!important}
  .woocommerce-checkout-review-order-table .product-total{font-size:.86rem!important}
  .woocommerce-checkout #payment ul.payment_methods{padding:8px 11px!important}
  .woocommerce-checkout #payment .place-order{padding:15px!important}
}


/* v1.5.0 order confirmation, payment status and download experience */
.re-order-received-page .re-page-hero--commerce{display:none}
.re-order-received-page .re-page-woocommerce{padding-top:42px;padding-bottom:84px}
.re-order-received-page .woocommerce{max-width:1120px;margin-inline:auto}
.re-order-status-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;margin:0 0 24px;padding:24px;border:1px solid #d9d0e5;border-radius:22px;background:linear-gradient(135deg,#fff,#faf8ff);box-shadow:0 18px 56px rgba(28,20,43,.07)}
.re-order-status-card__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#eef9f1;color:#19753b;font-size:1.65rem;font-weight:950}
.re-order-status-card.is-pending .re-order-status-card__icon{background:#fff7e8;color:#946000}
.re-order-status-card.is-error .re-order-status-card__icon{background:#fff0f0;color:#a92b2b}
.re-order-status-card__eyebrow{display:block;margin-bottom:5px;color:var(--re-accent-dark);font-size:.7rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.re-order-status-card h2{margin:0 0 7px;font-size:clamp(1.65rem,3vw,2.3rem);letter-spacing:-.035em}
.re-order-status-card p{max-width:720px;margin:0;color:var(--re-muted)}
.re-order-status-card__number{display:grid;gap:3px;min-width:150px;padding:13px 15px;border:1px solid var(--re-line);border-radius:14px;background:#fff;text-align:right}
.re-order-status-card__number small{color:var(--re-muted);font-weight:700}
.re-order-status-card__number strong{font-size:1.05rem}
.re-order-received-page .woocommerce-notice--success.woocommerce-thankyou-order-received{margin:0 0 18px;padding:15px 18px!important;border:1px solid #cfe9d7!important;border-radius:14px!important;background:#f4fbf6!important;color:#285f39!important;font-weight:750}
.re-order-received-page .woocommerce-order-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 26px!important;padding:0!important;list-style:none}
.re-order-received-page .woocommerce-order-overview li{display:grid;gap:5px;float:none!important;width:auto!important;margin:0!important;padding:15px!important;border:1px solid var(--re-line)!important;border-radius:14px;background:#fff;color:var(--re-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.re-order-received-page .woocommerce-order-overview li strong{color:var(--re-ink);font-size:.98rem;letter-spacing:0;text-transform:none;overflow-wrap:anywhere}
.re-order-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}
.re-order-section-head h2{margin:5px 0 6px;font-size:clamp(1.55rem,3vw,2.1rem);letter-spacing:-.035em}
.re-order-section-head p{max-width:720px;margin:0;color:var(--re-muted)}
.re-order-downloads,.re-order-next-steps{margin:26px 0;padding:26px;border:1px solid #ddd4ea;border-radius:22px;background:#fff;box-shadow:0 14px 46px rgba(28,20,43,.045)}
.re-order-downloads__count{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;background:var(--re-soft);color:var(--re-accent-dark);font-size:.78rem;font-weight:900;white-space:nowrap}
.re-order-downloads__grid{display:grid;gap:12px}
.re-order-download-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--re-line);border-radius:16px;background:#fcfbff}
.re-order-download-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--re-soft);color:var(--re-accent-dark)}
.re-order-download-card__icon svg{width:21px;height:21px}
.re-order-download-card__copy{display:grid;gap:4px;min-width:0}
.re-order-download-card__copy strong{overflow-wrap:anywhere}
.re-order-download-card__copy small{color:var(--re-muted)}
.re-order-download-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:0 18px;border-radius:999px;background:var(--re-accent);color:#fff;text-decoration:none;font-weight:900;white-space:nowrap;box-shadow:0 10px 24px rgba(108,76,241,.2)}
.re-order-download-card__button:hover{color:#fff;filter:brightness(.95);transform:translateY(-1px)}
.re-order-next-steps__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.re-order-next-steps__grid article{padding:18px;border:1px solid var(--re-line);border-radius:16px;background:#fcfbff}
.re-order-next-steps__grid article>span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:15px;border-radius:50%;background:var(--re-accent);color:#fff;font-weight:950}
.re-order-next-steps__grid h3{margin:0 0 7px;font-size:1.05rem}
.re-order-next-steps__grid p{margin:0;color:var(--re-muted);font-size:.9rem;line-height:1.55}
.re-order-received-page .woocommerce-order-details{margin:26px 0 0;padding:26px;border:1px solid #ddd4ea;border-radius:22px;background:#fff;box-shadow:0 14px 46px rgba(28,20,43,.045)}
.re-order-received-page .woocommerce-order-details__title{margin:0 0 18px;font-size:1.7rem;letter-spacing:-.03em}
.re-order-received-page .woocommerce-table--order-details{margin:0!important;border:0!important}
.re-order-received-page .woocommerce-table--order-details th,.re-order-received-page .woocommerce-table--order-details td{padding:14px 8px!important;border-color:#eee8f4!important}
.re-order-received-page .woocommerce-customer-details{margin:26px 0 0;padding:26px;border:1px solid #ddd4ea;border-radius:22px;background:#fff}
.re-order-support-actions{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:22px;padding:18px;border:1px solid var(--re-line);border-radius:16px;background:linear-gradient(135deg,#faf8ff,#fff)}
.re-order-support-actions p{margin:5px 0 0;color:var(--re-muted)}
.re-order-support-actions__buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}
.re-order-support-actions__buttons .re-button{min-height:46px;padding:0 18px}
.re-order-received-page .woocommerce-thankyou-order-failed{padding:17px!important;border:1px solid #efcaca!important;border-radius:14px!important;background:#fff5f5!important;color:#852828!important}
.re-order-received-page .woocommerce-thankyou-order-failed-actions{display:flex;flex-wrap:wrap;gap:10px;padding:0!important;list-style:none}
.re-order-received-page .woocommerce-thankyou-order-failed-actions li{float:none!important;margin:0!important}
.re-account-downloads-intro{margin:0 0 22px;padding:22px;border-radius:18px;background:linear-gradient(135deg,#f6f2ff,#fff)}
.re-account-downloads-intro h2{margin:6px 0 7px;font-size:1.75rem;letter-spacing:-.03em}
.re-account-downloads-intro p{margin:0;color:var(--re-muted)}
.woocommerce-account .woocommerce-MyAccount-downloads .download-file .button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px!important;background:var(--re-accent)!important;color:#fff!important;font-weight:850!important}
@media(max-width:820px){
 .re-order-status-card{grid-template-columns:auto minmax(0,1fr)}
 .re-order-status-card__number{grid-column:1/-1;text-align:left}
 .re-order-received-page .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))}
 .re-order-next-steps__grid{grid-template-columns:1fr}
 .re-order-support-actions{align-items:flex-start;flex-direction:column}
 .re-order-support-actions__buttons{justify-content:flex-start}
}
@media(max-width:580px){
 .re-order-received-page .re-page-woocommerce{padding-top:24px;padding-bottom:64px}
 .re-order-status-card{grid-template-columns:1fr;padding:19px}
 .re-order-status-card__number{grid-column:auto}
 .re-order-received-page .woocommerce-order-overview{grid-template-columns:1fr}
 .re-order-downloads,.re-order-next-steps,.re-order-received-page .woocommerce-order-details,.re-order-received-page .woocommerce-customer-details{padding:18px;border-radius:18px}
 .re-order-section-head{align-items:flex-start;flex-direction:column}
 .re-order-download-card{grid-template-columns:auto minmax(0,1fr)}
 .re-order-download-card__button{grid-column:1/-1;width:100%}
 .re-order-support-actions__buttons,.re-order-support-actions__buttons .re-button{width:100%}
 .re-order-support-actions__buttons .re-button{justify-content:center}
}


/* v1.5.1 order-action button contrast fix */
.re-order-received-page a.re-order-download-card__button,
.re-order-received-page a.re-order-download-card__button:link,
.re-order-received-page a.re-order-download-card__button:visited,
.re-order-received-page a.re-order-download-card__button:hover,
.re-order-received-page a.re-order-download-card__button:focus,
.re-order-received-page a.re-order-download-card__button:active,
.re-order-received-page .re-order-support-actions__buttons a.re-button:not(.re-button--light),
.re-order-received-page .re-order-support-actions__buttons a.re-button:not(.re-button--light):link,
.re-order-received-page .re-order-support-actions__buttons a.re-button:not(.re-button--light):visited,
.re-order-received-page .re-order-support-actions__buttons a.re-button:not(.re-button--light):hover,
.re-order-received-page .re-order-support-actions__buttons a.re-button:not(.re-button--light):focus,
.re-order-received-page .re-order-support-actions__buttons a.re-button:not(.re-button--light):active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.re-order-received-page .re-order-support-actions__buttons a.re-button--light,
.re-order-received-page .re-order-support-actions__buttons a.re-button--light:link,
.re-order-received-page .re-order-support-actions__buttons a.re-button--light:visited {
    background: #fff !important;
    border-color: var(--re-line) !important;
    color: var(--re-accent-dark) !important;
    -webkit-text-fill-color: var(--re-accent-dark) !important;
}
.re-order-received-page .re-order-support-actions__buttons a.re-button--light:hover,
.re-order-received-page .re-order-support-actions__buttons a.re-button--light:focus,
.re-order-received-page .re-order-support-actions__buttons a.re-button--light:active {
    background: var(--re-accent-dark) !important;
    border-color: var(--re-accent-dark) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* v1.5.2 mobile search belongs inside the navigation drawer only */
.re-mobile-menu-search{display:none}
@media (max-width:980px){
 /* Remove any theme/plugin search control injected into the visible mobile header. */
 .re-header-row>.re-header-search,
 .re-header-row>.search-form,
 .re-header-row>.wp-block-search,
 .re-header-row>.woocommerce-product-search,
 .re-header-actions>.re-header-search,
 .re-header-actions>.re-search-toggle,
 .re-header-actions>.search-form,
 .re-header-actions>.wp-block-search,
 .re-header-actions>.woocommerce-product-search{
  display:none!important;
 }
 .re-mobile-menu-search{
  display:grid;
  gap:11px;
  margin:0 0 25px;
  padding:16px;
  border:1px solid #e2dbea;
  border-radius:18px;
  background:linear-gradient(135deg,#f8f5ff 0%,#fff 72%);
  box-shadow:0 10px 30px rgba(38,27,58,.055);
 }
 .re-mobile-menu-search__label{display:grid;gap:3px;margin:0;padding:0 2px;cursor:text}
 .re-mobile-menu-search__eyebrow{color:var(--re-accent-dark);font-size:.66rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
 .re-mobile-menu-search__title{color:var(--re-ink);font-size:1.06rem;font-weight:900;letter-spacing:-.02em;line-height:1.15}
 .re-mobile-menu-search__field{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) 42px;
  align-items:center;
  gap:9px;
  min-width:0;
  min-height:52px;
  padding:5px 5px 5px 14px;
  border:1px solid #d8d0e2;
  border-radius:14px;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease;
 }
 .re-mobile-menu-search__field:focus-within{border-color:var(--re-accent);box-shadow:0 0 0 3px rgba(108,76,241,.12)}
 .re-mobile-menu-search__icon{display:grid;place-items:center;color:#746e7d}
 .re-mobile-menu-search__icon svg{width:19px;height:19px}
 .re-mobile-menu-search input[type="search"]{
  display:block;
  width:100%;
  min-width:0;
  height:40px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--re-ink)!important;
  font:inherit;
  font-size:.88rem;
  font-weight:700;
  line-height:1.25;
  -webkit-appearance:none;
 }
 .re-mobile-menu-search input[type="search"]::placeholder{color:#88818f;opacity:1}
 .re-mobile-menu-search input[type="search"]::-webkit-search-cancel-button{margin-right:3px}
 .re-mobile-menu-search button{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin:0;
  padding:0;
  border:0;
  border-radius:12px;
  background:var(--re-accent);
  color:#fff;
  box-shadow:0 8px 18px rgba(108,76,241,.24);
  cursor:pointer;
  transition:transform .18s ease,background .18s ease;
 }
 .re-mobile-menu-search button:hover,.re-mobile-menu-search button:focus-visible{background:var(--re-accent-dark);color:#fff;transform:translateX(1px)}
 .re-mobile-menu-search button svg{width:18px;height:18px}
}
@media (max-width:420px){
 .re-mobile-menu-search{padding:14px;margin-bottom:22px}
 .re-mobile-menu-search__field{grid-template-columns:20px minmax(0,1fr) 40px;padding-left:12px}
 .re-mobile-menu-search button{width:40px;height:40px}
}

/* v1.5.6 genuine buyer reviews and merchant-listing schema support */
.re-product-reviews__heading{max-width:760px}
.re-product-reviews__trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 24px}
.re-product-reviews__trust>div{display:grid;gap:5px;padding:16px 18px;border:1px solid var(--re-line);border-radius:16px;background:#fbfaff}
.re-product-reviews__trust strong{font-size:.9rem;color:var(--re-ink)}
.re-product-reviews__trust span{color:var(--re-muted);font-size:.84rem;line-height:1.55}
.re-product-reviews__woocommerce #reviews{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:26px;align-items:start}
.re-product-reviews__woocommerce #comments,
.re-product-reviews__woocommerce #review_form_wrapper{min-width:0;padding:22px;border:1px solid var(--re-line);border-radius:18px;background:#fff}
.re-product-reviews__woocommerce .woocommerce-Reviews-title,
.re-product-reviews__woocommerce .comment-reply-title{display:block;margin:0 0 18px;color:var(--re-ink);font-size:clamp(1.2rem,2vw,1.55rem);font-weight:900;line-height:1.2}
.re-product-reviews__woocommerce .commentlist{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.re-product-reviews__woocommerce .commentlist li{margin:0!important;padding:17px!important;border:1px solid #eee8f4;border-radius:15px;background:#fcfbfd}
.re-product-reviews__woocommerce .comment_container{display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px}
.re-product-reviews__woocommerce .avatar{position:static!important;float:none!important;width:44px!important;height:44px!important;margin:0!important;border:0!important;border-radius:50%}
.re-product-reviews__woocommerce .comment-text{margin:0!important;padding:0!important;border:0!important}
.re-product-reviews__woocommerce .star-rating{float:none;margin:0 0 8px;color:#ef9f18}
.re-product-reviews__woocommerce .meta{margin:0 0 8px;color:var(--re-muted);font-size:.82rem}
.re-product-reviews__woocommerce .description p{margin:0;color:var(--re-ink);line-height:1.65}
.re-product-reviews__woocommerce .woocommerce-noreviews{margin:0;padding:16px;border-radius:14px;background:#f7f3ff;color:var(--re-ink)}
.re-product-reviews__woocommerce .comment-form{display:grid;gap:14px;margin:0}
.re-product-reviews__woocommerce .comment-form p{margin:0}
.re-product-reviews__woocommerce label{display:block;margin-bottom:7px;color:var(--re-ink);font-size:.86rem;font-weight:800}
.re-product-reviews__woocommerce textarea,
.re-product-reviews__woocommerce input[type="text"],
.re-product-reviews__woocommerce input[type="email"],
.re-product-reviews__woocommerce select{width:100%;min-height:48px;padding:12px 14px;border:1px solid #d9d2e3;border-radius:12px;background:#fff;color:var(--re-ink);font:inherit}
.re-product-reviews__woocommerce textarea{min-height:145px;resize:vertical}
.re-product-reviews__woocommerce .form-submit .submit{min-height:48px;padding:13px 20px!important;border:0!important;border-radius:999px!important;background:var(--re-accent)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:900!important;cursor:pointer}
.re-product-reviews__woocommerce .form-submit .submit:hover,
.re-product-reviews__woocommerce .form-submit .submit:focus{background:var(--re-accent-dark)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.re-product-reviews__woocommerce .comment-form-cookies-consent{display:flex;gap:8px;align-items:flex-start}
.re-product-reviews__woocommerce .comment-form-cookies-consent label{margin:0;font-weight:600}
.re-product-reviews__woocommerce .must-log-in,
.re-product-reviews__woocommerce .woocommerce-verification-required{padding:15px;border-radius:13px;background:#f7f3ff;color:var(--re-ink)}
@media (min-width:621px){.re-product-story__nav{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media (max-width:860px){.re-product-reviews__woocommerce #reviews{grid-template-columns:1fr}}
@media (max-width:620px){
 .re-product-story__nav{grid-template-columns:repeat(2,minmax(0,1fr))}
 .re-product-reviews__trust{grid-template-columns:1fr}
 .re-product-reviews__woocommerce #comments,
 .re-product-reviews__woocommerce #review_form_wrapper{padding:17px;border-radius:15px}
 .re-product-reviews__woocommerce .comment_container{grid-template-columns:38px minmax(0,1fr)}
 .re-product-reviews__woocommerce .avatar{width:38px!important;height:38px!important}
}



/* v1.5.7 always-visible buyer review entry and review form */
.re-product-review-entry{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 0 0;padding:18px;border:1px solid #ded5ee;border-radius:18px;background:linear-gradient(135deg,#fbf9ff 0%,#fff 72%);box-shadow:0 12px 32px rgba(35,25,57,.05)}
.re-product-review-entry__copy{display:grid;gap:5px;min-width:0}
.re-product-review-entry__eyebrow{color:var(--re-accent);font-size:.7rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.re-product-review-entry__copy strong{color:var(--re-ink);font-size:.98rem;line-height:1.4}
.re-product-review-entry__note{color:var(--re-muted);font-size:.82rem;line-height:1.5}
.re-product-review-entry__rating{display:flex;align-items:center;gap:9px;color:var(--re-muted);font-size:.8rem;font-weight:800}
.re-product-review-entry__rating .star-rating{float:none;margin:0;color:#ef9f18}
.re-product-review-entry__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:9px}
.re-product-review-entry__actions .re-button{min-height:42px;padding:10px 14px;border-radius:999px;font-size:.78rem;white-space:nowrap}
.re-product-review-entry__actions .re-button--accent,
.re-product-review-entry__actions .re-button--accent:visited{border-color:var(--re-accent)!important;background:var(--re-accent)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.re-product-review-entry__actions .re-button--accent:hover,
.re-product-review-entry__actions .re-button--accent:focus{border-color:var(--re-accent-dark)!important;background:var(--re-accent-dark)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.re-product-review-entry__actions .re-button--ghost,
.re-product-review-entry__actions .re-button--ghost:visited{border:1px solid #d9cfee!important;background:#fff!important;color:var(--re-accent-dark)!important;-webkit-text-fill-color:var(--re-accent-dark)!important}
.re-product-review-entry__actions .re-button--ghost:hover,
.re-product-review-entry__actions .re-button--ghost:focus{border-color:var(--re-accent)!important;background:#f4f0ff!important;color:var(--re-accent-dark)!important;-webkit-text-fill-color:var(--re-accent-dark)!important}
.re-product-reviews__woocommerce .re-review-form-intro{margin:0 0 16px!important;padding:13px 15px;border-left:3px solid var(--re-accent);border-radius:0 11px 11px 0;background:#f8f5ff;color:var(--re-muted);font-size:.86rem;line-height:1.6}
.re-product-reviews__woocommerce .comment-form-rating{display:grid;gap:7px}
.re-product-reviews__woocommerce .comment-form-rating .stars{margin:0!important}
.re-product-reviews__woocommerce .comment-form-rating .stars a{color:#ef9f18!important}
@media (max-width:760px){
 .re-product-review-entry{align-items:stretch;flex-direction:column;padding:16px}
 .re-product-review-entry__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
 .re-product-review-entry__actions .re-button{justify-content:center;width:100%;white-space:normal;text-align:center}
}
@media (max-width:460px){
 .re-product-review-entry__actions{grid-template-columns:1fr}
}


/* v1.8.1 checkout-first cart drawer */
@media (min-width: 761px) {
  .re-cart-drawer {
    grid-template-columns: 1fr minmax(440px, 560px);
  }

  .re-cart-drawer__panel {
    width: min(100vw, 560px);
    max-width: 560px;
  }
}

.re-cart-drawer__header {
  align-items: center;
  padding: 22px 24px 18px;
}

.re-cart-drawer__header h2 {
  font-size: 1.42rem;
}

.re-cart-drawer__count {
  display: block;
  margin-top: 3px;
  color: var(--re-muted);
  font-size: .76rem;
  font-weight: 700;
}

.re-cart-drawer__success {
  margin: 12px 22px 0;
  padding: 10px 12px;
  border-radius: 10px;
}

.re-cart-drawer__success > span {
  width: 27px;
  height: 27px;
}

.re-cart-drawer__items {
  padding: 8px 24px 20px;
}

.re-cart-drawer-item {
  grid-template-columns: 78px minmax(0,1fr) 30px;
  gap: 14px;
  padding: 16px 0;
}

.re-cart-drawer-item__image {
  width: 78px;
  border-radius: 9px;
}

.re-cart-drawer-item__name {
  overflow: visible;
  display: -webkit-box;
  color: var(--re-ink);
  font-size: .92rem;
  line-height: 1.34;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.re-cart-drawer-item__row {
  margin-top: 5px;
}

.re-cart-drawer-item__meta {
  font-size: .74rem;
}

.re-cart-drawer__footer {
  padding: 18px 24px 22px;
}

.re-cart-drawer__nudge {
  margin: 7px 0 14px;
  font-size: .78rem;
}

.re-cart-drawer__checkout {
  min-height: 52px;
  border-radius: 11px;
}

.re-cart-drawer__view {
  min-height: 46px;
  margin-top: 9px !important;
  border-radius: 11px;
  font-size: .88rem;
}

.re-cart-drawer__trust {
  margin-top: 11px;
}

@media (max-width: 760px) {
  .re-cart-drawer__header,
  .re-cart-drawer__items,
  .re-cart-drawer__footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* v1.8.2 dependable cart drawer */
@media (min-width:761px){.re-cart-drawer{grid-template-columns:1fr minmax(480px,580px)}.re-cart-drawer__panel{width:min(100%,580px)}}
.re-cart-drawer-item__name{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.35}
.re-cart-drawer__view{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:50px;margin-top:10px!important;padding:0 18px;border:1px solid #cfc6dc;border-radius:999px;background:#fff;color:var(--re-ink);font-weight:850;text-decoration:none}
.re-cart-drawer__view:hover,.re-cart-drawer__view:focus-visible{border-color:var(--re-accent);color:var(--re-accent-dark)}


/* v1.8.4 cart drawer synced with the redesigned cart page */
@media (min-width:761px){
  .re-cart-drawer{grid-template-columns:1fr minmax(500px,560px)}
  .re-cart-drawer__panel{width:min(100%,560px);max-width:560px}
}
.re-cart-drawer__panel{background:#f8f7fa}
.re-cart-drawer__panel-inner{min-height:100%;background:#f8f7fa}
.re-cart-drawer__header{padding:25px 25px 18px;border-bottom:0;background:#fff}
.re-cart-drawer__kicker{color:var(--re-accent-dark);font-size:.68rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.re-cart-drawer__header h2{margin:3px 0 0;font-size:1.75rem;letter-spacing:-.04em}
.re-cart-drawer__count{margin-top:4px;color:var(--re-muted);font-size:.78rem;font-weight:750}
.re-cart-drawer__close{width:42px;height:42px;border:1px solid #e0d9e8;background:#fff;color:var(--re-ink);font-size:1.45rem}
.re-cart-drawer__progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0 25px 19px;border-bottom:1px solid #e8e3ec;background:#fff;list-style:none}
.re-cart-drawer__progress li{position:relative;display:flex;align-items:center;gap:7px;color:#898391;font-size:.7rem;font-weight:850}
.re-cart-drawer__progress li:not(:last-child)::after{content:'';position:absolute;right:8px;width:34%;height:1px;background:#ddd6e4}
.re-cart-drawer__progress li span{display:grid;place-items:center;width:23px;height:23px;border:1px solid #d9d2e1;border-radius:50%;background:#fff;font-size:.66rem}
.re-cart-drawer__progress li.is-current{color:var(--re-accent-dark)}
.re-cart-drawer__progress li.is-current span{border-color:var(--re-accent);background:var(--re-accent);color:#fff}
.re-cart-drawer__success{margin:14px 20px 0;border:1px solid #cce9d9;background:#f1fbf5}
.re-cart-drawer__items{display:grid;gap:12px;padding:18px 20px}
.re-cart-drawer-item{grid-template-columns:76px minmax(0,1fr) 34px;gap:14px;padding:15px;border:1px solid #e1dbe7;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(36,27,57,.045)}
.re-cart-drawer-item+.re-cart-drawer-item{border-top:1px solid #e1dbe7}
.re-cart-drawer-item__image{width:76px;border:1px solid #e6e1eb;border-radius:10px;background:#faf9fb;overflow:hidden}
.re-cart-drawer-item__name{font-size:.94rem;font-weight:900;line-height:1.34;-webkit-line-clamp:3}
.re-cart-drawer-item__badges{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}
.re-cart-drawer-item__badges span{display:inline-flex;align-items:center;min-height:23px;padding:0 8px;border-radius:999px;background:#f0f8f4;color:#2b7459;font-size:.63rem;font-weight:850}
.re-cart-drawer-item__badges span+span{background:#f5f2fa;color:#6f6182}
.re-cart-drawer-item__row{align-items:flex-end;margin-top:11px}
.re-cart-drawer-item__access{color:var(--re-muted);font-size:.69rem;font-weight:750}
.re-cart-drawer-item__price{font-size:.96rem}
.re-cart-drawer-item__remove{align-self:start;width:31px;height:31px;border:0;background:#fff2f2;color:#c94d5b}
.re-cart-drawer__footer{margin-top:auto;padding:20px 25px 23px;border-top:1px solid #e1dbe7;background:#fff}
.re-cart-drawer__summary-title{margin-bottom:12px;color:var(--re-ink);font-size:.82rem;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.re-cart-drawer__subtotal{padding:0 0 13px;border-bottom:1px solid #ece8ef}
.re-cart-drawer__subtotal span{color:var(--re-muted);font-size:.86rem}
.re-cart-drawer__subtotal strong{font-size:1.2rem}
.re-cart-drawer__nudge{margin:11px 0 15px;color:var(--re-muted);font-size:.75rem;line-height:1.5}
.re-cart-drawer__checkout{min-height:56px;border-radius:12px;box-shadow:0 14px 30px rgba(108,76,241,.22)}
.re-cart-drawer__view{min-height:48px!important;border-radius:12px!important;background:#fff!important}
.re-cart-drawer__trust{justify-content:center;gap:18px;margin-top:13px;color:#6c6674;font-size:.67rem}
.re-cart-drawer__empty{background:#fff}
@media(max-width:760px){
 .re-cart-drawer__header{padding:20px 18px 14px!important}
 .re-cart-drawer__header h2{font-size:1.5rem}
 .re-cart-drawer__progress{padding:0 18px 15px}
 .re-cart-drawer__progress li{font-size:.62rem}
 .re-cart-drawer__progress li:not(:last-child)::after{display:none}
 .re-cart-drawer__items{padding:14px 14px 16px!important}
 .re-cart-drawer-item{grid-template-columns:67px minmax(0,1fr) 31px;padding:13px;gap:11px}
 .re-cart-drawer-item__image{width:67px}
 .re-cart-drawer__footer{padding:18px!important}
 .re-cart-drawer__trust{gap:10px;flex-wrap:wrap}
}


/* v1.11.5 — refined mobile product purchase bar */
@media (max-width:850px){
    body.single-product .re-mobile-buybar{
        min-height:82px!important;
        padding:11px 16px calc(11px + env(safe-area-inset-bottom))!important;
        gap:14px!important;
        align-items:center!important;
        overflow:visible!important;
        border-top:1px solid rgba(23,21,29,.08)!important;
        background:rgba(255,255,255,.985)!important;
        box-shadow:0 -8px 28px rgba(23,21,29,.10)!important;
        backdrop-filter:blur(16px)!important;
        -webkit-backdrop-filter:blur(16px)!important;
    }
    body.single-product .re-mobile-buybar__details{
        display:flex!important;
        flex:1 1 auto!important;
        min-width:0!important;
        max-width:none!important;
        flex-direction:column!important;
        justify-content:center!important;
        gap:5px!important;
    }
    body.single-product .re-mobile-buybar__title{
        display:block!important;
        max-width:100%!important;
        margin:0!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
        color:var(--re-ink)!important;
        font-size:.78rem!important;
        line-height:1.25!important;
        font-weight:800!important;
        letter-spacing:-.01em!important;
    }
    body.single-product .re-mobile-buybar__price{
        display:flex!important;
        align-items:baseline!important;
        flex-wrap:nowrap!important;
        gap:9px!important;
        max-width:100%!important;
        margin:0!important;
        overflow:hidden!important;
        color:var(--re-ink)!important;
        font-size:1rem!important;
        line-height:1.05!important;
        font-weight:850!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__price del,
    body.single-product .re-mobile-buybar__price ins{
        display:inline-flex!important;
        align-items:baseline!important;
        flex:0 0 auto!important;
        margin:0!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__price del{
        color:var(--re-muted)!important;
        font-size:.76rem!important;
        font-weight:650!important;
        opacity:.8!important;
    }
    body.single-product .re-mobile-buybar__price ins{
        color:var(--re-ink)!important;
        font-size:1.06rem!important;
        font-weight:900!important;
        text-decoration:none!important;
    }
    body.single-product .re-mobile-buybar__price .woocommerce-Price-amount,
    body.single-product .re-mobile-buybar__price .woocommerce-Price-amount bdi{
        display:inline-flex!important;
        align-items:baseline!important;
        flex-wrap:nowrap!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__price .woocommerce-Price-currencySymbol{
        display:inline!important;
        margin-right:.08em!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__button{
        flex:0 0 auto!important;
        width:auto!important;
        min-width:126px!important;
        max-width:42vw!important;
        min-height:52px!important;
        padding:0 22px!important;
        border:0!important;
        border-radius:16px!important;
        background:var(--re-ink)!important;
        box-shadow:none!important;
        color:#fff!important;
        font-size:1rem!important;
        line-height:1!important;
        font-weight:900!important;
        letter-spacing:-.01em!important;
        text-align:center!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__button:active{
        transform:translateY(1px)!important;
    }
}
@media (max-width:380px){
    body.single-product .re-mobile-buybar{
        min-height:78px!important;
        padding-left:12px!important;
        padding-right:12px!important;
        gap:10px!important;
    }
    body.single-product .re-mobile-buybar__title{
        font-size:.72rem!important;
    }
    body.single-product .re-mobile-buybar__price{
        gap:7px!important;
    }
    body.single-product .re-mobile-buybar__price del{
        font-size:.7rem!important;
    }
    body.single-product .re-mobile-buybar__price ins{
        font-size:1rem!important;
    }
    body.single-product .re-mobile-buybar__button{
        min-width:112px!important;
        min-height:50px!important;
        padding:0 16px!important;
        font-size:.94rem!important;
    }
}


/* v1.11.6 — premium compact mobile purchase dock */
@media (max-width:850px){
    body.single-product .re-mobile-buybar{
        min-height:76px!important;
        padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;
        gap:12px!important;
        align-items:center!important;
        overflow:hidden!important;
        border-top:1px solid rgba(23,21,29,.075)!important;
        background:rgba(255,255,255,.975)!important;
        box-shadow:0 -10px 32px rgba(23,21,29,.11)!important;
        backdrop-filter:blur(18px) saturate(150%)!important;
        -webkit-backdrop-filter:blur(18px) saturate(150%)!important;
    }
    body.single-product .re-mobile-buybar__purchase{
        display:grid!important;
        flex:1 1 auto!important;
        min-width:0!important;
        max-width:none!important;
        gap:4px!important;
        align-content:center!important;
    }
    body.single-product .re-mobile-buybar__benefit{
        display:flex!important;
        align-items:center!important;
        gap:6px!important;
        min-width:0!important;
        margin:0!important;
        color:#6d6874!important;
        font-size:.68rem!important;
        line-height:1.15!important;
        font-weight:780!important;
        letter-spacing:.015em!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__benefit-dot{
        display:block!important;
        flex:0 0 auto!important;
        width:7px!important;
        height:7px!important;
        border-radius:50%!important;
        background:#17855d!important;
        box-shadow:0 0 0 3px rgba(23,133,93,.10)!important;
    }
    body.single-product .re-mobile-buybar__price-row{
        display:flex!important;
        align-items:center!important;
        min-width:0!important;
        gap:8px!important;
    }
    body.single-product .re-mobile-buybar__price{
        display:flex!important;
        align-items:baseline!important;
        flex-wrap:nowrap!important;
        min-width:0!important;
        max-width:100%!important;
        gap:8px!important;
        margin:0!important;
        overflow:hidden!important;
        color:var(--re-ink)!important;
        font-size:1rem!important;
        line-height:1!important;
        font-weight:900!important;
        white-space:nowrap!important;
        letter-spacing:-.025em!important;
    }
    body.single-product .re-mobile-buybar__price del,
    body.single-product .re-mobile-buybar__price ins{
        display:inline-flex!important;
        align-items:baseline!important;
        flex:0 0 auto!important;
        margin:0!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__price del{
        order:2!important;
        color:#8a8590!important;
        font-size:.72rem!important;
        font-weight:650!important;
        opacity:1!important;
        text-decoration-thickness:1px!important;
    }
    body.single-product .re-mobile-buybar__price ins{
        order:1!important;
        color:#17151d!important;
        font-size:1.13rem!important;
        font-weight:950!important;
        text-decoration:none!important;
    }
    body.single-product .re-mobile-buybar__price > .woocommerce-Price-amount{
        color:#17151d!important;
        font-size:1.13rem!important;
        font-weight:950!important;
    }
    body.single-product .re-mobile-buybar__price .woocommerce-Price-amount,
    body.single-product .re-mobile-buybar__price .woocommerce-Price-amount bdi{
        display:inline-flex!important;
        align-items:baseline!important;
        flex-wrap:nowrap!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__price .woocommerce-Price-currencySymbol{
        display:inline!important;
        margin-right:.06em!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__saving{
        display:inline-flex!important;
        align-items:center!important;
        flex:0 0 auto!important;
        min-height:22px!important;
        padding:0 7px!important;
        border:1px solid #cfe9dc!important;
        border-radius:999px!important;
        background:#f0faf5!important;
        color:#13704f!important;
        font-size:.63rem!important;
        line-height:1!important;
        font-weight:850!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__button{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex:0 0 auto!important;
        width:auto!important;
        min-width:132px!important;
        max-width:44vw!important;
        min-height:54px!important;
        padding:0 18px!important;
        gap:8px!important;
        border:1px solid #17151d!important;
        border-radius:15px!important;
        background:#17151d!important;
        box-shadow:0 7px 18px rgba(23,21,29,.16)!important;
        color:#fff!important;
        font-size:.96rem!important;
        line-height:1!important;
        font-weight:900!important;
        letter-spacing:-.015em!important;
        text-align:center!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__button:hover,
    body.single-product .re-mobile-buybar__button:focus-visible{
        background:#24212b!important;
        border-color:#24212b!important;
        color:#fff!important;
    }
    body.single-product .re-mobile-buybar__button-arrow{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:21px!important;
        height:21px!important;
        border-radius:50%!important;
        background:rgba(255,255,255,.12)!important;
        font-size:.82rem!important;
        font-weight:700!important;
        line-height:1!important;
    }
    body.single-product .re-mobile-buybar__button:active{
        transform:translateY(1px)!important;
        box-shadow:0 4px 12px rgba(23,21,29,.14)!important;
    }
}
@media (max-width:390px){
    body.single-product .re-mobile-buybar{
        min-height:72px!important;
        padding-left:11px!important;
        padding-right:11px!important;
        gap:9px!important;
    }
    body.single-product .re-mobile-buybar__benefit{
        font-size:.64rem!important;
    }
    body.single-product .re-mobile-buybar__price{
        gap:6px!important;
    }
    body.single-product .re-mobile-buybar__price ins,
    body.single-product .re-mobile-buybar__price > .woocommerce-Price-amount{
        font-size:1.04rem!important;
    }
    body.single-product .re-mobile-buybar__price del{
        font-size:.66rem!important;
    }
    body.single-product .re-mobile-buybar__saving{
        padding:0 6px!important;
        font-size:.58rem!important;
    }
    body.single-product .re-mobile-buybar__button{
        min-width:116px!important;
        min-height:50px!important;
        padding:0 14px!important;
        gap:6px!important;
        border-radius:14px!important;
        font-size:.9rem!important;
    }
    body.single-product .re-mobile-buybar__button-arrow{
        width:19px!important;
        height:19px!important;
        font-size:.75rem!important;
    }
}
@media (max-width:350px){
    body.single-product .re-mobile-buybar__saving{display:none!important}
    body.single-product .re-mobile-buybar__button{min-width:108px!important;padding-inline:12px!important}
}


/* v1.11.7 — minimalist professional mobile purchase dock */
@media (max-width:850px){
    body.single-product .re-mobile-buybar{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto!important;
        align-items:center!important;
        column-gap:14px!important;
        min-height:78px!important;
        padding:11px 14px calc(11px + env(safe-area-inset-bottom))!important;
        overflow:visible!important;
        border-top:1px solid rgba(23,21,29,.08)!important;
        background:rgba(255,255,255,.985)!important;
        box-shadow:0 -8px 28px rgba(23,21,29,.09)!important;
        backdrop-filter:blur(16px)!important;
        -webkit-backdrop-filter:blur(16px)!important;
    }
    body.single-product .re-mobile-buybar__purchase{
        display:flex!important;
        flex-direction:column!important;
        justify-content:center!important;
        min-width:0!important;
        max-width:100%!important;
        gap:5px!important;
        overflow:hidden!important;
    }
    body.single-product .re-mobile-buybar__benefit{
        display:flex!important;
        align-items:center!important;
        gap:6px!important;
        min-width:0!important;
        margin:0!important;
        color:#77727d!important;
        font-size:.66rem!important;
        line-height:1!important;
        font-weight:750!important;
        letter-spacing:.025em!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__benefit-dot{
        width:6px!important;
        height:6px!important;
        flex:0 0 6px!important;
        border-radius:50%!important;
        background:#1b865f!important;
        box-shadow:none!important;
    }
    body.single-product .re-mobile-buybar__price-row{
        display:flex!important;
        align-items:baseline!important;
        min-width:0!important;
        max-width:100%!important;
        gap:8px!important;
        overflow:hidden!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__current-price,
    body.single-product .re-mobile-buybar__regular-price,
    body.single-product .re-mobile-buybar__saving{
        flex:0 0 auto!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__current-price{
        display:inline-flex!important;
        align-items:baseline!important;
        margin:0!important;
        color:#17151d!important;
        font-size:1.16rem!important;
        line-height:1!important;
        font-weight:900!important;
        letter-spacing:-.03em!important;
    }
    body.single-product .re-mobile-buybar__regular-price{
        display:inline-flex!important;
        align-items:baseline!important;
        margin:0!important;
        color:#96919a!important;
        font-size:.72rem!important;
        line-height:1!important;
        font-weight:650!important;
        text-decoration-thickness:1px!important;
    }
    body.single-product .re-mobile-buybar__current-price .woocommerce-Price-amount,
    body.single-product .re-mobile-buybar__current-price .woocommerce-Price-amount bdi,
    body.single-product .re-mobile-buybar__regular-price .woocommerce-Price-amount,
    body.single-product .re-mobile-buybar__regular-price .woocommerce-Price-amount bdi{
        display:inline-flex!important;
        align-items:baseline!important;
        flex-wrap:nowrap!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__current-price .woocommerce-Price-currencySymbol,
    body.single-product .re-mobile-buybar__regular-price .woocommerce-Price-currencySymbol{
        display:inline!important;
        margin-right:.06em!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__saving{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        min-height:20px!important;
        padding:0 6px!important;
        border:1px solid #d9ece3!important;
        border-radius:999px!important;
        background:#f5fbf8!important;
        color:#176948!important;
        font-size:.58rem!important;
        line-height:1!important;
        font-weight:800!important;
    }
    body.single-product .re-mobile-buybar__button{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:auto!important;
        min-width:128px!important;
        max-width:none!important;
        min-height:52px!important;
        padding:0 20px!important;
        margin:0!important;
        border:1px solid #17151d!important;
        border-radius:14px!important;
        background:#17151d!important;
        box-shadow:none!important;
        color:#fff!important;
        font-size:.95rem!important;
        line-height:1!important;
        font-weight:850!important;
        letter-spacing:-.01em!important;
        text-align:center!important;
        white-space:nowrap!important;
    }
    body.single-product .re-mobile-buybar__button-arrow{display:none!important}
    body.single-product .re-mobile-buybar__button:hover,
    body.single-product .re-mobile-buybar__button:focus-visible{
        background:#25222b!important;
        border-color:#25222b!important;
        color:#fff!important;
        box-shadow:none!important;
    }
}
@media (max-width:390px){
    body.single-product .re-mobile-buybar{
        column-gap:10px!important;
        min-height:74px!important;
        padding-left:11px!important;
        padding-right:11px!important;
    }
    body.single-product .re-mobile-buybar__current-price{font-size:1.05rem!important}
    body.single-product .re-mobile-buybar__regular-price{font-size:.66rem!important}
    body.single-product .re-mobile-buybar__saving{display:none!important}
    body.single-product .re-mobile-buybar__button{
        min-width:112px!important;
        min-height:50px!important;
        padding:0 15px!important;
        border-radius:13px!important;
        font-size:.9rem!important;
    }
}
@media (max-width:340px){
    body.single-product .re-mobile-buybar__regular-price{display:none!important}
    body.single-product .re-mobile-buybar__button{min-width:104px!important;padding-inline:12px!important}
}
