/* ===== Eros design system (extraído do protótipo designer-claude) ===== */
:root{
  --plum-900:#3f0f2e; --plum-800:#4a1236; --plum-700:#5a1743; --plum-600:#6d1f52; --plum-500:#7a2f5e;
  --mauve:#a24d84; --mauve-soft:#a88a9f; --ink:#2b2330; --text:#5c5058; --muted:#8a7d88;
  --bg:#ffffff; --bg-soft:#faf6f9; --border:#f0e5ed; --border-input:#ecdfe8; --gold:#c68a1e;
  --grad-plum:linear-gradient(135deg,#6d1f52,#3f0f2e);
  --shadow-btn:0 10px 24px rgba(90,23,67,.28);
  --shadow-card:0 18px 36px rgba(63,15,46,.12);
  --stripe:repeating-linear-gradient(135deg,#f5ecf2,#f5ecf2 12px,#efe1ec 12px,#efe1ec 24px);
  --maxw:1240px;
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{font-family:'Manrope',system-ui,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;}
a{color:var(--plum-500);text-decoration:none;}
a:hover{color:var(--plum-700);}
h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;margin:0;letter-spacing:-.01em;}
img{max-width:100%;}
::selection{background:#e8cfe0;color:#3f0f2e;}
@keyframes erosUp{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:none;}}
@keyframes erosFade{from{opacity:0;}to{opacity:1;}}
@keyframes erosPulse{0%,100%{opacity:1;}50%{opacity:.35;}}

.wrap{max-width:var(--maxw);margin:0 auto;padding-left:24px;padding-right:24px;width:100%;}
.main{flex:1;}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--mauve);}
.pill{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--mauve);background:#f3e3ee;padding:7px 14px;border-radius:999px;}

