@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--brand:#1a1a2e;--accent:#e94560;--accent2:#0f3460;--surface:#f8f7f4;--card:#ffffff;--text:#1a1a2e;--muted:#6b7280;--border:#e5e2dc;--tag-bg:#f0ede8;--shadow:0 2px 20px rgba(26,26,46,0.08)}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--surface);color:var(--text);min-height:100vh;background-color:black}#app{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}main{padding:7rem 3rem;background:white;position:relative}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0 1rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.logo{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:var(--brand)}.logo span{color:var(--accent)}.nav-links{display:flex;gap:2rem;font-size:.875rem;font-weight:500;color:var(--muted)}.nav-links a{cursor:pointer}.form-group{display:flex}.controls,.filters-container{display:flex;justify-content:flex-end}.controls{flex-direction:column;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;width:100%}.search-wrap{position:relative;display:flex;justify-content:flex-start;border-bottom:1px solid #000;width:100%}.search-wrap.focused{outline:none;border-bottom:2px solid teal}.search-icon{position:absolute;top:5px;left:4px;transform:translateY(-50%);pointer-events:none;font-size:3rem;color:#cfc7c7;height:100%;background-color:transparent}.search-input{width:100%;background:#ffffff;outline:none;border:transparent;color:#1a1a1a;display:block;font-size:1rem;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;transition:box-shadow .1s ease-in-out;padding:.625rem 1rem .625rem 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=reset].search-reset{display:flex;top:.6875rem;right:5.5rem;height:1.75rem;width:1.75rem;margin:0;padding:.5rem;display:block;outline:none}.wrap-icon,input[type=reset].search-reset{position:absolute;align-items:center;color:#000;border:none;cursor:pointer}.wrap-icon{right:0;top:0;display:flex;justify-content:center;font-family:Open Sans,sans-serif;font-size:1.125rem;line-height:1.56;height:44px;width:48px;background-color:white}.filter-select,.sort-select{padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.875rem;background:var(--card);color:var(--text);cursor:pointer;outline:none;transition:border-color .2s}.filter-select{min-width:140px}.results-count{font-size:.85rem;color:var(--muted);white-space:nowrap}.category-row{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.cat-pill{padding:.45rem 1rem;font-size:.8rem;font-weight:500;border:1px solid #cfcecb;background:var(--card);cursor:pointer;transition:all .2s;color:var(--muted);font-family:DM Sans,sans-serif}.cat-pill:hover{border-color:var(--brand);color:var(--brand)}.cat-pill.active{background:var(--brand);color:#fff;border-color:var(--brand)}.cat-pill:focus{outline:2px solid teal;outline-offset:-2px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{background:var(--card);overflow:hidden;transition:transform .25s,box-shadow .25s;cursor:pointer;position:relative;animation:fadeIn .35s ease both}.product-card:hover{transform:translateY(-4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.card-img-wrap{width:100%;aspect-ratio:1;position:relative;overflow:hidden;background:var(--tag-bg)}.card-photo{transition:transform .4s ease}.product-card:hover .card-photo{transform:scale(1.05)}.card-body{padding:1rem 1.1rem 1.2rem}.card-tags{display:flex;gap:.4rem;margin-bottom:.6rem;flex-wrap:wrap}.tag{background:var(--tag-bg);color:var(--muted);font-size:.7rem;font-weight:500;padding:.2rem .55rem;letter-spacing:.02em}.tag.new{background:#e8f5e9;color:#2e7d32}.tag.sale{background:#fce4ec;color:#c2185b}.card-name{font-family:Playfair Display,serif;line-height:1;font-size:.7rem;font-weight:500;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin-bottom:.9rem}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.price{font-size:.7rem;font-weight:500;color:var(--text)}.price-old{font-size:.8rem;color:var(--muted);text-decoration:line-through;margin-left:.3rem}.rating{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.25rem;margin-top:.2rem}.stars{color:#f59e0b;letter-spacing:-.05em;font-size:12px}.empty{text-align:center;padding:4rem 2rem;color:var(--muted);grid-column:1/-1}.empty-icon{font-size:3rem;margin-bottom:1rem;display:block}.empty h3{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:.5rem;color:var(--text)}.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(80px);background:var(--brand);color:#fff;padding:.7rem 1.5rem;font-size:.875rem;font-weight:500;z-index:999;transition:transform .3s;pointer-events:none}.toast.show{transform:translateX(-50%) translateY(0)}@media (min-width:767px){.controls{flex-direction:row}.search-wrap{width:300px}}@media (max-width:600px){.site-header{flex-wrap:wrap;gap:1rem}.nav-links{display:none}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.view-toggle{display:flex;border:1px solid var(--border);overflow:hidden;background:var(--card);flex-shrink:0}.products-list{display:flex;flex-direction:column;gap:1rem}.list-card{background:var(--card);border:1px solid var(--border);overflow:hidden;display:flex;align-items:stretch;transition:transform .2s,box-shadow .2s;animation:fadeIn .3s ease both;position:relative}.list-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(26,26,46,.1)}.list-img-wrap{width:120px;min-width:120px;position:relative;overflow:hidden;background:var(--tag-bg);flex-shrink:0}.list-photo{transition:transform .4s ease}.list-card:hover .list-photo{transform:scale(1.05)}.list-body{padding:1rem 1.25rem;flex:1 1;flex-direction:column;gap:.5rem}.list-body,.list-top{display:flex;justify-content:space-between}.list-top{align-items:flex-start;gap:1rem}.list-meta{flex:1 1}.list-name{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;line-height:1.3;margin-bottom:.25rem}.list-desc{font-size:.82rem;color:var(--muted);line-height:1.5}.list-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.list-price-wrap{text-align:right}.list-bottom{justify-content:space-between;gap:1rem}.list-actions,.list-bottom{display:flex;align-items:center}.list-actions{gap:.5rem}.list-wish{background:none;border:1px solid var(--border);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s}.list-wish.liked,.list-wish:hover{background:#fce4ec;border-color:#f48fb1}.list-wish.liked{color:#e91e63}@media (max-width:600px){.list-img-wrap{width:90px;min-width:90px}.list-top{flex-direction:column;gap:.5rem}.list-right{flex-direction:row;align-items:center}}.cart-page{padding-bottom:4rem}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.cart-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--text)}.cart-empty{text-align:center;padding:5rem 2rem;color:var(--muted)}.cart-empty h3{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--text);margin-bottom:.5rem}.cart-empty p{margin-bottom:2rem;font-size:.95rem}.cart-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:2rem;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:var(--card);border:1px solid var(--border);display:flex;align-items:stretch;overflow:hidden;transition:box-shadow .2s;animation:fadeIn .3s ease both}.cart-item:hover{box-shadow:0 4px 20px rgba(26,26,46,.08)}.cart-item-img{width:110px;min-width:110px;position:relative;overflow:hidden;background:var(--tag-bg);flex-shrink:0}.cart-item-body{padding:1rem 1.2rem;flex:1 1;flex-direction:column;gap:.75rem}.cart-item-body,.cart-item-top{display:flex;justify-content:space-between}.cart-item-top{align-items:flex-start;gap:1rem}.cart-item-name{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;margin-bottom:.2rem;line-height:1.3;color:#1c1c1c}.cart-item-desc{font-size:.8rem;color:var(--muted);line-height:1.4}.cart-item-footer{justify-content:space-between;gap:1rem}.cart-item-footer,.qty-control{display:flex;align-items:center}.qty-control{gap:0;border:1px solid var(--border);overflow:hidden;background:var(--card)}.qty-value{min-width:28px;text-align:center;font-size:.875rem;font-weight:500;color:var(--text)}.cart-item-price{font-size:1.05rem;font-weight:600;color:var(--text);text-align:right}.unit-price{display:block;font-size:.75rem;font-weight:400;color:var(--muted);margin-top:.1rem}.cart-summary{background:var(--card);border:1px solid var(--border);padding:1.5rem;position:-webkit-sticky;position:sticky;top:1.5rem}.summary-title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;margin-bottom:1.25rem;color:var(--text)}.summary-rows{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--muted)}.summary-divider{height:1px;background:var(--border);margin:1rem 0}.summary-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:1.25rem}.continue-link{display:block;text-align:center;font-size:.85rem;color:var(--muted);text-decoration:none;transition:color .2s;margin-bottom:1.25rem}.continue-link:hover{color:var(--brand)}.trust-badges{display:flex;flex-direction:column;gap:.4rem;padding-top:1rem;border-top:1px solid var(--border)}.trust-badge{font-size:.78rem;color:var(--muted)}@media (max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item-img{width:80px;min-width:80px;font-size:2rem}}@media (max-width:480px){.cart-title{font-size:1.4rem}.cart-item-footer{flex-direction:column;align-items:flex-start}}.back-nav{font-size:.875rem;color:#afb1b5;text-decoration:none;transition:color .2s}.back-nav:hover{color:white}.cart-pill{gap:.5rem;background:var(--brand);color:#fff;padding:.6rem 1.2rem;font-size:.875rem;font-weight:500}.cart-pill,.co-progress{display:flex;align-items:center}.co-progress{margin-bottom:2.5rem;gap:0}.co-progress-step{display:flex;align-items:center;flex:1 1}.co-step-circle{width:32px;height:32px;min-width:32px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--muted);background:var(--card);transition:all .25s;z-index:1}.co-step-circle.active{border-color:var(--brand);background:var(--brand);color:#fff}.co-step-circle.done{border-color:#16a34a;background:#16a34a;color:#fff}.co-step-label{font-size:.78rem;color:var(--muted);margin-left:.5rem;white-space:nowrap;transition:color .2s}.co-step-label.active{color:var(--brand);font-weight:500}.co-step-line{flex:1 1;height:2px;background:var(--border);margin:0 .5rem;transition:background .3s}.co-step-line.done{background:#16a34a}.co-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:2rem;gap:2rem;align-items:start}.co-form-panel{background:var(--card);border:1px solid var(--border);padding:2rem}.co-section-title{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text)}.co-field-group{display:flex;gap:1rem;margin-bottom:1.1rem;flex-wrap:wrap}.co-field{display:flex;flex-direction:column;gap:.35rem;flex:1 1;min-width:140px}.co-field-full{flex-basis:100%}.co-field-grow{flex:2 1}.co-field-sm{flex:0 0 100px;min-width:80px}.co-label{font-size:.8rem;font-weight:500;color:var(--muted);letter-spacing:.02em}.co-input{padding:.65rem .9rem;border:1px solid var(--border);font-family:DM Sans,sans-serif;font-size:.9rem;background:var(--card);color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s;width:100%}.co-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(26,26,46,.08)}.co-input.error{border-color:var(--accent);box-shadow:0 0 0 3px rgba(233,69,96,.1)}.co-input-mono{font-family:DM Mono,Courier New,monospace;letter-spacing:.05em}.co-select{cursor:pointer}.co-error{font-size:.75rem;color:var(--accent);margin-top:.1rem}.co-ship-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.co-ship-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;border:1.5px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s;background:var(--card)}.co-ship-option.selected,.co-ship-option:hover{border-color:var(--brand)}.co-ship-option.selected{background:#f0f0f8}.co-radio{accent-color:var(--brand);width:16px;height:16px;flex-shrink:0}.co-ship-info{flex:1 1;display:flex;flex-direction:column;gap:.15rem}.co-ship-label{font-size:.9rem;font-weight:500;color:var(--text)}.co-ship-desc{font-size:.78rem;color:var(--muted)}.co-ship-price{font-size:.95rem;font-weight:600;color:var(--text);white-space:nowrap}.co-address-recap{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem;display:flex;align-items:flex-start;gap:1rem}.co-recap-label{font-size:.78rem;color:var(--muted);font-weight:500;white-space:nowrap;margin-top:.1rem}.co-recap-value{flex:1 1;font-size:.85rem;color:var(--text);line-height:1.6}.co-recap-edit{background:none;border:none;font-size:.8rem;color:var(--brand);cursor:pointer;text-decoration:underline;font-family:DM Sans,sans-serif;padding:0;white-space:nowrap}.co-card-icons{display:flex;gap:.5rem;margin-bottom:1.25rem}.co-card-icon{font-size:.65rem;font-weight:700;padding:.25rem .5rem;border:1px solid var(--border);border-radius:6px;color:var(--muted);letter-spacing:.05em}.co-checkbox-label{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--muted);cursor:pointer;margin:1rem 0}.co-checkbox{accent-color:var(--brand);width:15px;height:15px}.co-secure-note{display:flex;align-items:flex-start;gap:.5rem;font-size:.78rem;color:var(--muted);background:#f0f9f0;border:1px solid #c6e8c6;border-radius:10px;padding:.75rem 1rem;margin-top:.5rem;line-height:1.5}.co-review-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.co-review-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface);border-radius:10px}.co-review-emoji{font-size:1.6rem}.co-review-meta{flex:1 1;display:flex;flex-direction:column;gap:.1rem}.co-review-name{font-size:.9rem;font-weight:500}.co-review-qty{font-size:.78rem;color:var(--muted)}.co-review-price{font-size:.95rem;font-weight:600}.co-review-sections{display:flex;flex-direction:column;gap:.75rem}.co-review-block{padding:.9rem 1rem;background:var(--surface);border-radius:10px;font-size:.85rem}.co-review-block-title{font-weight:500;color:var(--muted);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.co-review-block-body{color:var(--text);line-height:1.6}.co-sidebar{position:-webkit-sticky;position:sticky;top:1.5rem}.co-sidebar-inner{background:var(--card);border:1px solid var(--border);padding:1.5rem}.co-sidebar-title{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;margin-bottom:1.1rem;color:#1c1c1c}.co-sidebar-items{margin-bottom:.75rem}.co-sidebar-item,.co-sidebar-items{display:flex;flex-direction:column;gap:.6rem}.co-sidebar-item{align-items:center;font-size:.84rem}.co-sidebar-emoji{font-size:1.3rem}.co-sidebar-name{flex:1 1;color:#000000}.co-sidebar-qty{color:#000000}.co-sidebar-price{font-weight:500;color:#000000}.co-empty{text-align:center;padding:5rem 2rem;color:var(--muted)}.co-empty h3{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--text);margin-bottom:.5rem}.co-empty p{margin-bottom:1.5rem}.confirmed-wrap{display:flex;justify-content:center;padding:2rem 0 4rem}.confirmed-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:3rem 2.5rem;max-width:520px;width:100%;text-align:center}.confirmed-icon{width:64px;height:64px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.confirmed-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.confirmed-subtitle{font-size:.95rem;color:var(--muted);margin-bottom:1.5rem;line-height:1.6}.confirmed-order-num{display:inline-block;background:var(--surface);border:1px solid var(--border);padding:.4rem 1.1rem;font-size:.85rem;color:var(--muted);margin-bottom:2rem}.confirmed-steps{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-bottom:2rem;text-align:left}.confirmed-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto}.confirmed-step-dot{width:14px;height:14px;border-radius:50%;background:#16a34a;border:2px solid #16a34a;flex-shrink:0}.confirmed-step-dot.pending{background:var(--card);border-color:var(--border)}.confirmed-step-label{font-size:.78rem;font-weight:500;color:var(--text);white-space:nowrap}.confirmed-step-sub{font-size:.7rem;color:var(--muted);white-space:nowrap}.confirmed-step-line{flex:1 1;height:2px;background:var(--border);margin:6px 4px 0;min-width:24px}.confirmed-note{font-size:.83rem;color:var(--muted);background:var(--surface);border-radius:10px;padding:.75rem 1rem;margin-bottom:1.75rem;line-height:1.5}.confirmed-actions{display:flex;justify-content:center}@media (max-width:768px){.co-layout{grid-template-columns:1fr}.co-sidebar{position:static;order:-1}.co-progress{overflow-x:auto;padding-bottom:.5rem}.co-step-label{display:none}.co-step-label.active{display:block}}@media (max-width:480px){.co-form-panel{padding:1.25rem}.co-field-group{flex-direction:column}.co-field-sm{flex:1 1}.co-nav-btns{flex-direction:column-reverse}.co-back-btn,.co-next-btn,.co-place-btn{width:100%;text-align:center}.confirmed-card{padding:2rem 1.25rem}}.tag-stats-bar{display:flex;align-items:center;gap:2rem;background:var(--card);border:1px solid var(--border);padding:1.1rem 1.75rem;margin:1.25rem 0}.tag-stat{display:flex;flex-direction:column;gap:.15rem}.tag-stat-num{font-size:1.15rem;font-weight:600;color:var(--text);line-height:1}.tag-stat-label{font-size:.75rem;color:var(--muted)}.tag-stat-divider{width:1px;height:32px;background:var(--border)}.tag-toolbar{justify-content:space-between;margin-bottom:1.1rem;flex-wrap:wrap}.tag-toolbar,.tag-toolbar-right{display:flex;align-items:center;gap:.75rem}.tag-cat-chips{display:flex;gap:.5rem;margin-bottom:1.75rem;flex-wrap:wrap}.tag-cat-chip{padding:.35rem .85rem;font-size:.78rem;font-weight:500;border:1px solid var(--border);background:var(--card);color:var(--muted)}.tag-back-row{display:flex;justify-content:center;padding:3rem 0 1rem}.nav-links a{text-decoration:none;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--accent)}@media (max-width:640px){.tag-hero{padding:2rem 1.5rem}.tag-hero-title{font-size:1.8rem}.tag-stats-bar{gap:1rem;padding:.9rem 1.1rem;flex-wrap:wrap}.tag-stat-divider{display:none}}.pd-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted);margin-bottom:2rem;flex-wrap:wrap}.pd-breadcrumb a{color:var(--muted);text-decoration:none;transition:color .2s}.pd-breadcrumb a:hover{color:var(--brand)}.pd-breadcrumb span:last-child{color:var(--text);font-weight:500}.pd-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;margin-bottom:4rem;align-items:start}.pd-image-col{position:-webkit-sticky;position:sticky;top:1.5rem}.pd-main-img{width:100%;aspect-ratio:1;overflow:hidden;background:var(--tag-bg);position:relative}.pd-img-badge{position:absolute;top:16px;left:16px;z-index:2}.pd-info-col{display:flex;flex-direction:column;gap:0}.pd-category{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.pd-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1.2;color:var(--text);margin-bottom:1rem}.pd-rating-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.stars-lg{color:#f59e0b;font-size:1.1rem;letter-spacing:.05em}.pd-rating-num{font-size:.95rem;font-weight:600;color:var(--text)}.pd-rating-count{font-size:.85rem;color:var(--muted)}.pd-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.pd-price{font-size:1.75rem;font-weight:700;color:var(--text);font-family:Playfair Display,serif}.pd-price-old{font-size:1.1rem;color:var(--muted);text-decoration:line-through}.pd-discount-badge{background:#fce4ec;color:#c2185b;font-size:.75rem;font-weight:700;padding:.25rem .65rem}.pd-desc{font-size:.95rem;color:var(--muted);line-height:1.65;margin-bottom:1.25rem}.pd-highlights{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.pd-highlights li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text)}.pd-highlight-dot{color:#16a34a;font-weight:700;font-size:.85rem;flex-shrink:0}.pd-divider{height:1px;background:var(--border);margin:1.25rem 0}.pd-actions{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.pd-actions,.pd-qty{display:flex;align-items:center}.pd-qty{border:1px solid var(--border);overflow:hidden;background:var(--card);flex-shrink:0}.pd-qty-val{min-width:32px;text-align:center;font-size:.95rem;font-weight:500;color:var(--text)}.pd-trust{display:flex;gap:1.5rem;padding:1rem 1.25rem;background:var(--surface);flex-wrap:wrap}.pd-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted)}.pd-trust-icon{font-size:.95rem}.pd-tabs-wrap{border-top:1px solid var(--border);margin-bottom:3.5rem}.pd-tabs{display:flex;gap:0;border-bottom:1px solid var(--border)}.pd-tab{background:none;padding:1rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;color:var(--muted);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.pd-tab:hover{color:var(--text)}.pd-tab.active{color:var(--brand);border-bottom-color:var(--brand)}.pd-tab-content{padding:2rem 0;max-width:680px}.pd-long-desc{font-size:.95rem;line-height:1.8;color:var(--muted)}.pd-specs-table{width:100%;border-collapse:collapse}.pd-specs-table tr{border-bottom:1px solid var(--border)}.pd-specs-table tr:last-child{border-bottom:none}.pd-spec-label{padding:.75rem 1rem .75rem 0;font-weight:500;color:var(--text);width:40%}.pd-spec-label,.pd-spec-value{font-size:.85rem;vertical-align:top}.pd-spec-value{padding:.75rem 0;color:var(--muted)}.pd-related{padding-top:2.5rem;border-top:1px solid var(--border);margin-bottom:4rem}.pd-related-title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;color:var(--text);margin-bottom:1.75rem}.card-name{color:var(--text);transition:color .2s}.card-name:hover{color:var(--brand)}.list-name{color:var(--text);transition:color .2s}.list-name:hover{color:var(--brand)}@media (max-width:900px){.pd-layout{grid-template-columns:1fr;gap:2rem}.pd-image-col{position:static}.pd-title{font-size:1.6rem}}@media (max-width:600px){.pd-breadcrumb span:not(:last-child):not(:first-child){display:none}.pd-actions{flex-direction:column;align-items:stretch}.pd-add-btn{text-align:center}.pd-wish-btn{width:100%;border-radius:100px;height:44px}.pd-trust{flex-direction:column;gap:.75rem}}mux-player{--controls:none;--play-button:block;--live-button:none;--seek-backward-button:none;--seek-forward-button:none;--mute-button:none;--captions-button:none;--airplay-button:none;--pip-button:none;--fullscreen-button:none;--cast-button:none;--playback-rate-button:none;--volume-range:none;--time-range:none;--time-display:none;--title-display:none;--duration-display:none}.footer-inner{padding:0 3rem}.footer--row{display:flex;flex-wrap:wrap}.footer-col{box-sizing:border-box;width:25%;padding:0 15px}@media(max-width:767px){.footer-col{width:50%;margin-bottom:30px}}@media(max-width:574px){.footer-col{width:100%}}#footer p{text-transform:uppercase;font-size:12px;padding-bottom:5px}#footer p,.icon-footer{line-height:22px;text-align:center}.icon-footer{font-family:FontAwesome;font-size:16px;z-index:6;padding-left:5px;padding-right:5px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cart-container{visibility:visible}.dropdown-a11y{position:relative;display:flex;width:100%;min-width:300px;margin:5px 0}.dropdown-a11y button{display:flex;align-items:center;justify-content:space-between;width:100%;height:44px;padding:0 15px;background-color:#f9f9f9;border:1px solid #817d7d;color:#1c1c1c;font-family:inherit;font-size:1.2rem;outline:none;cursor:pointer}.dropdown-a11y button:focus,.dropdown-a11y button:hover{outline:2px solid teal;outline-offset:-2px}.dropdown-a11y button:active{opacity:.5}.dropdown-a11y .close button:after{content:"\E904"}.dropdown-a11y ul{width:100%;list-style:none;padding-left:0;position:absolute;top:100%;left:0;margin:0;box-shadow:0 4px 6px 1px rgba(0,0,0,.15);background-color:white;z-index:3}.dropdown-a11y ul li{padding:12px 10px;border:1px solid #7a7a7a;border-top:0 solid #7a7a7a;outline:none;font-size:1.2rem;cursor:pointer;color:#000;height:44px}.dropdown-a11y ul li:focus,.dropdown-a11y ul li:hover{outline:2px solid teal;outline-offset:-2px}.dropdown-a11y ul li :active{opacity:.5}.wish-btn{position:absolute;top:10px;right:10px;background:var(--card);border:1px solid var(--border);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s;z-index:2}.wish-btn.liked,.wish-btn:hover{background:#fce4ec;border-color:#f48fb1}.wish-btn.liked{color:#e91e63}.top-btn{position:fixed;bottom:2rem;right:2rem;background:var(--brand);color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;box-shadow:var(--shadow);transition:opacity .3s,background .2s;z-index:100}.top-btn:hover{background:var(--accent2)}.clear-btn{background:none;border:1px solid var(--border);padding:.45rem 1rem;font-family:DM Sans,sans-serif;font-size:.82rem;color:var(--muted);cursor:pointer;transition:all .2s}.clear-btn:hover{border-color:var(--accent);color:var(--accent)}.shop-link-btn{display:inline-block;background:var(--brand);color:#fff;text-decoration:none;padding:.7rem 1.6rem;font-size:.9rem;font-weight:500;transition:background .2s}.shop-link-btn:hover{background:var(--accent2)}.remove-btn{background:none;border:1px solid var(--border);border-radius:50%;width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px;color:var(--muted);transition:all .2s}.remove-btn:hover{background:#fce4ec;border-color:#f48fb1;color:var(--accent)}.qty-btn{background:none;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:var(--text);transition:background .15s;font-family:DM Sans,sans-serif}.qty-btn:hover{background:var(--tag-bg)}.checkout-btn{width:100%;padding:.85rem;background:var(--brand);color:#fff;border:none;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s,transform .1s;margin-bottom:.9rem}.checkout-btn:hover{background:var(--accent2)}.checkout-btn:active{transform:scale(.98)}.co-nav-btns{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);gap:1rem}.co-back-btn{background:none;border:1px solid var(--border);padding:.65rem 1.3rem;font-family:DM Sans,sans-serif;font-size:.875rem;color:var(--muted);cursor:pointer;transition:all .2s;white-space:nowrap}.co-back-btn:hover{border-color:var(--brand);color:var(--brand)}.co-next-btn{background:var(--brand);color:#fff;border:none;padding:.75rem 1.6rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.co-next-btn:hover{background:var(--accent2)}.co-next-btn:active{transform:scale(.98)}.co-place-btn{background:var(--accent);color:#fff;border:none;padding:.85rem 2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.co-place-btn:hover{background:#c73652}.co-place-btn:active{transform:scale(.98)}.confirmed-shop-btn{display:inline-block;background:var(--brand);color:#fff;text-decoration:none;padding:.75rem 2rem;font-size:.9rem;font-weight:500;transition:background .2s}.confirmed-shop-btn:hover{background:var(--accent2)}.tag-back-btn{display:inline-block;text-decoration:none;font-size:.875rem;color:var(--muted);border:1px solid var(--border);padding:.6rem 1.4rem;transition:all .2s}.tag-back-btn:hover{border-color:var(--brand);color:var(--brand)}.pd-qty-btn{background:none;border:none;width:36px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;color:var(--text);transition:background .15s;font-family:DM Sans,sans-serif}.pd-qty-btn:hover{background:var(--tag-bg)}.pd-add-btn{flex:1 1;min-width:180px;padding:.85rem 1.5rem;background:var(--brand);color:#fff;border:none;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;text-align:center}.pd-add-btn:hover{background:var(--accent2)}.pd-add-btn:active{transform:scale(.98)}.pd-add-btn.added{background:#16a34a}.pd-wish-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;background:var(--card);cursor:pointer;font-size:1.1rem;transition:all .2s;flex-shrink:0}.pd-wish-btn.liked,.pd-wish-btn:hover{background:#fce4ec;border-color:#f48fb1}.pd-wish-btn.liked{color:#e91e63}.view-btn{height:44px;width:44px;background:none;border:none;cursor:pointer;padding:.5rem;font-size:22px;color:var(--muted);transition:all .2s;line-height:1;font-family:DM Sans,sans-serif}.add-btn,.view-btn.active{background:var(--brand);color:#fff}.add-btn{padding:.45rem 1rem;border:none;border-radius:100px;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.add-btn:hover{background:var(--accent)}.add-btn:active{transform:scale(.96)}.add-btn.added{background:#16a34a}