:root{--navy-900:#1a1016;--navy-800:#2a1720;--navy-700:#3a2029;--blue:#c2255c;--blue-600:#a01c4b;--cyan:#e8a0b8;--indigo:#8e4162;--violet:#7c2d55;--grad:linear-gradient(135deg, #c2255c 0%, #7c2d55 100%);--grad-cyan:linear-gradient(135deg, #e8a0b8 0%, #b0567f 100%);--gold:#b08d2e;--ink:#1f1319;--muted:#7a6a70;--line:#ece4e7;--bg:#faf7f8;--card:#fff;--green:#16a34a;--red:#dc2626;--amber:#f59e0b;--radius:14px;--shadow:0 8px 30px #3c14261a;--shadow-sm:0 2px 10px #3c142612}*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{margin:0;font-family:Playfair Display,Georgia,serif;line-height:1.15}.container{max-width:1320px;margin:0 auto;padding:0 20px}.main{min-height:60vh}.skip-link{z-index:500;color:var(--navy-900);border:2px solid var(--blue);background:#fff;border-radius:8px;padding:10px 14px;font-weight:800;transition:transform .16s;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.main:focus{outline:none}.route-loader{min-height:52vh;color:var(--muted);place-items:center;font-weight:700;display:grid}.section{padding:40px 0}.muted{color:var(--muted)}.link-more{color:var(--blue);font-size:14px;font-weight:700}.btn{border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s,filter .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #3c142624}.btn:active{transform:translateY(0)scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:var(--grad);color:#fff}.btn-primary:hover{filter:brightness(1.07)}.btn-blue{background:var(--blue);color:#fff}.btn-dark{background:var(--navy-800);color:#fff}.btn-ghost{border:1.5px solid var(--line);color:var(--ink);background:#fff}.btn-ghost.active{border-color:var(--blue);color:var(--blue);background:#fbf0f4}.btn-outline-w{color:#fff;border:1.5px solid #fff6}.btn-wa{color:#fff;background:#25d366}.btn-sm{border-radius:10px;padding:8px 14px;font-size:13px}.btn-block{width:100%}.badge{border-radius:8px;align-items:center;gap:4px;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.badge-sale{background:var(--violet);color:#fff}.badge-new{background:var(--indigo);color:#fff}.badge-best{color:#fff;background:#b08d2e}.badge-green{color:#166534;background:#dcfce7}.badge-amber{color:#92400e;background:#fef3c7}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.topbar{background:var(--navy-900);color:#e0d3d8;font-size:13px}.topbar .container{justify-content:space-between;align-items:center;height:34px;display:flex}.topbar .tb-left,.topbar .tb-right{align-items:center;gap:18px;display:flex}.topbar b{color:#fff}.header{z-index:60;position:sticky;top:0}.header-main{border-bottom:1px solid var(--line);background:#fff}.header-main .container{align-items:center;gap:20px;height:78px;display:flex}.logo{flex:none;align-items:center;gap:10px;display:flex}.logo-mark{background:var(--navy-900);border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.logo-text{letter-spacing:.5px;font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:800}.logo-text span{color:var(--blue)}.search{flex:1;align-items:stretch;max-width:720px;display:flex;position:relative}.search input{border:1.5px solid var(--line);border-right:none;border-radius:12px 0 0 12px;outline:none;flex:1;height:46px;padding:0 16px;font-size:14px}.search .cat-select{border:1.5px solid var(--line);color:var(--muted);background:#fff;border-left:none;border-right:none;padding:0 10px;font-size:13px;font-weight:600}.search .search-btn{background:var(--blue);color:#fff;border-radius:0 12px 12px 0;place-items:center;width:54px;display:grid}.search-suggest{border:1px solid var(--line);box-shadow:var(--shadow);z-index:80;background:#fff;border-radius:12px;position:absolute;top:52px;left:0;right:0;overflow:hidden}.search-suggest a{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:10px 14px;display:flex}.search-suggest a:hover{background:var(--bg)}.search-suggest img{object-fit:cover;background:var(--bg);border-radius:8px;width:42px;height:42px}.header-actions{flex:none;align-items:center;gap:22px;display:flex}.h-action{color:var(--ink);align-items:center;gap:8px;display:flex;position:relative}.h-action .ha-label{line-height:1.1}.h-action .ha-label small{color:var(--muted);font-size:11px;display:block}.count-bubble{background:var(--violet);color:#fff;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:800;display:grid;position:absolute;top:-8px;left:14px}.header-nav{background:var(--navy-800)}.header-nav .container{align-items:center;gap:4px;height:50px;display:flex}.nav-link{color:#ecdfe4;border-radius:10px;align-items:center;gap:7px;padding:9px 16px;font-size:14px;font-weight:600;display:flex}.nav-link.home.active{background:var(--blue)}.nav-cat-btn{position:relative}.cat-dropdown{width:300px;box-shadow:var(--shadow);z-index:90;background:#fff;border-radius:14px;padding:8px;position:absolute;top:46px;left:0;overflow:hidden}.cat-dropdown a{color:var(--ink);border-radius:10px;align-items:center;gap:12px;padding:11px 14px;font-size:14px;font-weight:600;display:flex}.cat-dropdown a:hover{background:var(--bg)}.cat-dropdown .ci{color:#fff;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.burger{display:none}.footer{background:var(--navy-900);color:#e0d3d8;margin-top:50px}.footer .cols{grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:30px;padding:50px 0 34px;display:grid}.footer h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:14px}.footer a{color:#c2aeb6;padding:5px 0;font-size:14px;display:block}.footer a:hover{color:#fff}.footer .f-brand p{color:#c2aeb6;font-size:14px;line-height:1.6}.footer .socials{gap:10px;margin-top:16px;display:flex}.footer .socials a{background:#ffffff14;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.footer .contact-row{color:#c2aeb6;align-items:flex-start;gap:10px;padding:6px 0;font-size:14px;display:flex}.footer-bottom{text-align:center;color:#a08e96;border-top:1px solid #ffffff1a;padding:18px 0;font-size:13px}.footer-bottom a{color:var(--cyan);display:inline}.feature-strip{border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:repeat(5,1fr);gap:8px;margin:24px 0;padding:18px;display:grid}.feature-strip .fi{align-items:center;gap:12px;display:flex}.feature-strip .fi .ic{width:40px;height:40px;color:var(--blue);background:#eff4ff;border-radius:10px;flex:none;place-items:center;display:grid}.feature-strip .fi b{font-size:14px;display:block}.feature-strip .fi small{color:var(--muted);font-size:12px}.pcard{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;transition:all .18s;display:flex;position:relative;overflow:hidden}.pcard:hover{box-shadow:var(--shadow);border-color:#d5deec;transform:translateY(-3px)}.pcard .pc-img{aspect-ratio:1;background:#f7f9fc;position:relative;overflow:hidden}.pcard .pc-img img{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .3s}.pcard:hover .pc-img img{filter:saturate(1.04)contrast(1.02);transform:scale(1.055)}.pcard .pc-badges{flex-direction:column;gap:6px;display:flex;position:absolute;top:10px;left:10px}.pcard .pc-fav{width:34px;height:34px;box-shadow:var(--shadow-sm);color:var(--muted);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;top:10px;right:10px}.pcard .pc-fav.on{color:var(--violet)}.pc-low-stock{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ad6;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:800;position:absolute;bottom:10px;right:10px}.pcard .pc-body{flex-direction:column;flex:1;gap:7px;padding:14px;display:flex}.pcard .pc-brand{text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-size:11px;font-weight:700}.pcard .pc-name{min-height:38px;color:var(--ink);font-size:14px;font-weight:600;line-height:1.35}.pcard .pc-rate{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:flex}.pcard .pc-price{align-items:baseline;gap:8px;display:flex}.pcard .pc-price b{color:var(--blue);font-size:18px;font-weight:800}.pcard .pc-price s{color:var(--muted);font-size:13px}.pcard .pc-colors{gap:5px;display:flex}.pcard .pc-colors i{border:1px solid #00000026;border-radius:50%;width:13px;height:13px;display:inline-block}.pcard .pc-actions{gap:8px;margin-top:auto;display:flex}.pcard .pc-actions .btn{flex:1}.stars{color:var(--amber);display:inline-flex}.stars svg{width:14px;height:14px}.grid-products{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.grid-products>*,.grid-4>*,.grid-3>*,.grid-2>*{min-width:0}.section-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.skeleton-block,.skeleton-line{position:relative;overflow:hidden;background:#e8edf5!important}.skeleton-block:after,.skeleton-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.3s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-line{border-radius:999px;width:100%;height:12px;display:block}.skeleton-line.short{width:34%}.skeleton-line.medium{width:68%}.skeleton-line.price{width:48%;height:20px;margin-top:8px}.skeleton-line.action{border-radius:10px;height:36px;margin-top:8px}.detail-skeleton-image{aspect-ratio:1;border-radius:16px}.detail-skeleton>div:last-child{flex-direction:column;gap:18px;padding-top:24px;display:flex}.home-top{grid-template-columns:minmax(0,1fr) 340px;gap:20px;margin:24px 0;display:grid}.home-top>*,.hero,.flash-panel{min-width:0}.hero{color:#fff;background:radial-gradient(120% 120% at 70% 20%,#3b1d8f 0%,#14204a 45%,#1a1016 100%);border-radius:18px;align-items:center;min-height:360px;display:flex;position:relative;overflow:hidden}.hero .hero-copy{z-index:2;max-width:60%;padding:44px}.hero small{letter-spacing:2px;text-transform:uppercase;color:#a5b4fc;font-size:12px;font-weight:700}.hero h1{margin:14px 0;font-size:46px;font-weight:800;line-height:1.05}.hero h1 .accent{color:var(--cyan)}.hero p{color:#e2d1d9;max-width:380px;font-size:16px}.hero .hero-cta{gap:12px;margin-top:24px;display:flex}.hero .hero-visual{opacity:.96;background-position:50%;background-size:cover;width:100%;animation:.8s cubic-bezier(.2,.7,.2,1) both heroVisualIn;position:absolute;top:0;bottom:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 42%);mask-image:linear-gradient(90deg,#0000 0%,#000 42%)}.hero-copy-in{animation:.55s cubic-bezier(.2,.7,.2,1) 80ms both heroCopyIn}.hero .dots{z-index:3;gap:7px;display:flex;position:absolute;bottom:18px;left:44px}.hero .dots button{background:#ffffff73;border-radius:50%;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.hero .dots button.on{background:#fff;border-radius:4px;width:24px}.cat-tile .ct-ic{overflow:hidden;background:#fff!important}.cat-tile .ct-ic img{object-fit:contain;width:100%;height:100%;transition:transform .35s;display:block}.cat-tile:hover .ct-ic img{transform:scale(1.12)rotate(-2deg)}.flash-panel{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.flash-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.flash-head b{align-items:center;gap:7px;font-weight:800;display:flex}.countdown{gap:6px;margin:8px 0 16px;display:flex}.countdown .cd{background:var(--navy-800);color:#fff;text-align:center;border-radius:9px;flex:1;padding:8px 0}.countdown .cd b{font-family:Inter,sans-serif;font-size:18px;display:block}.countdown .cd small{opacity:.7;letter-spacing:1px;font-size:9px}.flash-item{border-top:1px solid var(--line);align-items:center;gap:12px;padding:12px 0;display:flex}.flash-item img{object-fit:cover;background:var(--bg);border-radius:10px;width:60px;height:60px}.flash-item .fi-info{flex:1}.flash-item .fi-info .n{font-size:13px;font-weight:600}.flash-item .fi-info .p{color:var(--blue);font-weight:800}.flash-item .fi-info .p s{color:var(--muted);margin-left:6px;font-size:12px;font-weight:400}.progress{background:var(--line);border-radius:3px;height:5px;margin-top:5px;overflow:hidden}.progress i{background:var(--grad);height:100%;display:block}.cat-tiles{grid-template-columns:repeat(8,1fr);gap:12px;margin:6px 0 26px;display:grid}.cat-tile{border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:#fff;padding:16px 10px;transition:all .15s}.cat-tile:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.cat-tile .ct-ic{color:#fff;border-radius:14px;place-items:center;width:54px;height:54px;margin:0 auto 10px;display:grid}.home-lists{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.mini-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px}.mini-panel .mp-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mini-panel .mp-head b{text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:800}.rank-item{border-top:1px solid var(--line);align-items:center;gap:12px;padding:10px 0;display:flex}.rank-item .rk{background:var(--grad);color:#fff;border-radius:7px;flex:none;place-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:grid}.rank-item img{object-fit:cover;background:var(--bg);border-radius:9px;width:46px;height:46px}.rank-item .ri-info{flex:1}.rank-item .ri-info .n{font-size:13px;font-weight:600}.rank-item .ri-info .p{color:var(--blue);font-size:13px;font-weight:700}.brand-strip{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.brand-logo{border:1px solid var(--line);height:72px;color:var(--navy-800);background:#fff;border-radius:12px;place-items:center;font-family:Playfair Display,Georgia,serif;font-size:17px;font-weight:800;transition:all .15s;display:grid}.brand-logo:hover{box-shadow:var(--shadow)}.newsletter{color:#fff;background:linear-gradient(120deg,#2a1720,#33212a);border-radius:18px;grid-template-columns:1fr 1fr;align-items:center;gap:24px;margin:30px 0;padding:34px;display:grid}.newsletter p{color:#b6c2d9;margin-top:8px}.newsletter .nl-form{gap:8px;display:flex}.newsletter .nl-form input{border:none;border-radius:12px;flex:1;padding:14px}.blog-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.blog-card{border-radius:var(--radius);color:#fff;background:linear-gradient(#0b11201a,#0b1120eb);flex-direction:column;justify-content:flex-end;min-height:190px;padding:18px;display:flex;position:relative;overflow:hidden}.blog-card .bg{z-index:-1;background-size:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s;position:absolute;inset:0}.blog-card:hover .bg{filter:saturate(1.12);transform:scale(1.07)}.blog-card:hover h4{text-underline-offset:3px;text-decoration:underline}.blog-card .bl-tag{align-self:flex-start}.blog-card h4{margin-top:10px;font-size:15px}.blog-card small{color:#e2d1d9;margin-top:6px}.breadcrumb{color:var(--muted);align-items:center;gap:8px;padding:18px 0;font-size:13px;display:flex}.breadcrumb a:hover{color:var(--blue)}.shop-layout{grid-template-columns:260px 1fr;align-items:start;gap:24px;display:grid}.filters{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px;position:sticky;top:140px}.filters .f-group{border-top:1px solid var(--line);padding:14px 0}.filters .f-group:first-of-type{border-top:none}.filters h5{justify-content:space-between;margin-bottom:10px;font-size:14px;font-weight:800;display:flex}.filters label{color:#4d3841;cursor:pointer;align-items:center;gap:9px;padding:5px 0;font-size:13.5px;display:flex}.filters label .cnt{color:var(--muted);margin-left:auto;font-size:12px}.filters input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue)}.filters input[type=range]{width:100%;accent-color:var(--blue)}.shop-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.shop-head h1{font-size:30px}.subtabs{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.subtab{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 18px;font-size:14px;font-weight:700}.subtab.active{background:var(--blue);color:#fff;border-color:var(--blue)}.sort-select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.detail{grid-template-columns:1fr 1fr;gap:40px;padding:20px 0;display:grid}.detail .d-gallery .main-img{border:1px solid var(--line);aspect-ratio:1;background:var(--bg);border-radius:16px;overflow:hidden}.detail .d-gallery .main-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.detail .d-gallery .main-img:hover img{transform:scale(1.045)}.detail .d-thumbs{gap:10px;margin-top:12px;display:flex}.detail .d-thumbs .th{border:2px solid var(--line);border-radius:11px;width:74px;height:74px;overflow:hidden}.detail .d-thumbs .th.on{border-color:var(--blue)}.detail h1{margin:6px 0 10px;font-size:28px}.d-price{color:var(--blue);font-size:34px;font-weight:800}.d-price s{color:var(--muted);margin-left:10px;font-size:18px;font-weight:400}.d-row{align-items:center;gap:14px;margin:16px 0;display:flex}.qty-box{border:1px solid var(--line);border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.qty-box button{width:40px;height:44px;font-size:18px}.qty-box span{text-align:center;width:44px;font-weight:700}.color-opt{border:2px solid var(--line);border-radius:50%;width:28px;height:28px}.color-opt.on{border-color:var(--blue);box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--blue)}.spec-table{border-collapse:collapse;width:100%;margin-top:14px}.spec-table td{border-bottom:1px solid var(--line);padding:11px 14px;font-size:14px}.spec-table td:first-child{color:var(--muted);width:40%}.tabs{border-bottom:1px solid var(--line);gap:4px;margin:30px 0 20px;display:flex}.tabs button{color:var(--muted);border-bottom:3px solid #0000;padding:12px 18px;font-weight:700}.tabs button.on{color:var(--blue);border-color:var(--blue)}.live-demand{color:#1e40af;background:#eff6ff;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.live-dot{background:#22c55e;border-radius:50%;flex:none;width:8px;height:8px;animation:1.8s infinite livePulse;display:inline-block;box-shadow:0 0 #22c55e80}.recent-proof{z-index:150;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #cbd5e1cc;border-radius:15px;grid-template-columns:58px 1fr 20px;align-items:center;gap:12px;width:min(370px,100vw - 48px);padding:12px;transition:opacity .35s,transform .35s cubic-bezier(.2,.7,.2,1);display:grid;position:fixed;bottom:24px;left:24px;transform:translateY(24px);box-shadow:0 18px 50px #0f172a33}.recent-proof.show{opacity:1;transform:translateY(0)}.recent-proof>img{object-fit:cover;background:var(--bg);border-radius:11px;width:58px;height:58px}.recent-proof>svg{color:var(--green)}.recent-proof small{color:var(--green);align-items:center;gap:6px;font-size:10px;font-weight:800;display:flex}.recent-proof b{margin:3px 0;font-size:12px;line-height:1.3;display:block}.recent-proof span{color:var(--muted);font-size:10px;display:block}.cart-layout,.checkout-grid{grid-template-columns:1fr 380px;align-items:start;gap:24px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:22px}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr auto;align-items:center;gap:16px;padding:18px 0;display:grid}.cart-item img{object-fit:cover;background:var(--bg);border-radius:12px;width:90px;height:90px}.summary-row{justify-content:space-between;padding:8px 0;font-size:15px;display:flex}.summary-total{border-top:1px solid var(--line);justify-content:space-between;margin-top:8px;padding:14px 0;font-size:22px;font-weight:800;display:flex}.summary-total b{color:var(--violet)}.steps{justify-content:center;align-items:center;gap:8px;padding:22px 0;display:flex}.step{align-items:center;gap:10px;display:flex}.step .num{background:var(--line);width:34px;height:34px;color:var(--muted);border-radius:50%;place-items:center;font-weight:800;display:grid}.step.on .num{background:var(--blue);color:#fff}.step.done .num{background:var(--green);color:#fff}.step .lbl{color:var(--muted);font-size:14px;font-weight:700}.step.on .lbl{color:var(--blue)}.step-line{background:var(--line);width:60px;height:2px}.step-line.on{background:var(--blue)}.field{margin-bottom:14px}.field label{color:#4d3841;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.field input,.field select,.field textarea{border:1.5px solid var(--line);border-radius:10px;outline:none;width:100%;padding:12px;font-family:inherit;font-size:14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue)}.form-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-3{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}.pay-methods{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.pay-opt{border:2px solid var(--line);text-align:center;cursor:pointer;border-radius:12px;padding:14px;font-size:13px}.pay-opt.on{border-color:var(--blue);background:#eff4ff}.pay-opt .pm{margin-bottom:4px;font-weight:800}.deliver-opt{border:2px solid var(--line);cursor:pointer;border-radius:12px;gap:12px;padding:16px;display:flex}.deliver-opt.on{border-color:var(--blue);background:#eff4ff}.compare-table{border-collapse:collapse;border-radius:var(--radius);background:#fff;width:100%;overflow:hidden}.compare-table th,.compare-table td{border:1px solid var(--line);text-align:center;padding:14px;font-size:14px}.compare-table th{background:var(--bg)}.compare-col-best{outline:2px solid var(--blue);position:relative}.dash-layout{grid-template-columns:260px 1fr;align-items:start;gap:24px;padding:24px 0;display:grid}.dash-side{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:16px;position:sticky;top:140px}.dash-user{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-bottom:10px;padding-bottom:16px;display:flex}.dash-user .av{background:var(--grad);color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:18px;font-weight:800;display:grid}.dash-menu a{color:#4d3841;border-radius:10px;align-items:center;gap:11px;padding:11px 12px;font-size:14px;font-weight:600;display:flex}.dash-menu a:hover{background:var(--bg)}.stat-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.stat-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;align-items:center;gap:14px;padding:20px;display:flex}.stat-card .sc-ic{border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.stat-card b{font-family:Inter,sans-serif;font-size:28px}.stat-card small{color:var(--muted);font-size:13px}.order-track{align-items:center;gap:4px;display:flex}.order-track .ot{border:2px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.order-track .ot.done{background:var(--green);border-color:var(--green);color:#fff}.order-track .ot.cur{border-color:var(--amber)}.order-track .ol{background:var(--line);width:26px;height:2px}.order-track .ol.done{background:var(--green)}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.dtable{border-collapse:collapse;width:100%;min-width:640px}.dtable th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);border-bottom:2px solid var(--line);padding:12px 14px;font-size:12px}.dtable td{border-bottom:1px solid var(--line);padding:13px 14px;font-size:14px}.dtable tr:hover td{background:#fafbfe}.status-pill{border-radius:999px;padding:4px 11px;font-size:12px;font-weight:700;display:inline-flex}.st-confirmado{color:#1e40af;background:#dbeafe}.st-procesando{color:#6d28d9;background:#ede9fe}.st-preparando{color:#92400e;background:#fef3c7}.st-enviado{color:#0e7490;background:#cffafe}.st-entregado{color:#166534;background:#dcfce7}.st-cancelado{color:#991b1b;background:#fee2e2}.st-reembolsado{color:#374151;background:#f3f4f6}.st-approved{color:#166534;background:#dcfce7}.st-pending{color:#92400e;background:#fef3c7}.st-spam{color:#991b1b;background:#fee2e2}.admin{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.admin-side{background:var(--navy-900);color:#e0d3d8;height:100vh;padding:20px 14px;position:sticky;top:0;overflow-y:auto}.admin-side .as-logo{align-items:center;gap:10px;padding:6px 8px 20px;display:flex}.admin-side .as-logo .logo-text{color:#fff;font-size:18px}.admin-side :is(a,button){color:#c2aeb6;text-align:left;border-radius:10px;align-items:center;gap:11px;width:100%;margin-bottom:2px;padding:11px 12px;font-size:14px;font-weight:600;display:flex}.admin-side :is(a,button):hover{color:#fff;background:#ffffff12}.admin-side :is(a,button).active{background:var(--blue);color:#fff}.admin-main{background:var(--bg);min-width:0}.admin-top{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;padding:16px 26px;display:flex;position:sticky;top:0}.admin-top h1{font-size:22px}.admin-body{padding:26px}.as-group{letter-spacing:.08em;text-transform:uppercase;color:#7a6a70;padding:16px 12px 6px;font-size:10.5px;font-weight:800}.as-group:first-of-type{padding-top:4px}.admin-side :is(a,button) .as-count{color:#e0d3d8;background:#ffffff1f;border-radius:999px;margin-left:auto;padding:1px 8px;font-size:11px;font-weight:700}.admin-side :is(a,button).active .as-count{color:#fff;background:#ffffff40}.crud-grid{grid-template-columns:minmax(0,1fr) minmax(300px,340px);align-items:start;gap:20px;display:grid}.crud-grid>*{min-width:0}.cover-toggle{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cover-toggle button{border:1.5px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:9px 10px;font-size:13px;font-weight:700}.cover-toggle button.on{border-color:var(--blue);color:var(--blue);background:#eff4ff}.cover-empty{border:1.5px dashed var(--line);text-align:center;color:var(--muted);border-radius:10px;margin-top:12px;padding:22px 12px;font-size:13px}.cover-video-prev{margin-top:12px}.d-thumbs .th .th-play{color:#fff;background:#1f1319;border-radius:8px;place-items:center;width:100%;height:100%;font-size:16px;display:grid}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.kpi{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px}.kpi .k-top{justify-content:space-between;align-items:flex-start;display:flex}.kpi .k-ic{border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.kpi b{margin-top:8px;font-family:Inter,sans-serif;font-size:26px;display:block}.kpi small{color:var(--muted);font-size:13px}.mini-kpi-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.mini-kpi{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px}.mini-kpi b{font-family:Inter,sans-serif;font-size:20px}.mini-kpi small{color:var(--muted);font-size:12px;display:block}.chart-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:20px}.chart-card h3{margin-bottom:16px;font-size:15px}.admin-grid-2{grid-template-columns:2fr 1fr;gap:16px;display:grid}.admin-grid-2b{grid-template-columns:1fr 1fr;gap:16px;display:grid}.admin-grid-2>*,.admin-grid-2b>*,.chart-card,.editor-grid>*,.kpi,.mini-kpi{min-width:0}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.toolbar input,.toolbar select{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:14px}.toolbar .grow{flex:1;min-width:180px}.editor-grid{grid-template-columns:1fr 320px;align-items:start;gap:20px;display:grid}.editor-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-bottom:16px;padding:20px}.editor-card h3{border-bottom:1px solid var(--line);margin-bottom:14px;padding-bottom:10px;font-size:15px}.imgpick{flex-wrap:wrap;gap:12px;display:flex}.imgpick .thumb{border:1px solid var(--line);background:var(--bg);border-radius:12px;width:90px;height:90px;position:relative;overflow:hidden}.imgpick .thumb img{object-fit:cover;width:100%;height:100%}.imgpick .thumb .rm{color:#fff;background:#0009;border-radius:50%;place-items:center;width:22px;height:22px;font-size:13px;display:grid;position:absolute;top:3px;right:3px}.imgpick .add{border:2px dashed var(--line);width:90px;height:90px;color:var(--muted);text-align:center;border-radius:12px;place-items:center;font-size:12px;display:grid}.modal-overlay{z-index:200;background:#0f172a8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:85vh;overflow:auto}.modal-head{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:sticky;top:0}.modal-body{padding:22px}.media-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;display:grid}.media-grid .mi{border:2px solid var(--line);aspect-ratio:1;cursor:pointer;border-radius:10px;overflow:hidden}.media-grid .mi.on{border-color:var(--blue)}.media-grid .mi img{object-fit:cover;width:100%;height:100%}.toast{background:var(--navy-900);color:#fff;z-index:300;box-shadow:var(--shadow);border-radius:999px;padding:12px 22px;font-size:14px;font-weight:600;position:fixed;bottom:90px;left:50%;transform:translate(-50%)}.wa-float{z-index:150;background:#25d366;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 8px 24px #25d36680}.wa-float svg{fill:#fff;width:32px;height:32px}.cart-drawer-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:500;opacity:0;pointer-events:none;background:#160b118f;transition:opacity .2s;position:fixed;inset:0}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{background:#fffdfc;flex-direction:column;width:min(440px,100vw);height:100dvh;transition:transform .28s cubic-bezier(.2,.8,.3,1);display:flex;position:absolute;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-18px 0 55px #2d0f1b38}.cart-drawer.open{transform:translate(0)}.cd-head{border-bottom:1px solid var(--line);background:#fffdfc;flex:none;justify-content:space-between;align-items:center;min-height:76px;padding:16px 20px;display:flex}.cd-head b{align-items:center;gap:9px;font-size:17px;display:flex}.cd-count{background:var(--violet);color:#fff;border-radius:11px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:800;display:grid}.cd-close{width:40px;height:40px;color:var(--ink);border-radius:50%;place-items:center;margin-right:-8px;transition:background .18s,transform .18s;display:grid}.cd-close:hover{background:#f3e8ec;transform:rotate(4deg)}.cd-items{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d9c5cc transparent;flex:auto;min-height:0;padding:8px 20px;overflow-y:auto}.cd-item{border-bottom:1px solid var(--line);grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;display:grid}.cd-item img{object-fit:cover;background:var(--bg);border-radius:13px;width:72px;height:82px}.cd-item .cd-name{font-size:13.5px;font-weight:600;line-height:1.3}.cd-item-bottom{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.cd-item-bottom>b{color:var(--blue);white-space:nowrap}.cd-remove{color:var(--muted);align-self:flex-start}.cd-remove:hover{color:var(--red)}.qty-box.qty-sm button{width:30px;height:32px}.qty-box.qty-sm span{width:32px}.qty-box button:disabled{opacity:.32;cursor:not-allowed}.cd-foot{overscroll-behavior:contain;border-top:1px solid var(--line);max-height:min(56dvh,390px);padding:15px 20px calc(18px + env(safe-area-inset-bottom));background:#fff;flex:none;overflow-y:auto;box-shadow:0 -12px 30px #36192512}.cd-shipping{color:var(--muted);margin-bottom:13px}.cd-shipping small{margin-bottom:7px;display:block}.cd-shipping b{color:var(--blue)}.cd-progress{background:#eadde2;border-radius:999px;height:5px;overflow:hidden}.cd-progress span{border-radius:inherit;background:linear-gradient(90deg, #7c2d55, var(--blue));height:100%;transition:width .25s;display:block}.cd-free{color:#17683f;background:#edf8f1;border-radius:12px;align-items:center;gap:7px;margin-bottom:12px;padding:9px 11px;font-size:12.5px;font-weight:700;display:flex}.cd-foot .summary-row{padding:6px 0}.cd-foot .summary-total{margin:8px 0 12px;padding-top:11px;font-size:18px}.cd-actions{gap:8px;display:grid}.cd-trust{color:var(--muted);justify-content:center;gap:12px;margin-top:11px;font-size:11.5px;display:flex}.cd-trust span{align-items:center;gap:5px;display:inline-flex}.cd-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;min-height:0;padding:30px;display:flex}.cd-empty h3{font-size:18px}.cd-empty p{font-size:14px}.cd-empty .em-ic{background:var(--bg);width:70px;height:70px;color:var(--muted);border-radius:50%;place-items:center;display:grid}@media (height<=650px){.cd-head{min-height:64px;padding-top:10px;padding-bottom:10px}.cd-item{grid-template-columns:58px minmax(0,1fr) auto;padding:10px 0}.cd-item img{width:58px;height:64px}.cd-foot{max-height:54dvh;padding-top:11px}.cd-trust{display:none}}@media (width<=520px){.cart-drawer{width:100vw}.cd-head{min-height:68px}.cd-items{padding-left:16px;padding-right:16px}.cd-foot{max-height:52dvh;padding-left:16px;padding-right:16px}}.pay-proof{margin-top:14px}.pay-proof-info{border:1.5px solid var(--line);background:#fbfcfe;border-radius:12px;padding:16px;position:relative}.pp-badge{color:#fff;border-radius:999px;margin-bottom:12px;padding:4px 12px;font-size:12px;font-weight:800;display:inline-block}.pp-wallet{align-items:center;gap:16px;display:flex}.pp-qr{border:2px dashed var(--line);width:92px;height:92px;color:var(--muted);text-align:center;border-radius:12px;flex:none;place-items:center;gap:4px;font-size:11px;display:grid}.pp-data{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pp-data small{display:block}.proof-drop{border:2px dashed var(--line);text-align:center;cursor:pointer;color:var(--muted);border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:26px;display:flex}.proof-drop:hover{border-color:var(--blue);background:#f8faff}.proof-preview{border:1px solid var(--line);border-radius:12px;max-width:280px;position:relative;overflow:hidden}.proof-preview img{object-fit:contain;background:var(--bg);width:100%;max-height:320px;display:block}.proof-rm{color:#fff;background:#0009;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:8px;right:8px}.login-wrap{background:radial-gradient(120% 120% at 80% 10%,#33212a,#1a1016);place-items:center;min-height:calc(100vh - 300px);padding:50px 30px;display:grid}.login-card{width:100%;max-width:440px;box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:34px}.cred-box{background:var(--bg);border:1px solid var(--line);border-radius:12px;margin-top:18px;padding:14px}.cred-box h4{text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:10px;font-size:13px}.cred-row{align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.cred-row .cr-lbl{width:90px;color:var(--muted)}.cred-row b{flex:1}.cred-row .copy-btn{border:1px solid var(--line);background:#fff;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:600}.empty{text-align:center;color:var(--muted);padding:60px 20px}.empty .em-ic{background:var(--bg);border-radius:50%;place-items:center;width:80px;height:80px;margin:0 auto 16px;display:grid}.pill-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.pill-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:600}.pill-tabs button.on{background:var(--navy-800);color:#fff;border-color:var(--navy-800)}@keyframes shimmer{to{transform:translate(100%)}}@keyframes heroVisualIn{0%{opacity:.35;transform:scale(1.04)}to{opacity:.96;transform:scale(1)}}@keyframes heroCopyIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes riseIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes livePulse{70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}.grid-products>.pcard{animation:.42s both riseIn}.grid-products>.pcard:nth-child(2){animation-delay:40ms}.grid-products>.pcard:nth-child(3){animation-delay:80ms}.grid-products>.pcard:nth-child(4){animation-delay:.12s}.grid-products>.pcard:nth-child(5){animation-delay:.16s}.toast{animation:.25s both riseIn}@media (width<=1100px){.grid-products,.cat-tiles{grid-template-columns:repeat(4,1fr)}.home-top{grid-template-columns:minmax(0,1fr)}.home-lists{grid-template-columns:1fr}.brand-strip{grid-template-columns:repeat(4,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}.feature-strip{grid-template-columns:repeat(2,1fr);gap:14px}.shop-layout,.cart-layout,.checkout-grid,.checkout-grid-3,.dash-layout,.editor-grid,.admin-grid-2,.admin-grid-2b,.crud-grid{grid-template-columns:1fr}.filters,.dash-side{position:static}.detail{grid-template-columns:1fr}}@media (width<=900px){.admin{grid-template-columns:1fr}.admin-side{gap:6px;height:auto;display:flex;position:static;overflow-x:auto}.admin-side .as-logo{display:none}.admin-side :is(a,button){white-space:nowrap}.kpi-grid,.mini-kpi-grid{grid-template-columns:repeat(2,1fr)}.stat-cards{grid-template-columns:1fr}.header-nav{display:none}.burger{background:var(--bg);border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.header-main .container{flex-wrap:wrap;gap:10px 12px;height:auto;padding:10px 16px}.header-actions .ha-label{display:none}.header-actions{gap:16px}.search{flex-basis:100%;order:3;max-width:100%}.search input{height:42px}.search .cat-select{display:none}.logo{flex:1}.search input{border-radius:12px 0 0 12px}.footer .cols{grid-template-columns:1fr 1fr}.newsletter{grid-template-columns:1fr}}@media (width<=640px){.container{padding-left:12px;padding-right:12px}.grid-products,.cat-tiles,.grid-4,.grid-3,.grid-2,.brand-strip,.blog-grid,.pay-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:390px}.hero h1{overflow-wrap:break-word;font-size:30px}.hero .hero-copy{width:100%;min-width:0;max-width:100%;padding:28px}.hero .hero-visual{opacity:.35;width:100%}.flash-panel{padding:16px}.countdown .cd{min-width:0}.feature-strip,.form-2,.form-3{grid-template-columns:1fr}.detail>div{min-width:0}.d-row{flex-wrap:wrap}.d-row .btn{flex:auto}.detail .feature-strip{grid-template-columns:1fr!important}.hero .hero-cta{flex-wrap:wrap}.steps{flex-wrap:wrap;gap:4px}.step .lbl{font-size:12px}.step-line{width:20px}.footer .cols{grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr}.cart-item img{width:70px;height:70px}.section-title,.shop-head h1{font-size:20px}.recent-proof{width:calc(100vw - 24px);bottom:12px;left:12px}.loading-grid{grid-template-columns:repeat(2,1fr)!important}.topbar .tb-right,.topbar .tb-left span:nth-child(2){display:none}.topbar .container{justify-content:center}.logo-text{font-size:18px}.logo-mark{width:36px;height:36px}.header-actions{gap:10px}}@media (width<=430px){.header-actions>.h-action:nth-child(2){display:none}.header-main .container{gap:8px}.pcard .pc-body{padding:11px}.pcard .pc-actions{gap:5px}.pcard .pc-actions .btn-primary{padding-left:8px;padding-right:8px}}.mobile-nav{z-index:120;background:#0f172a80;display:none;position:fixed;inset:0}.mobile-nav.open{display:block}.mobile-nav .mn-panel{background:#fff;width:82%;max-width:340px;padding:20px;position:absolute;top:0;bottom:0;left:0;overflow-y:auto}.mobile-nav a{border-bottom:1px solid var(--line);padding:13px 10px;font-weight:600;display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--navy-900:#180d12;--navy-800:#29151e;--navy-700:#422330;--blue:#b3164b;--blue-600:#8f123d;--cyan:#f1b3c6;--indigo:#a34168;--violet:#701f42;--grad:linear-gradient(135deg, #c01d55 0%, #86113b 100%);--grad-cyan:linear-gradient(135deg, #f8c9d6 0%, #cb7091 100%);--ink:#21171c;--muted:#76676d;--line:#eadfe2;--bg:#f8f5f4;--card:#fffdfc;--radius:22px;--shadow:0 22px 55px #481c2c1f;--shadow-sm:0 8px 26px #481c2c12}body{background:radial-gradient(circle at 0 0, #e2b3c12e, transparent 28rem), linear-gradient(180deg, #fffdfc 0, var(--bg) 32rem);font-family:Manrope,Inter,system-ui,sans-serif;line-height:1.55}h1,h2,h3,h4,.logo-text,.brand-logo{font-family:DM Serif Display,Playfair Display,Georgia,serif;font-weight:400}.container{max-width:1400px;padding-left:28px;padding-right:28px}.section{padding-top:64px;padding-bottom:64px}.section-title{letter-spacing:-.6px;text-transform:none;font-size:clamp(28px,3vw,38px);font-weight:400}.link-more{color:var(--blue);letter-spacing:.2px;align-items:center;gap:6px;font-size:13px;display:inline-flex}.link-more:after{content:"→";transition:transform .2s}.link-more:hover:after{transform:translate(4px)}.btn{letter-spacing:-.1px;border-radius:999px;min-height:46px;padding:12px 22px;font-size:14px}.btn:hover{box-shadow:0 12px 25px #6d1c3b2e}.btn-sm{border-radius:999px;min-height:38px;padding:9px 15px}.btn-ghost{background:#fffc;border-color:#6848552e}.badge{letter-spacing:.2px;border-radius:999px;padding:5px 10px}.chip{border-color:#68485524;border-radius:999px;box-shadow:0 3px 10px #481c2c0a}.header{filter:drop-shadow(0 8px 20px #3612200d)}.topbar{letter-spacing:.15px;background:linear-gradient(90deg,#180d12,#361621 52%,#180d12);font-size:11px}.topbar .container{height:30px}.header-main{-webkit-backdrop-filter:blur(18px)saturate(1.2);backdrop-filter:blur(18px)saturate(1.2);background:#fffdfceb;border-bottom-color:#7a4d5e1a}.header-main .container{gap:24px;height:82px}.logo{gap:12px}.logo-mark{background:linear-gradient(145deg,#351721,#160c11);border-radius:15px;width:46px;height:46px;box-shadow:0 9px 22px #2f111d2e}.logo-mark svg{width:25px;height:25px}.logo-text{letter-spacing:.2px;font-size:27px}.search{background:#f7f2f3;border:1px solid #64414f21;border-radius:999px;max-width:760px;height:52px;padding:4px}.search input{background:0 0;border:0;border-radius:999px;height:42px;padding:0 18px}.search input::placeholder{color:#9b8c92}.search .cat-select{display:none}.search .search-btn{border-radius:50%;width:44px;min-width:44px;height:44px;box-shadow:0 7px 18px #b3164b3d}.search-suggest{box-shadow:var(--shadow);border:0;border-radius:20px;padding:7px;top:59px}.search-suggest a{border:0;border-radius:14px}.header-actions{gap:12px}.h-action{border-radius:14px;min-height:44px;padding:6px 10px;transition:background .2s,color .2s}.h-action:hover{color:var(--blue);background:#f8edf1}.h-action>svg{width:21px;height:21px}.h-action .ha-label b{font-size:12px}.count-bubble{top:0;left:24px;box-shadow:0 0 0 2px #fff}.header-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdfcf5;border-bottom:1px solid #7a4d5e1a}.header-nav .container{gap:2px;height:54px}.nav-link{color:#5f4c54;border-radius:999px;padding:9px 13px;font-size:13px}.nav-link:hover,.nav-link.active,.nav-link.home.active{color:var(--blue);background:#f8e9ef}.nav-cat-btn>.nav-link{color:#fff;background:var(--navy-800);padding-left:17px;padding-right:17px}.nav-cat-btn>.nav-link:hover{color:#fff;background:var(--blue)}.cat-dropdown{border:1px solid #71475714;border-radius:22px;width:320px;padding:10px;top:50px}.cat-dropdown a{border-radius:14px}.home-top{grid-template-columns:minmax(0,1fr) 336px;gap:24px;margin:32px 0 24px}.hero{isolation:isolate;border-radius:30px;min-height:500px;box-shadow:0 28px 65px #2e0e1b30}.hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#11080d4d,#0000 62%);position:absolute;inset:0}.hero .hero-copy{max-width:61%;padding:60px}.hero small{color:#f7c7d6;letter-spacing:2.8px;font-size:11px}.hero h1{letter-spacing:-1.6px;max-width:620px;margin:18px 0;font-size:clamp(48px,5vw,68px);line-height:.98}.hero h1 .accent{color:#f5b9cb;font-style:italic}.hero p{color:#fffc;max-width:470px;font-size:16px;line-height:1.7}.hero .hero-cta{margin-top:30px}.hero .hero-visual{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000000d1 38%,#000 56%);mask-image:linear-gradient(90deg,#0000 0%,#000000d1 38%,#000 56%)}.hero .dots{bottom:26px;left:60px}.flash-panel{box-shadow:var(--shadow-sm);background:#fffdfceb;border:0;border-radius:28px;padding:24px}.flash-head{margin-bottom:16px}.flash-head b{letter-spacing:.2px;font-size:15px}.countdown{gap:8px;margin:12px 0 18px}.countdown .cd{background:linear-gradient(145deg,#361a25,#1b0e13);border-radius:14px;padding:11px 0}.flash-item{padding:15px 0}.flash-item img{border-radius:14px;width:68px;height:76px}.cat-tiles{gap:16px;margin:14px 0 48px}.cat-tile{background:#fffdfce6;border:0;border-radius:22px;padding:14px 10px 16px;box-shadow:0 8px 24px #481c2c0e}.cat-tile:hover{transform:translateY(-5px);box-shadow:0 18px 35px #481c2c1c}.cat-tile .ct-ic{border-radius:50%;width:76px;height:76px;margin-bottom:12px}.cat-tile .ct-ic img{object-fit:cover}.cat-tile b{font-size:12px;font-weight:700}.section-head{margin-bottom:26px}.grid-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.grid-4,.grid-3{gap:22px}.pcard{background:#fffdfcf2;border:0;border-radius:24px;box-shadow:0 9px 30px #481c2c12}.pcard:hover{border-color:#0000;transform:translateY(-7px);box-shadow:0 24px 48px #481c2c24}.pcard .pc-img{aspect-ratio:4/5;background:#f1eae8}.pcard .pc-img:after{content:"";pointer-events:none;background:linear-gradient(#0000,#2210170d);height:20%;position:absolute;inset:auto 0 0}.pcard .pc-img img{object-fit:cover}.pcard .pc-badges{top:14px;left:14px}.pcard .pc-fav{width:40px;height:40px;top:14px;right:14px;box-shadow:0 9px 24px #34132021}.pc-low-stock{border-radius:999px;bottom:14px;right:14px}.pcard .pc-body{gap:9px;padding:18px}.pcard .pc-brand{color:var(--blue);letter-spacing:1.1px;font-size:10px}.pcard .pc-name{letter-spacing:-.2px;min-height:42px;font-size:15px;font-weight:700}.pcard .pc-price b{letter-spacing:-.5px;font-size:21px}.pcard .pc-colors i{width:15px;height:15px;box-shadow:0 0 0 2px #fff,0 0 0 3px #3c232c1f}.pcard .pc-actions{margin-top:4px}.pcard>.pc-body>.btn-ghost{min-height:34px;color:var(--muted);background:0 0;border:0}.panel,.mini-panel{box-shadow:var(--shadow-sm);background:#fffdfcf2;border:0;border-radius:24px}.home-lists{gap:24px}.mini-panel{padding:24px}.mini-panel .mp-head b{letter-spacing:1px;font-size:13px}.rank-item{padding:13px 0}.rank-item img{border-radius:13px;width:54px;height:64px}.brand-logo{border:0;border-radius:18px;height:84px;font-size:18px;box-shadow:0 6px 22px #481c2c0e}.brand-logo:hover{color:var(--blue);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.feature-strip{box-shadow:var(--shadow-sm);border:1px solid #69435212;border-radius:26px;margin:36px 0;padding:24px}.feature-strip .fi{padding:5px 8px}.feature-strip .fi .ic{background:#f8eaf0;border-radius:15px;width:46px;height:46px}.newsletter{background:radial-gradient(circle at 85% 0,#c2255c61,#0000 32%),linear-gradient(135deg,#1b0e14,#3a1827);border-radius:32px;margin:44px 0;padding:48px;box-shadow:0 28px 60px #33111f2e}.newsletter h3{font-size:34px}.newsletter p{color:#ffffffa8}.newsletter .nl-form{background:#ffffff1f;border-radius:999px;padding:5px}.newsletter .nl-form input{background:#fff;border-radius:999px}.blog-grid{gap:22px}.blog-card{border-radius:26px;min-height:310px;padding:24px;box-shadow:0 15px 36px #2d111c1f}.blog-card h4{font-size:20px;line-height:1.15}.breadcrumb{padding:26px 0 18px;font-size:12px}.public-page>h1,.shop-head h1{letter-spacing:-1px;font-size:clamp(36px,4vw,52px)!important}.shop-layout{grid-template-columns:270px 1fr;gap:34px}.filters{box-shadow:var(--shadow-sm);background:#fffdfcf0;border:0;border-radius:24px;padding:24px;top:178px}.filters .f-group{padding:17px 0}.filters label{padding:7px 0}.filters input[type=checkbox]{border-radius:5px}.shop-head{margin-bottom:25px}.sort-select{border-color:#69435224;border-radius:999px;padding:12px 17px}.subtab,.pill-tabs button{border-color:#69435221;border-radius:999px}.subtab.active,.pill-tabs button.on{background:var(--navy-800);border-color:var(--navy-800)}.detail{grid-template-columns:1.08fr .92fr;gap:64px;padding-top:30px}.detail .d-gallery .main-img{box-shadow:var(--shadow-sm);background:#efe7e5;border:0;border-radius:30px}.detail .d-thumbs .th{border-radius:15px;width:82px;height:92px}.detail h1{letter-spacing:-1px;font-size:clamp(36px,4vw,52px)}.d-price{letter-spacing:-1px;font-size:38px}.qty-box{background:#fff;border-radius:999px}.tabs{margin-top:48px}.tabs button{padding:15px 20px}.live-demand{color:#197044;background:#edf8f1;border-radius:999px}.categories-page .category-card{transition:transform .25s,box-shadow .25s;overflow:hidden;padding:16px!important}.categories-page .category-card:hover{box-shadow:var(--shadow);transform:translateY(-7px)}.categories-page .category-card>div:nth-child(2){border-radius:18px!important;height:220px!important}.categories-page .category-promo{border-radius:28px;padding:34px;overflow:hidden;min-height:220px!important}.categories-page .category-promo h2{font-size:34px!important}.cart-layout,.checkout-grid{gap:32px}.checkout-grid-3{grid-template-columns:1fr 1.15fr 360px}.cart-title-row{justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;display:flex}.cart-title-row h1{margin:3px 0 4px;font-size:clamp(34px,4vw,48px)}.cart-title-row p{margin:0}.cart-products-panel{padding-top:4px;padding-bottom:4px}.cart-item{grid-template-columns:110px 1fr auto;gap:20px;padding:22px 0}.cart-item img{border-radius:18px;width:110px;height:132px}.cart-item-copy{min-width:0}.cart-item-copy>a{color:var(--ink);margin-bottom:5px;display:inline-block}.cart-item-copy .muted{margin-bottom:10px;font-size:13px}.cart-item-price{text-align:right;min-width:130px}.cart-item-price>b{color:var(--blue);font-size:18px;display:block}.cart-item-price>small{color:var(--muted);margin-top:3px;display:block}.cart-item-price>button{color:var(--red);align-items:center;gap:5px;margin-top:20px;font-size:12px;display:inline-flex}.cart-summary{position:sticky;top:90px}.cart-summary>h3{margin-bottom:15px;font-size:19px}.cart-shipping-progress{color:var(--muted);background:#f8eff2;border-radius:15px;margin-bottom:16px;padding:13px;font-size:12px}.cart-shipping-progress b{color:var(--blue)}.cart-shipping-progress>div{background:#e6d7dc;border-radius:999px;height:5px;margin-top:9px;overflow:hidden}.cart-shipping-progress i{border-radius:inherit;background:var(--blue);height:100%;display:block}.summary-discount{color:var(--green)}.coupon-box{margin:15px 0}.coupon-box>label{margin-bottom:7px;font-size:13px;font-weight:700;display:block}.coupon-row{gap:8px;display:flex}.coupon-row input{border:1px solid var(--line);text-transform:uppercase;border-radius:12px;flex:1;min-width:0;height:43px;padding:0 12px}.coupon-applied{color:#17683f;background:#f0faf4;border:1px solid #add8bf;border-radius:12px;justify-content:space-between;align-items:center;min-height:43px;padding:8px 10px 8px 13px;font-size:13px;display:flex}.coupon-applied button{border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.coupon-applied button:hover{background:#dff2e7}.coupon-box>small{margin-top:7px;font-size:11px;display:block}.coupon-ok{color:var(--green)}.coupon-error{color:var(--red)}.cart-checkout-btn{min-height:51px;margin-top:12px}.cart-trust{color:var(--muted);justify-content:center;gap:13px;margin-top:15px;font-size:11.5px;display:flex}.cart-trust span{align-items:center;gap:5px;display:inline-flex}.cart-estimate-note{color:var(--muted);text-align:center;margin:10px 0 0;font-size:10.5px;line-height:1.45}.summary-total{font-size:25px}.step .num{width:38px;height:38px;box-shadow:inset 0 0 0 1px #5635420f}.field label{letter-spacing:.15px;margin-bottom:8px;font-size:12px}.field input,.field select,.field textarea{background:#fffdfc;border-color:#69435226;border-radius:14px;min-height:48px;padding:13px 15px;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px #b3164b17}.pay-opt,.deliver-opt{border-width:1px;border-radius:18px}.pay-opt.on,.deliver-opt.on{border-color:var(--blue);background:#fbf0f4;box-shadow:0 0 0 3px #b3164b12}.checkout-shell{background:linear-gradient(#f9f4f5 0,#fffdfc 460px);min-height:70vh;padding-bottom:64px}.checkout-shell .steps{max-width:920px;margin:0 auto;padding:30px 20px 26px}.step-wrap{align-items:center;display:flex}.checkout-page{padding-bottom:20px}.checkout-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.checkout-panel-head h3,.checkout-summary h3{font-size:19px}.checkout-cart-panel{position:sticky;top:90px}.checkout-cart-item{border-top:1px solid var(--line);grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 0;display:grid}.checkout-cart-item img{object-fit:cover;background:var(--bg);border-radius:12px;width:64px;height:76px}.checkout-cart-item a>b{font-size:13px;line-height:1.35;display:block}.checkout-cart-item small{margin-top:3px;font-size:11px;display:block}.checkout-cart-item .qty-box{margin-top:8px}.checkout-item-price{color:var(--blue);white-space:nowrap;flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-end;gap:8px;font-size:13px;display:flex}.checkout-item-price button{color:var(--muted)}.checkout-item-price button:hover{color:var(--red)}.checkout-form-panel{padding:28px}.checkout-form-panel h2{margin:2px 0 17px;font-family:Manrope,sans-serif;font-size:18px}.checkout-form-panel h2:not(:first-child){margin-top:28px}.checkout-form-panel h2 small{color:var(--muted);font-size:12px;font-weight:500}.checkout-choice-grid{margin-bottom:18px}.deliver-opt{text-align:left;width:100%;color:var(--ink);background:#fffdfc;align-items:flex-start}.deliver-opt>span{gap:3px;display:grid}.deliver-opt small{color:var(--muted);font-size:11px;font-weight:400}.shipping-methods{grid-template-columns:1fr}.shipping-methods .pay-opt{text-align:left;color:var(--ink);background:#fffdfc;justify-content:space-between;align-items:center;gap:15px;display:flex}.shipping-methods .pay-opt .pm{margin:0}.shipping-methods .pay-opt b{color:var(--blue)}.checkout-payments{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-payments .pay-opt{min-height:78px;color:var(--ink);background:#fffdfc;align-content:center;display:grid}.checkout-payments small{color:var(--muted);font-size:11px}.field.invalid input,.field.invalid select,.proof-drop.invalid{border-color:var(--red);box-shadow:0 0 0 3px #dc262614}.field-error{color:var(--red);margin-top:5px;font-size:11.5px;display:block}.pay-proof-info{background:#fffdfc;border-radius:18px}.pp-data small,.pp-wallet small{color:var(--muted);display:block}.pp-wallet strong{color:var(--ink);margin:3px 0;font-size:22px;display:block}.proof-label{margin:15px 0 7px;font-size:13px;font-weight:700;display:block}.proof-drop{border-radius:18px}.proof-drop input{display:none}.proof-preview .badge{position:absolute;bottom:8px;left:8px}.secure-note{color:var(--muted);margin:14px 0 0;font-size:12px}.checkout-summary{align-self:start;position:sticky;top:90px}.checkout-summary h3{margin-bottom:13px}.checkout-coupon{color:#17683f;background:#f0faf4;border-radius:12px;justify-content:space-between;align-items:center;margin:10px 0;padding:10px 12px;font-size:12px;display:flex}.checkout-coupon button{color:var(--red);font-size:11px;font-weight:700}.checkout-error{color:#a11212;background:#fff0f0;border:1px solid #f5c2c2;border-radius:12px;margin:12px 0;padding:11px 12px;font-size:12px;line-height:1.45}.checkout-pay-button{min-height:52px;margin-top:13px}.checkout-legal{color:var(--muted);text-align:center;margin:10px 0 0;font-size:10.5px;line-height:1.45}.checkout-success{text-align:center;max-width:650px;box-shadow:var(--shadow);border:0;border-radius:30px;margin:20px auto;padding:44px}.checkout-success-icon{width:76px;height:76px;color:var(--green);background:#dcfce7;border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.checkout-success h1{margin:5px 0 10px;font-size:34px}.checkout-success .summary-total{max-width:330px;margin:18px auto}.checkout-success-actions{justify-content:center;gap:10px;margin-top:12px;display:flex}.checkout-empty{background:var(--bg)}.checkout-empty .empty{text-align:center;max-width:500px}.favorites-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;display:flex}.favorites-head h1{margin:4px 0 5px;font-size:clamp(34px,4vw,48px)}.favorites-head p{margin:0}.favorites-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:28px;display:grid}.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.favorites-aside{text-align:center;position:sticky;top:90px}.favorites-aside-icon{color:#fff;background:var(--grad);border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 14px;display:grid}.favorites-aside h3{font-size:20px}.favorites-aside p{font-size:13px;line-height:1.6}.favorites-aside .btn+.btn{margin-top:9px}.offers-functional-panel{max-width:850px;margin:0 auto;padding:28px}.offers-functional-panel h2{margin-bottom:12px;font-size:26px}.offer-row{border-top:1px solid var(--line);align-items:center;gap:18px;min-height:72px;padding:13px 0;display:flex}.offer-row>div{flex:1;gap:4px;display:grid}.offer-row small{color:var(--muted)}.offer-row>span:last-child{color:var(--blue);align-items:center;gap:13px;display:flex}.offer-row>.chip{justify-content:center;min-width:82px;font-weight:800}.compare-table{box-shadow:var(--shadow-sm);border-radius:24px}.compare-table th,.compare-table td{border-color:#eee4e7;padding:18px}.dash-layout{grid-template-columns:270px 1fr;gap:32px;padding:38px 0 60px}.dash-side{box-shadow:var(--shadow-sm);border:0;border-radius:24px;padding:20px;top:178px}.dash-menu a{border-radius:13px;padding:13px 14px}.dash-menu a.active{color:var(--blue);background:#f9eaf0}.stat-card{box-shadow:var(--shadow-sm);border:0;border-radius:22px}.empty{box-shadow:var(--shadow-sm);background:#fffdfceb;border-radius:28px}.login-wrap{background:radial-gradient(circle at 20% 20%,#e8a0b840,#0000 24rem),radial-gradient(circle at 90% 80%,#7c2d5524,#0000 26rem);min-height:720px;padding:72px 20px}.login-card{border:0;border-radius:30px;width:min(100%,520px);padding:38px;box-shadow:0 35px 80px #40152629}.cred-box{border-radius:20px}.footer{background:radial-gradient(circle at 15% 10%,#43202d 0,#0000 25rem),#160c11;margin-top:80px}.footer .cols{gap:44px;padding:70px 0 46px}.footer h4{letter-spacing:1.3px;font-family:Manrope,sans-serif;font-size:11px}.footer a{color:#cbb7bf;padding:7px 0}.footer .socials a{border-radius:50%}.footer-bottom{padding:22px}@media (width<=1200px){.header-actions .ha-label{display:none}.h-action{justify-content:center;width:42px;padding:0}.grid-products{gap:18px}.hero .hero-copy{padding:48px}}@media (width<=1100px){.grid-products{grid-template-columns:repeat(3,minmax(0,1fr))}.home-top{grid-template-columns:1fr}.flash-panel{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.flash-panel .flash-head,.flash-panel>div:nth-child(2),.flash-panel .countdown{grid-column:1/-1}.categories-page .grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-grid-3{grid-template-columns:1fr}.checkout-cart-panel,.checkout-summary{position:static}.favorites-layout{grid-template-columns:1fr}.favorites-aside{position:static}}@media (width<=900px){.container{padding-left:20px;padding-right:20px}.section{padding-top:48px;padding-bottom:48px}.header-main .container{padding:12px 20px}.burger{background:#f7eef1;border-radius:14px}.search{height:48px}.search input{height:38px}.search .search-btn{width:40px;min-width:40px;height:40px}.hero{min-height:470px}.hero .hero-copy{max-width:68%}.grid-products{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-layout,.detail,.cart-layout,.checkout-grid,.dash-layout{grid-template-columns:1fr;gap:28px}.filters,.dash-side{position:static}.footer .cols{gap:36px}}@media (width<=700px){.container{padding-left:16px;padding-right:16px}.topbar .container{height:28px}.logo-mark{border-radius:13px;width:40px;height:40px}.logo-text{font-size:22px}.hero{border-radius:24px;align-items:flex-end;min-height:520px}.hero:after{background:linear-gradient(0deg,#11080de0 0,#11080d33 75%)}.hero .hero-copy{max-width:100%;padding:32px 28px 58px}.hero h1{font-size:clamp(40px,12vw,54px)}.hero p{font-size:14px}.hero .hero-visual{opacity:.9;background-position:66%;-webkit-mask-image:linear-gradient(#000000c7 0%,#000 32% 100%);mask-image:linear-gradient(#000000c7 0%,#000 32% 100%)}.hero .dots{bottom:22px;left:28px}.flash-panel{display:block}.cat-tiles{scrollbar-width:none;gap:12px;margin-right:-16px;padding:4px 16px 16px 3px;display:flex;overflow-x:auto}.cat-tiles::-webkit-scrollbar{display:none}.cat-tile{min-width:112px}.cat-tile .ct-ic{width:68px;height:68px}.grid-products,.grid-4,.grid-3,.grid-2,.blog-grid,.brand-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.pcard{border-radius:19px}.pcard .pc-body{padding:13px}.pcard .pc-name{font-size:13px}.pcard .pc-rate{display:none}.pcard .pc-price b{font-size:18px}.pcard .pc-actions .btn-wa{display:none}.pcard .pc-actions .btn-primary{width:100%}.home-lists{gap:16px}.feature-strip{padding:18px}.newsletter{border-radius:25px;padding:30px 24px}.newsletter h3{font-size:29px}.newsletter .nl-form{background:0 0;border-radius:0;flex-direction:column;padding:0}.newsletter .nl-form input,.newsletter .nl-form .btn{width:100%}.blog-card{min-height:250px;padding:18px}.blog-card h4{font-size:17px}.categories-page .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.categories-page .category-card>div:nth-child(2){height:150px!important}.categories-page .category-promo{padding:26px;min-height:190px!important}.detail h1{font-size:38px}.detail .d-gallery .main-img{border-radius:22px}.cart-item{grid-template-columns:82px 1fr}.cart-item img{width:82px;height:100px}.login-wrap{min-height:auto;padding:42px 14px}.login-card{border-radius:24px;padding:26px 20px}.footer{margin-top:55px}.footer .cols{padding-top:52px}}@media (width<=430px){.grid-products,.grid-4,.grid-3,.grid-2,.blog-grid,.brand-strip,.categories-page .grid-4{gap:12px}.pcard .pc-badges{top:9px;left:9px}.pcard .pc-fav{width:35px;height:35px;top:9px;right:9px}.pcard .pc-body>.btn-ghost{display:none}.categories-page .category-card{padding:10px!important}.categories-page .category-card>div:first-child{display:block!important}.categories-page .category-card>div:first-child>span{margin-bottom:8px}}.mobile-filter-toggle{display:none}@media (width<=900px){.products-page .grid-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=700px){.mobile-filter-toggle{color:#fff;background:var(--navy-800);border-radius:999px;justify-content:space-between;align-items:center;width:100%;min-height:50px;margin:4px 0 18px;padding:0 18px;font-size:14px;font-weight:800;display:flex;box-shadow:0 10px 24px #32121f21}.mobile-filter-toggle b{min-width:25px;height:25px;color:var(--navy-800);background:#fff;border-radius:999px;place-items:center;padding:0 7px;font-size:11px;display:grid}.products-page .filters{display:none}.products-page .filters.open{margin-bottom:22px;display:block}.products-page .grid-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.products-page .shop-head>div:last-child>span{display:none!important}.products-page .shop-head>div:last-child,.products-page .sort-select{width:100%}.hero h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(36px,10.5vw,43px);line-height:1.02}.detail h1{overflow-wrap:anywhere;max-width:100%;font-size:34px}}@media (width<=430px){.header-main .container{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;display:grid}.header-main .burger{grid-column:1}.header-main .logo{grid-column:2;min-width:0}.header-main .header-actions{grid-column:3}.header-main .search{grid-column:1/-1;width:100%}.header-actions>.h-action:first-child{display:none}.header-actions>.h-action:nth-child(3){display:flex}.products-page .pcard .pc-actions .btn-primary{min-width:0;padding:8px 9px;font-size:12px}}.install-prompt{z-index:320;background:var(--card);border:1px solid var(--line);border-radius:16px;align-items:center;gap:12px;width:min(560px,100vw - 28px);padding:12px 14px;animation:.35s cubic-bezier(.2,.8,.3,1) ip-in;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 46px #3c142638}@keyframes ip-in{0%{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%)}}.install-prompt img{border-radius:12px;flex:none;width:46px;height:46px}.install-prompt .ip-copy{flex:1;min-width:0;line-height:1.35}.install-prompt .ip-copy b{font-size:14px;display:block}.install-prompt .ip-copy small{color:var(--muted);font-size:12.5px}.install-prompt .ip-close{color:var(--muted);flex:none;place-items:center;padding:4px;display:grid}@media (width<=520px){.install-prompt{gap:10px;padding:11px 12px;bottom:84px}.install-prompt img{width:40px;height:40px}.install-prompt .ip-copy b{font-size:13.5px}.install-prompt .ip-copy small{font-size:12px}}@media (width<=700px){.cart-title-row{align-items:flex-start;margin-bottom:20px}.cart-title-row .btn{display:none}.cart-products-panel{padding:4px 15px}.cart-item{grid-template-columns:78px minmax(0,1fr);gap:13px;padding:16px 0}.cart-item img{border-radius:14px;width:78px;height:96px}.cart-item-price{text-align:left;grid-column:2;justify-content:space-between;align-items:flex-end;gap:10px;min-width:0;margin-top:-27px;display:flex}.cart-item-price>b{font-size:16px}.cart-item-price>small{display:none}.cart-item-price>button{margin-top:0}.cart-summary{position:static}.cart-trust{flex-wrap:wrap}.checkout-shell .steps{justify-content:flex-start;padding:20px 16px;overflow-x:auto}.checkout-shell .step .lbl{display:none}.checkout-shell .step-line{width:34px}.checkout-form-panel{padding:20px 16px}.checkout-cart-panel,.checkout-summary{position:static}.checkout-payments{grid-template-columns:1fr 1fr;gap:9px}.checkout-choice-grid{grid-template-columns:1fr}.checkout-success{padding:32px 20px}.checkout-success-actions{display:grid}.pp-wallet{align-items:flex-start}.pp-data{grid-template-columns:1fr}.favorites-head{align-items:flex-start}.favorites-head>.btn{display:none}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-row{flex-wrap:wrap;align-items:flex-start}.offer-row>span:last-child{justify-content:space-between;width:100%}}@media (width<=390px){.cart-item-price>button span{display:none}.coupon-row{display:grid}.coupon-row .btn{width:100%}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:var(--blue);letter-spacing:1.6px;text-transform:uppercase;font-size:11px;font-weight:800;line-height:1.3;display:inline-block}.field-hint{color:var(--muted);margin:-7px 0 13px;font-size:12px;display:block}.form-message{color:#166534;background:#f0fdf4;border:1px solid #d8eee0;border-radius:11px;align-items:center;gap:7px;margin:10px 0 14px;padding:11px 13px;font-size:13px;font-weight:700;line-height:1.45;display:flex}.form-message.error{color:#991b1b;background:#fff1f2;border-color:#fecaca}.form-message.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.account-check{align-items:center;gap:9px;margin:2px 0 15px;font-size:13px;font-weight:700;display:flex}.account-check input{width:17px;height:17px;accent-color:var(--blue)}.inline-retry{min-width:260px;min-height:210px;color:var(--muted);text-align:center;border:1px dashed #d6c6cc;border-radius:20px;place-content:center;justify-items:center;gap:12px;padding:24px;display:grid}.footer-newsletter{border:1px solid #ffffff17;margin:0 0 -40px;position:relative;transform:translateY(-40px)}.footer-newsletter .eyebrow{color:#f3b5ca;margin-bottom:9px}.newsletter-status{align-items:center;gap:6px;min-height:20px;font-size:12px;font-weight:700;display:flex;color:#bbf7d0!important;margin:9px 8px 0!important}.newsletter-status.error{color:#fecaca!important}.footer-actions{flex-wrap:wrap;gap:9px;margin-top:18px;display:flex}.footer .footer-actions a{color:#fff;background:#ffffff0f;border:1px solid #ffffff21;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:12px;font-weight:800;display:inline-flex}.footer .contact-row svg{flex:none;margin-top:2px}.contact-page{padding-top:60px}.contact-hero{text-align:center;max-width:760px;margin:0 auto 38px}.contact-hero h1{overflow-wrap:anywhere;margin:9px 0 13px;font-size:clamp(40px,6vw,68px)}.contact-hero p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:17px;line-height:1.7}.contact-methods{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.contact-methods .panel{align-items:center;gap:13px;min-width:0;padding:17px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.contact-methods .panel:hover{box-shadow:var(--shadow);border-color:#d9bcc7;transform:translateY(-3px)}.contact-methods .panel>span{color:#fff;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid}.contact-methods b,.contact-methods small{overflow-wrap:anywhere;display:block}.contact-methods b{margin-bottom:3px;font-size:14px}.contact-methods small{color:var(--muted);font-size:11px;line-height:1.35}.contact-grid{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);align-items:start;gap:22px;display:grid}.contact-faq,.support-form,.store-card{border-radius:22px}.contact-faq{padding:26px;position:sticky;top:150px}.contact-faq h2,.support-form h2{margin-bottom:20px;font-size:24px}.faq-item{border-top:1px solid var(--line)}.faq-item button{width:100%;color:var(--ink);text-align:left;justify-content:space-between;align-items:center;gap:18px;padding:18px 0;font-size:14px;font-weight:800;display:flex}.faq-item p{color:var(--muted);margin:-4px 28px 18px 0;font-size:13px;line-height:1.7}.support-form{min-height:465px;padding:30px}.support-form textarea{resize:vertical;min-height:130px}.support-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:405px;display:flex}.support-success>div{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:66px;height:66px;margin-bottom:17px;display:grid;box-shadow:0 0 0 10px #dcfce7}.support-success h2{margin:9px 0}.support-success p{color:var(--muted);margin:0}.support-success strong{color:var(--blue);letter-spacing:1px;background:#fbf0f4;border-radius:10px;margin:16px 0 22px;padding:10px 16px}.store-card{min-height:185px;margin-top:22px;padding:25px 25px 25px 122px;position:relative;overflow:hidden}.store-card .store-map{color:#fff;background:radial-gradient(circle at 30% 25%,#db6d96,#76213f);place-items:center;width:96px;display:grid;position:absolute;inset:0 auto 0 0}.store-card h3{margin-bottom:12px;font-size:19px}.store-card p{color:var(--muted);align-items:flex-start;gap:8px;margin:8px 0;font-size:13px;display:flex}.store-card p svg{flex:none}.article-page{padding-bottom:30px}.article-hero{background:#efe5e1;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);min-height:610px;display:grid}.article-hero>img{object-fit:cover;width:100%;height:100%;min-height:610px}.article-hero>div{flex-direction:column;justify-content:center;padding:clamp(42px,7vw,105px);display:flex}.article-back{color:var(--muted);align-self:flex-start;align-items:center;gap:7px;margin-bottom:55px;font-size:13px;font-weight:800;display:inline-flex}.article-hero h1{margin:13px 0 19px;font-size:clamp(42px,5.2vw,74px);line-height:.98}.article-hero p{color:#5f4c54;max-width:560px;margin:0 0 23px;font-size:17px;line-height:1.7}.article-hero small{color:var(--muted)}.article-body{width:min(870px,100% - 40px);margin:0 auto;padding:75px 0}.article-lead{color:#3b2830;margin:0 0 58px;font-family:Playfair Display,Georgia,serif;font-size:clamp(23px,3vw,31px);line-height:1.45}.article-body>section{border-top:1px solid var(--line);grid-template-columns:62px 1fr;gap:25px;padding:31px 0;display:grid}.article-body>section>span{color:#c8aab5;font-family:Playfair Display,Georgia,serif;font-size:24px}.article-body section h2{margin-bottom:12px;font-size:26px}.article-body section p{color:var(--muted);margin:0;font-size:16px;line-height:1.8}.article-cta{color:#fff;background:#25131b;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;margin-top:50px;padding:34px;display:flex}.article-cta h2{max-width:500px;margin-top:7px;font-size:25px}.info-page>header{color:#fff;text-align:center;background:radial-gradient(circle at 20% 0,#673046,#0000 30rem),#211117;padding:85px 20px 110px}.info-page>header .eyebrow{color:#e8a0b8}.info-page>header h1{margin:12px 0 17px;font-size:clamp(42px,6vw,68px)}.info-page>header p{color:#d2bec6;max-width:690px;margin:auto;font-size:17px;line-height:1.7}.info-content{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;margin-top:-52px;display:grid}.info-content>main{box-shadow:var(--shadow);border-radius:24px;padding:20px 38px}.info-content>main section{border-bottom:1px solid var(--line);padding:28px 0}.info-content>main section:last-child{border-bottom:0}.info-content>main h2{margin-bottom:12px;font-size:25px}.info-content>main p{color:var(--muted);margin:0;font-size:15px;line-height:1.8}.info-content>aside{border-radius:24px;padding:27px;position:sticky;top:150px}.info-content>aside h3{margin-bottom:20px;font-size:21px}.info-content>aside>div{border-top:1px solid var(--line);color:#59434c;align-items:center;gap:11px;padding:12px 0;font-size:13px;font-weight:700;display:flex}.info-content>aside>div svg{color:var(--blue)}.info-content>aside .btn{margin-top:21px}.info-content>aside small{color:var(--muted);text-align:center;margin-top:13px;display:block}.support-tabs{margin-bottom:16px}.support-tabs button{align-items:center;gap:7px;display:inline-flex}.support-tabs button span{min-width:21px;color:var(--muted);background:var(--bg);border-radius:999px;padding:2px 6px;font-size:10px}.support-tabs button.on span{color:var(--blue);background:#fff}.support-table td small{color:var(--muted);margin-top:4px;font-size:11px;display:block}.status-pill.support-abierto{color:#9a3412;background:#ffedd5}.status-pill.support-en-proceso{color:#1d4ed8;background:#dbeafe}.status-pill.support-resuelto{color:#166534;background:#dcfce7}.support-modal .modal-head>div{gap:3px;display:grid}.support-modal .modal-head small{color:var(--muted);font-size:11px}.support-meta{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;display:grid}.support-meta>div{background:var(--bg);border-radius:12px;flex-direction:column;gap:5px;padding:15px;display:flex}.support-meta small,.support-message>small{color:var(--muted);letter-spacing:.7px;text-transform:uppercase;font-size:11px;font-weight:800}.support-meta a{color:var(--blue);font-size:13px}.support-message{border:1px solid var(--line);border-radius:14px;margin-bottom:18px;padding:19px}.support-message p{color:#49353e;white-space:pre-wrap;margin:9px 0 0;line-height:1.7}@media (width<=980px){.contact-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.article-hero{grid-template-columns:1fr 1fr;min-height:520px}.article-hero>img{min-height:520px}.article-hero>div{padding:42px}.article-back{margin-bottom:35px}}@media (width<=760px){.footer-newsletter{margin-bottom:-28px;transform:translateY(-28px)}.contact-page{padding-top:38px}.contact-hero{margin-bottom:26px}.contact-hero p{font-size:15px}.contact-grid{grid-template-columns:1fr}.contact-faq{position:static}.article-hero{flex-direction:column;min-height:0;display:flex}.article-hero>img{height:min(68vw,440px);min-height:0}.article-hero>div{padding:38px 22px 48px}.article-back{margin-bottom:30px}.article-body{padding:48px 0}.article-body>section{grid-template-columns:42px 1fr;gap:12px}.article-cta{flex-direction:column;align-items:flex-start;padding:27px 23px}.info-page>header{padding:62px 20px 86px}.info-content{grid-template-columns:1fr;margin-top:-38px}.info-content>aside{position:static}}@media (width<=520px){.contact-methods{grid-template-columns:1fr;gap:9px}.contact-methods .panel{padding:13px}.contact-faq,.support-form{border-radius:18px;padding:21px 17px}.store-card{padding:112px 20px 22px}.store-card .store-map{width:auto;height:90px;inset:0 0 auto}.article-body>section{grid-template-columns:1fr}.article-body>section>span{font-size:17px}.article-lead{margin-bottom:38px}.info-content>main{border-radius:19px;padding:10px 21px}.support-meta{grid-template-columns:1fr}}:root{--ed-bg:#fff9f3;--ed-hueso:#f4e8de;--ed-tinta:#160b0b;--ed-texto:#1c0f0f;--ed-suave:#4f4544;--ed-gris:#796b6b;--ed-rosa:#d95650;--ed-rosa-claro:#f3d7d1;--ed-vino:#5b1938;--ed-linea:#e4dad5}body{background:var(--ed-bg)}.ed-rotulo{letter-spacing:.18em;text-transform:uppercase;color:var(--ed-gris);margin:0;font-family:Manrope,sans-serif;font-size:11.5px;font-weight:600}.ed-header{z-index:60;background:var(--ed-bg);position:sticky;top:0}.ed-bar{border-bottom:1px solid var(--ed-linea);background:var(--ed-bg);align-items:center;gap:28px;height:68px;padding:0 52px 0 80px;display:flex}.ed-burger{color:var(--ed-texto);margin-left:-6px;padding:6px;display:none}.ed-logo{flex:none;align-items:center;gap:24px;display:flex}.ed-logotype{color:var(--ed-tinta);letter-spacing:.01em;font-family:DM Serif Display,Georgia,serif;font-size:34px;line-height:1}.ed-logotype span{color:var(--ed-rosa)}.ed-logomark{background:var(--ed-tinta);color:#fff;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;display:grid}.ed-nav{gap:37px;margin-left:auto;display:flex}.ed-navlink{letter-spacing:.13em;text-transform:uppercase;color:var(--ed-texto);border-bottom:1px solid #0000;padding:4px 0;font-size:10px;font-weight:600;transition:all .16s}.ed-navlink:hover{color:var(--ed-rosa)}.ed-navlink.on{border-bottom-color:var(--ed-rosa)}.ed-icons{flex:none;align-items:center;gap:26px;margin-left:52px;display:flex}.ed-icon{color:var(--ed-texto);place-items:center;transition:all .16s;display:grid;position:relative}.ed-icon:hover{color:var(--ed-rosa)}.ed-icon svg{stroke-width:1.5px}.ed-mobile-cart{color:var(--ed-texto);display:none}.ed-dot{background:var(--ed-rosa);border-radius:50%;width:6px;height:6px;position:absolute;top:-3px;right:-3px}.gift-hero-kicker{width:max-content;color:var(--ed-vino);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.16em;text-transform:uppercase;background:#fff9f3b8;border:1px solid #5b19382e;border-radius:999px;margin-bottom:14px;padding:7px 12px;font-size:10px;font-weight:800;display:inline-flex}.gift-hero-actions{align-items:center;gap:22px;display:flex}.gift-link-muted{color:var(--ed-suave);border-bottom:1px solid #4f454459;padding-bottom:4px;font-size:13px}.gift-section-title{color:var(--ed-tinta);margin:4px 0 0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(24px,2.4vw,38px);font-weight:400}.ed-tira{grid-auto-columns:minmax(220px,1fr)!important}.gift-recipient-section{padding:54px 76px 28px}.gift-recipient-head{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:18px;display:flex}.gift-recipient-head h2{margin:0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(30px,3.5vw,52px);font-weight:400}.gift-recipient-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.gift-recipient-card{color:#fff;isolation:isolate;background:linear-gradient(145deg,#5b1938,#8f3357);border-radius:2px;grid-template-columns:auto 1fr auto;align-items:end;gap:14px;min-height:184px;padding:20px;display:grid;position:relative;overflow:hidden}.gift-recipient-card:before{content:"";z-index:-1;background:#ffffff17;border-radius:50%;width:170px;height:170px;position:absolute;top:-70px;right:-60px}.gift-recipient-2{background:linear-gradient(145deg,#d66a5f,#a8444d)}.gift-recipient-3{background:linear-gradient(145deg,#7b8c70,#52624d)}.gift-recipient-4{background:linear-gradient(145deg,#8d684f,#5a3c35)}.gift-recipient-card>span{letter-spacing:.16em;opacity:.66;align-self:start;font-size:10px;font-weight:800}.gift-recipient-card h3{margin:0 0 4px;font-family:DM Serif Display,Georgia,serif;font-size:24px;font-weight:400}.gift-recipient-card p{color:#ffffffb8;margin:0;font-size:12px;line-height:1.5}.gift-recipient-card svg{align-self:end;transition:transform .2s}.gift-recipient-card:hover svg{transform:translate(5px)}.gift-bento{padding-top:24px}.gift-personalization{background:#fff9f3;border:1px solid #eadbd3;border-radius:14px;margin:18px 0;padding:18px}.gift-personalization-head{justify-content:space-between;align-items:end;margin-bottom:12px;display:flex}.gift-personalization-head span{color:#d95650;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:800}.gift-personalization-head h3{margin:2px 0 0;font-size:20px}.gift-personalization-head small{color:#8d7c76}.gift-check{color:#4f4544;cursor:pointer;align-items:center;gap:9px;font-size:13px;display:flex}.gift-check input{accent-color:#5b1938;width:16px;height:16px}.gift-checkout-box{background:#fff9f3;border:1px solid #eadbd3;border-radius:14px;margin-bottom:18px;padding:18px}.checkout-delivery-confirm{color:#5b1938;background:#fff6ec;border-radius:10px;gap:3px;margin:14px 0;padding:12px 14px;display:grid}.checkout-delivery-confirm span{color:#796b6b;font-size:13px}@media (width<=900px){.gift-recipient-grid{grid-template-columns:repeat(2,1fr)}.gift-recipient-section{padding:42px 24px 20px}}@media (width<=600px){.gift-recipient-grid{grid-template-columns:1fr}.gift-recipient-head{display:block}.gift-recipient-card{min-height:145px}.gift-hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.gift-hero-kicker{margin-bottom:9px}.gift-personalization .form-2,.gift-checkout-box .form-2{grid-template-columns:1fr}.gift-hero .ed-rotulo{letter-spacing:.12em;max-width:290px;line-height:1.7}}.ed-count{color:#fff;background:var(--ed-rosa);min-width:18px;height:18px;box-shadow:0 0 0 2px var(--ed-bg);border-radius:999px;place-items:center;padding:0 5px;font-size:9px;font-style:normal;font-weight:800;line-height:1;display:grid;position:absolute;top:-9px;right:-13px}.ed-search{border-bottom:1px solid var(--ed-linea);background:var(--ed-bg);padding:22px 40px 20px}.ed-search form{border-bottom:1px solid var(--ed-tinta);align-items:center;gap:14px;max-width:760px;margin:0 auto;padding-bottom:10px;display:flex}.ed-search input{color:var(--ed-tinta);background:0 0;border:none;outline:none;flex:1;font-family:DM Serif Display,Georgia,serif;font-size:24px}.ed-search input::placeholder{color:#b9a9a4}.ed-search form button{color:var(--ed-rosa);place-items:center;display:grid}.ed-sug{max-width:760px;margin:14px auto 0}.ed-sug a{border-bottom:1px solid var(--ed-linea);align-items:center;gap:14px;padding:9px 0;display:flex}.ed-sug img{object-fit:cover;background:var(--ed-hueso);width:42px;height:54px}.ed-sug .n{color:var(--ed-texto);flex:1;font-size:14px}.ed-sug .p{color:var(--ed-suave);font-size:14px}.ed-sug .todos{color:var(--ed-rosa);letter-spacing:.12em;text-transform:uppercase;border:none;justify-content:center;padding-top:14px;font-size:12px;font-weight:600}.ed-sug-state{color:var(--ed-gris);text-align:center;padding:16px 0 6px;font-size:13px}.ed-drawer{opacity:0;pointer-events:none;z-index:200;background:#160b0b6b;transition:opacity .25s;position:fixed;inset:0}.ed-drawer.open{opacity:1;pointer-events:auto}.ed-drawer-panel{background:var(--ed-bg);width:min(340px,86vw);padding:22px 26px;transition:transform .28s cubic-bezier(.2,.8,.3,1);position:absolute;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.ed-drawer.open .ed-drawer-panel{transform:none}.ed-drawer-top{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.ed-drawer-top button{color:var(--ed-texto)}.ed-drawer-panel nav{flex-direction:column;display:flex}.ed-drawer-panel nav a{color:var(--ed-tinta);border-bottom:1px solid var(--ed-linea);padding:11px 0;font-family:DM Serif Display,Georgia,serif;font-size:21px}.ed-drawer-panel nav a:hover{color:var(--ed-rosa)}.ed-drawer-rotulo{letter-spacing:.18em;text-transform:uppercase;color:var(--ed-gris);margin:24px 0 6px;font-size:11px;font-weight:600;display:block}.ed-drawer-cuenta{letter-spacing:.14em;text-transform:uppercase;color:var(--ed-rosa);border-bottom:1px solid var(--ed-rosa);align-items:center;gap:8px;margin-top:26px;padding-bottom:4px;font-size:12px;font-weight:600;display:inline-flex}.ed-hero{height:clamp(360px,42vh,430px);position:relative;overflow:hidden}.ed-hero-foto{object-fit:cover;object-position:62% center;width:100%;height:100%;position:absolute;inset:0}.ed-hero:after{content:"";pointer-events:none;background:linear-gradient(96deg, var(--ed-bg) 0%, #f8f5f4f7 22%, #f8f5f4db 34%, #f8f5f499 45%, #f8f5f447 55%, #f8f5f40f 66%, #f8f5f400 76%);position:absolute;inset:0}.ed-hero-texto{z-index:1;flex-direction:column;justify-content:center;max-width:760px;height:100%;padding:0 105px;display:flex;position:relative}.ed-hero-texto h1{color:var(--ed-tinta);margin:0 0 22px;font-family:DM Serif Display,Georgia,serif;font-size:clamp(48px,6.4vw,92px);font-weight:400;line-height:.95}.ed-hero-texto .ed-rotulo{color:var(--ed-suave);margin-bottom:26px}.ed-enlace{color:var(--ed-rosa);border-bottom:1px solid var(--ed-rosa);align-self:flex-start;align-items:center;gap:12px;padding-bottom:5px;font-size:15px;display:inline-flex}.ed-enlace svg{stroke-width:1.2px;transition:transform .22s}.ed-enlace:hover svg{transform:translate(6px)}.ed-seleccion{padding:14px 76px 6px}.ed-seccion-head{justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:12px;display:flex}.ed-flechas{gap:16px;display:flex}.ed-flechas button{color:var(--ed-gris);transition:all .16s}.ed-flechas button svg{stroke-width:1.2px}.ed-flechas button.on{color:var(--ed-rosa)}.ed-flechas button:hover{color:var(--ed-tinta)}.ed-tira{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:35px;display:grid;overflow-x:auto}.ed-tira::-webkit-scrollbar{display:none}.ed-prod{scroll-snap-align:start}.ed-prod-foto{background:var(--ed-hueso);aspect-ratio:7/4;overflow:hidden}.ed-prod-foto img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ed-prod:hover .ed-prod-foto img{transform:scale(1.035)}.ed-prod-pie{justify-content:space-between;gap:12px;padding:9px 0 0;display:flex}.ed-prod-pie .n{color:var(--ed-suave);text-transform:lowercase;font-size:13.5px}.ed-prod-pie .p{color:var(--ed-texto);white-space:nowrap;font-size:13.5px}.ed-bento{grid-template-columns:repeat(12,1fr);grid-auto-rows:107px;gap:10px;padding:4px 76px 0;display:grid}.ed-bloque{background:var(--ed-bg);display:flex;position:relative;overflow:hidden}.b-mujer,.b-hombre{grid-area:span 2/span 3}.b-calzado,.b-bolsos,.b-accesorios,.b-editorial{grid-area:span 1/span 3}.ed-bloque.t-rosa{background:var(--ed-rosa-claro)}.ed-bloque.t-vino{background:var(--ed-vino)}.ed-bloque-foto{object-fit:cover;order:2;width:52%;height:100%;transition:transform .55s}.ed-bloque:hover .ed-bloque-foto{transform:scale(1.04)}.b-mujer .ed-bloque-foto,.b-hombre .ed-bloque-foto{order:0}.ed-bloque-panel{flex-direction:column;flex:1;justify-content:center;padding:18px 20px;display:flex}.ed-bloque-panel h3{color:var(--ed-tinta);margin:0 0 8px;font-family:DM Serif Display,Georgia,serif;font-size:25px;font-weight:400;line-height:1.05}.ed-bloque.t-vino .ed-bloque-panel h3{color:#fff}.ed-descubre{color:var(--ed-rosa);border-bottom:1px solid;align-self:flex-start;align-items:center;gap:8px;padding-bottom:3px;font-size:12px;display:inline-flex}.ed-descubre svg{stroke-width:1.2px}.ed-bloque.t-vino .ed-descubre{color:var(--ed-rosa-claro)}.ed-bloque-circ{width:32px;height:32px;color:var(--ed-tinta);background:#f8f5f4b8;border:1px solid #160b0b47;border-radius:50%;place-items:center;transition:all .2s;display:grid;position:absolute;bottom:14px;right:14px}.ed-bloque-circ svg{stroke-width:1.3px}.ed-bloque.t-vino .ed-bloque-circ{color:#fff;background:#ffffff1a;border-color:#fff6}.ed-bloque:hover .ed-bloque-circ{background:var(--ed-rosa);border-color:var(--ed-rosa);color:#fff}.ed-servicios{border-top:1px solid var(--ed-linea);grid-template-columns:repeat(3,1fr);align-items:center;margin:6px 76px 0;padding:18px 0;display:grid}.ed-servicio{justify-content:center;align-items:center;gap:12px;display:flex}.ed-servicio+.ed-servicio{border-left:1px solid var(--ed-linea)}.ed-servicio svg{color:#b08d2e;stroke-width:1.4px}.ed-servicio span{letter-spacing:.16em;text-transform:uppercase;color:var(--ed-suave);font-size:11.5px;font-weight:600}.ed-editorial{padding:46px 76px 20px}.ed-editorial .ed-seccion-head h2{color:var(--ed-tinta);font-family:DM Serif Display,Georgia,serif;font-size:34px;font-weight:400}.ed-notas{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.ed-nota-foto{background:var(--ed-hueso);aspect-ratio:3/2;margin-bottom:12px;overflow:hidden}.ed-nota-foto img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ed-nota:hover .ed-nota-foto img{transform:scale(1.04)}.ed-nota h4{color:var(--ed-tinta);margin:8px 0 6px;font-family:DM Serif Display,Georgia,serif;font-size:19px;font-weight:400;line-height:1.25}.ed-nota small{color:var(--ed-gris);font-size:12px}@media (width<=1100px){.ed-bento{grid-auto-rows:92px}.b-mujer,.b-hombre,.b-calzado,.b-bolsos,.b-accesorios,.b-editorial{grid-column:span 6}.ed-notas{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.ed-bar{gap:16px;padding:0 20px}.ed-burger{place-items:center;display:grid}.ed-nav{display:none}.ed-icons{gap:16px;margin-left:auto}.ed-logo{margin:0 auto}.ed-hero-texto,.ed-seleccion,.ed-bento,.ed-editorial{padding-left:20px;padding-right:20px}.ed-servicios{margin-left:20px;margin-right:20px}.ed-search{padding:18px 20px}.ed-search input{font-size:19px}.ed-tira{grid-auto-columns:62%}}@media (width<=560px){.ed-bar{grid-template-columns:54px minmax(0,1fr) 54px;gap:8px;padding:0 14px;display:grid;position:relative}.ed-logo{justify-self:center;gap:0;margin:0}.ed-logotype{font-size:28px}.ed-logo .ed-logomark{display:none}.ed-icons{display:none!important}.ed-bar>.ed-mobile-cart{z-index:4;color:#fff;background:var(--ed-vino);border-radius:50%;grid-area:1/3;justify-self:end;place-items:center;width:40px;height:40px;position:relative;box-shadow:0 5px 14px #5b19382e;display:grid!important}.ed-hero{height:66vh}.ed-hero-texto h1{font-size:38px}.ed-bento{grid-auto-rows:84px;gap:8px}.b-mujer,.b-hombre,.b-calzado,.b-bolsos,.b-accesorios,.b-editorial{grid-area:span 1/span 12}.ed-bloque-panel h3{font-size:21px}.ed-servicios{grid-template-columns:1fr;gap:12px}.ed-servicio+.ed-servicio{border-left:none;border-top:1px solid var(--ed-linea);padding-top:12px}.ed-servicio{justify-content:flex-start}.ed-notas{grid-template-columns:1fr}.ed-tira{grid-auto-columns:74%}}