/* buttons */
.btn{cursor:pointer;font-family:inherit;font-size:14.5px;font-weight:700;border-radius:999px;border:none;padding:16px 30px;display:inline-flex;align-items:center;justify-content:center;gap:8px;}
.btn-primary{color:#fff;background:var(--grad-plum);box-shadow:var(--shadow-btn);}
.btn-outline{color:var(--plum-700);background:#fff;border:1.5px solid #e2c9da;}
.btn-block{width:100%;}
.btn[disabled]{opacity:.65;cursor:default;}
.btn-spin{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:erosSpin .7s linear infinite;vertical-align:-2px;margin-right:4px;}
/* Snowboard loading state em botões */
.wn-loading,.oc-loading{opacity:.7;pointer-events:none;position:relative;}
button.wn-loading::after,button.oc-loading::after{content:'';position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;opacity:.6;animation:erosSpin .7s linear infinite;}

/* header */
.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 0 rgba(90,23,67,.08);}
.announce{background:linear-gradient(90deg,#3f0f2e,#6d1f52);color:#f4e6ee;font-size:12.5px;letter-spacing:.04em;text-align:center;padding:9px 16px;font-weight:500;overflow:hidden;}
.announce .swiper{height:18px;}
.announce .swiper-slide{display:flex;align-items:center;justify-content:center;}
.header-main{display:flex;align-items:center;gap:28px;padding-top:18px;padding-bottom:18px;}
.header-logo img{height:52px;width:auto;display:block;}
.search{flex:1;max-width:520px;display:flex;align-items:center;gap:10px;border:1.5px solid var(--border-input);border-radius:999px;padding:11px 18px;background:var(--bg-soft);}
.search input{border:none;outline:none;background:transparent;font-family:inherit;font-size:14px;color:var(--ink);width:100%;}
.header-actions{display:flex;align-items:center;gap:22px;flex-shrink:0;margin-left:auto;}
.header-actions a{color:#4a3f48;display:flex;position:relative;}
.cart-badge{position:absolute;top:-8px;right:-9px;background:var(--mauve);color:#fff;font-size:10.5px;font-weight:800;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;}

/* nav */
.nav{border-top:1px solid #f1e6ee;position:relative;}
.nav-inner{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.nav-item{cursor:pointer;padding:15px 16px;font-size:13.5px;font-weight:700;letter-spacing:.02em;color:var(--plum-900);display:flex;align-items:center;gap:6px;}
.nav-item:hover{color:var(--mauve);}
.nav-note{margin-left:auto;padding:15px 16px;font-size:12.5px;font-weight:600;color:var(--mauve);}
.nav-dropdown{position:static;}
.mega{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 22px 44px rgba(63,15,46,.16);border-top:1px solid #f1e6ee;z-index:60;animation:erosFade .18s ease;}
.nav-dropdown:hover .mega{display:block;}
.mega-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;padding-top:32px;padding-bottom:32px;}
.mega-col-title{font-family:'Cormorant Garamond',serif;font-size:19px;font-weight:700;color:var(--plum-700);margin-bottom:12px;}
.mega-link{cursor:pointer;font-size:13.5px;color:var(--text);padding:6px 0;font-weight:500;display:block;}
.mega-link:hover{color:var(--mauve);}
.mega-promo{background:linear-gradient(150deg,#6d1f52,#3f0f2e);border-radius:16px;padding:22px;color:#f4e6ee;display:flex;flex-direction:column;justify-content:flex-end;min-height:150px;}

/* generic section */
.section{padding-top:52px;}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px;gap:16px;}
.section-head h2{font-size:34px;color:var(--plum-900);margin-top:4px;}
.link-more{cursor:pointer;font-size:13.5px;font-weight:700;white-space:nowrap;}

/* hero */
.hero{background:radial-gradient(120% 120% at 85% 0%,#f6ecf3 0%,#fbf7fa 45%,#ffffff 100%);}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding-top:64px;padding-bottom:56px;}
.hero-grid.hero-solo{grid-template-columns:1fr;}
.hero-grid.hero-solo p{max-width:640px;}
.hero h1{font-size:clamp(38px,5vw,62px);line-height:1.02;color:var(--plum-900);margin:22px 0 0;}
.hero h1 em{font-style:italic;color:var(--plum-500);}
.hero p{font-size:17px;line-height:1.6;color:var(--text);max-width:440px;margin:20px 0 30px;}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;}
.hero-stats{display:flex;gap:30px;margin-top:38px;}
.hero-stats .num{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:700;color:var(--plum-700);}
.hero-stats .lbl{font-size:12.5px;color:var(--muted);font-weight:600;}
.hero-img{position:relative;aspect-ratio:4/5;border-radius:22px;overflow:hidden;background:repeating-linear-gradient(135deg,#efe0ea,#efe0ea 14px,#e9d6e4 14px,#e9d6e4 28px);display:flex;align-items:flex-end;padding:22px;box-shadow:0 30px 60px rgba(63,15,46,.18);}
.hero-img .ph{font-family:'Roboto Mono',monospace;font-size:12px;letter-spacing:.06em;color:#9b7d94;text-transform:uppercase;}
.announce-swiper{max-width:600px;margin:0 auto;}
.announce-swiper .swiper-slide{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hero-swiper{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 30px 60px rgba(63,15,46,.18);aspect-ratio:4/5;max-height:600px;}
.hero-swiper .swiper-wrapper{height:100%;}
.hero-slide{position:relative;display:block;height:100%;background:var(--stripe);color:inherit;overflow:hidden;}
.hero-slide img{width:100%;height:100%;object-fit:cover;display:block;}
.hero-slide .ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:'Roboto Mono',monospace;font-size:13px;color:#9b7d94;text-transform:uppercase;padding:20px;text-align:center;}
.hero-slide-cap{position:absolute;left:0;right:0;bottom:0;padding:22px;background:linear-gradient(to top,rgba(40,10,30,.72),transparent);color:#fff;}
.hero-slide-name{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:700;line-height:1.1;}
.hero-slide-price{font-size:16px;font-weight:700;margin-top:4px;}
.hero-swiper .swiper-pagination-bullet-active{background:#fff;}

/* category tiles */
.tiles{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.tile{cursor:pointer;position:relative;border-radius:20px;overflow:hidden;min-height:230px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;}
.tile-a,.tile-a:hover{background:linear-gradient(135deg,#7a2f5e,#4a1236);color:#f6e9f1;}
.tile-b,.tile-b:hover{background:radial-gradient(120% 120% at 100% 0%,#f3e3ee,#e7d0e1);color:var(--plum-900);}
.tile:hover{box-shadow:var(--shadow-card);transform:translateY(-2px);transition:box-shadow .2s,transform .2s;}
.tile h3{font-family:'Cormorant Garamond',serif;font-size:40px;font-weight:700;line-height:1;}
.tile .sub{font-size:14px;opacity:.86;margin-top:8px;max-width:340px;}
.tile .go{margin-top:16px;font-size:13.5px;font-weight:700;display:flex;align-items:center;gap:8px;}

/* product grid + card */
.pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px;}
.card{cursor:pointer;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s;display:block;color:inherit;}
.card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px);color:inherit;}
.card-img{position:relative;aspect-ratio:1/1;background:var(--stripe);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.card-img img{width:100%;height:100%;object-fit:cover;}
.card-img .ph{font-family:'Roboto Mono',monospace;font-size:10.5px;letter-spacing:.06em;color:#b79ab0;text-transform:uppercase;}
.card-badge{position:absolute;top:12px;left:12px;background:var(--plum-700);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.03em;padding:5px 10px;border-radius:999px;text-transform:uppercase;}
.card-cover-link{position:absolute;inset:0;z-index:1;}
.card-quick{position:absolute;bottom:12px;right:12px;z-index:2;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:9px 14px;font-family:inherit;font-size:12px;font-weight:700;color:var(--plum-700);box-shadow:0 6px 16px rgba(63,15,46,.16);opacity:0;transition:opacity .2s;}
.card:hover .card-quick{opacity:1;}
.card-body{display:block;padding:16px;}

/* quick-view modal */
.qv-overlay{position:fixed;inset:0;z-index:100;background:rgba(40,10,30,.5);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px;animation:erosFade .18s ease;}
.qv-card{background:#fff;border-radius:22px;overflow:hidden;max-width:820px;width:100%;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 40px 80px rgba(40,10,30,.4);animation:erosUp .22s ease;}
.qv-img{position:relative;aspect-ratio:1/1;background:var(--stripe);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.qv-img img{width:100%;height:100%;object-fit:cover;}
.qv-body{padding:32px;position:relative;}
.qv-close{cursor:pointer;position:absolute;top:18px;right:18px;border:none;background:#f5ecf2;width:34px;height:34px;border-radius:50%;font-size:18px;color:var(--plum-700);}
.qv-spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(255,255,255,.35);border-top-color:#fff;animation:erosSpin .7s linear infinite;}
@keyframes erosSpin{to{transform:rotate(360deg);}}
@media(max-width:640px){.qv-card{grid-template-columns:1fr;}.qv-img{display:none;}}
.card-sub{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mauve-soft);}
.card-name{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:var(--ink);margin:3px 0 6px;line-height:1.15;}
.card-price{display:flex;align-items:baseline;gap:6px;}
.card-price .from{font-size:11.5px;color:var(--muted);}
.card-price .val{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:var(--plum-700);}
.card-price .old{font-size:13px;color:var(--muted);text-decoration:line-through;}
.pp-iva{font-size:11.5px;color:var(--muted);margin-top:2px;}

/* dark band (3d) */
.band{margin-top:64px;background:linear-gradient(135deg,#3f0f2e,#6d1f52);padding:56px 0;}
.band h2{color:#fbeef5;}
.band .eyebrow{color:#e6b8d4;}
.band .link-more{color:#f0d3e4;}

/* value props */
.vprops{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;}
.vprop{border:1px solid var(--border);border-radius:16px;padding:24px;}
.vprop h4{font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:700;color:var(--plum-900);margin:10px 0 4px;}
.vprop p{font-size:13px;color:#6b5f68;margin:0;}

/* breadcrumb */
.crumb{font-size:12.5px;color:var(--muted);font-weight:600;margin-bottom:18px;}
.crumb a{color:var(--muted);}
.crumb .c1{color:var(--plum-700);}
.crumb .c2{color:var(--mauve);}

/* category banner */
.cat-banner{border-radius:18px;background:linear-gradient(135deg,#7a2f5e,#4a1236);padding:34px 36px;color:#f6e9f1;margin-bottom:26px;}
.cat-banner h1{font-size:40px;margin-top:4px;}
.cat-banner p{font-size:14px;opacity:.85;max-width:520px;margin:8px 0 0;}
.cat-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:32px;align-items:start;}
.filters{border:1px solid var(--border);border-radius:16px;padding:22px;position:sticky;top:150px;}
.filters h4{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:700;color:var(--plum-900);margin-bottom:14px;}
.filter-label{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--mauve-soft);margin-bottom:10px;}
.filter-check{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#4a3f48;padding:5px 0;cursor:pointer;}
.filter-check input{accent-color:var(--mauve);width:15px;height:15px;}
.filter-sep{height:1px;background:var(--border);margin:16px 0;}
.cat-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;}
.cat-count{font-size:13px;color:var(--muted);font-weight:600;}
.sort-select{border:1.5px solid var(--border-input);border-radius:999px;padding:8px 14px;background:var(--bg-soft);font-family:inherit;font-size:13px;color:#4a3f48;font-weight:600;}

/* product page */
.pp-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start;}
.pp-main-img{position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:var(--stripe);display:flex;align-items:center;justify-content:center;}
.pp-main-img img{width:100%;height:100%;object-fit:cover;}
.pp-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px;}
.pp-thumb{aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--stripe);border:2px solid transparent;cursor:pointer;}
.pp-thumb.active{border-color:var(--mauve);}
.pp-thumb img{width:100%;height:100%;object-fit:cover;}
.pp-info h1{font-size:40px;color:var(--plum-900);margin:6px 0 10px;line-height:1.05;}
.pp-price{display:flex;align-items:baseline;gap:8px;margin-bottom:18px;}
.pp-price .val{font-family:'Cormorant Garamond',serif;font-size:38px;font-weight:700;color:var(--plum-700);}
.pp-price .old{font-size:18px;color:var(--muted);text-decoration:line-through;}
.pp-desc{font-size:14.5px;line-height:1.65;color:var(--text);margin:0 0 22px;}
.pp-options{border:1px solid var(--border);border-radius:14px;padding:18px;margin-bottom:20px;}
.pp-opt-label{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--mauve-soft);margin-bottom:10px;}
.pp-input{width:100%;border:1.5px solid var(--border-input);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:14px;background:var(--bg-soft);outline:none;}
.pp-actions{display:flex;gap:14px;align-items:center;margin-bottom:14px;}
.qty{display:flex;align-items:center;border:1.5px solid var(--border-input);border-radius:999px;overflow:hidden;}
.qty button{cursor:pointer;border:none;background:var(--bg-soft);font-size:18px;padding:12px 16px;color:var(--plum-700);}
.qty span{padding:0 16px;font-weight:700;font-size:15px;}
.pp-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;}
.pp-spec{background:var(--bg-soft);border-radius:12px;padding:14px 16px;}
.pp-spec .k{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--mauve-soft);}
.pp-spec .v{font-size:14px;font-weight:700;color:var(--plum-900);margin-top:3px;}
.pp-detail{margin-top:52px;border-top:1px solid var(--border);padding-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:44px;}
.pp-detail h3{font-size:26px;color:var(--plum-900);margin-bottom:12px;}
.spec-table{border:1px solid var(--border);border-radius:14px;overflow:hidden;}
.spec-row{display:flex;justify-content:space-between;padding:13px 18px;font-size:13.5px;}
.spec-row:nth-child(even){background:var(--bg-soft);}
.spec-row .k{color:var(--muted);}
.spec-row .v{font-weight:700;color:var(--plum-900);}
.stars{color:var(--gold);font-size:14px;letter-spacing:1px;}

/* cart */
.two-col{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start;}
.cart-items{display:flex;flex-direction:column;gap:14px;}
.cart-row{display:flex;gap:16px;border:1px solid var(--border);border-radius:16px;padding:16px;align-items:center;}
.cart-thumb{width:92px;height:92px;flex-shrink:0;border-radius:12px;background:var(--stripe);overflow:hidden;}
.cart-thumb img{width:100%;height:100%;object-fit:cover;}
.cart-line{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:700;color:var(--plum-700);min-width:72px;text-align:right;}
.cart-del{cursor:pointer;border:none;background:transparent;color:#c39;font-size:18px;padding:4px;}
.summary{border:1px solid var(--border);border-radius:18px;padding:24px;position:sticky;top:150px;background:var(--bg-soft);}
.summary h3{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:700;color:var(--plum-900);margin-bottom:16px;}
.sum-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text);padding:7px 0;}
.sum-row span{font-weight:700;color:var(--ink);}
.sum-sep{height:1px;background:#e6d4e0;margin:12px 0;}
.sum-total{display:flex;justify-content:space-between;align-items:baseline;font-size:15px;font-weight:800;color:var(--plum-900);padding:2px 0 16px;}
.sum-total .big{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:700;color:var(--plum-700);}
.sum-note{text-align:center;font-size:11.5px;color:var(--muted);margin-top:12px;}

/* empty state */
.empty{text-align:center;padding:60px 20px;color:var(--muted);}

/* checkout */
.co-steps{display:flex;align-items:center;gap:12px;margin-bottom:28px;font-size:13px;}
.co-steps .on{font-weight:800;color:var(--plum-700);}
.co-steps .off{font-weight:700;color:#c3b3bd;}
.co-steps .sep{color:#d9c3d2;}
.co-card{border:1px solid var(--border);border-radius:16px;padding:24px;}
.co-card h3{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:var(--plum-900);margin-bottom:16px;}
.co-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.co-fields .full{grid-column:1/3;}
.field{border:1.5px solid var(--border-input);border-radius:10px;padding:13px 14px;font-family:inherit;font-size:14px;background:var(--bg-soft);outline:none;width:100%;}
.deliv{display:flex;align-items:center;gap:12px;border:1.5px solid var(--border-input);border-radius:12px;padding:14px 16px;margin-bottom:10px;cursor:pointer;}
.deliv.sel{border-color:var(--mauve);background:#fdf3f9;}
.deliv .name{font-size:14px;font-weight:700;color:var(--ink);}
.deliv .eta{font-size:12px;color:var(--muted);}
.deliv .price{font-family:'Cormorant Garamond',serif;font-size:19px;font-weight:700;color:var(--plum-700);margin-left:auto;}
.paytab{cursor:pointer;flex:1;font-family:inherit;font-size:14px;font-weight:700;padding:14px;border-radius:12px;border:1.5px solid var(--border-input);background:#fff;color:var(--text);}
.paytab.sel{border-color:var(--mauve);background:#fdf3f9;color:var(--plum-700);}
.mb-box{background:var(--bg-soft);border-radius:12px;padding:20px;}
.mb-line{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--border-input);}
.mb-line:last-child{border-bottom:none;}
.mb-line .k{font-size:13px;color:var(--muted);}
.mb-line .v{font-family:'Roboto Mono',monospace;font-size:16px;font-weight:700;color:var(--plum-900);letter-spacing:.05em;}

/* footer */
.footer{margin-top:auto;background:linear-gradient(135deg,#3f0f2e,#25081a);color:#e7d3e0;padding:56px 0 28px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;}
.footer .footer-logo{height:56px;width:auto;filter:brightness(0) invert(1);opacity:.95;margin-bottom:14px;display:block;}
.footer p{font-size:13px;line-height:1.6;opacity:.72;max-width:280px;}
.footer .col-title{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#e6b8d4;margin-bottom:14px;}
.footer .col-links{display:flex;flex-direction:column;gap:9px;font-size:13px;opacity:.82;}
.footer .col-links a{color:#e7d3e0;opacity:.82;}
.footer-bottom{margin-top:32px;padding:20px 24px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;opacity:.6;max-width:var(--maxw);margin-left:auto;margin-right:auto;}
.footer-pay{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.footer-pay .pay-logo{height:56px;width:auto;margin:0;background:#fff;padding:4px 6px;border-radius:6px;}

[v-cloak]{display:none;}

/* auth fields */
.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;}
.auth-field label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--mauve-soft);}

/* account layout */
.account-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start;}
.account-nav{display:flex;flex-direction:column;gap:4px;border:1px solid var(--border);border-radius:16px;padding:14px;position:sticky;top:150px;}
.account-nav a{padding:11px 14px;border-radius:10px;font-size:14px;font-weight:600;color:#4a3f48;}
.account-nav a:hover{background:var(--bg-soft);color:var(--plum-700);}
.account-nav a.on{background:var(--grad-plum);color:#fff;}
.acct-logout{margin-top:8px;cursor:pointer;border:none;background:transparent;text-align:left;padding:11px 14px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;color:#c0396b;}
.acct-logout:hover{background:#fbe9ef;}
@media(max-width:720px){.account-layout{grid-template-columns:1fr;}.account-nav{position:static;flex-direction:row;flex-wrap:wrap;}}

/* orders (conta) */
.order-link{text-decoration:none;color:inherit;transition:box-shadow .2s;}
.order-link:hover{box-shadow:var(--shadow-card);color:inherit;}
.orders-table{display:flex;flex-direction:column;gap:10px;}
.order-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;border:1px solid var(--border);border-radius:12px;padding:14px 18px;}
.order-num{font-weight:700;color:var(--plum-700);}
.order-meta{font-size:12.5px;color:var(--muted);margin-top:2px;}
.order-total{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:700;color:var(--plum-700);}
.status-badge{font-size:11.5px;font-weight:800;letter-spacing:.03em;padding:6px 12px;border-radius:999px;white-space:nowrap;background:#f3e3ee;color:var(--plum-700);}
.status-badge.status-paid,.status-badge.status-completed{background:#e9f7ee;color:#1c6b3a;}
.status-badge.status-awaiting_payment,.status-badge.status-pending{background:#fdf3e7;color:#a9691a;}
.status-badge.status-cancelled,.status-badge.status-failed{background:#fbe9ef;color:#a4123f;}
.status-badge.status-shipped,.status-badge.status-processing{background:#e7eefb;color:#1a3fa9;}
@media(max-width:640px){.order-row{grid-template-columns:1fr auto;}.order-total{grid-column:1;}}

/* flash */
.flash{padding:12px 18px;border-radius:10px;margin-bottom:16px;font-size:14px;font-weight:600;}
.flash-success{background:#e9f7ee;color:#1c6b3a;}
.flash-error{background:#fbe9ef;color:#a4123f;}

/* responsive */
@media(max-width:900px){
  .hero-grid,.pp-grid,.two-col,.cat-layout,.pp-detail{grid-template-columns:1fr;}
  .tiles,.co-fields{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .filters{position:static;}
  .search{display:none;}
}
