:root {
    --ink: #1c1c1c;
    --muted: #737373;
    --line: #ececec;
    --paper: #ffffff;
    --soft: #f8f8f8;
    --rose: #f7d8e9;
    --rose-deep: #a91f6e;
    --blush: #fdebf5;
    --sand: #f5f5f5;
    --accent: #cb2a87;
    --accent-dark: #a91f6e;
    --accent-soft: #fff1f8;
    --success: #3f6d59;
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 38px;
    --shadow: 0 20px 60px rgba(0, 0, 0, .09);
    --shell: min(1380px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; margin: 12px; padding: 12px 16px; background: #fff; z-index: 99999; }
.site-frame { overflow: clip; }

.announcement-bar { background: var(--ink); color: #fff; font-size: 12px; letter-spacing: .04em; }
.announcement-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement-inner p { margin: 0; }
.announcement-inner a { opacity: .78; transition: opacity .2s ease; }
.announcement-inner a:hover { opacity: 1; }

.header-marker { height: 1px; }
.site-header { position: relative; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); }
.site-header.is-stuck { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(0, 0, 0, .06); backdrop-filter: blur(16px); }
.header-main { min-height: 88px; display: grid; grid-template-columns: 230px minmax(280px, 1fr) 230px; align-items: center; gap: 32px; }
.site-branding { min-width: 0; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 58px; width: auto; max-width: 205px; object-fit: contain; }
.wordmark { display: inline-block; font-family: Georgia, "Times New Roman", serif; font-size: 35px; line-height: 1; letter-spacing: -.04em; }
.header-search { width: min(540px, 100%); margin: 0 auto; position: relative; }
.header-search input, .mobile-search input {
    width: 100%; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 0 52px 0 20px; outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.header-search input:focus, .mobile-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(203, 42, 135, .10); }
.header-search button, .mobile-search button { position: absolute; right: 7px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--soft); cursor: pointer; color: var(--ink); }
.header-search button svg, .mobile-search button svg { width: 18px; height: 18px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.header-action, .icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease; position: relative; }
.header-action:hover, .icon-button:hover { background: var(--soft); }
.header-action svg, .icon-button svg { width: 21px; height: 21px; }
.cart-count { position: absolute; right: -2px; top: -2px; min-width: 18px; height: 18px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: var(--accent); color: #fff; font-size: 10px; line-height: 1; }
.menu-toggle { display: none; }
.icon-close { display: none; }
.header-search-trigger { display: none; }
.mobile-search { display: none; padding-bottom: 14px; }
.mobile-search form { position: relative; }

.mobile-menu-backdrop, .mobile-drawer-head, .mobile-drawer-search, .mobile-drawer-label, .mobile-drawer-actions, .mobile-drawer-foot { display: none; }
.submenu-toggle { display: none; }

.nav-wrap { border-top: 1px solid var(--line); }
.primary-nav { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.primary-nav .menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.primary-nav .menu > li { position: relative; }
.primary-nav .menu > li > a, .nav-shop-link { display: inline-flex; align-items: center; min-height: 52px; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.primary-nav .menu > li > a::after { content: ''; position: absolute; left: 0; bottom: 9px; height: 1px; width: 0; background: currentColor; transition: width .2s ease; }
.primary-nav .menu > li:hover > a::after, .primary-nav .current-menu-item > a::after { width: 100%; }
.primary-nav .sub-menu { display: none; position: absolute; left: -18px; top: 46px; min-width: 230px; padding: 12px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { display: block; padding: 9px 10px; border-radius: 8px; font-size: 14px; }
.primary-nav .sub-menu a:hover { background: var(--soft); }
.nav-shop-link { gap: 8px; color: var(--muted); white-space: nowrap; }
.nav-shop-link svg, .arrow-link svg, .button svg { width: 17px; height: 17px; }

.hero-section { background: linear-gradient(135deg, #ffffff 0%, #fff6fb 50%, #fdebf5 100%); }
.hero-grid { min-height: min(720px, calc(100vh - 176px)); display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr); gap: clamp(50px, 8vw, 130px); align-items: center; padding-block: clamp(68px, 8vw, 118px); }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-copy h1, .section-heading h2, .split-copy h2, .story-copy h2, .page-header h1, .error-shell h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(54px, 6.3vw, 102px); line-height: .94; }
.hero-copy > p { max-width: 620px; margin: 28px 0 0; color: #626262; font-size: clamp(17px, 1.3vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; cursor: pointer;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-1px); }
.button-primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--accent) !important; color: #fff !important; }
.button-primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--accent-dark) !important; }
.button-dark { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; border-bottom: 1px solid rgba(23, 20, 19, .35); }
.hero-note { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 42px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.hero-note span:not(:last-child)::after { content: '•'; margin-left: 22px; opacity: .5; }
.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 420px; height: 420px; background: rgba(255,255,255,.65); }
.hero-orb-two { width: 280px; height: 280px; top: 18px; right: 8px; background: rgba(203,42,135,.10); }
.hero-product-card, .hero-image-card { position: relative; z-index: 2; width: min(440px, 90%); background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 90px rgba(70, 15, 48, .12); backdrop-filter: blur(12px); }
.hero-product-image { aspect-ratio: 1/1.04; padding: 34px; display: grid; place-items: center; background: linear-gradient(180deg, #fff, #fff7fb); }
.hero-product-image img, .hero-custom-image { width: 100%; height: 100%; object-fit: contain; }
.hero-image-card { aspect-ratio: 4/5; }
.hero-custom-image { object-fit: cover; }
.hero-product-meta { padding: 22px 26px 26px; display: grid; gap: 4px; }
.hero-product-meta > span:first-child { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-product-meta strong { font-size: 17px; }
.hero-product-price { font-weight: 800; }
.hero-placeholder { position: relative; z-index: 2; width: 380px; height: 470px; border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,.75); box-shadow: var(--shadow); font-family: Georgia, serif; }
.hero-placeholder span { font-size: 46px; }
.hero-placeholder strong { font-size: 78px; font-weight: 400; }

.benefits-strip { background: var(--ink); color: #fff; }
.benefits-grid { min-height: 98px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.benefit-item { min-width: 0; display: flex; align-items: center; gap: 16px; padding: 18px clamp(10px, 3vw, 42px); }
.benefit-item + .benefit-item { border-left: 1px solid rgba(255,255,255,.15); }
.benefit-item svg { flex: 0 0 auto; width: 28px; height: 28px; }
.benefit-item div { display: grid; gap: 1px; }
.benefit-item strong { font-size: 14px; }
.benefit-item span { color: rgba(255,255,255,.62); font-size: 12px; }

.section { padding-block: clamp(76px, 8vw, 126px); }
.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 64px); line-height: 1; }
.arrow-link { border: 0; padding-bottom: 2px; }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.category-card { min-height: 350px; position: relative; overflow: hidden; border-radius: var(--radius-md); isolation: isolate; background: var(--sand); }
.category-card:nth-child(1), .category-card:nth-child(2) { grid-column: span 6; min-height: 480px; }
.category-card:nth-child(n+3) { grid-column: span 3; }
.category-media, .category-overlay { position: absolute; inset: 0; }
.category-media { z-index: -2; background-position: center; background-size: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.category-overlay { z-index: -1; background: linear-gradient(180deg, rgba(24,17,15,.02) 35%, rgba(24,17,15,.72) 100%); }
.category-card-1 .category-media { background-color: #f8d9e9; }
.category-card-2 .category-media { background-color: #f4e3ed; }
.category-card-3 .category-media { background-color: #f2d8e6; }
.category-card-4 .category-media { background-color: #f7e9f1; }
.category-card-5 .category-media { background-color: #ececec; }
.category-card-6 .category-media { background-color: #f4f4f4; }
.category-card:hover .category-media { transform: scale(1.035); }
.category-content { position: absolute; left: 28px; right: 28px; bottom: 25px; color: #fff; display: grid; gap: 2px; }
.category-content strong { font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.category-content small { font-size: 11px; text-transform: uppercase; letter-spacing: .09em; opacity: .75; }

.woocommerce ul.products, ul.products { margin: 0; padding: 0; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; min-width: 0; position: relative; }
.woocommerce ul.products li.product a img { margin: 0 !important; width: 100%; aspect-ratio: 1/1.08; object-fit: contain; background: #fff; border-radius: var(--radius-md); padding: clamp(14px, 2vw, 26px); transition: transform .35s ease; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-3px); }
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: block; }
.woocommerce ul.products li.product .product-kicker { display: block; margin-top: 17px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 45px; padding: 5px 0 0 !important; margin: 0; color: var(--ink); font-size: 15px !important; font-weight: 650; line-height: 1.45; }
.woocommerce ul.products li.product .price { margin-top: 7px; color: var(--ink) !important; font-size: 15px !important; font-weight: 800; }
.woocommerce ul.products li.product .price del { color: var(--muted); opacity: .55; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 14px !important; min-height: 43px; padding-inline: 16px; background: transparent; color: var(--ink); border-color: var(--line); font-size: 13px; }
.woocommerce ul.products li.product .button:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.woocommerce ul.products li.product .added_to_cart { display: block; margin-top: 8px; font-size: 12px; font-weight: 700; }

.split-promo { background: var(--paper); }
.split-grid { min-height: 560px; display: grid; grid-template-columns: .82fr 1.18fr; border-radius: var(--radius-lg); overflow: hidden; background: #f7dfea; }
.split-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(44px, 7vw, 96px); background: #fff0f8; }
.split-copy h2 { max-width: 560px; margin: 0; font-size: clamp(42px, 4.7vw, 76px); line-height: .99; }
.split-copy p { max-width: 560px; margin: 24px 0 30px; color: var(--muted); }
.split-panel { min-height: 560px; position: relative; overflow: hidden; padding: 50px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: radial-gradient(circle at 58% 28%, #f69acb 0 16%, transparent 17%), radial-gradient(circle at 65% 44%, #d84b9b 0 24%, transparent 25%), linear-gradient(145deg, #79144f, #cb2a87 60%, #ef88be); }
.split-panel::before, .split-panel::after { content: ''; position: absolute; border-radius: 999px; background: rgba(255,255,255,.16); transform: rotate(-28deg); }
.split-panel::before { width: 140px; height: 440px; right: 18%; top: 5%; }
.split-panel::after { width: 92px; height: 330px; right: 48%; top: 28%; }
.split-panel span, .split-panel strong { position: relative; z-index: 2; font-family: Georgia, serif; font-weight: 400; }
.split-panel span { font-size: clamp(28px, 4vw, 58px); }
.split-panel strong { font-size: clamp(46px, 6vw, 90px); line-height: .9; }

.story-section { background: var(--ink); color: #fff; }
.story-grid { display: grid; grid-template-columns: .45fr 1fr .72fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.story-number { display: grid; }
.story-number span { color: rgba(255,255,255,.5); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.story-number strong { font-family: Georgia, serif; font-size: clamp(74px, 8vw, 130px); font-weight: 400; line-height: .95; color: var(--rose); }
.story-copy .eyebrow { color: var(--rose); }
.story-copy h2 { margin: 0; max-width: 650px; font-size: clamp(40px, 4vw, 67px); line-height: 1; }
.story-copy p { max-width: 650px; margin: 24px 0; color: rgba(255,255,255,.68); }
.story-copy .text-link { border-color: rgba(255,255,255,.32); }
.story-stores { padding-left: clamp(30px, 4vw, 60px); border-left: 1px solid rgba(255,255,255,.15); display: grid; gap: 26px; }
.story-stores div { display: grid; gap: 3px; }
.story-stores strong { font-size: 15px; }
.story-stores span { color: rgba(255,255,255,.58); font-size: 13px; }
.story-stores > a { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.site-footer { background: #171717; color: #fff; }
.footer-top { padding-block: 72px 58px; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: clamp(30px, 5vw, 74px); }
.site-footer .custom-logo { filter: brightness(0) invert(1); }
.footer-brand p { max-width: 300px; margin: 22px 0 10px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-contact { font-weight: 700; }
.footer-column h2 { margin: 0 0 17px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-column ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-column a { color: rgba(255,255,255,.58); font-size: 13px; transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.footer-bottom { min-height: 72px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; align-items: center; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom p { margin: 0; }

.content-main, .shop-main { padding-block: clamp(48px, 6vw, 88px); }
.content-shell { min-height: 50vh; }
.narrow-shell { max-width: 940px; }
.page-header { margin-bottom: 42px; }
.page-header h1 { margin: 0; font-size: clamp(46px, 6vw, 80px); line-height: 1; }
.prose { font-size: 16px; }
.prose h2, .prose h3, .prose h4 { margin-top: 2.1em; line-height: 1.2; }
.prose p, .prose li { color: #515151; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.entry-card { padding: 24px 0; border-bottom: 1px solid var(--line); }
.entry-card h1, .entry-card h2 { margin: 0; }
.search-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.entry-thumb img { aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-sm); }
.empty-state, .error-shell { min-height: 54vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.error-main { padding-block: 40px; }
.error-shell h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 7vw, 94px); line-height: .95; }
.error-shell p { margin: 24px 0; color: var(--muted); }

.shop-main .woocommerce-breadcrumb { margin: 0 0 26px; color: var(--muted); font-size: 12px; }
.shop-main .woocommerce-products-header { margin-bottom: 36px; }
.shop-main .woocommerce-products-header__title, .woocommerce div.product .product_title { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.035em; }
.shop-main .woocommerce-products-header__title { margin: 0; font-size: clamp(48px, 5vw, 76px); }
.woocommerce .woocommerce-result-count { color: var(--muted); font-size: 13px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 0 36px 0 15px; }
.woocommerce nav.woocommerce-pagination { margin-top: 42px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--ink); color: #fff; }

.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: clamp(40px, 7vw, 92px); align-items: start; }
.woocommerce div.product .woocommerce-product-gallery, .woocommerce div.product div.summary { width: auto; float: none; margin: 0; }
.woocommerce div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce div.product .woocommerce-product-gallery__image a { display: block; background: var(--soft); border-radius: var(--radius-md); overflow: hidden; }
.woocommerce div.product .woocommerce-product-gallery__image img { width: 100%; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; }
.woocommerce div.product div.images .flex-control-thumbs img { border-radius: 10px; background: var(--soft); }
.woocommerce div.product div.summary { position: sticky; top: 140px; padding-top: 12px; }
.woocommerce div.product .product_title { margin: 0; font-size: clamp(40px, 4.3vw, 66px); line-height: 1; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 22px 0 10px; color: var(--ink); font-size: 25px; font-weight: 800; }
.woocommerce div.product p.price del { color: var(--muted); opacity: .5; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { color: #5b5b5b; }
.woocommerce div.product form.cart { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.woocommerce .quantity .qty { width: 76px; height: 48px; border: 1px solid var(--line); border-radius: 999px; padding: 0 10px; }
.woocommerce div.product form.cart .button { flex: 1; min-width: 200px; }
.woocommerce div.product .stock { color: var(--success); font-size: 13px; font-weight: 700; }
.woocommerce div.product .product_meta { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 5px; color: var(--muted); font-size: 12px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 20px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; display: flex; gap: 20px; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: transparent; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 0; font-size: 13px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-bottom: 2px solid var(--ink); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 860px; padding-top: 20px; color: #515151; }
.woocommerce div.product .related, .woocommerce div.product .upsells { grid-column: 1 / -1; margin-top: 50px; }
.woocommerce div.product .related > h2, .woocommerce div.product .upsells > h2 { font-family: Georgia, serif; font-size: clamp(36px, 4vw, 56px); font-weight: 400; }

.woocommerce-cart .shop_table, .woocommerce-checkout .shop_table { border-color: var(--line) !important; border-radius: var(--radius-sm) !important; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--line); }
.woocommerce-cart .cart-collaterals .cart_totals { width: min(500px, 100%); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 13px; background: #fff; }
.woocommerce form .form-row textarea { min-height: 120px; }
.woocommerce-checkout #payment { background: var(--soft); border-radius: var(--radius-md); }
.woocommerce-checkout #payment div.payment_box { background: #fff; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--accent); background: var(--soft); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--accent); }

@media (max-width: 1100px) {
    :root { --shell: min(100% - 36px, 1100px); }
    .header-main { grid-template-columns: 180px 1fr 180px; gap: 20px; }
    .hero-grid { grid-template-columns: 1fr .75fr; gap: 40px; }
    .hero-visual { min-height: 430px; }
    .hero-product-card, .hero-image-card { width: min(360px, 92%); }
    .category-card:nth-child(n+3) { grid-column: span 6; }
    .footer-top { grid-template-columns: 1.35fr repeat(3, .8fr); }
    .story-grid { grid-template-columns: .42fr 1fr; }
    .story-stores { grid-column: 1 / -1; padding: 30px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); grid-template-columns: 1fr 1fr auto; align-items: end; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 28px, 820px); }
    .announcement-inner { min-height: 32px; justify-content: center; text-align: center; }
    .announcement-inner a { display: none; }
    .header-main { min-height: 70px; grid-template-columns: 44px 1fr auto; gap: 10px; }
    .menu-toggle { display: grid; justify-self: start; }
    .site-branding { text-align: center; }
    .custom-logo-link { justify-content: center; }
    .custom-logo { max-height: 54px; max-width: 164px; }
    .wordmark { font-size: 30px; }
    .header-search { display: none; }
    .header-actions { gap: 0; }
    .header-search-trigger { display: grid; }
    .wishlist-action { display: none; }
    .header-action { width: 38px; height: 38px; }
    .mobile-menu-backdrop { display: block; position: fixed; inset: 0; z-index: 998; border: 0; background: rgba(0,0,0,.46); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
    .menu-open .mobile-menu-backdrop { opacity: 1; visibility: visible; pointer-events: auto; }
    .nav-wrap { display: block; position: fixed; z-index: 999; left: 0; top: 0; bottom: 0; width: min(90vw, 430px); overflow-y: auto; overscroll-behavior: contain; background: #fff; border: 0; box-shadow: 22px 0 60px rgba(0,0,0,.18); transform: translateX(-102%); visibility: hidden; transition: transform .28s cubic-bezier(.2,.8,.2,1), visibility .28s ease; }
    .menu-open .nav-wrap { transform: translateX(0); visibility: visible; }
    .menu-open .icon-open { display: none; }
    .menu-open .icon-close { display: inline-flex; }
    .mobile-drawer-head { min-height: 78px; padding: 12px 18px 10px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
    .mobile-drawer-brand { min-width: 0; display: flex; align-items: center; }
    .mobile-drawer-brand .custom-logo { max-height: 54px; max-width: 150px; }
    .mobile-drawer-brand .wordmark { font-size: 30px; }
    .mobile-drawer-close { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--soft); color: var(--ink); cursor: pointer; }
    .mobile-drawer-close svg { width: 21px; height: 21px; }
    .mobile-drawer-search { display: block; padding: 18px 22px 8px; }
    .mobile-drawer-search form { position: relative; }
    .mobile-drawer-search input { width: 100%; height: 48px; padding: 0 50px 0 17px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: var(--soft); font-size: 14px; }
    .mobile-drawer-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(203,42,135,.10); background: #fff; }
    .mobile-drawer-search button { position: absolute; right: 5px; top: 5px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 10px; background: var(--accent); color: #fff; }
    .mobile-drawer-search button svg { width: 18px; height: 18px; }
    .nav-shell { width: 100%; padding: 0 22px 34px; }
    .mobile-drawer-label { display: block; margin: 18px 0 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .primary-nav { min-height: 0; padding: 0; display: block; }
    .primary-nav .menu { display: grid; gap: 0; }
    .primary-nav .menu > li { position: relative; border-bottom: 1px solid var(--line); }
    .primary-nav .menu > li > a { min-height: 58px; width: 100%; padding-right: 8px; font-family: inherit; font-size: 17px; font-weight: 700; letter-spacing: 0; text-transform: none; }
    .primary-nav .menu > li.menu-item-has-children > a { width: calc(100% - 48px); }
    .primary-nav .menu > li > a::after { display: none; }
    .submenu-toggle { position: absolute; right: 0; top: 7px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
    .submenu-toggle span { position: relative; width: 14px; height: 14px; }
    .submenu-toggle span::before, .submenu-toggle span::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; border-radius: 2px; background: var(--ink); transform: translate(-50%,-50%); transition: transform .2s ease; }
    .submenu-toggle span::after { transform: translate(-50%,-50%) rotate(90deg); }
    .submenu-open > .submenu-toggle { background: var(--accent-soft); }
    .submenu-open > .submenu-toggle span::after { transform: translate(-50%,-50%) rotate(0deg); }
    .primary-nav .sub-menu { position: static; display: none; min-width: 0; margin: 0; padding: 1px 0 13px 15px; border: 0; box-shadow: none; background: transparent; }
    .primary-nav .menu > li:not(.submenu-open) > .sub-menu { display: none !important; }
    .primary-nav .submenu-open > .sub-menu { display: grid !important; }
    .primary-nav .sub-menu a { min-height: 38px; display: flex; align-items: center; padding: 5px 8px; border-radius: 8px; color: var(--muted); font-size: 14px; }
    .primary-nav .sub-menu a:hover { background: var(--accent-soft); color: var(--accent-dark); }
    .nav-shop-link { margin-top: 20px; min-height: 50px; justify-content: center; border: 0; border-radius: 12px; background: var(--accent); color: #fff; }
    .nav-shop-link svg { stroke: currentColor; }
    .mobile-drawer-actions { margin-top: 22px; padding-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-top: 1px solid var(--line); }
    .mobile-drawer-actions a { min-height: 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 8px 5px; border-radius: 12px; background: var(--soft); font-size: 11px; font-weight: 700; text-align: center; }
    .mobile-drawer-actions svg { width: 21px; height: 21px; }
    .mobile-drawer-actions a:hover { background: var(--accent-soft); color: var(--accent-dark); }
    .mobile-drawer-foot { margin-top: 20px; display: flex; flex-direction: column; gap: 2px; }
    .mobile-drawer-foot a { font-size: 13px; font-weight: 800; }
    .mobile-drawer-foot span { color: var(--muted); font-size: 11px; }
    .search-open .mobile-search { display: block; }

    .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 58px 64px; gap: 48px; }
    .hero-copy h1 { font-size: clamp(55px, 13vw, 86px); }
    .hero-copy > p { font-size: 17px; }
    .hero-visual { min-height: 430px; }
    .hero-orb-one { width: 360px; height: 360px; }
    .hero-product-card, .hero-image-card { width: min(390px, 86vw); }
    .benefits-grid { grid-template-columns: 1fr; padding-block: 10px; }
    .benefit-item { padding: 14px 6px; }
    .benefit-item + .benefit-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
    .category-card:nth-child(1), .category-card:nth-child(2), .category-card:nth-child(n+3) { grid-column: span 6; min-height: 320px; }
    .woocommerce ul.products, ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
    .split-grid { grid-template-columns: 1fr; }
    .split-panel { min-height: 460px; }
    .story-grid { grid-template-columns: 1fr; }
    .story-number strong { font-size: 90px; }
    .story-stores { grid-column: auto; grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; padding-bottom: 10px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .search-results-grid { grid-template-columns: repeat(2, 1fr); }

    .woocommerce div.product { grid-template-columns: 1fr; gap: 34px; }
    .woocommerce div.product div.summary { position: static; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 24px); --radius-md: 19px; --radius-lg: 28px; }
    .announcement-bar { font-size: 10px; }
    .header-actions .header-action:nth-child(2) { display: none; }
    .hero-grid { padding-block: 44px 52px; }
    .hero-copy h1 { font-size: clamp(48px, 15vw, 68px); }
    .hero-copy > p { margin-top: 22px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
    .hero-note { margin-top: 34px; gap: 8px 16px; }
    .hero-note span:not(:last-child)::after { display: none; }
    .hero-visual { min-height: 370px; }
    .hero-orb-one { width: 300px; height: 300px; }
    .hero-product-card, .hero-image-card { width: min(330px, 92vw); }
    .hero-product-image { padding: 26px; }
    .section { padding-block: 68px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 28px; }
    .section-heading h2 { font-size: 44px; }
    .category-grid { gap: 12px; }
    .category-card:nth-child(1), .category-card:nth-child(2), .category-card:nth-child(n+3) { grid-column: 1 / -1; min-height: 270px; }
    .category-content { left: 22px; bottom: 20px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 61px; font-size: 14px !important; }
    .woocommerce ul.products li.product .button { padding-inline: 8px; font-size: 11px; }
    .woocommerce ul.products li.product a img { padding: 12px; }
    .split-copy { padding: 42px 28px; }
    .split-copy h2 { font-size: 46px; }
    .split-panel { min-height: 380px; padding: 30px; }
    .story-number strong { font-size: 80px; }
    .footer-top { padding-block: 58px 42px; grid-template-columns: 1fr 1fr; gap: 35px 26px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-column:last-child { grid-column: 1 / -1; }
    .search-results-grid { grid-template-columns: 1fr; }
    .shop-main .woocommerce-products-header__title { font-size: 48px; }
    .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { float: none; }
    .woocommerce .woocommerce-ordering { margin-bottom: 26px; }
    .woocommerce div.product .product_title { font-size: 44px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs { gap: 12px; overflow-x: auto; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
}

/* Commerce UX */
.product-badges { position: absolute; z-index: 3; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 6px; pointer-events: none; }
.product-badge { min-height: 25px; display: inline-flex; align-items: center; padding: 0 9px; border-radius: 999px; background: #fff; border: 1px solid rgba(23,20,19,.08); box-shadow: 0 5px 15px rgba(23,20,19,.06); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-badge-sale { background: var(--ink); color: #fff; border-color: var(--ink); }
.product-badge-new { background: var(--blush); }

.sebella-commerce-heading { margin: 4px 0 34px; }
.sebella-commerce-heading .eyebrow { margin-bottom: 8px; }
.sebella-commerce-heading h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5vw, 76px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.sebella-commerce-heading > p { max-width: 620px; margin: 16px 0 0; color: var(--muted); }

.sebella-shipping-progress { margin: 0 0 46px; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(135deg, #fff 0%, #fff5fa 100%); }
.sebella-shipping-message { display: flex; align-items: flex-start; gap: 13px; }
.sebella-shipping-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--accent); font-size: 20px; font-weight: 800; }
.sebella-shipping-message p { margin: 1px 0 0; font-size: clamp(18px, 1.8vw, 25px); line-height: 1.45; }
.sebella-shipping-message strong { color: var(--accent); }
.sebella-shipping-message span { white-space: nowrap; }
.sebella-progress-track { width: 100%; height: 8px; margin-top: 24px; border-radius: 999px; background: #eeeeee; overflow: hidden; }
.sebella-progress-track > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--accent), #ee78b8); transition: width .3s ease; }
.sebella-shipping-progress.is-complete .sebella-shipping-icon { background: #e8f0eb; color: var(--success); }
.sebella-shipping-progress.is-complete .sebella-progress-track > span { background: var(--success); }

.woocommerce .quantity { min-height: 48px; display: inline-grid; grid-template-columns: 40px minmax(40px, 56px) 40px; align-items: stretch; border: 1px solid var(--line); border-radius: 999px; background: #fff; overflow: hidden; }
.woocommerce .quantity .qty { width: 100% !important; height: 46px !important; margin: 0 !important; padding: 0 4px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; text-align: center; font-weight: 700; appearance: textfield; -moz-appearance: textfield; }
.woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.sebella-qty-button { width: 40px; min-width: 40px; height: 46px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 24px; font-weight: 400; line-height: 1; transition: background .15s ease, color .15s ease; }
.sebella-qty-button:hover { background: var(--soft); color: var(--ink); }

.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 430px); gap: clamp(36px, 5vw, 74px); align-items: start; }
.woocommerce-cart .sebella-commerce-heading, .woocommerce-cart .sebella-shipping-progress, .woocommerce-cart .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-cart form.woocommerce-cart-form { min-width: 0; }
.woocommerce-cart table.shop_table { margin: 0; border: 0 !important; border-radius: 0 !important; border-collapse: collapse; }
.woocommerce-cart table.shop_table th { padding: 0 14px 15px; border: 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce-cart table.shop_table td { padding: 24px 14px; border: 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.woocommerce-cart table.shop_table td.product-remove { width: 34px; padding-left: 0; padding-right: 5px; }
.woocommerce-cart table.shop_table td.product-remove a.remove { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--muted) !important; font-size: 0; line-height: 1; }
.woocommerce-cart table.shop_table td.product-remove a.remove::before { content: '×'; font-size: 18px; font-weight: 400; }
.woocommerce-cart table.shop_table td.product-remove a.remove:hover { background: var(--ink); color: #fff !important; }
.woocommerce-cart td.product-thumbnail { width: 104px; }
.woocommerce-cart td.product-thumbnail img { width: 86px !important; aspect-ratio: 1; object-fit: contain; border-radius: 12px; background: var(--soft); padding: 7px; }
.woocommerce-cart td.product-name a { font-size: 15px; font-weight: 700; line-height: 1.45; }
.woocommerce-cart td.product-name .variation { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.woocommerce-cart td.product-price, .woocommerce-cart td.product-subtotal { white-space: nowrap; font-weight: 700; }
.woocommerce-cart td.product-quantity { width: 150px; }
.woocommerce-cart table.shop_table td.actions { padding: 24px 0 0; border-bottom: 0; }
.woocommerce-cart table.shop_table td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.shop_table td.actions .coupon .input-text { width: 190px; min-height: 46px; margin: 0; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; }
.woocommerce-cart table.shop_table td.actions button[name="update_cart"] { float: right; }

.woocommerce-cart .cart-collaterals { width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; float: none; position: sticky; top: 126px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 18px 55px rgba(31,23,20,.05); }
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin: 0 0 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.woocommerce-cart .cart-collaterals table.shop_table th, .woocommerce-cart .cart-collaterals table.shop_table td { padding: 14px 0; border-bottom: 1px solid var(--line); }
.woocommerce-cart .cart-collaterals table.shop_table th { width: 34%; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.woocommerce-cart .cart-collaterals table.shop_table td { text-align: right; }
.woocommerce-cart .cart-collaterals .order-total th, .woocommerce-cart .cart-collaterals .order-total td { padding-top: 20px; border-bottom: 0; }
.woocommerce-cart .cart-collaterals .order-total .amount { font-size: 24px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 22px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { width: 100%; min-height: 54px; margin: 0; border-radius: 999px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce ul#shipping_method { margin: 0; display: grid; gap: 9px; text-align: left; }
.woocommerce ul#shipping_method li { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: center; }
.woocommerce ul#shipping_method li input { grid-column: 2; grid-row: 1; width: 19px; height: 19px; accent-color: var(--accent); }
.woocommerce ul#shipping_method li label { grid-column: 1; grid-row: 1; cursor: pointer; }
.woocommerce-shipping-destination { color: var(--muted); font-size: 12px; }
.woocommerce-shipping-calculator .shipping-calculator-button { font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.sebella-checkout-trust { margin: -12px 0 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sebella-checkout-trust span { min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--muted); font-size: 12px; font-weight: 700; }
.sebella-checkout-trust svg { width: 18px; height: 18px; color: var(--accent); }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .78fr); gap: clamp(38px, 5vw, 72px); align-items: start; }
.woocommerce-checkout #customer_details { display: grid; gap: 18px; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { margin: 0 0 -50px; padding: 0 30px; position: relative; z-index: 2; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.woocommerce-checkout #order_review { padding: 72px 30px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 18px 55px rgba(31,23,20,.05); position: sticky; top: 126px; }
.woocommerce-checkout #order_review table.shop_table { margin-bottom: 22px; border: 0 !important; border-radius: 0 !important; }
.woocommerce-checkout #order_review table.shop_table th, .woocommerce-checkout #order_review table.shop_table td { padding: 13px 0; border-color: var(--line); }
.woocommerce-checkout #order_review table.shop_table th:last-child, .woocommerce-checkout #order_review table.shop_table td:last-child { text-align: right; }
.woocommerce-checkout #order_review .product-name { padding-right: 20px; }
.woocommerce-checkout #order_review .order-total .amount { font-size: 22px; }
.woocommerce-checkout #payment { margin-top: 8px; padding: 0; background: transparent; border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { padding: 0; border-bottom: 0; display: grid; gap: 8px; }
.woocommerce-checkout #payment ul.payment_methods > li { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.woocommerce-checkout #payment ul.payment_methods > li > input { width: 19px; height: 19px; margin-right: 8px; accent-color: var(--accent); vertical-align: middle; }
.woocommerce-checkout #payment ul.payment_methods > li > label { font-weight: 800; }
.woocommerce-checkout #payment div.payment_box { margin: 12px 0 0; padding: 13px 14px; border-radius: 10px; background: var(--soft); color: var(--muted); font-size: 13px; }
.woocommerce-checkout #payment div.payment_box::before { display: none; }
.woocommerce-checkout #payment .place-order { padding: 18px 0 0; }
.woocommerce-checkout #payment #place_order { width: 100%; min-height: 54px; border-radius: 999px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce-checkout .woocommerce-billing-fields > h3, .woocommerce-checkout .woocommerce-additional-fields > h3, .woocommerce-checkout .woocommerce-shipping-fields > h3 { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; column-gap: 14px; }
.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last { width: 100% !important; float: none !important; }
.woocommerce-checkout .form-row-wide { grid-column: 1 / -1; }
.woocommerce-checkout .select2-container .select2-selection--single { height: 48px; border: 1px solid var(--line); border-radius: 12px; }
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered { line-height: 46px; padding-left: 13px; }
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce-checkout .woocommerce-privacy-policy-text { color: var(--muted); font-size: 11px; }

@media (max-width: 980px) {
    .woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
    .woocommerce-cart .cart-collaterals .cart_totals { position: static; }
    .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
    .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; }
    .woocommerce-checkout #order_review { position: static; }
    .sebella-checkout-trust { grid-template-columns: 1fr 1fr; }
    .sebella-checkout-trust span:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .shop-main { padding-block: 28px 64px; }
    .sebella-commerce-heading { margin-bottom: 26px; }
    .sebella-commerce-heading h1 { font-size: 47px; }
    .sebella-checkout-heading > p { font-size: 14px; }
    .sebella-shipping-progress { margin-bottom: 36px; padding: 22px 18px; border-radius: 18px; }
    .sebella-shipping-message { gap: 11px; }
    .sebella-shipping-icon { width: 30px; height: 30px; flex-basis: 30px; font-size: 17px; }
    .sebella-shipping-message p { font-size: 18px; line-height: 1.55; }
    .sebella-shipping-message span { white-space: normal; }
    .sebella-progress-track { height: 7px; margin-top: 20px; }

    .woocommerce-cart table.shop_table, .woocommerce-cart table.shop_table tbody, .woocommerce-cart table.shop_table tr, .woocommerce-cart table.shop_table td { display: block; width: 100%; }
    .woocommerce-cart table.shop_table thead { display: none; }
    .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item { min-height: 132px; padding: 20px 0 20px 126px; position: relative; border-bottom: 1px solid var(--line); }
    .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td { padding: 0; border: 0; text-align: left !important; }
    .woocommerce-cart table.shop_table td.product-remove { width: auto; position: absolute; left: 91px; top: 15px; z-index: 2; }
    .woocommerce-cart table.shop_table td.product-thumbnail { width: 106px; position: absolute; left: 0; top: 20px; }
    .woocommerce-cart table.shop_table td.product-thumbnail::before { display: none; }
    .woocommerce-cart td.product-thumbnail img { width: 106px !important; height: 106px; padding: 6px; border-radius: 12px; }
    .woocommerce-cart td.product-name { padding-right: 2px !important; }
    .woocommerce-cart td.product-name::before { display: none; }
    .woocommerce-cart td.product-name a { display: block; padding-right: 8px; font-size: 16px; line-height: 1.45; }
    .woocommerce-cart td.product-price { margin-top: 8px; color: var(--muted); font-size: 13px; }
    .woocommerce-cart td.product-price::before { content: 'Preço: '; float: none; font-weight: 500; }
    .woocommerce-cart td.product-quantity { width: auto; margin-top: 13px; }
    .woocommerce-cart td.product-quantity::before { display: none; }
    .woocommerce-cart td.product-subtotal { display: none !important; }
    .woocommerce-cart .quantity { grid-template-columns: 38px 48px 38px; min-height: 44px; }
    .woocommerce-cart .quantity .qty, .sebella-qty-button { height: 42px !important; }
    .sebella-qty-button { width: 38px; min-width: 38px; }
    .woocommerce-cart table.shop_table tr:last-child td.actions { padding: 24px 0 0; }
    .woocommerce-cart table.shop_table td.actions .coupon { width: 100%; display: grid; grid-template-columns: 1fr auto; }
    .woocommerce-cart table.shop_table td.actions .coupon .input-text { width: 100%; }
    .woocommerce-cart table.shop_table td.actions button[name="update_cart"] { width: 100%; margin-top: 10px; float: none; }

    .woocommerce-cart .cart-collaterals .cart_totals { padding: 24px 20px; border-radius: 18px; box-shadow: none; }
    .woocommerce-cart .cart-collaterals .cart_totals h2 { font-size: 28px; }
    .woocommerce-cart .cart-collaterals table.shop_table { display: table; }
    .woocommerce-cart .cart-collaterals table.shop_table tbody { display: table-row-group; }
    .woocommerce-cart .cart-collaterals table.shop_table tr { display: table-row; }
    .woocommerce-cart .cart-collaterals table.shop_table th, .woocommerce-cart .cart-collaterals table.shop_table td { display: table-cell; width: auto; padding: 13px 0; }
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td::before { display: none; }
    .woocommerce-cart .cart-collaterals table.shop_table th { width: 29%; }
    .woocommerce ul#shipping_method li { grid-template-columns: 1fr 24px; }
    .woocommerce ul#shipping_method li label { font-size: 13px; line-height: 1.45; }

    .sebella-checkout-trust { grid-template-columns: 1fr; margin-bottom: 28px; }
    .sebella-checkout-trust span:last-child { grid-column: auto; }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
    .woocommerce-checkout .form-row-wide { grid-column: auto; }
    .woocommerce-checkout #order_review_heading { margin-bottom: -44px; padding: 0 20px; font-size: 28px; }
    .woocommerce-checkout #order_review { padding: 64px 20px 22px; border-radius: 18px; box-shadow: none; }
    .woocommerce-checkout #order_review table.shop_table, .woocommerce-checkout #order_review table.shop_table tbody, .woocommerce-checkout #order_review table.shop_table tfoot { display: table; width: 100%; }
    .woocommerce-checkout #order_review table.shop_table tr { display: table-row; }
    .woocommerce-checkout #order_review table.shop_table th, .woocommerce-checkout #order_review table.shop_table td { display: table-cell; width: auto; }
    .woocommerce-checkout #payment ul.payment_methods > li { padding: 14px; }
    .woocommerce-checkout #payment #place_order { min-height: 56px; }
}
