:root{--ink:#30252b;--ink-soft:#51434a;--muted:#806f77;--paper:#fffaf7;--white:#ffffff;--rose:#d98aa9;--rose-dark:#a75073;--rose-deep:#803752;--rose-soft:#f8e4ec;--blush:#f4d5df;--cream:#f7efe8;--gold:#b88a4a;--line:rgba(75,50,63,0.13);--line-light:rgba(255,255,255,.26);--shadow-sm:0 12px 35px rgba(70,42,55,0.07);--shadow:0 28px 80px rgba(81,46,62,0.15)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 6%,rgba(248,219,231,.78),transparent 23%),radial-gradient(circle at 94% 16%,rgba(234,221,198,.7),transparent 21%),linear-gradient(180deg,#fffaf7,#fffdfb 44%,#fff8f5);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img{max-width:100%}.container{width:min(1210px,calc(100% - 36px));margin:0 auto}.topbar{min-height:34px;padding:8px 16px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--ink);color:rgba(255,255,255,.9);font-size:12px;letter-spacing:.025em}.topbar span{display:inline-flex;align-items:center;gap:6px}.topbar-separator{color:rgba(255,255,255,.28)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:rgba(255,250,247,.83);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;justify-content:space-between;gap:24px}.logo,.nav{align-items:center}.logo{display:inline-flex;gap:11px;min-width:max-content}.logo-mark{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--rose),var(--rose-dark));box-shadow:0 9px 25px rgba(166,83,118,.26)}.logo-copy{display:flex;flex-direction:column;line-height:.9}.logo-copy strong{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500;letter-spacing:.01em}.logo-copy small{margin-top:5px;text-transform:uppercase;letter-spacing:.29em;font-size:8px;color:var(--muted)}.nav-links{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,34px);color:var(--ink-soft);font-size:13px}.nav-links a{position:relative;padding:28px 0}.nav-links a:after{content:"";position:absolute;height:1px;left:50%;right:50%;bottom:20px;background:var(--rose-dark);transition:.2s ease}.nav-links a:hover:after{left:0;right:0}.nav-actions{display:flex;align-items:center;gap:8px}.icon-btn{min-width:42px;height:42px;padding:0 12px;border:1px solid var(--line);background:rgba(255,255,255,.76);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--ink);position:relative;transition:.2s ease}.icon-btn:hover{transform:translateY(-2px);border-color:rgba(167,80,115,.35);background:#fff}.icon-btn.view-active{color:#fff;background:var(--ink);border-color:var(--ink)}.account-button span{font-size:12px;font-weight:700}.mobile-menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:14px;place-items:center;color:var(--ink)}.count-badge{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;border-radius:20px;padding:0 5px;display:grid;place-items:center;color:#fff;background:var(--rose-dark);font-size:10px;font-weight:800;border:2px solid #fffaf7}.hero{padding:72px 0 58px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;grid-gap:clamp(42px,6vw,82px);gap:clamp(42px,6vw,82px)}.hero-copy{padding:22px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--rose-dark);text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:11px}.hero h1{max-width:650px;margin:18px 0 23px;font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:clamp(52px,6.3vw,88px);line-height:.98;letter-spacing:-.047em}.hero h1 em{color:var(--rose-dark);font-weight:400}.hero-copy>p{max-width:615px;color:var(--muted);font-size:17px;line-height:1.78}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.btn{min-height:50px;padding:0 22px;border-radius:15px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:13px;transition:.22s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--ink);color:#fff;box-shadow:0 16px 36px rgba(52,39,47,.18)}.btn-primary:hover{background:#21191d}.btn-soft{background:rgba(255,255,255,.76);border-color:var(--line);color:var(--ink)}.btn-rose{background:linear-gradient(135deg,var(--rose),var(--rose-dark));color:#fff;box-shadow:0 14px 30px rgba(166,83,118,.2)}.btn-white{background:#fff;color:var(--ink)}.full-button{width:100%}.hero-proof{display:flex;align-items:center;gap:13px;margin-top:31px}.avatar-stack{display:flex;padding-left:8px}.avatar-stack span{width:34px;height:34px;margin-left:-8px;display:grid;place-items:center;border-radius:50%;border:3px solid #fffaf7;background:linear-gradient(145deg,#f4d6e0,#df9fb6);color:var(--rose-deep);font-family:Georgia,serif;font-weight:700;font-size:12px}.avatar-stack span:nth-child(2){background:linear-gradient(145deg,#e5edf8,#a6beda);color:#476484}.avatar-stack span:nth-child(3){background:linear-gradient(145deg,#efe8db,#cfb17f);color:#745c31}.stars{display:flex;align-items:center;gap:2px;color:#c99642}.hero-proof small{color:var(--muted);font-size:11px}.hero-visual{position:relative;min-height:560px;border-radius:48px 48px 130px 48px;overflow:visible;background:linear-gradient(145deg,#f2dbe3,#f7eee6 55%,#e8c5d2);box-shadow:var(--shadow)}.hero-visual:before{content:"K";position:absolute;right:28px;top:2px;font-family:Georgia,serif;font-size:240px;line-height:1;color:rgba(255,255,255,.22)}.hero-halo{position:absolute;border:1px solid rgba(255,255,255,.7);border-radius:50%}.hero-halo-one{inset:13% 12% 18% 15%;transform:rotate(-13deg)}.hero-halo-two{inset:21% 19% 25% 23%;border-style:dashed;opacity:.58;transform:rotate(21deg)}.hero-product-shell{position:absolute;inset:8% 10% 12% 12%;display:grid;place-items:center}.hero-product-shell img{width:87%;height:87%;object-fit:contain;filter:drop-shadow(0 26px 24px rgba(83,48,64,.18));transform:rotate(-7deg)}.hero-label{position:absolute;right:-7px;top:20px;z-index:2;border-radius:30px;background:#fff;color:var(--rose-dark);padding:9px 14px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:9px;box-shadow:var(--shadow-sm)}.floating-note{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.84);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 15px 40px rgba(75,47,60,.12)}.floating-note small,.floating-note strong{display:block}.floating-note strong{font-family:Georgia,serif;font-size:17px;font-weight:500}.floating-note small{margin-bottom:3px;color:var(--muted);font-size:10px}.note-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:var(--rose-soft);color:var(--rose-dark)}.note-top{left:-34px;top:62px}.note-bottom{left:35px;right:-34px;bottom:28px;justify-content:space-between}.price-bubble{min-width:76px;min-height:42px;padding:0 10px;display:grid;place-items:center;border-radius:13px;background:var(--ink);color:#fff;font-weight:800;font-size:12px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--line);box-shadow:var(--shadow-sm);margin-bottom:92px}.trust-item{display:flex;align-items:center;gap:13px;padding:20px 18px;background:rgba(255,255,255,.82)}.trust-item>span{flex:0 0 auto;width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--rose-soft);color:var(--rose-dark)}.trust-item small,.trust-item strong{display:block}.trust-item strong{font-size:12px;margin-bottom:4px}.trust-item small{color:var(--muted);font-size:10px;line-height:1.4}.mood-section{padding-bottom:98px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-heading h2{margin:8px 0 0;font-family:Georgia,serif;font-size:clamp(36px,4.7vw,57px);line-height:1.03;font-weight:500;letter-spacing:-.025em}.section-heading p{color:var(--muted);max-width:520px;line-height:1.72;font-size:14px}.centered-heading{display:block;text-align:center}.centered-heading p{margin:15px auto 0}.mood-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.mood-card{min-height:152px;border:1px solid rgba(255,255,255,.6);border-radius:26px;padding:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:flex-end;grid-gap:15px;gap:15px;text-align:left;color:var(--ink);overflow:hidden;position:relative;transition:.25s ease;box-shadow:var(--shadow-sm)}.mood-card:before{content:"";position:absolute;width:130px;height:130px;right:-24px;top:-44px;border-radius:50%;background:rgba(255,255,255,.27);box-shadow:0 0 0 20px rgba(255,255,255,.09),0 0 0 42px rgba(255,255,255,.06)}.mood-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.mood-card>*{position:relative;z-index:1}.mood-card>span{align-self:flex-start;color:rgba(48,37,43,.55);font-size:11px;letter-spacing:.08em}.mood-card small,.mood-card strong{display:block}.mood-card strong{font-family:Georgia,serif;font-size:25px;font-weight:500}.mood-card small{margin-top:5px;color:rgba(48,37,43,.62);font-size:11px}.mood-pink{background:linear-gradient(135deg,#f5d4df,#eab1c5)}.mood-blue{background:linear-gradient(135deg,#dce9f5,#acc7df)}.mood-gold{background:linear-gradient(135deg,#f3ead9,#d9bb87)}.shop-section{padding:8px 0 106px}.catalog-layout{display:grid;grid-template-columns:252px 1fr;grid-gap:27px;gap:27px;align-items:flex-start}.filters{position:-webkit-sticky;position:sticky;top:96px;background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.filter-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.filter-title strong{font-family:Georgia,serif;font-size:22px;font-weight:500}.text-btn{border:0;background:transparent;color:var(--rose-dark);font-size:11px;font-weight:800}.filter-group{padding:18px 0;border-top:1px solid var(--line)}.filter-group label{display:block;color:var(--muted);font-size:10px;font-weight:800;margin-bottom:11px;text-transform:uppercase;letter-spacing:.1em}.search-field-wrap{position:relative}.search-field-wrap>svg{position:absolute;left:13px;top:14px;color:var(--muted);pointer-events:none}.field{width:100%;height:45px;border:1px solid var(--line);background:rgba(255,255,255,.9);border-radius:12px;padding:0 13px;outline:none;color:var(--ink)}.search-field-wrap .field{padding-left:39px}.field:focus,.textarea:focus{border-color:rgba(166,83,118,.52);box-shadow:0 0 0 4px rgba(207,126,159,.11)}.color-list{display:flex;flex-wrap:wrap;gap:7px}.color-chip{min-height:34px;border:1px solid var(--line);background:#fff;padding:0 10px 0 8px;border-radius:30px;display:inline-flex;align-items:center;gap:6px;font-size:10px;color:var(--muted);transition:.18s ease}.color-chip>span{width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--line)}.color-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.range-row{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center}.range-row input{width:100%;accent-color:var(--rose-dark)}.range-row strong{font-size:12px}.filter-promise{margin-top:6px;padding:14px;display:flex;gap:10px;border-radius:16px;background:var(--cream);color:var(--rose-dark)}.filter-promise small,.filter-promise strong{display:block}.filter-promise strong{color:var(--ink);font-size:11px}.filter-promise small{color:var(--muted);font-size:9px;line-height:1.5;margin-top:3px}.catalog-top{min-height:47px;display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:17px}.catalog-top small{color:var(--muted);font-size:11px}.catalog-top small strong{color:var(--ink)}.catalog-controls{display:flex;gap:8px;align-items:center}.small-select{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 32px 0 12px;color:var(--ink);font-size:11px}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.products-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;border-radius:24px;overflow:hidden;background:rgba(255,255,255,.88);border:1px solid var(--line);transition:.24s ease;box-shadow:0 12px 30px rgba(68,45,56,.045)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1/1;background:linear-gradient(145deg,#f8e8ee,#faf3ec);overflow:hidden;position:relative}.product-image img{transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.045)}.quick-view{position:absolute;left:50%;bottom:13px;transform:translate(-50%,14px);opacity:0;min-width:max-content;height:39px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:12px;background:rgba(48,37,43,.9);color:#fff;font-size:10px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.22s ease}.product-card:hover .quick-view{opacity:1;transform:translate(-50%)}.favorite-btn{position:absolute;top:13px;right:13px;border:0;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:39px;height:39px;border-radius:13px;display:grid;place-items:center;z-index:2;color:var(--ink);box-shadow:0 7px 20px rgba(70,44,56,.08)}.favorite-btn.active{color:var(--rose-dark);background:#fff0f5}.stock-pill{position:absolute;left:13px;top:13px;z-index:2;background:rgba(48,37,43,.84);color:#fff;border-radius:20px;padding:7px 10px;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stock-pill.low-stock{background:rgba(158,74,79,.88)}.product-body{padding:16px}.product-topline{display:flex;justify-content:space-between;gap:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:700;margin-bottom:8px}.product-topline span{display:inline-flex;align-items:center;gap:3px}.product-meta{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.product-name{margin:0;font-family:Georgia,serif;font-weight:500;font-size:20px;line-height:1.15}.price{font-weight:800;white-space:nowrap;font-size:13px}.product-description{color:var(--muted);font-size:11px;line-height:1.6;min-height:36px}.swatches{display:flex;gap:6px;margin:12px 0 15px}.swatch{width:18px;height:18px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--line)}.card-actions{display:grid;grid-template-columns:1fr auto;grid-gap:8px}.add-btn{min-height:43px;border-radius:12px;display:inline-flex;justify-content:center;gap:7px;background:var(--ink);font-weight:800;font-size:10px}.add-btn:hover{background:var(--rose-deep)}.product-heart{padding:0}.empty-products{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed var(--line);border-radius:24px;background:rgba(255,255,255,.5)}.empty-products strong{font-family:Georgia,serif;font-size:20px;color:var(--ink)}.empty-products span{font-size:11px}.brand-story{padding:104px 0;background:#f3e8e7;position:relative;overflow:hidden}.brand-story:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;left:-180px;top:-200px;border:1px solid rgba(167,80,115,.14);box-shadow:0 0 0 38px rgba(167,80,115,.04),0 0 0 75px rgba(167,80,115,.03)}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(50px,7vw,90px);gap:clamp(50px,7vw,90px);align-items:center}.story-visual{min-height:520px;border-radius:180px 36px 36px 36px;background:linear-gradient(145deg,#f8dce6,#ead1d7);position:relative;display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow)}.story-visual img{width:88%;height:88%;object-fit:contain;transform:rotate(9deg);filter:drop-shadow(0 28px 25px rgba(75,46,59,.18))}.story-number{position:absolute;right:22px;bottom:22px;width:125px;height:125px;border-radius:50%;display:grid;place-content:center;text-align:center;color:#fff;background:var(--ink);box-shadow:0 16px 35px rgba(48,37,43,.22)}.story-number strong{font-family:Georgia,serif;font-size:29px;font-weight:500}.story-number span{max-width:80px;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.story-copy h2{margin:11px 0 20px;font-family:Georgia,serif;font-weight:500;font-size:clamp(42px,5vw,65px);line-height:1;letter-spacing:-.03em}.story-copy>p{color:var(--muted);line-height:1.8;font-size:15px;max-width:600px}.story-points{display:grid;grid-gap:18px;gap:18px;margin:28px 0}.story-points>div{display:flex;gap:13px;align-items:flex-start}.story-points>div>span{flex:0 0 auto;width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.72);color:var(--rose-dark)}.story-points small,.story-points strong{display:block}.story-points strong{font-size:12px;margin-top:3px}.story-points small{color:var(--muted);font-size:10px;margin-top:4px;line-height:1.5}.inline-link{display:inline-flex;align-items:center;gap:8px;color:var(--rose-dark);font-size:11px;font-weight:800;border-bottom:1px solid rgba(167,80,115,.4);padding-bottom:4px}.custom-banner{margin-top:94px;margin-bottom:104px;padding:48px 52px;border-radius:34px;display:flex;justify-content:space-between;align-items:center;gap:35px;background:linear-gradient(120deg,#4b303d,#7f3b58 55%,#a95878);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.custom-banner:before{content:"";position:absolute;width:290px;height:290px;right:12%;top:-190px;border-radius:50%;border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 28px rgba(255,255,255,.05),0 0 0 58px rgba(255,255,255,.03)}.custom-banner>*{position:relative;z-index:1}.light-eyebrow{color:#f5c9d9}.custom-banner h2{margin:10px 0 11px;font-family:Georgia,serif;font-size:clamp(34px,4vw,48px);line-height:1.05;font-weight:500}.custom-banner p{max-width:680px;margin:0;color:rgba(255,255,255,.7);font-size:13px;line-height:1.7}.reviews-section{padding-bottom:104px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.review-card{min-height:265px;padding:24px;border-radius:24px;background:rgba(255,255,255,.8);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.review-card>svg{color:var(--rose)}.review-card .stars{margin:18px 0 13px}.review-card p{color:var(--ink-soft);font-family:Georgia,serif;font-size:18px;line-height:1.58}.review-card footer{display:flex;align-items:center;gap:10px;margin-top:22px}.review-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--rose-soft);color:var(--rose-dark);font-family:Georgia,serif;font-weight:700}.review-card footer small,.review-card footer strong{display:block}.review-card footer strong{font-size:11px}.review-card footer small{color:var(--muted);font-size:9px;margin-top:3px}.instagram-section{padding:95px 0 0;background:#f8efea}.instagram-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}.instagram-heading h2{margin:8px 0 0;font-family:Georgia,serif;font-size:clamp(36px,4.5vw,55px);font-weight:500}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr)}.instagram-tile{aspect-ratio:1/1;overflow:hidden;position:relative;background:var(--cream)}.instagram-tile img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.instagram-tile span{position:absolute;inset:auto 10px 10px 10px;padding:9px;border-radius:10px;display:flex;align-items:center;gap:6px;background:rgba(48,37,43,.78);color:#fff;font-size:8px;opacity:0;transform:translateY(8px);transition:.25s ease;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.instagram-tile:hover img{transform:scale(1.06)}.instagram-tile:hover span{opacity:1;transform:translateY(0)}.tile-2,.tile-5{background:#e9dae6}.tile-3,.tile-6{background:#e7e4d8}.newsletter{margin-top:82px;margin-bottom:82px;padding:40px;border-radius:28px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:40px;gap:40px;background:rgba(255,255,255,.78);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.newsletter h2{margin:8px 0;font-family:Georgia,serif;font-size:32px;font-weight:500}.newsletter p{color:var(--muted);margin:0;font-size:11px}.newsletter form{min-height:54px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:6px 6px 6px 16px;border:1px solid var(--line);border-radius:16px;background:#fff}.newsletter form>svg{color:var(--muted)}.newsletter input{border:0;outline:none;min-width:0;color:var(--ink)}.newsletter button{height:42px;padding:0 15px;border:0;border-radius:12px;display:inline-flex;align-items:center;gap:7px;background:var(--ink);color:#fff;font-size:10px;font-weight:800}.newsletter-success{min-height:64px;display:flex;align-items:center;gap:12px;padding:15px;border-radius:16px;background:#eff8f2;color:#34734b}.newsletter-success small,.newsletter-success strong{display:block}.newsletter-success small{margin-top:3px;font-size:10px}.footer{padding:66px 0 28px;background:var(--ink);color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:48px;gap:48px}.light-logo .logo-copy small{color:rgba(255,255,255,.5)}.footer-brand p{max-width:340px;color:rgba(255,255,255,.59);font-size:11px;line-height:1.7}.footer h4{margin:7px 0 17px;font-family:Georgia,serif;font-size:17px;font-weight:500}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start}.footer-grid a{color:rgba(255,255,255,.57);font-size:10px;margin:6px 0;transition:.18s ease}.footer-grid a:hover{color:#fff}.footer-social{display:flex;gap:8px;margin-top:17px}.footer-social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:12px;display:grid;place-items:center;color:#fff}.footer-bottom{margin-top:45px;padding-top:21px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:rgba(255,255,255,.37);font-size:9px}.overlay{position:fixed;inset:0;background:rgba(35,25,30,.48);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:60;animation:fadeIn .18s ease}.drawer,.mobile-menu{position:fixed;z-index:61;top:0;right:0;height:100dvh;background:#fffaf8;box-shadow:-20px 0 70px rgba(38,27,33,.2);animation:slideIn .25s ease}.drawer{width:min(470px,100%);padding:25px;display:flex;flex-direction:column}.mobile-menu{width:min(390px,92%);padding:24px}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.drawer-head h3{margin:4px 0 0;font-family:Georgia,serif;font-size:29px;font-weight:500}.drawer-head h3 small{color:var(--muted);font-family:Inter,sans-serif;font-size:11px}.mobile-menu nav{display:grid;margin-top:13px}.mobile-menu nav a{min-height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-family:Georgia,serif;font-size:20px}.mobile-menu-note{position:absolute;left:24px;right:24px;bottom:24px;padding:16px;display:flex;gap:12px;align-items:center;border-radius:16px;background:var(--rose-soft);color:var(--rose-dark)}.mobile-menu-note small,.mobile-menu-note strong{display:block}.mobile-menu-note strong{color:var(--ink);font-size:11px}.mobile-menu-note small{margin-top:3px;color:var(--muted);font-size:9px}.cart-list{flex:1 1;overflow:auto;padding:15px 2px;display:flex;flex-direction:column;gap:11px}.cart-item{display:grid;grid-template-columns:82px 1fr auto;grid-gap:12px;gap:12px;padding:10px;border:1px solid var(--line);background:#fff;border-radius:17px}.cart-item img{width:82px;height:82px;object-fit:cover;border-radius:13px;background:var(--cream)}.cart-item h4{margin:4px 0;font-family:Georgia,serif;font-size:17px;font-weight:500}.cart-price{color:var(--muted);font-size:10px}.qty{margin-top:9px;display:inline-flex;border:1px solid var(--line);border-radius:9px;overflow:hidden}.qty button{border:0;background:#fff;width:28px;height:27px;display:grid;place-items:center}.qty span{width:27px;display:grid;place-items:center;font-size:10px}.remove{align-self:flex-start;border:0;background:transparent;color:var(--muted);padding:5px}.cart-empty{margin:auto;display:flex;flex-direction:column;align-items:center}.cart-empty>span{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--rose-soft);color:var(--rose-dark)}.cart-empty strong{margin-top:14px;color:var(--ink);font-family:Georgia,serif;font-size:22px}.cart-empty p{margin:6px 0 18px;font-size:11px}.cart-summary{border-top:1px solid var(--line);padding-top:17px}.delivery-message{display:flex;align-items:center;gap:8px;color:var(--rose-dark);font-size:10px;font-weight:700}.progress{height:7px;background:#eee3e7;border-radius:10px;overflow:hidden;margin:10px 0 15px}.progress>div{height:100%;background:linear-gradient(90deg,var(--rose),var(--rose-dark));transition:width .25s}.summary-row{display:flex;justify-content:space-between;margin:9px 0;color:var(--muted);font-size:11px}.summary-row.total{margin:14px 0 17px;padding-top:13px;border-top:1px solid var(--line);color:var(--ink);font-weight:800;font-size:17px}.secure-note{margin-top:11px;display:flex;justify-content:center;align-items:center;gap:5px;color:var(--muted);font-size:9px}.empty{text-align:center;color:var(--muted);padding:50px 20px}.quick-modal{position:fixed;z-index:62;left:50%;top:50%;transform:translate(-50%,-50%);width:min(900px,calc(100% - 28px));max-height:calc(100dvh - 28px);overflow:auto;display:grid;grid-template-columns:1fr 1fr;border-radius:28px;background:#fffaf8;box-shadow:0 35px 100px rgba(38,27,33,.28);animation:modalIn .22s ease}.modal-close{position:absolute;right:15px;top:15px;z-index:4}.quick-modal-image{min-height:520px;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f6dde6,#f7efe8);border-radius:28px 0 0 28px}.quick-modal-image img{width:88%;height:88%;object-fit:contain}.quick-modal-copy{padding:52px 42px 36px}.quick-modal-copy h2{margin:10px 0 8px;font-family:Georgia,serif;font-size:43px;font-weight:500}.quick-price{font-weight:800;font-size:18px}.quick-modal-copy>p{color:var(--muted);line-height:1.75;font-size:13px;margin:20px 0}.quick-colors>strong{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:9px;color:var(--muted);margin-bottom:10px}.quick-colors>div{display:flex;flex-wrap:wrap;gap:8px}.quick-colors span{min-height:33px;padding:0 10px;border:1px solid var(--line);border-radius:20px;display:inline-flex;align-items:center;gap:6px;font-size:9px}.quick-colors i{width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--line)}.quick-modal-copy ul{list-style:none;padding:0;margin:22px 0;display:grid;grid-gap:9px;gap:9px}.quick-modal-copy li{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px}.quick-modal-copy li svg{color:#4b8a64}.admin-shell,.auth-shell,.checkout-shell{min-height:100vh;padding:36px 0 70px}.auth-card{width:min(470px,calc(100% - 32px));margin:50px auto;background:rgba(255,255,255,.9);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:28px}.auth-card h1{font-family:Georgia,serif;font-size:36px;font-weight:500;margin:10px 0}.form-stack{display:grid;grid-gap:13px;gap:13px}.form-label{font-size:11px;font-weight:700;color:var(--muted);display:grid;grid-gap:7px;gap:7px}.textarea{width:100%;min-height:110px;resize:vertical;border:1px solid var(--line);border-radius:12px;padding:12px 13px;outline:none;background:#fff}.divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px;margin:15px 0}.divider:after,.divider:before{content:"";height:1px;background:var(--line);flex:1 1}.social-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.alert{padding:11px 13px;border-radius:12px;font-size:11px}.alert-error{background:#fff0f0;color:#9e3838}.alert-success{background:#effaf4;color:#29734c}.checkout-grid{display:grid;grid-template-columns:1fr 410px;grid-gap:28px;gap:28px;align-items:flex-start}.panel{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:25px;padding:23px;box-shadow:var(--shadow-sm)}.panel h2{font-family:Georgia,serif;font-size:27px;font-weight:500;margin-top:0}.point-list{display:grid;grid-gap:9px;gap:9px;max-height:360px;overflow:auto;margin-top:13px}.point-card{border:1px solid var(--line);background:#fff;border-radius:14px;text-align:left;padding:12px}.point-card.active{border-color:var(--rose-dark);box-shadow:0 0 0 3px rgba(207,126,159,.12)}.point-card strong{display:block}.point-card span{display:block;color:var(--muted);font-size:10px;margin-top:4px}.order-mini{display:flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.order-mini img{width:54px;height:54px;border-radius:12px;object-fit:cover}.order-mini div{flex:1 1}.order-mini strong{display:block;font-family:Georgia,serif}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:25px}.admin-header h1{font-family:Georgia,serif;font-size:42px;font-weight:500;margin:0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:24px}.stat-card{padding:18px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.84)}.stat-card span{color:var(--muted);font-size:10px}.stat-card strong{display:block;font-family:Georgia,serif;font-size:28px;margin-top:7px}.admin-grid{display:grid;grid-template-columns:390px 1fr;grid-gap:22px;gap:22px;align-items:flex-start}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:11px}td,th{padding:12px 10px;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}th{color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.status,th{font-size:9px}.status{display:inline-flex;padding:6px 9px;border-radius:20px;font-weight:700}.preview-image,.status{background:var(--cream)}.preview-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;margin-bottom:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes modalIn{0%{opacity:0;transform:translate(-50%,-47%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width:1080px){.hero{grid-template-columns:1fr 1fr;gap:42px}.hero-visual{min-height:500px}.trust-strip{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:225px 1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.instagram-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.nav-links{display:none}.mobile-menu-button{display:grid}.hero{grid-template-columns:1fr;padding-top:50px}.hero-copy{max-width:700px}.hero-visual{width:min(650px,100%);min-height:520px;margin:0 auto}.catalog-layout{grid-template-columns:1fr}.filters{position:static}.story-grid{grid-template-columns:1fr}.story-visual{width:min(580px,100%);margin:0 auto}.reviews-grid{grid-template-columns:1fr}.review-card{min-height:auto}.custom-banner{align-items:flex-start;flex-direction:column}.newsletter{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{display:none}.admin-grid,.checkout-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.container{width:min(100% - 22px,1210px)}.topbar{font-size:9px}.topbar span:nth-of-type(2),.topbar-separator{display:none}.nav{min-height:68px;gap:10px}.logo-mark{width:35px;height:35px}.logo-copy strong{font-size:20px}.account-button{min-width:42px;padding:0}.account-button span{display:none}.hero{padding:39px 0 42px;gap:31px}.hero h1{font-size:clamp(45px,14vw,61px)}.hero-copy>p{font-size:14px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-proof{margin-top:23px}.hero-visual{min-height:385px;border-radius:34px 34px 85px 34px}.hero-visual:before{font-size:160px}.hero-product-shell img{width:96%;height:96%}.note-top{left:10px;top:15px;padding:10px 12px}.note-bottom{left:12px;right:12px;bottom:14px;padding:11px}.floating-note strong{font-size:14px}.hero-label{display:none}.trust-strip{grid-template-columns:1fr;margin-bottom:68px}.trust-item{padding:16px}.mood-section{padding-bottom:70px}.mood-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading p{margin-top:14px}.products-grid,.products-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-body{padding:12px}.product-name{font-size:17px}.product-description,.product-topline{display:none}.price,.product-meta{display:block}.price{margin-top:5px}.swatches{margin:10px 0 12px}.card-actions{grid-template-columns:1fr}.product-heart{display:none}.add-btn{min-height:39px;font-size:9px}.stock-pill{left:8px;top:8px;padding:6px 8px;font-size:7px}.favorite-btn{width:34px;height:34px;top:8px;right:8px}.quick-view{display:none}.catalog-top{align-items:stretch;flex-direction:column}.catalog-controls{justify-content:space-between}.small-select{flex:1 1}.brand-story{padding:70px 0}.story-visual{min-height:390px;border-radius:110px 28px 28px 28px}.story-number{width:100px;height:100px}.story-copy h2{font-size:44px}.custom-banner{margin-top:62px;margin-bottom:70px;padding:33px 25px}.reviews-section{padding-bottom:70px}.instagram-section{padding-top:70px}.instagram-heading{display:block}.instagram-heading .inline-link{margin-top:15px}.instagram-grid{grid-template-columns:repeat(2,1fr)}.newsletter{padding:26px 20px;margin-top:55px;margin-bottom:55px}.newsletter form{grid-template-columns:auto 1fr}.newsletter form button{grid-column:1/-1;width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block;line-height:1.8}.quick-modal{grid-template-columns:1fr}.quick-modal-image{min-height:320px;border-radius:28px 28px 0 0}.quick-modal-copy{padding:30px 22px}.quick-modal-copy h2{font-size:34px}.stat-grid{grid-template-columns:1fr 1fr}.admin-header{align-items:flex-start;flex-direction:column}}@media (max-width:390px){.products-grid,.products-grid.compact{grid-template-columns:1fr}.product-description,.product-meta,.product-topline{display:flex}.card-actions{grid-template-columns:1fr auto}.product-heart{display:inline-flex}}.product-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(251,243,238,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.product-header-inner{height:74px;display:flex;align-items:center;justify-content:space-between}.product-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:20px;font-weight:700}.product-logo>span{width:36px;height:36px;border-radius:50%;background:var(--rose-dark);color:#fff;display:grid;place-items:center}.product-back{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:600}.product-back:hover{color:var(--rose-dark)}.product-breadcrumb{display:flex;gap:9px;padding-top:22px;color:var(--muted);font-size:12px}.product-breadcrumb a:hover{color:var(--rose-dark)}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,1fr);grid-gap:54px;gap:54px;padding-top:22px;padding-bottom:85px}.product-gallery-main{position:relative;aspect-ratio:1;border-radius:28px;background:linear-gradient(145deg,var(--bg-alt),#fff);box-shadow:var(--shadow);display:grid;place-items:center;overflow:hidden}.product-gallery-main>img{width:72%;height:72%;object-fit:contain}.product-stock-tag{left:20px;padding:7px 14px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-like,.product-stock-tag{position:absolute;top:20px;background:rgba(255,255,255,.92);color:var(--rose-dark)}.product-like{right:20px;width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center}.product-like.active{background:var(--rose-dark);color:#fff}.product-thumbs{display:flex;gap:10px;margin-top:14px}.product-thumbs button{width:70px;height:70px;padding:6px;border:1.5px solid var(--line);background:#fff;border-radius:14px}.product-thumbs button.active{border-color:var(--rose-dark)}.product-thumbs img{width:100%;height:100%;object-fit:contain}.product-info{padding-top:16px}.product-info h1{font-family:var(--font-display);font-size:clamp(38px,4vw,56px);line-height:1.05;margin:10px 0}.product-rating{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:12px}.product-rating span{display:flex;align-items:center;gap:5px}.product-rating span:first-child{color:#b8874f}.product-detail-price{font-family:var(--font-display);font-size:34px;font-weight:700;margin:24px 0 18px}.product-detail-description{color:var(--muted);line-height:1.75;font-size:14px;max-width:610px}.product-option-label{font-size:13px;margin:27px 0 11px}.variant-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.variant-card{display:flex;align-items:center;gap:12px;text-align:left;padding:12px;border:1.5px solid var(--line);border-radius:15px;background:rgba(255,255,255,.62)}.variant-card.active{border-color:var(--rose-dark);box-shadow:0 0 0 1px var(--rose-dark);background:#fff}.variant-card:disabled{opacity:.45}.variant-card>span:last-child{display:flex;flex-direction:column;gap:3px}.variant-card small{color:var(--muted)}.variant-colors{display:flex;margin-left:2px}.variant-colors i{width:21px;height:21px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(74,55,48,.12);margin-left:-5px}.variant-colors i:first-child{margin-left:0}.product-buy-row{display:flex;align-items:center;gap:17px;margin:24px 0}.product-qty{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}.product-qty button{width:40px;height:40px;border:0;background:#fff;display:grid;place-items:center}.product-qty span{width:38px;display:grid;place-items:center;font-weight:700}.product-availability{color:#75886a;font-size:12px;font-weight:700}.product-actions{display:grid;grid-template-columns:1fr 52px;grid-gap:11px;gap:11px}.product-actions .btn{min-height:52px}.product-actions .added{background:var(--sage)}.product-side-like{border:1.5px solid var(--line);border-radius:50%;background:#fff;color:var(--rose-dark);display:grid;place-items:center}.product-side-like.active{background:var(--rose-dark);color:#fff}.product-checkout-link{display:inline-block;margin-top:13px;color:var(--rose-dark);font-size:13px;font-weight:700}.product-benefits{border-top:1px solid var(--line);margin-top:25px;padding-top:20px;display:grid;grid-gap:14px;gap:14px}.product-benefits>div{display:flex;align-items:center;gap:11px;color:var(--rose-dark)}.product-benefits span{display:flex;flex-direction:column;color:var(--text)}.product-benefits small{color:var(--muted);margin-top:2px}.related-products{padding-bottom:100px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.related-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s}.related-card:hover{transform:translateY(-4px)}.related-card>div{aspect-ratio:1;background:linear-gradient(145deg,var(--bg-alt),#fff);display:grid;place-items:center}.related-card img{width:72%;height:72%;object-fit:contain}.related-card>span{padding:14px 16px;display:flex;justify-content:space-between;gap:8px}.related-card b{font-family:var(--font-display)}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:28px}.product-info{padding-top:0}.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-header-inner{height:66px}.product-back{font-size:0}.product-back svg{width:20px;height:20px}.product-layout{padding-bottom:60px}.product-gallery-main{border-radius:22px}.product-gallery-main>img{width:82%;height:82%}.product-info h1{font-size:42px}.variant-list{grid-template-columns:1fr}.product-actions{position:-webkit-sticky;position:sticky;bottom:8px;z-index:15;background:rgba(251,243,238,.92);padding:8px;border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-benefits{margin-top:28px}.related-grid{gap:10px}.related-card>span{display:block}.related-card b{display:block;margin-top:5px}}.admin-app-new{min-height:100vh;display:flex;background:#fbf3ee;color:#4a3730}.admin-sidebar-new{width:232px;position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid #e9dad0;padding:26px 18px;display:flex;flex-direction:column;gap:4px}.admin-brand-dots{display:flex;align-items:center;padding:0 10px 25px;gap:4px}.admin-brand-dots i{width:7px;height:7px;border-radius:50%;background:#c98a83}.admin-brand-dots i:nth-child(2){background:#a8b79b}.admin-brand-dots i:nth-child(3){background:#e8d8c3}.admin-brand-dots b{font-family:var(--font-display);font-size:18px;margin-left:5px}.admin-nav-item{width:100%;border:0;background:transparent;border-radius:12px;padding:11px 12px;display:flex;gap:11px;align-items:center;color:#8b7368;font-weight:600}.admin-nav-item:hover{background:#f3e6dc}.admin-nav-item.active{background:#a96860;color:#fff}.admin-store-link{border:1px solid #e9dad0;border-radius:12px;padding:10px;text-align:center;margin-top:12px;font-size:13px}.admin-user{margin-top:auto;border-top:1px solid #e9dad0;padding:15px 12px;display:flex;flex-direction:column}.admin-user small{color:#8b7368}.admin-main-new{width:min(1180px,calc(100% - 232px));padding:32px 40px 60px}.admin-page-head{margin-bottom:28px}.admin-page-head>span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#a96860;font-weight:800}.admin-page-head h1{font-family:var(--font-display);font-size:30px;margin:4px 0}.admin-page-head p{margin:0;color:#8b7368}.admin-page-head.row{display:flex;justify-content:space-between;align-items:flex-end}.admin-form-actions button:last-child,.admin-page-head.row button{border:0;border-radius:999px;background:#a96860;color:#fff;padding:12px 21px;font-weight:700}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-bottom:28px}.admin-add-form,.admin-dashboard-panels article,.admin-stat-grid article,.admin-table-card{background:#fff;border-radius:18px;padding:21px 22px;box-shadow:0 8px 24px rgba(90,60,50,.08)}.admin-stat-grid article{display:flex;flex-direction:column;gap:7px}.admin-stat-grid small{color:#8b7368}.admin-stat-grid b{font-family:var(--font-display);font-size:27px}.admin-stat-grid em{font-style:normal;font-size:12px;color:#7c8f70}.admin-dashboard-panels{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:18px;gap:18px}.admin-dashboard-panels h3{font-family:var(--font-display);margin:0 0 18px}.admin-bars{height:170px;display:flex;align-items:flex-end;gap:14px}.admin-bars>span{height:100%;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px}.admin-bars i{display:block;width:min(34px,100%);background:linear-gradient(#f2c9c2,#c98a83);border-radius:8px 8px 3px 3px}.admin-bars small{color:#8b7368}.admin-top-row{display:flex;align-items:center;gap:12px;margin:14px 0}.admin-top-row i{font-style:normal;width:23px;height:23px;border-radius:50%;background:#f3e6dc;color:#a96860;display:grid;place-items:center;font-size:11px;font-weight:800}.admin-top-row span{flex:1 1}.admin-top-row b{font-size:12px;color:#8b7368}.admin-table-card{padding:0;overflow:auto}.admin-table-card table{width:100%;border-collapse:collapse}.admin-table-card td,.admin-table-card th{padding:14px 20px;border-bottom:1px solid #e9dad0;text-align:left;font-size:13px}.admin-table-card th{text-transform:uppercase;letter-spacing:.05em;font-size:11px;color:#8b7368}.admin-table-card select{border:1px solid #e9dad0;border-radius:999px;padding:7px 10px;background:#fff}.admin-product-cell{display:flex;align-items:center;gap:10px}.admin-product-cell img{width:42px;height:42px;object-fit:contain;background:#fbf3ee;border-radius:10px}.admin-table-card td>button{border:0;background:transparent;padding:6px;color:#8b7368}.admin-stock{border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800}.admin-stock.ok{background:#e3ebe0;color:#7c8f70}.admin-stock.low{background:#f7e7d4;color:#a67531}.admin-stock.out{background:#f3e0e0;color:#c97575}.admin-swatches{display:flex}.admin-swatches i{width:14px;height:14px;border-radius:50%;border:1px solid #fff;margin-left:-3px}.admin-add-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.admin-add-form label{display:flex;flex-direction:column;gap:7px;color:#8b7368;font-size:12px;font-weight:700}.admin-add-form input{border:1px solid #e9dad0;background:#fbf3ee;border-radius:12px;padding:12px;font:inherit}.admin-upload{grid-column:1/-1;border:1.5px dashed #e9dad0!important;border-radius:16px;padding:30px;align-items:center;cursor:pointer}.admin-form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px}.admin-form-actions button:first-child{border:1px solid #e9dad0;background:#fff;border-radius:999px;padding:11px 20px}.products-grid:not(.compact){grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{min-width:0}.product-image img{width:100%;height:100%;object-fit:cover}.card-actions{justify-content:space-between;gap:8px}.add-btn,.card-actions{display:flex;align-items:center}.add-btn{border:0;background:#a96860;color:#fff;border-radius:999px;padding:8px 13px;gap:6px;font-weight:700}.add-btn:disabled{opacity:.45}.details-btn{font-weight:700;color:#a96860;display:flex;align-items:center;gap:3px}@media(max-width:980px){.admin-sidebar-new{display:none}.admin-main-new{width:100%;padding:24px}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-dashboard-panels{grid-template-columns:1fr}.products-grid:not(.compact){grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.admin-add-form,.admin-stat-grid,.products-grid:not(.compact){grid-template-columns:1fr}}.product-image{display:block;width:100%;aspect-ratio:1/1!important;height:auto!important;min-height:0!important}.product-image img{display:block;width:100%!important;height:100%!important;aspect-ratio:1/1;object-fit:cover!important}.auth-screen{min-height:100vh;display:grid;grid-template-columns:minmax(360px,1fr) minmax(420px,1fr);background:#fbf3ee;color:#4a3730}.auth-visual{position:relative;overflow:hidden;padding:46px 50px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(155deg,#f2c9c2,#e8d8c3 58%,#fbf3ee)}.auth-visual:after,.auth-visual:before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(74,55,48,.12)}.auth-visual:before{width:420px;height:420px;right:-180px;top:-180px}.auth-visual:after{width:280px;height:280px;left:-120px;bottom:-120px}.auth-logo{position:relative;z-index:2;display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600}.auth-logo span{width:8px;height:8px;border-radius:50%;background:#c98a83}.auth-logo span:nth-child(2){background:#a8b79b}.auth-logo span:nth-child(3){background:#fff}.auth-bracelet{position:relative;z-index:2;width:330px;height:180px;margin:10px auto}.auth-bracelet:before{content:"";position:absolute;left:24px;right:24px;top:68px;height:110px;border:2px dashed transparent;border-top-color:rgba(74,55,48,.15);border-radius:50%}.auth-bracelet i{position:absolute;width:18px;height:18px;border-radius:50%;background:#d9a5a0;border:2px solid rgba(255,255,255,.8);box-shadow:0 3px 8px rgba(74,55,48,.12)}.auth-bracelet i:nth-child(7n+2){background:#a8b79b}.auth-bracelet i:nth-child(7n+3){background:#e8d8c3}.auth-bracelet i:nth-child(7n+4){background:#9db4c0}.auth-bracelet i:nth-child(7n+5){background:#c9b6d9}.auth-bracelet i:first-child{left:22px;top:82px}.auth-bracelet i:nth-child(2){left:42px;top:55px}.auth-bracelet i:nth-child(3){left:67px;top:34px}.auth-bracelet i:nth-child(4){left:96px;top:20px}.auth-bracelet i:nth-child(5){left:127px;top:12px}.auth-bracelet i:nth-child(6){left:158px;top:10px}.auth-bracelet i:nth-child(7){left:189px;top:14px}.auth-bracelet i:nth-child(8){left:219px;top:24px}.auth-bracelet i:nth-child(9){left:246px;top:41px}.auth-bracelet i:nth-child(10){left:269px;top:64px}.auth-bracelet i:nth-child(11){left:285px;top:91px}.auth-bracelet i:nth-child(12){left:274px;top:118px}.auth-bracelet i:nth-child(13){left:249px;top:139px}.auth-bracelet i:nth-child(14){left:218px;top:151px}.auth-bracelet i:nth-child(15){left:184px;top:157px}.auth-visual blockquote{position:relative;z-index:2;margin:0;max-width:470px;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,3vw,40px);line-height:1.25}.auth-visual blockquote em{color:#a96860;font-style:normal}.auth-visual small{position:relative;z-index:2;color:#8b7368}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:44px 30px;background:#fbf3ee}.auth-card-new{width:min(100%,400px)}.auth-back{display:inline-block;margin-bottom:20px;color:#8b7368;font-size:13px}.auth-toggle{display:flex;padding:4px;margin-bottom:28px;border-radius:999px;background:#f3e6dc}.auth-toggle button{flex:1 1;border:0;padding:11px 14px;border-radius:999px;background:transparent;color:#8b7368;font-weight:700}.auth-toggle button.active{background:#fff;color:#4a3730;box-shadow:0 8px 24px rgba(90,60,50,.08)}.auth-card-new h1{margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:600}.auth-card-new>p{margin:0 0 25px;color:#8b7368;font-size:14px;line-height:1.55}.auth-social{width:100%;min-height:48px;border:1px solid #e9dad0;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;color:#4a3730}.auth-social:hover{border-color:#c98a83}.auth-social b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#4285f4;font-size:18px}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#8b7368;font-size:12px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e9dad0}.auth-form-new{display:grid;grid-gap:14px;gap:14px}.auth-form-new>label:not(.auth-check){display:grid;grid-gap:7px;gap:7px;color:#8b7368;font-size:12px;font-weight:700}.auth-form-new input:not([type=checkbox]){width:100%;min-height:47px;border:1px solid #e9dad0;border-radius:12px;padding:0 14px;background:#fff;color:#4a3730;outline:none}.auth-form-new input:not([type=checkbox]):focus{border-color:#c98a83;box-shadow:0 0 0 3px rgba(201,138,131,.13)}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.auth-row a{color:#a96860;font-weight:700}.auth-check{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;color:#8b7368;font-size:12px;font-weight:500!important}.auth-check input{accent-color:#a96860}.auth-primary{width:100%;min-height:49px;border:0;border-radius:999px;background:#a96860;color:#fff;font-weight:800}.auth-primary:hover{background:#8f544d}.alert-error{margin-bottom:14px;padding:11px 13px;border-radius:12px;background:#f7e2e2;color:#a34e4e;font-size:13px}@media (max-width:860px){.auth-screen{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-side{min-height:100vh;padding:28px 18px}}.checkout-page-new{min-height:100vh;background:#fbf3ee;color:#4a3730}.checkout-page-new button,.checkout-page-new input{font:inherit}.checkout-header{min-height:74px;padding:0 max(24px,calc((100vw - 1180px) / 2));border-bottom:1px solid #e9dad0;background:rgba(251,243,238,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;gap:20px}.checkout-header>a:last-child{color:#8b7368;font-size:13px;font-weight:600}.checkout-header>a:last-child:hover{color:#a96860}.checkout-logo{display:inline-flex;align-items:center;gap:5px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:700}.checkout-logo span{width:8px;height:8px;border-radius:50%;background:#c98a83}.checkout-logo span:nth-child(2){background:#a8b79b}.checkout-logo span:nth-child(3){background:#e8d8c3;margin-right:5px}.checkout-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:38px 0 90px}.checkout-eyebrow{margin-bottom:8px;color:#a96860;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.checkout-steps{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:30px;color:#8b7368;font-size:13px}.checkout-steps b{color:#a96860}.checkout-steps>span:nth-child(2),.checkout-steps>span:nth-child(4){color:#e9dad0}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,1fr);grid-gap:26px;gap:26px;align-items:start}.checkout-card{margin-bottom:22px;padding:26px;border:1px solid rgba(233,218,208,.65);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(90,60,50,.08)}.checkout-card h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600}.checkout-card h2 i{width:25px;height:25px;border-radius:50%;background:#a96860;color:#fff;display:grid;place-items:center;font-family:Inter,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:800}.checkout-card>label,.checkout-fields label{display:grid;grid-gap:7px;gap:7px;color:#8b7368;font-size:12px;font-weight:700}.checkout-card input{width:100%;min-height:46px;border:1px solid #e9dad0;border-radius:12px;padding:0 14px;background:#fbf3ee;color:#4a3730;outline:none}.checkout-card input:focus{border-color:#c98a83;box-shadow:0 0 0 3px rgba(201,138,131,.13)}.checkout-fields{display:grid;grid-gap:14px;gap:14px;margin-bottom:14px}.checkout-fields.two{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-fields .full{grid-column:1/-1}.delivery-tabs-new{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:18px}.delivery-tabs-new button{min-height:76px;border:1.5px solid #e9dad0;border-radius:14px;padding:13px 15px;background:#fbf3ee;color:#4a3730;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.delivery-tabs-new button svg{width:22px;color:#a96860;flex:0 0 auto}.delivery-tabs-new button span{display:grid;grid-gap:3px;gap:3px;font-size:13px;font-weight:800}.delivery-tabs-new button small{color:#8b7368;font-size:11px;font-weight:500}.delivery-tabs-new button.active{border-color:#a96860;background:#fff;box-shadow:inset 0 0 0 1px #a96860}.locker-search-new{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;margin-bottom:14px}.locker-search-new input{border-radius:999px}.locker-search-new button{min-width:110px;border:0;border-radius:999px;padding:0 20px;background:#a96860;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800;cursor:pointer}.locker-list-new{display:grid;grid-gap:10px;gap:10px;max-height:290px;padding-right:3px}.locker-list-new>button{width:100%;min-height:70px;border:1.5px solid #e9dad0;border-radius:14px;padding:12px 14px;background:#fff;color:#4a3730;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;cursor:pointer}.locker-list-new>button.active{border-color:#a8b79b;background:#f4f7f1}.locker-list-new>button>span{display:grid;grid-gap:5px;gap:5px}.locker-list-new b{display:flex;align-items:center;gap:7px;font-size:13px}.locker-list-new small{color:#8b7368;font-size:12px}.locker-list-new em{border-radius:999px;padding:7px 12px;background:#a96860;color:#fff;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.locker-list-new>button.active em{background:#7c8f70}.payment-list-new{display:grid;grid-gap:10px;gap:10px}.payment-list-new button{min-height:58px;border:1.5px solid #e9dad0;border-radius:14px;padding:13px 15px;background:#fff;color:#4a3730;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;text-align:left;cursor:pointer}.payment-list-new button.active{border-color:#a96860;box-shadow:inset 0 0 0 1px #a96860}.payment-list-new .radio-dot{width:17px;height:17px;border:1.5px solid #c9b7ac;border-radius:50%;display:grid;place-items:center}.payment-list-new button.active .radio-dot{border-color:#a96860}.payment-list-new button.active .radio-dot:after{content:"";width:9px;height:9px;border-radius:50%;background:#a96860}.payment-list-new b{font-size:13px}.payment-list-new small{color:#8b7368;font-size:11px;text-align:right}.checkout-summary-new{position:-webkit-sticky;position:sticky;top:22px;margin-bottom:0}.summary-item-new{display:grid;grid-template-columns:58px 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 0;border-bottom:1px solid #e9dad0}.summary-item-new img{width:58px;height:58px;object-fit:cover;border-radius:12px;background:#f3e6dc}.summary-item-new>span{display:grid;grid-gap:3px;gap:3px;min-width:0}.summary-item-new b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.summary-item-new small{color:#8b7368;font-size:11px}.summary-item-new strong{font-size:13px;white-space:nowrap}.checkout-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:10px 0;color:#8b7368;font-size:13px}.checkout-row b{color:#4a3730}.checkout-row.total{margin-top:15px;padding-top:15px;border-top:1px solid #e9dad0;color:#4a3730;font-family:Georgia,Times New Roman,serif;font-size:21px}.shipping-note-new{margin:12px 0;border-radius:10px;padding:10px 12px;background:#f0f5ec;color:#75886a;font-size:11px;line-height:1.5}.checkout-summary-new .alert-error{margin:13px 0 0;padding:11px 13px;border-radius:11px;background:#f7e2e2;color:#a34e4e;font-size:12px}.checkout-pay{width:100%;min-height:50px;margin-top:16px;border:0;border-radius:999px;background:#a96860;color:#fff;font-weight:800;cursor:pointer}.checkout-pay:hover{background:#8f544d}.checkout-pay:disabled{opacity:.5;cursor:not-allowed}.checkout-trust{display:block;margin-top:12px;color:#8b7368;font-size:10px;text-align:center}@media (max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary-new{position:static}}@media (max-width:620px){.checkout-header{min-height:64px;padding:0 14px}.checkout-logo{font-size:17px}.checkout-header>a:last-child{font-size:11px}.checkout-wrap{width:min(100% - 22px,1180px);padding-top:25px}.checkout-card{padding:18px 15px;border-radius:16px}.checkout-fields.two,.delivery-tabs-new,.locker-search-new{grid-template-columns:1fr}.locker-search-new button{min-height:45px}.payment-list-new button{grid-template-columns:auto 1fr}.payment-list-new small{grid-column:2;text-align:left}.summary-item-new{grid-template-columns:50px 1fr auto;gap:9px}.summary-item-new img{width:50px;height:50px}}.manual-locker-box{margin-top:14px;padding:18px;border:1px dashed #d9bdb2;border-radius:16px;background:#fffaf7;display:grid;grid-gap:14px;gap:14px}.manual-locker-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.manual-locker-head>div{display:grid;grid-gap:5px;gap:5px}.manual-locker-head b{font-size:15px}.manual-locker-head small{color:#8b7368;line-height:1.45}.manual-locker-box .checkout-fields{margin-top:0}.admin-order-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.admin-mini-btn{border:1px solid #e9dad0!important;background:#fff!important;border-radius:999px!important;padding:7px 10px!important;color:#4a3730!important;font-size:11px;font-weight:700}.admin-mini-btn.primary{background:#a96860!important;color:#fff!important;border-color:#a96860!important}.tracking-input{width:145px;border:1px solid #e9dad0;border-radius:999px;padding:7px 10px;font-size:12px}.checkout-success-page{min-height:100vh;display:grid;place-items:center;padding:32px 18px;background:radial-gradient(circle at 50% 25%,#fff 0,#fffaf7 38%,#fbf3ee 100%)}.checkout-success-card{width:min(100%,520px);padding:54px 44px 46px;text-align:center;background:rgba(255,255,255,.94);border:1px solid #eadfd8;border-radius:30px;box-shadow:0 24px 70px rgba(74,55,48,.12)}.checkout-success-brand{display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#4a3730}.checkout-success-dots{display:flex;gap:4px}.checkout-success-dots i{width:7px;height:7px;border-radius:50%;display:block;background:#c98a83}.checkout-success-dots i:nth-child(2){background:#a8b79b}.checkout-success-dots i:nth-child(3){background:#e8d8c3}.checkout-success-icon{width:82px;height:82px;margin:26px auto 20px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7ca98a,#4f8e68);box-shadow:0 14px 30px rgba(79,142,104,.25)}.checkout-success-eyebrow{margin:0 0 8px;color:#a96860;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.checkout-success-card h1{margin:0;font-family:var(--font-display,Georgia,serif);font-size:clamp(38px,6vw,54px);font-weight:500;color:#34262b}.checkout-success-copy{max-width:390px;margin:18px auto 26px;color:#806e68;line-height:1.75;font-size:14px}.checkout-success-button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:14px 25px;border-radius:999px;background:#34272d;color:#fff;font-weight:700;font-size:13px;text-decoration:none;box-shadow:0 12px 28px rgba(52,39,45,.18)}.checkout-success-button:hover{transform:translateY(-1px);background:#251b20}.checkout-success-note{margin:17px 0 0;color:#a08e87;font-size:11px}@media (max-width:600px){.checkout-success-card{padding:42px 22px 36px;border-radius:24px}.checkout-success-icon{width:72px;height:72px}}.profile-page{min-height:100vh;background:#fbf5f0;color:#4a3730}.profile-header{height:72px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eadbd2;background:#fffaf7}.profile-header a{text-decoration:none;color:inherit}.profile-brand{font-family:Georgia,serif;font-size:22px}.profile-wrap{width:min(1180px,92vw);margin:38px auto 80px;display:grid;grid-template-columns:260px 1fr;grid-gap:28px;gap:28px}.profile-card,.profile-order{background:#fff;border:1px solid #eadfd8;border-radius:22px;box-shadow:0 10px 30px rgba(74,55,48,.06)}.profile-user{padding:26px;height:max-content}.profile-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#c98a83;color:#fff;font-size:24px;font-weight:800}.profile-user h2{margin:14px 0 4px}.profile-user p{margin:0 0 24px;color:#8b7368;font-size:13px}.profile-user a{padding:12px 14px;color:#4a3730}.profile-user a.active{background:#a96860;color:#fff}.profile-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#a96860;font-weight:800}.profile-orders h1{font-family:Georgia,serif;font-size:40px;margin:6px 0 22px}.profile-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.profile-tabs button{border:1px solid #e5d6ce;background:#fff;padding:9px 14px;border-radius:999px;color:#765f56}.profile-tabs button.active{background:#4a3730;color:#fff;border-color:#4a3730}.profile-order-list{display:grid;grid-gap:15px;gap:15px}.profile-order{overflow:hidden}.profile-order-head{display:grid;grid-template-columns:1.1fr 1fr 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:17px 20px;background:#fffaf7;border-bottom:1px solid #eee2db}.profile-order-head div{display:grid;grid-gap:2px;gap:2px}.profile-order-head small{color:#947e74;font-size:11px}.profile-status{padding:7px 11px;border-radius:999px;background:#eee;color:#5d4d46;font-size:11px;font-weight:800}.profile-status.paid,.profile-status.processing{background:#f7ead8;color:#9a6a2b}.profile-status.shipped{background:#e5edf2;color:#55758a}.profile-status.delivered{background:#e6eee2;color:#66805b}.profile-status.cancelled,.profile-status.returned{background:#f3dfdf;color:#a65e5e}.profile-order-item{display:flex;gap:14px;align-items:center;padding:14px 20px}.profile-order-item img{width:64px;height:64px;object-fit:cover;border-radius:14px}.profile-order-item span{display:grid;grid-gap:3px;gap:3px}.profile-order-item small{color:#8b7368}.profile-order footer{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-top:1px solid #eee4de;color:#806d64;font-size:12px}.profile-order footer span{display:flex;gap:7px;align-items:center}.profile-empty a,.profile-order footer button{border:0;background:#a96860;color:#fff;border-radius:999px;padding:9px 14px;text-decoration:none}.profile-empty{text-align:center;padding:58px 20px;background:#fff;border:1px dashed #ddcbc1;border-radius:22px}.profile-empty svg{color:#c98a83}.profile-empty h3{margin:12px 0 22px}.admin-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.admin-order-card{background:#fff;border:1px solid #eadfd8;border-radius:20px;padding:20px;box-shadow:0 9px 25px rgba(74,55,48,.05)}.admin-order-card header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:14px;border-bottom:1px solid #eee3dc}.admin-order-card h3{margin:3px 0 0}.admin-order-card header>span{font-size:19px;font-weight:800}.admin-order-info{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.admin-order-info p{font-size:12px;line-height:1.6;color:#806c63}.admin-order-products{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.admin-order-products span{padding:6px 9px;border-radius:9px;background:#fbf3ee;font-size:11px}.admin-order-editor{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.admin-order-editor label{display:grid;grid-gap:6px;gap:6px;font-size:11px;font-weight:700;color:#806c63}.admin-order-editor input,.admin-order-editor select{width:100%;border:1px solid #e3d5cd;border-radius:11px;padding:10px;background:#fff}.admin-order-editor button{grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:7px;border:0;border-radius:999px;padding:11px;background:#a96860;color:#fff;font-weight:800}.admin-empty{padding:35px;text-align:center;background:#fff;border-radius:18px}.admin-modal-backdrop{position:fixed;inset:0;background:rgba(40,28,32,.45);display:grid;place-items:center;padding:20px;z-index:200}.admin-edit-modal{position:relative;width:min(580px,100%);max-height:92vh;overflow:auto;background:#fffaf7;border-radius:24px;padding:28px;display:grid;grid-gap:13px;gap:13px;box-shadow:0 30px 80px rgba(20,10,14,.25)}.admin-edit-modal>span{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#a96860;font-weight:800}.admin-edit-modal h2{margin:0 0 7px;font-family:Georgia,serif;font-size:30px}.admin-edit-modal label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:700;color:#745f56}.admin-edit-modal input,.admin-edit-modal textarea{border:1px solid #dfcfc7;border-radius:12px;padding:11px;background:#fff}.admin-edit-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.admin-checks{display:flex;gap:18px;flex-wrap:wrap}.admin-checks label{display:flex;align-items:center;gap:7px}.admin-modal-close{position:absolute;right:17px;top:17px;border:0;background:#fff;width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.admin-save-product{border:0;border-radius:999px;padding:13px;background:#a96860;color:#fff;font-weight:800;display:flex;gap:7px;justify-content:center;align-items:center}.admin-add-form .check{display:flex;align-items:center;gap:8px}.admin-upload img{width:96px;height:96px;object-fit:cover;border-radius:14px}@media(max-width:900px){.admin-order-grid,.profile-wrap{grid-template-columns:1fr}.profile-order-head{grid-template-columns:1fr 1fr}.profile-status{justify-self:start}.admin-order-editor,.admin-order-info{grid-template-columns:1fr}}@media(max-width:600px){.profile-order-head{grid-template-columns:1fr}.profile-order footer{align-items:flex-start;flex-direction:column}.admin-edit-two{grid-template-columns:1fr}}.inpost-map-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 17px;border-radius:999px;background:#ffcb05;color:#242424;font-weight:800;text-decoration:none;border:1px solid #e5b700;white-space:nowrap;box-shadow:0 7px 16px #a47b0024}.inpost-map-button:hover{filter:brightness(.97);transform:translateY(-1px)}.auth-facebook b{background:#1877f2!important;color:#fff!important;border-radius:50%;font-family:Arial,sans-serif;text-transform:lowercase}.locker-list-new{max-height:350px;overflow:auto;scrollbar-width:thin}@media(max-width:640px){.manual-locker-head{align-items:stretch;flex-direction:column}.inpost-map-button{width:100%}}.profile-user a{display:flex;align-items:center;gap:9px;text-decoration:none;padding:11px 12px;border-radius:12px;margin-top:5px;color:var(--text-muted)}.profile-user a.active,.profile-user a:hover{background:#f3e4df;color:var(--text)}.profile-settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.profile-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;display:grid;grid-gap:15px;gap:15px}.profile-form h3{font-family:Fraunces,serif;font-size:22px}.profile-form label,.return-modal label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:600;color:var(--text-muted)}.profile-form input,.return-modal input,.return-modal select,.return-modal textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff;font:inherit}.profile-form button,.profile-primary{border:0;background:var(--rose-dark);color:#fff;border-radius:999px;padding:12px 18px;font-weight:700;width:max-content}.profile-form small{font-weight:400}.favorite-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.favorite-profile-grid>a{display:block;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit}.favorite-profile-grid img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.favorite-profile-grid div{padding:14px}.favorite-profile-grid h3{margin:0 0 5px}.favorite-profile-grid p{font-size:12px;color:var(--text-muted)}.saved-points-grid{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.saved-points-grid article{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.saved-points-grid article>div{display:grid;grid-gap:3px;gap:3px;flex:1 1}.saved-points-grid small{color:var(--text-muted)}.saved-points-grid button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px}.default-point{display:flex;align-items:center;gap:5px;color:#7c936e;font-weight:700;font-size:12px}.icon-danger{color:#a35f5d}.return-modal{position:relative;width:min(520px,calc(100vw - 30px));background:#fff;border-radius:24px;padding:30px;display:grid;grid-gap:16px;gap:16px;box-shadow:0 25px 80px #392a2733}.return-modal h2{font-family:Fraunces,serif;font-size:30px}.return-chip{color:#a06b66}.profile-order footer{flex-wrap:wrap;gap:12px}.profile-order footer button{display:flex;align-items:center;gap:6px}.single-delivery{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--rose-dark);border-radius:15px;background:#fff}.single-delivery svg{color:var(--rose-dark)}.single-delivery span{display:grid}.single-delivery small{color:var(--text-muted)}.saved-checkout-points{display:grid;grid-gap:9px;gap:9px;margin:18px 0}.saved-checkout-points>button{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff;text-align:left}.saved-checkout-points>button.active{border-color:var(--rose-dark);box-shadow:0 0 0 1px var(--rose-dark)}.saved-checkout-points span{display:grid}.checkout-safe,.saved-checkout-points small{color:var(--text-muted)}.checkout-safe{text-align:center;font-size:12px}.period-switch{display:flex;background:#f2e5df;border-radius:999px;padding:4px}.period-switch button{border:0;background:transparent;padding:9px 14px;border-radius:999px}.period-switch button.active{background:#fff;box-shadow:0 3px 12px #6e4b4320}.low-stock-alert{display:flex;align-items:center;gap:14px;background:#fff6e8;border:1px solid #e6c99f;border-radius:16px;padding:15px 18px;margin-bottom:20px;color:#8e653d}.low-stock-alert div{display:grid}.analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:22px}.analytics-grid>article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:21px;min-height:280px}.analytics-grid .analytics-wide{grid-column:span 2}.sales-chart{height:220px;display:flex;align-items:flex-end;gap:6px;padding-top:16px;overflow:hidden}.sales-chart span{height:100%;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;min-width:12px}.sales-chart span>b{display:block;width:70%;max-width:28px;background:linear-gradient(#c68178,#a96860);border-radius:7px 7px 2px 2px}.sales-chart small{font-size:9px;color:var(--text-muted);margin-top:7px;transform:rotate(-40deg)}.donut-wrap{display:grid;grid-template-columns:150px 1fr;align-items:center;grid-gap:18px;gap:18px;margin-top:25px}.donut{width:145px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:29px;background:#fff;border-radius:50%}.donut span{position:relative;z-index:1;font-weight:800}.donut-legend{display:grid;grid-gap:8px;gap:8px}.donut-legend small{display:grid;grid-template-columns:10px 1fr auto;align-items:center;grid-gap:7px;gap:7px}.donut-legend i{width:9px;height:9px;border-radius:50%}.export-actions{display:flex;gap:8px}.export-actions a{display:flex;align-items:center;gap:6px;border:1px solid var(--line);padding:10px 14px;border-radius:999px;text-decoration:none;color:inherit;background:#fff}.admin-return-request{display:grid;grid-gap:4px;gap:4px;background:#fff4ee;border:1px solid #ead5c9;border-radius:12px;padding:12px;margin-bottom:12px}.admin-order-editor{grid-template-columns:1fr 1.3fr auto auto!important}.label-button{background:#4d5c50!important}.ai-product-box{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:center;overflow:hidden;position:relative;background:linear-gradient(125deg,#fbf6ff,#f2e8f8 58%,#eee0f5);border:1px solid #d9c4e4;border-radius:22px;padding:19px 20px;box-shadow:0 14px 34px #6d557815}.ai-product-box:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-75px;top:-95px;background:#ffffff66}.ai-product-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;color:#6d5578;background:#fff;box-shadow:0 9px 24px #6d557827}.ai-product-copy{display:grid;grid-gap:4px;gap:4px;position:relative;z-index:1}.ai-product-copy>span{width:max-content;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#765682;background:#ffffffa8;border:1px solid #ddcae6;border-radius:999px;padding:4px 8px}.ai-product-copy>b{font-size:17px}.ai-product-copy>small{color:#796d7d;line-height:1.45}.ai-product-box button{position:relative;z-index:1;border:0;background:linear-gradient(135deg,#765582,#60436d);color:#fff;padding:12px 17px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;box-shadow:0 9px 20px #60436d38;white-space:nowrap}.ai-product-box button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.04)}.ai-product-box button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.admin-add-form.enhanced{max-width:920px}.color-picker{grid-column:1/-1;border:1px solid var(--line);border-radius:18px;padding:16px;display:flex;flex-wrap:wrap;gap:8px}.color-picker legend{padding:0 8px;font-weight:700}.color-picker button{display:flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px}.color-picker button.active{border-color:var(--rose-dark);box-shadow:0 0 0 1px var(--rose-dark)}.color-picker i{width:14px;height:14px;border-radius:50%;border:1px solid #0001}.admin-form-message{grid-column:1/-1}.client-grid{display:grid;grid-gap:12px;gap:12px}.client-grid article{display:grid;grid-template-columns:auto 1fr 110px 140px;align-items:center;grid-gap:15px;gap:15px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 19px}.client-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#ecd9d3;font-weight:800}.client-grid article>div:nth-child(2),.client-grid article>span{display:grid}.client-grid small{color:var(--text-muted)}.audit-list{display:grid;grid-gap:10px;gap:10px}.audit-list article{display:grid;grid-template-columns:135px 1fr 170px;grid-gap:15px;gap:15px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px}.audit-list article>div{display:grid;grid-gap:4px;gap:4px}.audit-list small,.audit-list time{color:var(--text-muted);font-size:12px}.audit-action{font-size:10px;font-weight:800;letter-spacing:.05em;background:#eee;border-radius:999px;padding:7px 10px;height:max-content;text-align:center}.audit-list pre{white-space:pre-wrap;font-size:11px;background:#f8f5f3;padding:10px;border-radius:9px;max-height:220px;overflow:auto}@media(max-width:1000px){.analytics-grid{grid-template-columns:1fr 1fr}.analytics-grid .analytics-wide{grid-column:span 2}.profile-settings-grid{grid-template-columns:1fr}.favorite-profile-grid{grid-template-columns:1fr 1fr}.admin-order-editor{grid-template-columns:1fr!important}}@media(max-width:700px){.analytics-grid{grid-template-columns:1fr}.analytics-grid .analytics-wide{grid-column:auto}.donut-wrap{grid-template-columns:1fr}.donut{margin:auto}.favorite-profile-grid{grid-template-columns:1fr}.client-grid article{grid-template-columns:auto 1fr}.client-grid article>span{grid-column:2}.audit-list article{grid-template-columns:1fr}.profile-wrap{display:block}.profile-user{margin-bottom:18px}.ai-product-box{grid-template-columns:1fr}.profile-order-head{grid-template-columns:1fr 1fr}}.simple-account-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:linear-gradient(145deg,#fbf3ee,#f5e4df)}.simple-account-card{width:min(460px,100%);display:flex;flex-direction:column;gap:16px;padding:38px;background:#fff;border:1px solid #eaded7;border-radius:26px;box-shadow:0 20px 60px rgba(74,55,48,.1)}.simple-account-card h1{font-family:var(--font-serif,Georgia,serif);font-size:36px;margin:0}.simple-account-card p{color:#806d66;line-height:1.65;margin:0}.simple-account-card label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:700}.simple-account-card input{width:100%;border:1px solid #dfd2ca;border-radius:12px;padding:13px 14px;font:inherit}.simple-account-button,.simple-account-card button{border:0;border-radius:999px;background:#a96d65;color:#fff;padding:14px 20px;text-align:center;text-decoration:none;font-weight:800;cursor:pointer}.simple-account-card>a:first-child{color:#7f6962;text-decoration:none;font-size:13px}.admin-payment-method{margin:12px 0;padding:10px 12px;border-radius:13px;background:#fff7f2;color:#7a6158;font-size:12px;display:grid;grid-gap:4px;gap:4px}.admin-payment-method b{color:#5f4740}.admin-payment-method small{color:#a96860;font-weight:700}.checkout-success-copy p{margin:8px 0}.checkout-success-copy b{color:#60443d}.manual-blik-card{margin:16px 0;padding:15px;border:1px solid #ead8d1;border-radius:18px;background:linear-gradient(145deg,#fff9f5,#f8ece7);display:grid;grid-gap:12px;gap:12px;color:#70584f}.manual-blik-card>div{display:flex;align-items:center;gap:10px}.manual-blik-card svg{color:#a96860}.manual-blik-card span{display:grid;grid-gap:2px;gap:2px}.manual-blik-card small{color:#92786f}.manual-blik-card ul{margin:0;padding-left:18px;display:grid;grid-gap:6px;gap:6px;font-size:12px}.manual-blik-card strong{color:#5f4740}.product-color-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 0;padding:14px 16px;border:1px solid #eaded7;border-radius:16px;background:#fff8f4;color:#755f57;font-size:13px;font-weight:800}.product-color-summary div{display:flex;gap:7px}.product-color-summary i{width:18px;height:18px;border-radius:50%;border:1px solid #0001}.profile-logout{width:100%;display:flex;align-items:center;gap:8px;border:1px solid #eaded7;background:#fff7f3;color:#8b514a;border-radius:12px;padding:11px 13px;font-weight:800;cursor:pointer}.profile-danger-zone{margin-top:18px;padding:18px;border:1px solid #e8c8c1;background:#fff7f5;border-radius:18px;display:flex;justify-content:space-between;gap:16px;align-items:center}.profile-danger-zone p{margin:5px 0 0;color:#806d66;line-height:1.55}.profile-danger-zone button{border:0;border-radius:999px;background:#9d4f49;color:#fff;padding:11px 16px;font-weight:800;white-space:nowrap}.checkout-memory-note{margin:14px 0 0;color:#8d746b;font-size:12px;line-height:1.55}.pretty-brand{gap:12px}.pretty-brand>span:last-child{display:grid;line-height:.9;text-align:left}.pretty-brand b{font-family:Georgia,serif;font-size:28px;letter-spacing:.04em;color:#8f5049}.pretty-brand em{font-family:Georgia,serif;font-style:italic;font-size:22px;color:#3d2b31;margin-left:18px}.manual-success-box{padding:15px 18px;border:1px solid #ead8d1;border-radius:18px;background:#fff8f4}.checkout-success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.checkout-success-button{gap:8px}.checkout-success-button.paid-button{background:#a96860}.checkout-success-button.secondary{background:#fff;color:#4a3730;border:1px solid #eadbd2;box-shadow:none}.checkout-success-button.secondary:hover{background:#fff7f3}