@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap";:root{--bg: #ffffff;--panel: #fbf3ec;--card: #ffffff;--accent: #c58d54;--accent-strong: #bd7a42;--text: #745743;--muted: #8a7261;--border: #efe5d8}*{box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,Open Sans,Source Sans Pro,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 25% 18%,#fdf7f2,#f9f1e8 42%,#f4e8dc 80%);color:var(--text);line-height:1.5}h1,h2,h3,.brand{font-family:Cormorant Garamond,Playfair Display,Times New Roman,serif;color:var(--text)}a{color:inherit;text-decoration:none}.page{min-height:100vh;background:var(--bg)}.topbar{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 0 6px;width:100vw;margin:0;transform:none;position:sticky;top:0;background:linear-gradient(180deg,#fcf8f3,#faf3eb 72%,#f6eae0);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10}.brand{display:flex;align-items:center;justify-content:center;gap:0;margin-top:0}.brand-star{font-size:18px;color:var(--accent-strong);margin-top:6px}.brand-logo{height:72px;width:auto;display:block;object-fit:contain;cursor:pointer;transition:transform .12s ease}.brand-logo:hover{transform:translateY(-1px)}.nav-row{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);transform:none;display:flex;align-items:center;justify-content:center;position:relative;padding:20px 0 18px;background:#fff;border-bottom:none;margin-top:-8px;margin-bottom:-12px}.nav{display:flex;justify-content:center;gap:52px;font-weight:500;font-size:16px}.nav-toggle{display:none;position:absolute;left:16px;background:#fff;border:1px solid #e6dccf;width:40px;height:40px;border-radius:12px;color:#8a6a55;cursor:pointer;place-items:center}.nav-toggle svg{width:20px;height:20px}.nav-item{position:relative;display:flex;align-items:center}.nav-link{padding:4px 2px;color:#7c6553;letter-spacing:.2px;display:inline-flex;align-items:center;gap:6px;font-weight:600}.nav-special{color:#c58d54}.nav-submenu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:180px;background:#fffaf4;border:1px solid #eadfd4;border-radius:16px;padding:10px;display:none;flex-direction:column;gap:6px;box-shadow:0 18px 30px #00000014;z-index:20}.nav-item:hover .nav-submenu,.nav-item:focus-within .nav-submenu{display:flex}.nav-submenu-link{padding:8px 12px;border-radius:10px;font-weight:600;color:#7a5b44;background:#fff;border:1px solid transparent;transition:border-color .15s ease,transform .15s ease}.nav-submenu-link:hover{border-color:#eadfd4;transform:translateY(-1px)}.u-mh-2{margin-left:0;margin-right:0}.Icon{display:none;transition:none}.favorite-btn{width:36px;height:36px;border-radius:999px;border:1px solid #eadfd4;background:#ffffffeb;display:flex;align-items:center;justify-content:center;line-height:0;color:#b28a62;cursor:pointer;box-shadow:0 8px 18px #00000014;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.favorite-btn svg{width:18px;height:18px;display:block;fill:currentColor}.favorite-btn:hover{transform:translateY(-1px)}.favorite-btn.is-favorite{background:#c58d54;color:#fff;border-color:#b78d62}.favorite-btn.favorite-inline{width:44px;height:44px;border-radius:14px;box-shadow:none;background:#fff4e8}.catalog-card .favorite-btn,.product-card .favorite-btn,.related-card .favorite-btn,.product-image-frame .favorite-btn{position:absolute;top:12px;right:12px;z-index:2}.nav-icon{width:17px;height:17px}.nav-actions{position:absolute;right:24px;display:flex;gap:10px}.action{background:#fff;border:1px solid #e6dccf;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;cursor:pointer;color:#8a6a55;transition:box-shadow .15s ease,transform .15s ease}.action svg{width:18px;height:18px}.action:hover{box-shadow:0 10px 18px #0000000f;transform:translateY(-1px)}.cart-action{position:relative}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;border:2px solid #fff}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3f2e2233;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:15}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-panel{position:fixed;top:0;right:0;height:100%;width:min(420px,92vw);background:linear-gradient(180deg,#fff9f3,#f7efe7);border-left:1px solid #f0e1d2;border-radius:24px 0 0 24px;box-shadow:-20px 0 40px #4b372733;transform:translate(110%);transition:transform .35s ease,box-shadow .35s ease;z-index:20;display:flex;flex-direction:column;padding:26px 24px 24px;gap:16px}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3f2e2233;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:15}.filter-overlay.is-open{opacity:1;pointer-events:auto}.filter-panel{position:fixed;top:0;right:0;height:100%;width:min(440px,92vw);background:linear-gradient(180deg,#fff9f3,#f7efe7);border-left:1px solid #f0e1d2;border-radius:24px 0 0 24px;box-shadow:-20px 0 40px #4b372733;transform:translate(110%);transition:transform .35s ease,box-shadow .35s ease;z-index:20;display:flex;flex-direction:column;padding:26px 24px 24px;gap:18px}.filter-panel.is-open{transform:translate(0)}.filter-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.filter-section{display:grid;gap:12px}.filter-title{margin:0;font-weight:700;color:#6f4f3e}.filter-tags{display:flex;flex-wrap:wrap;gap:10px}.filter-tag{border:1px solid #eadfd4;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:600;background:#fff;color:#8a6a55;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.filter-tag.is-active{border-color:#c58d54;background:#f3e6d7;color:#6f4f3e}.filter-price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filter-price label{font-weight:600;color:#7a5b46;display:grid;gap:6px}.filter-price input{padding:10px 12px;border-radius:12px;border:1px solid #eadfd4;background:#fffdfb;font-size:14px}.filter-stock{display:flex;gap:10px;flex-wrap:wrap}.filter-actions{margin-top:auto;display:flex;gap:12px;justify-content:space-between}.filter-trigger{display:inline-flex;align-items:center;gap:8px}.filter-trigger svg{width:16px;height:16px}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3f2e2233;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:15}.search-overlay.is-open{opacity:1;pointer-events:auto}.search-panel{position:fixed;top:0;left:0;height:100%;width:min(460px,92vw);background:linear-gradient(180deg,#fff9f3,#f7efe7);border-right:1px solid #f0e1d2;border-radius:0 24px 24px 0;box-shadow:20px 0 40px #4b37272e;transform:translate(-110%);transition:transform .35s ease,box-shadow .35s ease;z-index:20;display:flex;flex-direction:column;padding:26px 24px 24px;gap:18px}.search-panel.is-open{transform:translate(0)}.search-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.search-input{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid #eadfd4;background:#fff;color:#7a5b46}.search-input svg{width:18px;height:18px}.search-input input{border:none;outline:none;background:transparent;font-size:15px;color:#4a2f25}.search-results{display:grid;gap:12px;overflow-y:auto}.search-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:16px;background:#fff;border:1px solid #f0e3d6}.search-item img{width:64px;height:64px;border-radius:12px;object-fit:cover}.search-name{margin:0 0 4px;font-weight:700;color:#6f4f3e}.search-meta{margin:0;color:#8a6f5d;font-size:13px}.search-price{font-weight:700;color:#a27752}.search-empty{display:grid;gap:10px;text-align:center;padding:20px;border-radius:16px;border:1px dashed #e2c9a8;background:#fff7ef}.cart-panel.is-open{transform:translate(0)}.cart-panel.cart-pulse{animation:cartPulse .7s ease}@keyframes cartPulse{0%{box-shadow:-12px 0 24px #c58d5426}50%{box-shadow:-18px 0 42px #c58d5452}to{box-shadow:-20px 0 40px #4b372733}}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-close{border:1px solid #e3d5c8;background:#fff;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#8a6a55;cursor:pointer}.cart-close svg{width:16px;height:16px}.cart-empty{text-align:center;padding:32px 16px;border:1px dashed #e4d2bf;border-radius:18px;background:#ffffffb3}.cart-list{display:grid;gap:16px;overflow-y:auto;padding-right:4px;max-height:min(460px,52vh)}.cart-item{display:grid;grid-template-columns:64px 1fr;gap:12px;padding:10px;border-radius:16px;background:#fffc;border:1px solid #f0e3d6}.cart-thumb{width:64px;height:74px;border-radius:14px;overflow:hidden;background:#f5e9dd}.cart-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-name{font-weight:700;color:#6e4f3e;margin:0 0 4px}.cart-item-price{margin:0 0 8px;color:#a0775d}.cart-qty{display:flex;align-items:center;gap:8px;font-size:14px}.qty-btn{width:28px;height:28px;border-radius:10px;border:1px solid #e1d1c1;background:#fff;color:#7a5b46;font-weight:700;cursor:pointer}.cart-remove{margin-left:auto;font-size:13px;padding:0}.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:10px;border-top:1px solid #eadfd2}.cart-total{font-size:20px;font-weight:700;margin:4px 0 0;color:#6a4a38}main{max-width:1180px;margin:0 auto;padding:0 24px 72px}.hero{position:relative;padding:64px 72px 48px;min-height:560px;margin-top:10px;display:flex;align-items:center;width:100vw;margin-left:50%;transform:translate(-50%);border-radius:0;box-shadow:none;background-image:linear-gradient(90deg,#fef9f3f0,#fef9f3c7 34%,#fef9f33d 60%,#fef9f300 82%),var(--hero-img, url(https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=2000&q=80));background-size:cover;background-position:center;background-repeat:no-repeat}.hero-text{max-width:520px;z-index:1}.hero-text h1{font-size:clamp(36px,3.3vw,48px);margin:12px 0 14px;color:#6c4f3e}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;color:var(--muted);margin:0 0 6px}.subtitle{color:#6e5646;margin-bottom:18px;font-weight:600}.primary,.secondary,.link{border:none;padding:12px 20px;border-radius:14px;font-weight:700;cursor:pointer;font-size:15px;transition:transform .15s ease,box-shadow .15s ease}.primary{background:var(--accent);color:#fff;box-shadow:0 12px 22px #c1926347;letter-spacing:.3px;border:1px solid #b78d62;min-width:150px;border-radius:12px;padding:12px 24px}.secondary{background:#cda471;color:#fff;border:1px solid #bf9460;letter-spacing:.1px;box-shadow:0 8px 18px #c1926333;padding:10px 16px;border-radius:10px}.ghost{background:transparent;color:#8a6a55;border:1px solid #eadfd4;padding:9px 14px;border-radius:999px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ghost:hover{border-color:#d5c2b0;box-shadow:0 8px 18px #0000000f;transform:translateY(-1px)}.ghost.is-added{background:#f3e6d7;border-color:#d9c3ab;color:#6e4f3e}.catalog-added{font-size:12px;color:#b07c4f;font-weight:700;text-transform:uppercase;letter-spacing:1px}.btn-active{background:#8f6a45;border-color:#7c5939}.product-card .secondary{min-width:190px;height:52px;border-radius:16px;font-size:16px;font-weight:700;letter-spacing:.2px}.link{background:transparent;color:var(--accent);padding:0}.primary:hover,.secondary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000014}.features{width:100vw;margin:0 0 0 50%;transform:translate(-50%);background:#fff;display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:0;border-top:1px solid #eadfd3;border-bottom:1px solid #eadfd3;box-shadow:0 -6px 18px #0000000d;min-height:108px}.feature-card{background:transparent;padding:18px 22px;display:flex;gap:12px;align-items:center;justify-content:center;min-height:88px}.feature-card.with-border{border-left:1px solid #e6d7c7}.feature-icon{color:#b78855;width:38px;height:38px;display:grid;place-items:center}.feature-icon svg{width:28px;height:28px;stroke-width:1.8}.feature-title{margin:0;font-weight:600;color:#7c6251}.feature-desc{margin:2px 0 0;color:#8e7a69;font-size:14px}.products{text-align:center;width:100vw;margin:70px 0 60px 50%;transform:translate(-50%);position:relative}.products-carousel{position:relative;max-width:1200px;margin:0 auto}.product-carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 56px 14px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain}.product-carousel-track::-webkit-scrollbar{height:6px}.product-carousel-track::-webkit-scrollbar-thumb{background:#c58d5466;border-radius:999px}.product-carousel-track .product-card{flex:0 0 240px;scroll-snap-align:center}.product-carousel-track .product-card img{height:210px}.product-carousel-track .product-info{flex-direction:column;align-items:flex-start;gap:8px}.product-carousel-track .product-card .secondary{min-width:auto;height:auto;padding:10px 16px;font-size:15px;border-radius:10px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid #eadfd4;background:#ffffffe6;color:#8a6a55;font-size:28px;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 20px #00000014;z-index:2}.carousel-btn.prev{left:8px}.carousel-btn.next{right:8px}.catalog-page{background:#fff}.catalog-main{max-width:1200px;margin:0 auto;padding:0 24px 72px}.catalog-hero{display:grid;grid-template-columns:1.4fr .8fr;gap:22px;align-items:center;background:linear-gradient(120deg,#fdf6ef,#f5e8db);border:1px solid #eadfd4;border-radius:18px;padding:26px 28px;box-shadow:0 16px 30px #0000000f;margin:8px 0 16px}.catalog-hero h1{margin:6px 0 12px;color:#6f4f3e;font-size:clamp(30px,3vw,40px)}.catalog-hero .subtitle{margin:0 0 14px}.catalog-hero-stats{display:flex;gap:10px;flex-wrap:wrap}.pill-badge{background:#f6eee6;border:1px solid #e2cdb9;border-radius:14px;padding:8px 12px;font-weight:700;color:#7a5b44;font-size:13px}.catalog-hero-card{background:#fff;border:1px solid #eadfd4;border-radius:16px;padding:18px;box-shadow:0 12px 24px #0000000d}.catalog-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;margin:12px 0 8px;background:#fff;border:1px solid #eadfd4;border-radius:14px;box-shadow:0 10px 18px #0000000a}.filter-chips{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{border:1px solid #eadfd4;background:#fff;color:#7a5b44;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer;letter-spacing:.1px}.chip-active{background:var(--accent);color:#fff;border-color:#c38b56;box-shadow:0 10px 20px #c38b5640}.sort-control{display:inline-flex;align-items:center;gap:10px;color:#7a5b44;font-weight:700}.sort-control select{padding:10px 12px;border-radius:10px;border:1px solid #eadfd4;background:#f7eee5;color:#6c4f3e;font-weight:700}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:16px;margin-top:18px}.catalog-card{position:relative;background:#fff;border:1px solid #eadfd4;border-radius:16px;overflow:hidden;box-shadow:0 12px 24px #0000000d}.catalog-card-link{display:block}.catalog-tag{position:absolute;top:12px;left:12px;background:#ffffffeb;color:#8a6f5d;padding:6px 10px;border-radius:10px;font-weight:700;border:1px solid #eadfd4}.catalog-card img{width:100%;height:220px;object-fit:cover;display:block}.catalog-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px}.catalog-card h3{margin:0;font-size:18px;color:#6f4f3e}.catalog-desc{margin:4px 0 0;color:var(--muted)}.catalog-card-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:8px}.catalog-pagination{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:12px}.pagination-count{font-weight:700;color:#7a5b46}.catalog-empty{grid-column:1 / -1;text-align:center;background:#fff7ef;border:1px dashed #e2c9a8;padding:20px;border-radius:16px;color:#6c4f3e}.products h2{font-size:36px;margin-bottom:6px;color:#725140}.section-subtitle{color:#8c7665;margin-top:0;margin-bottom:28px;font-size:18px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;padding:0 18px;max-width:1400px;margin:0 auto}.product-grid.product-carousel-track{display:flex;padding:0 56px 14px}.product-card{background:#faf5ef;border-radius:22px;overflow:hidden;border:1px solid #eadfd4;display:flex;flex-direction:column;box-shadow:0 14px 30px #0000000f;position:relative}.product-card-link{display:block}.product-card img{width:100%;height:320px;object-fit:cover;background:#f6f0e9}.product-info{padding:18px 20px 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;background:#fff}.product-info h3{margin:0;font-size:22px;color:#6f4f3e}.price{margin:6px 0 0;color:#b78855;font-size:18px}.cta{margin:60px 0 50px;background:linear-gradient(180deg,#fbf5ef,#f8f0e8);padding:34px 28px;border-radius:18px;text-align:center;box-shadow:0 12px 26px #0000000a}.cta h2{margin:0 0 8px;color:#73513f;font-size:30px}.sets{margin-top:56px}.sets-header{display:flex;justify-content:space-between;align-items:center}.sets-carousel{position:relative;max-width:1200px;margin:0 auto}.sets-carousel .carousel-btn{display:none}.set-grid{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}@media (max-width: 768px){.set-grid.set-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:0 12px 12px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain}.set-grid.set-carousel-track .set-card{flex:0 0 220px;scroll-snap-align:center}}.set-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eadfd4;display:flex;flex-direction:column;box-shadow:0 12px 28px #0000000d}.set-card img{width:100%;height:180px;object-fit:cover}.set-body{padding:14px 16px 18px}.set-body h3{margin:0 0 6px}.set-body p{margin:0 0 12px;color:var(--muted)}.highlight-section{margin:48px 0 60px}.highlight-header{max-width:1200px;margin:0 auto 18px;padding:0 24px}.highlight-header h2{margin:6px 0 0;color:#6f4f3e;font-size:clamp(24px,2.4vw,32px)}.highlight-carousel{position:relative;max-width:1200px;margin:0 auto}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.highlight-grid.highlight-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:0 56px 12px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain}.highlight-grid.highlight-carousel-track .highlight-card{flex:0 0 240px;scroll-snap-align:center}.highlight-card{position:relative;overflow:hidden;border-radius:14px;min-height:220px;box-shadow:0 16px 28px #00000014}.highlight-card img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.9);transition:transform .25s ease,filter .25s ease}.highlight-card:hover img{transform:scale(1.03);filter:brightness(1)}.highlight-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(180deg,#0000000a,#0000002e);color:#fff;text-align:center;padding:16px}.highlight-overlay h3{margin:0;letter-spacing:1px;font-size:18px;text-transform:uppercase;text-shadow:0 6px 18px rgba(0,0,0,.35)}.highlight-button{background:#ffffffeb;color:#7a5b44;border:none;padding:10px 18px;border-radius:8px;font-weight:700;cursor:pointer;min-width:110px;letter-spacing:.2px;box-shadow:0 10px 20px #00000026;transition:transform .15s ease,box-shadow .15s ease}.highlight-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px #0003}.featured-edition{max-width:1180px;margin:40px auto 60px;padding:0 12px}.featured-card{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1fr);gap:34px;align-items:center;background:transparent}.featured-image img{width:100%;max-width:520px;display:block;object-fit:cover;border-radius:16px;box-shadow:0 18px 32px #0000001a}.featured-copy{padding:16px 0}.featured-tag{margin:0 0 8px;letter-spacing:3px;text-transform:uppercase;color:#9c7f66;font-weight:700;font-size:12px}.featured-copy h3{margin:0 0 14px;font-size:38px;color:#2f201b;font-weight:800}.featured-desc{margin:0 0 16px;color:#6f5547;line-height:1.6}.featured-link{color:#c58d54;font-weight:700;text-decoration:none}.featured-link:hover{text-decoration:underline}.footer{margin-top:60px;background:linear-gradient(180deg,#fbf5ef,#f7eee6);border-top:1px solid #eadfd4;padding:32px 0 26px;color:#7a5b44}.footer-inner{max-width:1180px;margin:0 auto;padding:0 24px 18px;display:grid;grid-template-columns:1fr 2fr;gap:28px;align-items:start}.footer-brand .brand{font-size:28px;color:#c58d54}.footer-brand p{margin:8px 0 0;color:#8e7867}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px 24px}.footer-links h4{margin:0 0 10px;font-size:15px;color:#73513f}.footer-links a{display:block;color:#8e7a69;text-decoration:none;margin-bottom:8px;transition:color .15s ease}.footer-links a:hover{color:#c58d54}.footer-social{display:flex;gap:10px;margin-top:6px}.social-btn{background:#fff;border:1px solid #eadfd4;width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#8b6b55;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.social-btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #00000014}.social-btn svg{width:18px;height:18px}.footer-bottom{text-align:center;color:#9a8370;font-size:13px;padding:10px 0 4px;border-top:1px solid #eadfd4}.login-page{display:grid;place-items:center;padding:40px 16px 80px}.login-card{width:100%;max-width:420px;background:#fff;border:1px solid #eadfd4;border-radius:16px;padding:28px 26px 30px;box-shadow:0 18px 36px #00000014;text-align:center}.login-card .brand-logo{margin:8px auto 6px}.login-card h1{margin:12px 0 6px;color:#6a4a3b;font-size:26px}.login-card .subtitle{margin:0 0 18px;color:#8a6f5d}.login-form{display:flex;flex-direction:column;gap:14px;text-align:left;color:#6a4a3b;font-weight:600}.login-form label{display:flex;flex-direction:column;gap:6px;font-size:14px}.login-form input{padding:12px 14px;border-radius:12px;border:1px solid #eadfd4;background:#fdf7f2;font-size:15px;color:#4a2f25;outline:none}.login-form input:focus{border-color:#c58d54;box-shadow:0 0 0 3px #c58d542e}.login-actions{display:flex;align-items:center;justify-content:space-between;font-size:14px}.remember{display:inline-flex;gap:6px;align-items:center;color:#7a5b44;font-weight:600}.login-btn{width:100%;margin-top:6px}.social-divider{display:flex;align-items:center;gap:8px;color:#9a826d;font-size:14px;margin:16px 0}.social-divider span{flex:1;height:1px;background:#eadfd4}.google-btn-container{display:flex;justify-content:center;margin-bottom:12px}.google-btn-slot{min-height:44px;display:flex;align-items:center;justify-content:center;width:100%}.login-footer{margin:14px 0 0;color:#8e7a69;font-size:14px}.login-switch{display:inline-flex;background:#f6eee6;border:1px solid #eadfd4;border-radius:14px;padding:4px;margin:0 auto 12px;gap:6px}.pill{border:none;padding:8px 14px;border-radius:10px;background:transparent;color:#8a6f5d;font-weight:700;cursor:pointer}.pill-active{background:#fff;color:#6a4a3b;box-shadow:0 8px 16px #0000000d}.auth-success{color:#3b7a57;margin:10px 0 0;font-weight:700}.auth-error{color:#b6463c;margin:10px 0 0;font-weight:700}.back-link{align-self:flex-start;margin-bottom:6px;font-weight:700;color:#8a6f5d}.account-page{background:#fff}.account-header{max-width:1180px;margin:18px auto 12px;padding:0 24px;display:flex;align-items:center;gap:16px}.account-header h1{margin:0;color:#6a4a3b}.account-layout{max-width:1180px;margin:0 auto 60px;padding:0 24px;display:grid;gap:18px}.account-card{background:#fff;border:1px solid #eadfd4;border-radius:16px;padding:18px 20px;box-shadow:0 12px 26px #0000000d}.account-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.order-list{display:flex;flex-direction:column;gap:10px}.order-empty{text-align:center;padding:16px;border-radius:14px;border:1px dashed #e2c9a8;background:#fff7ef}.order-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border:1px solid #eadfd4;border-radius:12px;background:#fdf7f2}.order-id{margin:0;color:#6a4a3b;font-weight:700}.order-date{margin:4px 0 0;color:#8e7a69;font-size:14px}.order-meta{display:flex;align-items:center;gap:12px;font-weight:700}.order-status{padding:6px 10px;border-radius:10px;background:#f3e3d4;color:#9c7f66}.order-total{color:#6a4a3b}.order-pagination{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:12px}.thankyou-main{display:grid;place-items:center;padding:48px 24px 80px}.thankyou-card{max-width:640px;text-align:center;background:linear-gradient(140deg,#fffaf4,#f7ece1);border:1px solid #eadfd4;border-radius:24px;padding:36px 32px;box-shadow:0 18px 34px #0000000f}.thankyou-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:20px}.help-main{max-width:1180px;margin:0 auto 80px;padding:0 24px;display:grid;gap:32px}.help-hero{margin-top:28px;padding:32px 28px;border-radius:22px;background:linear-gradient(140deg,#fffaf4,#f7ece1);border:1px solid #eadfd4;box-shadow:0 16px 30px #0000000f}.help-hero h1{margin:8px 0 12px;color:#6a4a38}.help-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.help-card{border-radius:18px;border:1px solid #eadfd4;background:#fff;padding:18px 20px;box-shadow:0 12px 24px #0000000d}.help-card h3{margin:0 0 8px;color:#6f4f3e}.help-card p{margin:0;color:#8a6f5d}.help-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;border-radius:22px;border:1px solid #eadfd4;background:#fff;padding:24px;box-shadow:0 16px 30px #0000000d}.help-form{display:grid;gap:14px}.help-form label{display:grid;gap:8px;color:#6f4f3e;font-weight:600}.help-form input,.help-form select,.help-form textarea{width:100%;border-radius:12px;border:1px solid #e2d4c6;padding:12px 14px;font:inherit;color:#5b4336;background:#fffaf4;outline:none}.help-form textarea{resize:vertical;min-height:120px}.help-submit{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.help-status{margin:0;color:#7a5a45}.help-faq{border-radius:20px;border:1px solid #eadfd4;background:#fffdfb;padding:22px 24px}.faq-list{margin-top:16px;display:grid;gap:14px}.faq-item{border-radius:16px;border:1px solid #eadfd4;background:#fff;padding:16px 18px}.faq-item h4{margin:0 0 6px;color:#6f4f3e}.faq-item p{margin:0;color:#8a6f5d}.account-form{display:flex;flex-direction:column;gap:12px}.account-form label{display:grid;gap:6px;font-weight:600;color:#7a5b46}.account-form input{padding:12px 14px;border-radius:12px;border:1px solid #eadfd4;background:#fdf7f2;font-size:15px;color:#4a2f25;outline:none}.account-form input:focus{border-color:#c58d54;box-shadow:0 0 0 3px #c58d542e}textarea{width:100%;padding:12px;border-radius:10px;border:1px solid #e6d7c7;background:#fffaf5;color:#4a2f25;outline:none;font-family:inherit}textarea:focus{border-color:#c58d54;box-shadow:0 0 0 3px #c58d542e}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.favorite-card{border:1px solid #eadfd4;border-radius:12px;padding:10px;display:grid;grid-template-columns:80px 1fr;gap:10px;align-items:center;background:#fffaf5}.favorite-card img{width:80px;height:80px;border-radius:10px;object-fit:cover}.favorite-card h4{margin:0;color:#6a4a3b}.favorite-card p{margin:4px 0 8px;color:#8e7a69}.favorite-card .secondary{justify-self:end}.favorite-actions{display:flex;flex-direction:column;gap:8px}.admin-page{background:#fff}.admin-layout{max-width:1180px;margin:0 auto 60px;padding:0 24px;display:grid;gap:18px}.admin-page .account-card{background:#fff;border:1px solid #eadfd4;box-shadow:0 14px 30px #0000000d}.admin-actions{display:flex;gap:10px;align-items:center}.admin-orders{position:relative}.admin-order-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:14px}.summary-pill{border-radius:16px;border:1px solid #eadfd4;background:#fffaf5;padding:14px 16px}.summary-pill p{margin:0;color:#8a6f5d;font-size:13px;text-transform:uppercase;letter-spacing:1px}.summary-pill h4{margin:6px 0 0;color:#6a4a38;font-size:20px}.admin-user-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:10px 0 14px}.admin-user-list{display:grid;gap:10px}.admin-user-row{display:grid;grid-template-columns:1.2fr .8fr .9fr .9fr;align-items:center;gap:12px;padding:12px 14px;border:1px solid #eadfd4;border-radius:12px;background:#fffdfb}.user-name{margin:0;font-weight:700;color:#6b4f3f}.user-email{margin:2px 0 0;color:#8a6f5d;font-size:14px;word-break:break-all}.user-meta{margin:4px 0 0;color:#7a5b44}.admin-divider{height:1px;background:#eadfd4;margin:16px 0;border:none}@media (max-width: 900px){.admin-user-row{grid-template-columns:1fr 1fr}.admin-user-row .user-role{justify-self:end}}@media (max-width: 640px){.admin-user-row{grid-template-columns:1fr;align-items:flex-start}.admin-user-row .user-role{justify-self:start}}.admin-order-list{display:grid;gap:12px}.admin-order-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border:1px solid #eadfd4;border-radius:14px;background:#fffdfb}.order-note{margin:6px 0 0;color:#8a6f5d;font-size:14px}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0c1699;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:30}.admin-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(640px,92vw);max-height:85vh;overflow-y:auto;background:#0f0f18;color:#f6f2ee;border-radius:22px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 50px #00000059;padding:24px;z-index:40}.admin-modal .eyebrow{color:#fff9}.admin-modal .subtitle{color:#ffffffbf}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-modal-section{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.admin-modal-items{display:grid;gap:10px}.admin-modal-item{display:grid;grid-template-columns:1fr auto auto;gap:10px;font-size:14px}.admin-modal-actions{display:grid;gap:10px}.admin-modal-actions .secondary,.admin-modal-actions .ghost{width:100%}.admin-modal .cart-close{border-color:#fff3;background:transparent;color:#fffc}.admin-form{display:flex;flex-direction:column;gap:14px}.admin-form label{display:grid;gap:8px;font-weight:600;color:#7a5b46}.admin-form input,.admin-form select,.admin-form textarea{padding:12px 14px;border-radius:12px;border:1px solid #eadfd4;background:#fffdfb;font-size:15px;color:#4a2f25;outline:none}.admin-form input::placeholder,.admin-form textarea::placeholder{color:#b39b88}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#c58d54;box-shadow:0 0 0 3px #c58d542e}.admin-form textarea{min-height:96px}.tag-form{margin-bottom:14px}.tag-list{display:flex;flex-direction:column;gap:10px;background:#fffaf4;border:1px solid #eadfd4;border-radius:16px;padding:14px}.tag-item{display:flex;flex-direction:column;gap:10px}.tag-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #eadfd4;border-radius:12px;padding:10px 12px}.tag-row input{border-radius:10px;border:1px solid #eadfd4;padding:8px 10px;background:#fffdfb}.tag-name{font-weight:700;color:#6f4f3e}.tag-actions{display:flex;gap:8px}.tag-children{display:grid;gap:8px;padding-left:16px;border-left:2px solid #eadfd4}.highlight-drop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.dropzone{border:2px dashed #d9c7b7;border-radius:16px;padding:16px;background:linear-gradient(120deg,#fcf5ee99,#fffaf5);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}.dropzone input[type=text],.dropzone input[type=url]{width:100%;border:1px solid #eadfd4;border-radius:10px;padding:8px 10px;background:#fffdfb;font-size:14px;color:#4a2f25}.dropzone:hover{border-color:#c58d54;box-shadow:0 12px 24px #0000000f;transform:translateY(-1px)}.dropzone-empty{text-align:center;color:#7a5b44}.mini-text{margin:6px 0 0;color:#9b8575;font-size:13px}.dropzone-preview{display:flex;gap:12px;align-items:center}.dropzone-preview img{width:84px;height:84px;object-fit:cover;border-radius:12px;border:1px solid #eadfd4;box-shadow:0 8px 18px #0000000d}.gallery-preview{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.image-chip{position:relative;width:90px;height:90px;border-radius:12px;overflow:hidden;border:1px solid #eadfd4;box-shadow:0 6px 14px #0000000f}.image-chip img{width:100%;height:100%;object-fit:cover}.chip-remove{position:absolute;top:4px;right:4px;background:#ffffffe6;border:1px solid #d9c7b7;border-radius:50%;width:22px;height:22px;cursor:pointer;color:#7a5b44;font-weight:800;line-height:1}.admin-products-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.admin-product-card{border:1px solid #eadfd4;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 24px #0000000f;display:flex;flex-direction:column}.admin-product-card img{width:100%;height:180px;object-fit:cover;background:#f6eee6}.admin-product-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px}.admin-product-body h4{margin:2px 0;color:#6f4f3e}.admin-product-top{display:flex;justify-content:space-between;align-items:center}.badge{background:#f6eee6;border:1px solid #eadfd4;border-radius:10px;padding:6px 10px;color:#7a5b44;font-weight:700;font-size:12px}.product-page{background:var(--bg)}.product-main{max-width:1200px;margin:0 auto;padding:12px 24px 90px}.product-breadcrumb{display:flex;align-items:center;gap:10px;font-size:12px;text-transform:uppercase;letter-spacing:1.6px;color:var(--muted);margin:10px 0 24px}.product-breadcrumb span{color:#9b806d}.product-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:32px;background:linear-gradient(130deg,#fff9f4,#f8efe6);border:1px solid #eadfd4;border-radius:24px;padding:26px;box-shadow:0 18px 35px #0000000f}.product-gallery{display:flex;flex-direction:column;gap:14px}.product-image-frame{background:#fff;border-radius:20px;padding:16px;border:1px solid #eadfd4;position:relative}.product-image-frame img{width:100%;height:420px;object-fit:cover;border-radius:16px;display:block}.product-thumb-row{display:flex;gap:10px;flex-wrap:wrap}.thumb{border:2px solid transparent;border-radius:12px;padding:4px;background:#fffaf5;cursor:pointer;width:80px;height:80px}.thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.thumb-active{border-color:#c58d54;box-shadow:0 8px 18px #00000014}.product-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-thumbs img{width:100%;height:110px;object-fit:cover;border-radius:14px;border:1px solid #eadfd4;background:#fff}.product-details{display:flex;flex-direction:column;gap:16px}.product-details h1{margin:0;font-size:clamp(30px,3vw,42px);color:#6a4b39}.product-description{margin:0;color:#806756;font-size:16px}.product-badges{display:flex;flex-wrap:wrap;gap:8px}.product-price-row{display:flex;align-items:baseline;gap:16px;margin-top:6px}.product-price{font-size:28px;font-weight:700;color:#b07a44}.product-stock{font-size:13px;color:#7f6654;text-transform:uppercase;letter-spacing:1.2px}.product-actions{display:flex;gap:12px;align-items:center;margin-top:8px}.product-actions .primary,.product-actions .secondary{flex:1}.variant-list{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{padding:6px 12px;border-radius:999px;border:1px solid #e4d6c8;background:#fff;font-weight:600;color:#755c4a;font-size:13px}.product-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:8px}.product-meta-card{background:#fff;border:1px solid #eadfd4;border-radius:14px;padding:12px 14px;box-shadow:0 8px 18px #0000000d}.product-meta-card h4{margin:0 0 4px;font-size:15px;color:#6a4b39}.product-meta-card p{margin:0;color:#876f5c;font-size:14px}.product-detail-grid{margin-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.product-detail-card{background:#fffdf9;border:1px solid #eadfd4;border-radius:18px;padding:20px;box-shadow:0 12px 22px #0000000d}.product-detail-card h3{margin-top:0;margin-bottom:10px}.product-detail-card ul{margin:0;padding-left:18px;color:#7c6553}.product-detail-card li{margin-bottom:8px}.product-related{margin-top:36px}.product-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.related-card{background:#fff;border:1px solid #eadfd4;border-radius:16px;overflow:hidden;box-shadow:0 12px 22px #0000000d;display:flex;flex-direction:column;position:relative}.related-image img{width:100%;height:200px;object-fit:cover;display:block}.related-body{padding:14px 16px 18px}.related-body h4{margin:0;color:#6f4f3e}.product-empty{text-align:center;padding:80px 24px;background:linear-gradient(140deg,#fffaf4,#f7ece1);border:1px dashed #e2c9a8;border-radius:20px;color:#6c4f3e}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:24px;align-items:start;margin-top:24px}.checkout-card{background:#fffaf6;border:1px solid #eadfd4;border-radius:22px;padding:26px;box-shadow:0 16px 32px #0000000f}.checkout-email{margin-top:16px;display:grid;gap:12px}.checkout-email label{display:grid;gap:8px;color:#6a4a3b;font-weight:600}.checkout-email input{padding:12px 14px;border-radius:12px;border:1px solid #eadfd4;background:#fffdfb}.thankyou-note{margin-top:12px;padding:12px 14px;border-radius:14px;background:#fff5ea;border:1px solid #eadfd4;display:grid;gap:8px;justify-items:start}.checkout-card h1{margin:8px 0 6px}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}.checkout-grid h3{margin:0 0 12px;color:#6f4f3e}.checkout-form label,.checkout-form input{display:block;width:100%}.checkout-form label{font-weight:600;color:#7a5b46;margin-bottom:12px}.checkout-form input{margin-top:8px;padding:12px 14px;border-radius:12px;border:1px solid #eadfd4;background:#fffdfb;font-size:15px}.stripe-element{margin-top:8px;padding:14px;border-radius:16px;border:1px solid #eadfd4;background:#fff;box-shadow:inset 0 1px #ffffffb3}.p-LTR .p-LinkAutofillPromptButton,.stripe-element .p-Tab--link,.stripe-element .p-AccordionItem--link,.stripe-element [data-testid=link],.stripe-element .p-LinkAuth,.stripe-element .p-LinkAutofillPrompt,.stripe-element .p-LinkAutofillPromptButton,.stripe-element .p-LinkAutofillPromptIcon{display:none!important}.checkout-note{margin-top:16px;padding:14px 16px;border-radius:14px;background:#f7ede3;border:1px solid #eadfd4}.checkout-note span{font-weight:700;color:#6c4f3e}.checkout-note p{margin:6px 0 0;color:#8a6f5d}.summary-card h3{margin:0 0 16px;color:#6f4f3e}.summary-list{display:grid;gap:12px}.summary-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:16px;background:#fff;border:1px solid #f0e3d6}.summary-item img{width:64px;height:64px;border-radius:12px;object-fit:cover}.summary-name{margin:0 0 4px;font-weight:700;color:#6f4f3e}.summary-qty{margin:0;color:#8a6f5d;font-size:13px}.summary-price{font-weight:700;color:#a27752}.summary-total{margin:18px 0;padding-top:14px;border-top:1px solid #eadfd4;display:grid;gap:10px;color:#7a5b46}.summary-total div{display:flex;justify-content:space-between}.summary-grand{font-weight:700;color:#6a4a38;font-size:18px}.checkout-empty{text-align:center;padding:24px 16px;border-radius:18px;background:#fdf6ef;border:1px dashed #e2c9a8}@media (max-width: 768px){.page{background:#fff9f3}body{background:#fdf7f2}main{padding:0 16px 64px}.topbar{flex-wrap:wrap;gap:12px;position:sticky;width:100%}.brand{width:100%;justify-content:center;position:relative}.nav{display:none}.nav-link{white-space:nowrap}.nav-toggle{display:grid}.nav.is-open{display:flex}.nav-actions{right:12px;top:50%;transform:translateY(-13%)}.search-trigger,.help-action{display:none}.brand-logo{height:56px}.nav-row{width:100%;margin-left:0;margin-right:0;transform:translateY(-13%);padding:0;position:absolute;top:50%;left:0;right:0;background:transparent}.nav-toggle{top:50%;transform:translateY(-13%)}.action{width:36px;height:36px}.hero{padding:36px 20px;min-height:420px;width:100vw;margin-left:50%;margin-top:-1px;transform:translate(-50%);background-position:center 2%;border-radius:0;overflow:hidden;margin-right:0;background-image:linear-gradient(90deg,#fff,#fffffff2 45%,#ffffff73 75%,#fff0),var(--hero-img, url(https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=2000&q=80));border-top:1px solid #f3e7da;border-bottom:1px solid #f3e7da}.hero-text .primary{width:100%}.hero-text{max-width:100%}.hero-text h1{font-size:clamp(28px,8vw,38px)}.features{padding:10px 16px 12px;width:100vw;margin-left:50%;transform:translate(-50%);display:flex;gap:12px;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory}.features::-webkit-scrollbar{height:6px}.features::-webkit-scrollbar-thumb{background:#c58d5459;border-radius:999px}.feature-card{padding:14px 16px;min-width:85%;scroll-snap-align:center;background:#fff;border:1px solid #eadfd4;box-shadow:0 12px 24px #0000000d}.feature-card{width:100%;border-radius:16px}.feature-card.with-border{border-left:none;border-top:none;padding-top:14px}.products{width:100vw;margin:50px 0 40px 50%;transform:translate(-50%)}.products h2{font-size:28px}.section-subtitle{font-size:16px}.product-carousel-track{padding:0 12px 12px}.product-carousel-track .product-card img{height:190px}.product-info{padding:14px 16px 16px}.cta{margin:40px 0;padding:26px 20px}.cta .primary{width:100%}.sets-header{flex-direction:column;align-items:flex-start;gap:8px}.set-grid{grid-template-columns:1fr}.set-grid.set-carousel-track{padding:0 12px 12px}.set-grid.set-carousel-track .set-card{flex-basis:220px}.highlight-grid.highlight-carousel-track{padding:0 12px 12px}.highlight-grid.highlight-carousel-track .highlight-card{flex-basis:220px}.set-card img{height:200px}.set-body{padding:16px}.set-body .secondary{width:100%}.featured-card{display:flex;flex-direction:column;gap:18px}.featured-edition{width:100%;margin-left:0;transform:none}.featured-card,.featured-image{width:100%}.featured-image img{height:240px;width:100%;max-width:100%;object-fit:cover}.featured-copy{padding:18px 18px 20px}.featured-link{width:100%;text-align:center}.highlight-grid{grid-template-columns:1fr}.highlight-card img{height:220px}.highlight-overlay{padding:16px}.highlight-button{width:100%}.footer-inner{flex-direction:column;gap:24px}.footer-links{grid-template-columns:1fr 1fr;gap:18px}.catalog-main{padding:0 16px 64px}.catalog-hero{grid-template-columns:1fr;padding:20px}.catalog-controls{flex-direction:column;align-items:stretch;gap:14px}.filter-chips{display:flex}.filter-chips .filter-chip:not(.chip-all){display:none}.product-hero{grid-template-columns:1fr}.product-actions{flex-direction:column}.carousel-btn{display:none}.product-carousel-track,.product-grid.product-carousel-track{padding:0 12px 12px}.product-carousel-track .product-card{flex-basis:200px}.cart-panel{width:100%;border-radius:0;padding:22px 18px}.cart-item{grid-template-columns:64px 1fr}.filter-panel,.search-panel{width:100%;border-radius:0;padding:22px 18px}.filter-actions{flex-direction:column}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-card img{height:140px}.catalog-card-body{padding:10px 12px 12px}.catalog-card-meta{flex-direction:column;align-items:flex-start}.catalog-card h3{font-size:16px}.admin-modal{width:92vw;padding:20px}.admin-modal-item{grid-template-columns:1fr auto}.catalog-desc{font-size:13px}.catalog-card .ghost{padding:8px 12px;font-size:13px}.product-main{padding:12px 16px 80px}.product-breadcrumb{flex-wrap:wrap;gap:6px}.product-image-frame img{height:300px}.product-meta-grid,.product-detail-grid,.product-related-grid,.account-layout{grid-template-columns:1fr}.account-header{flex-direction:column;align-items:flex-start}.account-card{padding:16px}.account-card-head{flex-direction:column;align-items:flex-start}.order-item{flex-direction:column;align-items:flex-start;gap:8px}.order-meta{width:100%;justify-content:space-between}.order-status{font-size:12px}.order-total{margin-left:auto}.favorites-grid{grid-template-columns:1fr}.admin-layout{padding:0 16px}.admin-products-grid,.checkout-layout,.checkout-grid{grid-template-columns:1fr}.summary-item{grid-template-columns:56px 1fr auto}.summary-item img{width:56px;height:56px}}@media (max-width: 480px){.hero{min-height:360px}.hero-text h1{font-size:clamp(24px,9vw,34px)}.product-carousel-track .product-card{flex-basis:180px}.product-carousel-track .product-card img{height:170px}.featured-image img{height:210px}.highlight-card img{height:200px}.footer-links{grid-template-columns:1fr}}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3f2e2233;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:15}.menu-overlay.is-open{opacity:1;pointer-events:auto}.menu-panel{position:fixed;top:0;right:0;height:100%;width:min(320px,85vw);background:linear-gradient(180deg,#fff9f3,#f7efe7);border-left:1px solid #f0e1d2;border-radius:24px 0 0 24px;box-shadow:-20px 0 40px #4b372733;transform:translate(110%);transition:transform .35s ease,box-shadow .35s ease;z-index:20;display:flex;flex-direction:column;padding:22px 20px;gap:14px}.menu-panel.is-open{transform:translate(0)}.menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.menu-search-button{width:100%;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:10px;padding:12px;border-radius:14px;border:1px solid #eadfd4;background:#fff;color:#7a5b46;font-weight:600;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.menu-search-button svg{width:18px;height:18px}.menu-search-button:hover{box-shadow:0 10px 18px #0000000f;transform:translateY(-1px)}.menu-links{display:flex;flex-direction:column;gap:10px}.menu-links .nav-item{width:100%}.menu-links .nav-link{width:100%;justify-content:flex-start;font-size:16px}.menu-links .nav-submenu{position:static;transform:none;display:flex;box-shadow:none;background:transparent;padding:6px 0 0 12px;border:none}.menu-links .nav-submenu-link{background:#fff;border:1px solid #eadfd4}
