*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--rose:#c4847f;--rose-light:#f5e8e7;--rose-dark:#a86560;--rose-muted:#e8c4c2;--cream:#fdf8f5;--warm-white:#fffcfa;--stone-50:#fafaf9;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-300:#d6d3d1;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;--stone-800:#292524;--stone-900:#1c1917;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 2px 8px #0000000f;--shadow:0 4px 20px #00000014;--shadow-lg:0 16px 48px #0000001f;--shadow-rose:0 8px 32px #c4847f33;--r-sm:8px;--r:14px;--r-lg:20px;--r-xl:28px;--r-full:9999px;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-body);background:var(--warm-white);color:var(--stone-800);-webkit-font-smoothing:antialiased;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}.container{max-width:1240px;margin:0 auto;padding:0 16px}@media (width>=640px){.container{padding:0 24px}}@media (width>=1024px){.container{padding:0 32px}}.btn{border-radius:var(--r-full);cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;font-family:var(--font-body);letter-spacing:.01em;touch-action:manipulation;border:none;justify-content:center;align-items:center;gap:8px;padding:11px 22px;transition:all .2s;display:inline-flex}.btn-primary{background:var(--rose);color:#fff}.btn-primary:hover{background:var(--rose-dark);box-shadow:var(--shadow-rose);transform:translateY(-1px)}.btn-outline{color:var(--rose-dark);border:1.5px solid var(--rose-muted);background:0 0}.btn-outline:hover{background:var(--rose-light);border-color:var(--rose)}.btn-ghost{color:var(--stone-600);border:1.5px solid var(--stone-200);background:0 0}.btn-ghost:hover{background:var(--stone-100)}.btn-danger{color:#fff;background:#dc2626}.btn-dark{background:var(--stone-900);color:#fff}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none!important;transform:none!important}.btn-sm{padding:7px 14px;font-size:13px}.btn-lg{padding:14px 28px;font-size:15px}@media (width<=480px){.btn-lg{padding:13px 20px;font-size:14px}}.form-group{margin-bottom:18px}label{color:var(--stone-600);margin-bottom:6px;font-size:13px;font-weight:500;display:block}input,select,textarea{border:1.5px solid var(--stone-200);border-radius:var(--r);width:100%;font-family:var(--font-body);color:var(--stone-800);-webkit-appearance:none;touch-action:manipulation;background:#fff;outline:none;padding:12px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px #c4847f1f}input::placeholder,textarea::placeholder{color:var(--stone-400)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.card{border-radius:var(--r-lg);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.badge{border-radius:var(--r-full);align-items:center;gap:5px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.badge-rose{background:var(--rose-light);color:var(--rose-dark)}.badge-green{color:#166534;background:#dcfce7}.badge-amber{color:#92400e;background:#fef3c7}.badge-blue{color:#1e40af;background:#dbeafe}.badge-purple{color:#6b21a8;background:#ede9fe}.badge-stone{background:var(--stone-100);color:var(--stone-600)}.badge-red{color:#991b1b;background:#fee2e2}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;display:grid}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (width<=640px){.products-grid{grid-template-columns:minmax(0,1fr);gap:20px;max-width:400px;margin-left:auto;margin-right:auto}}.product-card{border-radius:var(--r-lg);box-shadow:var(--shadow-sm);background:#fff;height:100%;position:relative;overflow:hidden}.product-card__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.product-card__media{aspect-ratio:4/3;background:var(--stone-50);flex-shrink:0;width:100%;max-height:200px;position:relative;overflow:hidden}.product-card__media img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=641px){.product-card__media{aspect-ratio:1;max-height:240px}}@media (width>=1025px){.product-card__media{max-height:260px}}@media (hover:hover){.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #c4847f24}}.product-card__media img{transition:transform .45s}.product-card{transition:box-shadow .22s,transform .22s}.product-card__body{text-align:center;flex-direction:column;flex:1;align-items:center;gap:0;min-width:0;padding:16px 18px 20px;display:flex}.product-card__category{color:var(--rose-dark);text-transform:uppercase;letter-spacing:.07em;justify-content:center;align-items:center;gap:5px;margin-bottom:8px;font-size:11px;font-weight:600;display:inline-flex}.product-card__title{font-size:clamp(15px,2.8vw,17px);font-family:var(--font-display);color:var(--stone-900);word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin-bottom:12px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__footer{flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:auto;display:flex}.product-card__price{font-size:clamp(18px,4vw,20px);font-family:var(--font-display);color:var(--rose-dark);font-weight:600}.product-card__cta{border-radius:var(--r-full);white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:7px 16px;font-size:12px;font-weight:500;display:inline-flex}.product-card__cta--available{color:var(--rose-dark);background:var(--rose-light)}.product-card__cta--oos{color:var(--stone-400);background:var(--stone-100)}@media (width>=641px){.product-card__body{text-align:left;align-items:flex-start}.product-card__category{justify-content:flex-start}.product-card__footer{flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.product-card__price,.product-card__cta{flex-shrink:0}}.product-detail-info{min-width:0}@media (width<=900px){.product-detail-info{text-align:center;flex-direction:column;align-items:center;display:flex}.product-detail-info .variant-row,.product-detail-info .qty-row{justify-content:center;width:100%}.product-detail-media{width:100%;max-width:420px;margin-left:auto;margin-right:auto}}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:var(--stone-500);text-transform:uppercase;letter-spacing:.07em;background:var(--stone-50);border-bottom:1px solid var(--stone-100);padding:12px 16px;font-size:11px;font-weight:600}.data-table td{border-bottom:1px solid var(--stone-50);vertical-align:middle;padding:14px 16px}.data-table tbody tr:hover{background:var(--stone-50)}.data-table tbody tr:last-child td{border-bottom:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--stone-100)}::-webkit-scrollbar-thumb{background:var(--rose-muted);border-radius:99px}.table-scroll{-webkit-overflow-scrolling:touch;border-radius:var(--r-lg);overflow-x:auto}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}.page-hero{padding:52px 0 36px}.page-content{padding:40px 0 80px}@media (width<=640px){.page-hero{padding:36px 0 24px}.page-content{padding:24px 0 60px}}.layout-with-sidebar{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:start;gap:40px;display:grid}@media (width<=900px){.layout-with-sidebar{grid-template-columns:1fr;gap:24px}}.layout-sidebar-sticky{position:sticky;top:88px}@media (width<=900px){.layout-sidebar-sticky{position:static}}.checkout-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=901px){.checkout-grid{grid-template-columns:1.1fr 1fr;align-items:start;gap:28px}}.product-detail-grid{grid-template-columns:1.1fr 1fr;align-items:start;gap:72px;display:grid}@media (width<=900px){.product-detail-grid{grid-template-columns:1fr;gap:32px}}.admin-detail-grid{grid-template-columns:minmax(0,1fr) minmax(240px,300px);align-items:start;gap:20px;display:grid}@media (width<=768px){.admin-detail-grid{grid-template-columns:1fr}}.admin-form-grid{grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:start;gap:28px;display:grid}@media (width<=900px){.admin-form-grid{grid-template-columns:1fr}}.cart-item{border-radius:var(--r-lg);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:20px;padding:24px;display:flex}.cart-item__image{border-radius:var(--r);background:var(--stone-50);flex-shrink:0;width:88px;height:88px;overflow:hidden}.cart-item__info{flex:1;min-width:0}.cart-item__qty{flex-shrink:0;align-items:center;gap:14px;display:flex}.cart-item__total{text-align:right;flex-shrink:0;min-width:110px}@media (width<=640px){.cart-item{flex-wrap:wrap;align-items:flex-start;gap:12px;padding:16px}.cart-item__image{width:72px;height:72px}.cart-item__info{flex:calc(100% - 84px)}.cart-item__qty{border-top:1px solid var(--stone-100);order:3;justify-content:center;width:100%;padding-top:4px}.cart-item__total{min-width:unset;text-align:right;order:2;margin-left:auto}}.filters-bar{flex-wrap:wrap;align-items:stretch;gap:16px;margin-bottom:40px;display:flex}.filters-bar__search{flex:240px;min-width:0;position:relative}.filters-bar__select{flex:0 200px;min-width:0}@media (width<=480px){.filters-bar{flex-direction:column;gap:12px;margin-bottom:28px}.filters-bar__search,.filters-bar__select{flex:auto;width:100%}}.nav-brand{font-family:var(--font-display);color:var(--rose-dark);letter-spacing:.01em;max-width:min(46vw,240px);font-size:clamp(14px,3.5vw,17px);font-weight:600;line-height:1.2}@media (width>=769px){.nav-brand{max-width:none}}.summary-card{border-radius:var(--r-xl);box-shadow:var(--shadow-sm);background:#fff;padding:32px}@media (width<=640px){.summary-card{border-radius:var(--r-lg);padding:24px 20px}}.pay-test-grid{color:var(--stone-500);grid-template-columns:1fr 1fr;gap:5px 14px;font-size:12px;display:grid}@media (width<=480px){.pay-test-grid{grid-template-columns:1fr;gap:4px}}.admin-shell{background:var(--stone-50);min-height:100vh;display:flex}.admin-sidebar{background:var(--stone-900);z-index:250;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.admin-main{flex:1;min-width:0;overflow:auto}.admin-mobile-bar{background:var(--stone-900);color:#fff;z-index:240;justify-content:space-between;align-items:center;padding:12px 16px;display:none;position:sticky;top:0}.admin-sidebar-backdrop{z-index:249;background:#00000073;display:none;position:fixed;inset:0}@media (width<=768px){.admin-shell{flex-direction:column}.admin-mobile-bar{display:flex}.admin-sidebar{height:100%;box-shadow:var(--shadow-lg);transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.admin-sidebar.is-open{transform:translate(0)}.admin-sidebar-backdrop.is-visible{display:block}.admin-page-padding{padding:20px 16px!important}}.order-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.order-row__actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}@media (width<=480px){.order-row{flex-direction:column;align-items:stretch}.order-row__actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}
