/*
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.3.1
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;
    }
}
