@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter}body{background-color:#f5f5f5;padding-top:72px;min-height:100vh}a{text-decoration:none;color:inherit}.header-container{position:fixed;z-index:49;left:0;right:0;top:0;width:100%;border-bottom:1px solid #E7E7E7;background:#fafafce6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px #0f172a0a;height:75px}.header-inner{max-width:1512px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;letter-spacing:.08em;color:#111827}.header-brand__mark{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .5rem;height:34px;border-radius:10px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:1rem}.header-brand__text{font-size:.9rem}.header-nav{display:flex;align-items:center;gap:1rem;margin-left:auto;margin-right:1rem}.header-link{color:#475569;font-size:.92rem;font-weight:600;transition:color .2s ease}.header-link:hover{color:#111827}.header-button{border:none;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:.7rem 1rem;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;box-shadow:0 8px 16px #1118272e;transition:transform .2s ease,box-shadow .2s ease}.header-button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #11182738}.auth-page{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;margin-top:-72px}.auth-card{width:min(100%,460px);background:#fffffff2;border:1px solid #e5e7eb;border-radius:24px;padding:2rem}.auth-card__brand{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.auth-card__eyebrow{margin:0 0 .2rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#64748b;font-weight:700}.auth-card h1{margin:0;font-size:clamp(1.6rem,2vw,2rem);color:#111827}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-size:.88rem;font-weight:600;color:#334155}.auth-field input{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:.9rem 1rem;font-size:1rem;background:#f8fafc;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.auth-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.error-message{margin:0;color:#b91c1c;font-size:.88rem;font-weight:600}.auth-button{border:none;border-radius:12px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:1rem;font-weight:700;padding:.95rem 1.2rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media (max-width: 768px){.auth-card{padding:1.4rem}.header-inner{padding:0 1rem}.header-nav{display:none}.header-brand__text{font-size:.8rem}.header-button{padding:.6rem .8rem;font-size:.8rem}}.base-section{padding:2rem 1.5rem 3rem;max-width:1512px;margin:0 auto}.base-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.base-eyebrow{margin:0 0 .25rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4f46e5}.base-title{margin:0;font-size:1.5rem;color:#111827}.base-grid,.base-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.base-item{display:flex;flex-direction:column;gap:.6rem;background:#fff;border-radius:18px;padding:1.3rem 1.35rem;box-shadow:0 10px 30px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.base-item--summary{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap}.base-item__meta{display:flex;flex-direction:column;gap:.6rem}.base-item__total{margin-left:auto;font-size:2.05rem;color:#111827;font-weight:700}.base-item h3{margin:0;font-size:1.2rem;color:#111827}.base-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:1.25rem;box-shadow:0 12px 30px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.base-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0f172a1a}.base-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#4f46e51f;font-size:1.2rem;margin-bottom:.9rem}.base-card--product{display:flex;flex-direction:column;gap:.95rem;padding:0;overflow:hidden;text-decoration:none}.base-card__image{height:160px;background:linear-gradient(135deg,#e0e7ff,#f8fafc);position:relative}.base-card__image:before{content:"📦";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.2rem;opacity:.85}.base-card__body{display:flex;flex-direction:column;gap:.35rem}.base-card__title{margin:0;font-size:1rem;font-weight:700;color:#111827}.base-card__address,.base-card__city{margin:0;color:#6b7280;line-height:1.5}.base-empty{padding:2rem;text-align:center;color:#6b7280;background:#fff;border:1px dashed #d1d5db;border-radius:16px}.product-page{margin:0 auto;display:flex;flex-direction:column;row-gap:1.5rem}.product-card{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:1.5rem;background:#fff;border-radius:24px;padding:1.5rem}.product-card__media{min-height:320px;border-radius:18px;background:linear-gradient(135deg,#e2e8f0,#f8fafc);position:relative;overflow:hidden}.product-card__media:before{content:"🧥";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:4rem;opacity:.8}.product-card__content{display:flex;flex-direction:column;gap:1.25rem}.product-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-card__eyebrow{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4f46e5}.product-card__title{margin:0;font-size:clamp(1.4rem,2vw,2.1rem);color:#111827}.product-card__badge{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;border-radius:999px;padding:.4rem .8rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.product-card__list{display:flex;flex-direction:column;gap:.9rem}.product-card__list--grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;align-items:stretch}.product-size-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid #e5e7eb;border-radius:16px;background:#f8fafc}.product-size-row--grid{display:flex;align-items:center;justify-content:space-between;gap:.35rem;width:100%;min-height:70px;padding:.6rem .8rem;box-sizing:border-box;flex:1 1 170px}.product-size-row__info{display:flex;flex-direction:row;align-items:center;gap:.4rem;flex-wrap:wrap;flex:1 1 0;min-width:0}.product-size-row__label{font-weight:600;color:#111827;font-size:.9rem}.product-size-row__price{color:#0f172a;font-size:.9rem}.product-size-row__stock{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:120px;font-size:.82rem;color:#334155;font-weight:600;flex:0 0 120px}.product-size-row__stock-dot{width:10px;height:10px;border-radius:50%;display:inline-block;background:#dc2626;box-shadow:0 0 0 3px #dc26261f}.product-size-row__stock-dot.is-available{background:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.product-size-row__stock-dot.is-empty{background:#dc2626;box-shadow:0 0 0 3px #dc26261f}.product-size-row__qty{display:flex;align-items:center;gap:.4rem;font-size:.82rem;justify-content:flex-end;font-weight:700}.product-size-row__total{font-size:.82rem}.quantity-stepper{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;background:#fff}.quantity-stepper__button{border:none;background:#f1f5f9;color:#0f172a;width:34px;height:40px;font-size:1.3rem;cursor:pointer;transition:background .2s ease}.quantity-stepper__button:hover{background:#e2e8f0}.quantity-stepper input{width:72px;height:40px;border:none;background:#fff;text-align:center;font-size:1rem;color:#0f172a;outline:none}.quantity-stepper input::-webkit-outer-spin-button,.quantity-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-stepper input[type=number]{-moz-appearance:textfield}.product-card__cta{margin-top:auto;border:none;border-radius:12px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;padding:.95rem 1.2rem;font-size:.96rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-width:180px;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.product-card__cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #2563eb33}.product-card__cta:disabled{cursor:wait;opacity:.88}.product-card__cta.is-loading{animation:cart-button-pulse .9s ease-in-out infinite}.product-card__cta-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;display:inline-block;animation:cart-button-spin .75s linear infinite}@keyframes cart-button-spin{to{transform:rotate(360deg)}}@keyframes cart-button-pulse{0%,to{transform:scale(1);box-shadow:0 0 #2563eb26}50%{transform:scale(.985);box-shadow:0 0 18px #2563eb4d}}.product-empty{padding:2rem;text-align:center;color:#6b7280;background:#fff;border:1px dashed #d1d5db;border-radius:16px;margin:2rem auto;max-width:500px}@media (max-width: 1024px){.product-card__list--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.product-card{grid-template-columns:1fr;padding:1rem}.product-card__media{min-height:220px}.product-card__list--grid{grid-template-columns:1fr}.product-size-row{flex-direction:column;align-items:flex-start}.product-size-row__qty{width:100%;justify-content:space-between}.base-section{padding:1.25rem 1rem 2rem}.base-title{font-size:1.2rem}}
