:root{font-family:Inter,Arial,sans-serif;color:#111827;background:#f3f4f6;--content-max-width: 960px}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;display:grid;align-content:start;justify-items:center;padding:24px;gap:16px}.card,.home-header,.hero-banner,.site-footer{width:min(var(--content-max-width),100%)}.card{background:#fff;border-radius:18px;box-shadow:0 12px 34px #0f172a1a;padding:20px}.home-header{background:linear-gradient(135deg,#fff,#f8fafc 45%,#eef2ff);border-radius:18px;box-shadow:0 12px 34px #0f172a14;padding:20px;text-align:center}.home-title{margin:4px 0 8px;font-size:clamp(1.6rem,2.6vw,2.2rem);letter-spacing:-.02em}.home-title-wrap{margin-bottom:14px}.home-eyebrow{margin:0;color:#4f46e5;font-size:13px;font-weight:700}.home-subtitle{margin:0;color:#475569;font-size:14px}.home-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.home-actions button{border:1px solid #cbd5e1;border-radius:999px;background:#ffffffd1;padding:9px 14px;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-action-button:hover{transform:translateY(-1px);border-color:#a5b4fc;box-shadow:0 8px 20px #6366f11f}.home-action-icon{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#eef2ff}.hero-banner-image{width:100%;height:220px;border-radius:16px;object-fit:cover;display:block}.product-image{width:100%;height:280px;object-fit:cover;border-radius:12px}.thumb-instruction{margin:12px 0 6px;color:#7c2d12;font-weight:600;text-align:center}.thumb-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,148px));justify-content:center;gap:10px}.thumb{border:1px solid #d1d5db;border-radius:10px;padding:0;overflow:hidden;background:#fff;display:grid}.thumb img{width:100%;height:112px;object-fit:cover;display:block}.thumb-active{border-color:#f97316}.thumb span{padding:8px;font-size:13px;color:#374151}.thumb-static{pointer-events:none}h1{margin-bottom:8px}.price{font-size:32px;margin:8px 0 14px;font-weight:700}.order-form{display:grid;gap:10px}.order-form input,.order-form select,.order-form textarea,.order-form button{width:100%;border-radius:10px;border:1px solid #d1d5db;padding:12px;font-size:16px}.admin-textarea{min-height:90px;resize:vertical}.file-label{font-size:14px;color:#374151;display:grid;gap:6px}.admin-subtitle{margin:4px 0 0;font-size:16px}.order-form button{border:none;background:#f97316;color:#fff;font-weight:600;cursor:pointer}.total,.status,.warning{margin:12px 0 0}.product-page{background:#fff7ed}.product-step-page{max-width:760px;display:grid;gap:18px}.product-step-main-title{margin:0;text-align:center}.product-step-image-block{display:grid;gap:10px}.product-step-product-title{margin:0;font-size:1.05rem;text-align:center}.product-step-selection{background:#fff;border:1px solid #fed7aa;border-radius:16px;padding:14px;display:grid;gap:12px}.product-step-selection h3{margin:0}.size-choice-pills{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px}.size-pill{border:1px solid #fdba74;border-radius:999px;background:#fff7ed;color:#9a3412;padding:10px 12px;font-weight:600;cursor:pointer}.size-pill-active{background:#f97316;border-color:#f97316;color:#fff}.size-selection-hint{margin:0;color:#7c2d12;font-size:14px}.quantity-stepper{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:1px solid #fdba74;border-radius:999px;padding:4px;width:fit-content}.quantity-stepper button{width:34px;height:34px;border:none;border-radius:999px;background:#f97316;color:#fff;font-size:20px;line-height:1;cursor:pointer}.quantity-stepper span{min-width:26px;text-align:center;font-weight:700}.warning{color:#b45309}.stacked-home-images{display:grid;gap:12px}.stacked-home-image{width:100%;border-radius:12px;object-fit:cover;display:block}.product-details-panel{border:1px solid #e5e7eb;background:linear-gradient(145deg,#fff,#f8fbff)}.details-header{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:12px;margin-bottom:16px}.rating{margin:0;font-weight:700}.availability{margin:6px 0 0;font-weight:700;color:#991b1b}.stock-note{margin:4px 0 0;color:#334155}.details-list{margin:8px 0 14px;padding-left:22px;display:grid;gap:8px;color:#1f2937}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px 16px;margin-bottom:14px}.details-grid p{margin:0;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.site-footer{background:#0f172a;color:#e2e8f0;border-radius:18px;padding:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.site-footer h2{margin:0 0 8px;color:#fff}.site-footer p{margin:0;color:#cbd5e1}.footer-block{display:grid;gap:10px}.footer-subscribe-form{display:grid;gap:8px}.footer-subscribe-form input,.footer-subscribe-form button{border-radius:10px;border:1px solid #334155;padding:10px 12px;font-size:15px}.footer-subscribe-form input{background:#fff;color:#0f172a}.footer-subscribe-form button{border:none;background:#f97316;color:#fff;font-weight:700;cursor:pointer}.contact-list{margin:0;padding-left:20px;display:grid;gap:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin-tabs{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.tab-button{border:1px solid #d1d5db;border-radius:999px;background:#f9fafb;color:#111827;padding:8px 14px;cursor:pointer}.tab-button-active{background:#f97316;color:#fff;border-color:#f97316}.cart-list{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:140px 1fr;gap:12px;border:1px solid #fed7aa;border-radius:12px;padding:10px;background:#fff7ed}.cart-item-image{width:100%;height:110px;object-fit:cover;border-radius:10px}.cart-item h2{margin:0 0 6px;font-size:1rem}.cart-item p{margin:0}@media (max-width: 768px){.page{padding:12px;gap:12px}.card,.home-header,.site-footer{border-radius:14px;padding:14px}.home-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-actions button{width:100%;border-radius:10px}.hero-banner-image,.product-image{height:180px;border-radius:12px}.price{font-size:26px}.cart-item{grid-template-columns:1fr}}@media (max-width: 480px){.home-actions{grid-template-columns:1fr}.hero-banner-image,.product-image{height:150px}}
