:root{--bg: #eef2f8;--surface: #ffffff;--surface-soft: #f6f8fc;--text: #0e1726;--muted: #5f6d83;--line: #e3e8f1;--primary: #1d4ed8;--primary-2: #2563eb;--accent: #0f172a;--shadow: 0 16px 40px rgba(15, 23, 42, .08);--radius: 22px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 25%),linear-gradient(180deg,#eef2f8,#f7f9fd 55%,#eef2f8)}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;width:100%}.container{width:min(1280px,calc(100% - 32px));margin:0 auto}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.desktop-header{display:flex;align-items:center;justify-content:space-around;height:90px}.mobile-header{display:none;min-height:76px;grid-template-columns:42px 1fr auto;align-items:center;gap:10px}.header-brand-block{display:inline-flex;align-items:center;justify-content:flex-start}.brand{display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:1.18rem;letter-spacing:.03em}.brand__logo{width:100%;height:120px;max-width:190px;object-fit:contain}.brand--black{color:#000}.brand--center{justify-self:center}.brand--drawer{font-size:1.25rem}.brand__logo--mobile{height:66px;max-width:180px}.brand__logo--drawer{height:38px;max-width:190px}.header-actions{display:flex;align-items:center;justify-self:end;gap:10px;flex-shrink:0}.header-auth{display:flex;align-items:center;gap:10px}.header-auth__link{min-height:42px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:4rem;letter-spacing:.01em;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.header-auth__link--ghost{border:1px solid #d7e2f3;background:#fff;color:#111827;box-shadow:0 10px 18px #0f172a0d}.header-auth__link--solid{border:1px solid var(--primary);background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 12px 24px #2563eb3d}.header-auth__icon{width:42px;padding:0}.header-auth__link:hover{transform:translateY(-1px)}.header-icons,.nav-icons{display:flex;align-items:center;gap:12px}.main-nav{display:flex;align-items:center;justify-content:flex-start;gap:18px;font-weight:700;position:relative;flex:1 1 auto;min-width:0;padding:0 10px;overflow:visible;white-space:nowrap;scrollbar-width:none;font-size:.9rem;line-height:1.15}.main-nav::-webkit-scrollbar{display:none}.main-nav a{color:#1f2937}.main-nav a.active,.main-nav a:hover{color:var(--primary)}.nav-item{position:relative;display:inline-flex;flex-shrink:0}.nav-item>a{display:inline-flex;align-items:center;gap:6px;text-align:center}.main-nav a{flex:0 0 auto;padding:8px 0}.nav-dropdown{position:absolute;top:100%;left:0;min-width:220px;padding:8px;margin-top:8px;border-radius:16px;border:1px solid var(--line);background:#fff;box-shadow:0 20px 40px #0f172a1f;display:grid;gap:4px;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:1001}.nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.nav-dropdown a{padding:10px 12px;border-radius:12px;font-weight:700;color:#1f2937}.nav-dropdown a:hover{background:#2563eb14;color:var(--primary)}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.menu-toggle{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111827;box-shadow:0 8px 18px #0f172a0d;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.menu-toggle:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0f172a14}.nav-icons--header{justify-self:end}.nav-icons--header .header-icon-btn--profile{display:none}.header-icon-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111827;box-shadow:0 8px 18px #0f172a0d;cursor:pointer}.cart-icon-link{position:relative}.header-icon-btn:hover,.header-auth__link:hover{transform:translateY(-1px)}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0f172a61;opacity:0;pointer-events:none;transition:opacity .18s ease}.mobile-overlay.open{opacity:1;pointer-events:auto}.mobile-drawer{width:min(86vw,360px);height:100%;background:#fff;border-right:1px solid var(--line);box-shadow:24px 0 50px #0f172a24;padding:22px 20px 24px;display:grid;align-content:start;gap:22px;transform:translate(-100%);transition:transform .22s ease}.mobile-drawer.open{transform:translate(0)}.mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:14px}.drawer-close{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.drawer-nav{display:grid;gap:14px;padding-top:6px}.drawer-nav a{font-size:1.02rem;font-weight:700;color:#1f2937;padding:10px 0}.drawer-nav a.active,.drawer-nav a:hover{color:var(--primary)}.drawer-group{display:grid;gap:8px}.drawer-group__toggle{width:100%;border:0;background:transparent;padding:10px 0;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#1f2937;cursor:pointer}.drawer-group__toggle svg{transition:transform .16s ease}.drawer-group__toggle svg.is-open{transform:rotate(180deg)}.drawer-group__list{display:grid;gap:8px;padding-left:14px;max-height:0;overflow:hidden;transition:max-height .22s ease}.drawer-group__list.open{max-height:500px}.drawer-group__list a{font-weight:600;color:#4b5563;padding:6px 0}.drawer-search{padding-top:8px;border-top:1px solid var(--line)}.drawer-search__btn{min-height:48px;border:1px solid #d7e2f3;border-radius:999px;background:#fff;color:#0f172a;display:inline-flex;align-items:center;gap:10px;padding:0 16px;font-weight:700}.drawer-auth{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.drawer-auth__btn{min-height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.01em;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.drawer-auth__btn--ghost{border-color:#d7e2f3;background:#fff;color:#111827}.drawer-auth__btn--solid{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 12px 24px #2563eb3d}.cart-page{padding-top:44px}.cart-page__head{text-align:center;margin-bottom:34px}.cart-page__head h1{margin:6px 0 8px;font-size:clamp(2rem,3vw,3.4rem);font-weight:300;letter-spacing:-.03em}.cart-page__head span{color:var(--primary)}.cart-layout{display:grid;grid-template-columns:1.7fr .8fr;gap:20px;align-items:start}.cart-list{display:grid;gap:14px}.cart-empty{background:#fff;border:1px solid var(--line);border-radius:0;box-shadow:var(--shadow);padding:32px;display:grid;gap:12px;place-items:center;text-align:center}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:18px}.cart-item__image{width:120px;height:120px;border-radius:18px;object-fit:cover}.cart-item__content h3{margin:0;font-size:1.05rem}.cart-item__content p{margin:6px 0 0;color:var(--muted)}.cart-item__variant{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.cart-item__variant-swatch,.checkout-summary__variant-swatch{width:12px;height:12px;border-radius:999px;border:1px solid rgba(148,163,184,.45);flex:0 0 auto}.cart-qty{display:inline-flex;align-items:center;gap:12px;margin-top:14px;padding:8px 12px;border:1px solid var(--line);border-radius:14px;background:#fff}.cart-qty button{width:30px;height:30px;border-radius:10px;border:1px solid #d6dceb;background:#f9fbff;color:#111827;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cart-stock{margin-top:10px!important;font-size:.9rem;color:#6a7890!important}.cart-item__side{display:grid;justify-items:end;gap:12px;min-width:110px}.cart-remove{width:34px;height:34px;border-radius:50%;border:1px solid #e2e8f3;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cart-item__side strong{font-size:1rem}.cart-continue{margin-top:6px;color:var(--primary);font-weight:800;display:inline-flex;align-items:center;gap:8px}.cart-summary{position:sticky;top:104px}.cart-summary h2{margin:0 0 18px;font-size:clamp(1.8rem,3vw,3rem);font-weight:300;letter-spacing:-.03em}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.summary-row--total{font-size:1.2rem;font-weight:800}.cart-summary hr{border:0;border-top:1px solid var(--line);margin:14px 0}.cart-summary__button{width:100%;margin-top:14px;min-height:48px}.summary-note{margin-top:12px!important;text-align:center;color:var(--muted)!important;font-size:.92rem}.cart-count-badge{position:absolute;top:-5px;right:-5px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#eff6ff;color:var(--primary);border:1px solid #dbe7ff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800}.hero-carousel{position:relative;width:100%;height:clamp(480px,78vh,860px);overflow:hidden;z-index:1;background:#0f172a}.hero-track{display:flex;height:100%;transition:transform .5s ease}.hero-slide{position:relative;min-width:100%;height:100%;overflow:hidden}.hero-slide__link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.azul{background-color:#1434ef;width:100%;padding:5px}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.95) contrast(1.02);background:#0f172a}.hero-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070c1837,#070c1810 45%,#070c1814),linear-gradient(180deg,#2564eb00,#0206170c)}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:min(1280px,calc(100% - 32px));margin:0 auto;display:flex;flex-direction:column;justify-content:center;color:#fff}.hero-eyebrow{display:inline-flex;width:fit-content;padding:8px 14px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.22em;font-size:.76rem;font-weight:800}.hero-content h1{margin:14px 0;max-width:10ch;font-size:clamp(3.1rem,6vw,6rem);line-height:.92;letter-spacing:-.05em}.hero-content p{max-width:560px;margin:0;color:#ffffffd6;font-size:1.03rem;line-height:1.7}.hero-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:28px;padding:14px 24px;border-radius:14px;background:#fff;color:#111827;font-weight:800;box-shadow:0 18px 40px #0f172a2e}.hero-callout{position:absolute;right:clamp(16px,4vw,48px);top:50%;transform:translateY(-50%);width:min(320px,28vw);padding:22px;border-radius:22px;background:#ffffff29;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;z-index:2}.auth-section{padding:64px 0 80px}.auth-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:start}.auth-hero{padding-top:18px}.auth-hero h1{margin:12px 0;font-size:clamp(2.2rem,4vw,3.8rem);letter-spacing:-.04em}.auth-card{display:grid;gap:16px;min-width:0}.field{display:grid;gap:8px}.field>span{font-size:.92rem;font-weight:700;color:#1f2937}.field-control{display:flex;align-items:center;gap:10px;padding:0 14px;min-height:48px;border:1px solid var(--line);border-radius:14px;background:#fff}.field-control svg{flex:0 0 auto;color:var(--muted)}.field-control input{width:100%;border:0;outline:none;background:transparent;color:var(--text);padding:12px 0;min-width:0}.password-toggle{border:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.terms-check{display:flex;align-items:flex-start;gap:12px;color:#1f2937;font-weight:600}.terms-check input{margin-top:3px}.terms-check span{display:inline-flex;align-items:center;gap:8px}.auth-shell{min-height:100vh;background:#f4f6fa;padding-bottom:56px}.auth-shell__bar{height:12px;background:linear-gradient(90deg,#1d4ed8,#0ea5e9)}.auth-layout--login,.auth-layout--register{display:grid;gap:18px;margin-top:34px;grid-template-columns:1fr;justify-items:center}.auth-back{display:inline-flex;align-items:center;gap:8px;color:#6b7280;font-weight:700;width:min(100%,980px)}.auth-card--split,.auth-card--register{background:#fff;border:1px solid #d2d8e4;border-radius:16px;box-shadow:0 18px 42px #0f172a14;padding:24px}.auth-card--split{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start;width:min(100%,980px)}.auth-card--register{width:min(100%,980px)}.auth-card--login{width:min(100%,760px);display:grid;gap:24px;justify-self:center}.auth-form,.auth-hero,.auth-segment,.auth-grid,.auth-terms{width:100%}.auth-hero{padding-top:6px}.auth-kicker{color:var(--primary);text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;font-weight:900;margin:0 0 10px}.auth-hero h1{margin:0 0 12px;color:#111827;letter-spacing:-.04em}.auth-hero--center{text-align:left}.auth-form--single{max-width:100%}.profile-page{padding-bottom:56px}.profile-hero{background:linear-gradient(135deg,#050816,#0a1222 55%,#111827);color:#fff;padding:32px 0;box-shadow:inset 0 -1px #ffffff14}.profile-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.profile-hero__identity{display:flex;align-items:center;gap:18px;min-width:0}.profile-avatar{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#d8b86c,#f0cf7c);color:#111827;font-size:1.8rem;font-weight:900;flex:0 0 auto}.profile-hero__text h1{margin:6px 0 4px;font-size:clamp(2rem,3vw,3rem);letter-spacing:-.04em}.profile-hero__text p{margin:0;color:#ffffffc7}.profile-kicker{display:inline-flex;font-size:.75rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#fff9}.profile-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profile-logout,.profile-admin-link{min-height:42px;border-radius:12px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(148,163,184,.35);background:#ffffff08;color:#fff;font-weight:800;cursor:pointer}.profile-page__content{padding-top:26px;display:grid;gap:22px}.profile-tabs{display:flex;gap:14px;flex-wrap:wrap;border-bottom:1px solid #d8dfeb;padding-bottom:12px}.profile-tab{min-height:48px;padding:0 18px;border:1px solid transparent;border-radius:12px;background:transparent;color:#6b7a90;display:inline-flex;align-items:center;gap:8px;font-weight:800;cursor:pointer}.profile-tab.active{background:#fff;border-color:#111827;color:#111827;box-shadow:0 8px 20px #0f172a0f}.profile-summary-grid,.profile-info-block{display:flex;flex-direction:column;gap:18px}.profile-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px}.profile-card__head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.profile-card__head h2{margin:0;font-size:1.18rem;letter-spacing:-.02em}.profile-info-list{display:grid;grid-template-columns:1fr;gap:14px}.profile-info-list--two{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-info-list--compact{grid-template-columns:1fr}.profile-info-list>div{border:1px solid #e3e8f1;border-radius:14px;background:#f9fbff;padding:12px 14px;display:grid;gap:4px}.profile-info-list span{font-size:.84rem;color:#718096;font-weight:700}.profile-info-list strong{font-size:.98rem;color:#0f172a;font-weight:800}.profile-address-form{display:grid;gap:16px}.profile-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-field{display:grid;gap:6px}.profile-field span{font-size:.9rem;color:#64748b;font-weight:700}.profile-field input{min-height:46px;border:2px solid #c6ccd8;border-radius:12px;padding:0 14px;color:#111827;background:#fff;outline:none}.profile-field input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.profile-message{margin:0;color:var(--primary);font-weight:700}.profile-message--error{color:#dc2626}.profile-save-button{justify-self:start;min-width:180px;display:inline-flex;align-items:center;gap:8px}.profile-orders{display:grid;gap:16px}.profile-favorite-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:16px;display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center}.profile-favorite-card__image{width:72px;height:72px;border-radius:16px;object-fit:cover}.profile-favorite-card__content{min-width:0;display:grid;gap:4px}.profile-favorite-card__title{margin:0;font-weight:900;color:#0f172a}.profile-favorite-card__meta{color:#64748b;font-size:.92rem}.profile-favorite-card__price{white-space:nowrap;font-weight:900;color:#0f172a}.profile-order-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px;display:grid;gap:18px}.profile-order-card__top,.profile-order-card__footer{display:flex;justify-content:space-between;gap:16px;align-items:center}.profile-order-code{margin:0;font-size:1.35rem;font-weight:900;letter-spacing:-.03em}.profile-order-date{display:inline-block;margin-top:6px;color:#63718a}.profile-order-status{min-height:36px;padding:0 12px;border-radius:999px;background:#dcfce7;color:#15803d;font-weight:800;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.profile-order-items{display:grid;gap:12px}.profile-order-item{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;padding-bottom:12px;border-bottom:1px solid #edf1f7}.profile-order-item:last-child{padding-bottom:0;border-bottom:0}.profile-order-item img{width:58px;height:58px;border-radius:12px;object-fit:cover}.profile-order-item strong{display:block;margin-bottom:4px}.profile-order-item span{color:#64748b}.profile-order-link{border:0;background:transparent;color:#b88619;font-weight:800;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.profile-empty{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:36px;display:grid;gap:12px;place-items:center;text-align:center}.profile-note{color:#5f6d83;line-height:1.6;margin:0}.order-details-page{background:#f3f5f9}.order-details-card{background:#fff;border:1px solid #dfe7f2;border-radius:28px;padding:32px;box-shadow:0 24px 60px #0f172a14}.order-details-card__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.order-details-card__hero-icon{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:#f6e9eb;color:#8a2438;flex-shrink:0}.order-details-card__hero-text{flex:1}.order-details-card__hero-text h1{margin:0 0 8px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.order-details-card__hero-text p,.order-details-card__hero-text span{margin:4px 0;color:#5b6b88}.order-details-status{padding:10px 16px;border-radius:999px;font-weight:700;white-space:nowrap}.order-details-status--success{background:#dcfce7;color:#15803d}.order-details-status--warning{background:#fef3c7;color:#b45309}.order-details-status--danger{background:#fee2e2;color:#b91c1c}.order-details-status--info{background:#dbeafe;color:#1d4ed8}.order-details-alert,.order-details-track{margin-top:24px;border:1px solid #b7e4c7;background:#eefbf1;border-radius:18px;padding:16px 20px}.order-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.order-details-box{border:1px solid #dfe7f2;border-radius:18px;padding:16px 20px}.order-details-box__title{display:flex;align-items:center;gap:8px;margin-bottom:12px}.order-details-box__title h2,.order-details-timeline h2{margin:0;font-size:1.1rem}.order-details-items,.order-details-summary,.order-details-timeline{margin-top:24px}.order-details-item{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;border:1px solid #dfe7f2;border-radius:16px;padding:16px;margin-top:12px}.order-details-item img{width:92px;height:92px;border-radius:12px;object-fit:cover;background:#eef2f7}.order-details-item__content{display:flex;flex-direction:column;gap:6px;color:#5b6b88}.order-details-item__content strong,.order-details-item__total{color:#0f172a}.order-details-summary{border-top:1px solid #dfe7f2;padding-top:16px}.order-details-summary div{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-details-summary .total{font-size:1.25rem;font-weight:800}.order-details-progress{margin-top:24px;padding:18px 20px;border:1px solid #dfe7f2;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcff)}.order-details-progress__bar{position:relative;height:8px;margin-top:14px;border-radius:999px;background:#e8eef7;overflow:hidden}.order-details-progress__bar .fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1d4ed8,#0ea5e9);transition:width .2s ease}.order-details-progress__bar .fill--0{width:18%}.order-details-progress__bar .fill--1{width:38%}.order-details-progress__bar .fill--2{width:58%}.order-details-progress__bar .fill--3{width:78%}.order-details-progress__bar .fill--4{width:100%}.order-details-progress__steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.order-details-progress__step{display:grid;justify-items:center;gap:8px;color:#7b8798;font-size:.88rem;text-align:center}.order-details-progress__step:before{content:"";width:12px;height:12px;border-radius:999px;background:#cbd5e1;box-shadow:0 0 0 6px #cbd5e126}.order-details-progress__step.is-active{color:#1e293b;font-weight:700}.order-details-progress__step.is-active:before{background:#1d4ed8;box-shadow:0 0 0 6px #1d4ed81f}.order-details-progress__step.is-current{color:#0f172a}.order-details-track__link{display:inline-flex;align-items:center;gap:6px;color:#1d4ed8;text-decoration:none;font-weight:700}.order-details-timeline__list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.order-details-timeline__item{display:grid;grid-template-columns:18px 1fr;gap:14px}.order-details-timeline__dot{width:14px;height:14px;border-radius:999px;margin-top:4px;background:#1d4ed8;box-shadow:0 0 0 6px #1d4ed81f}.order-details-timeline__item p,.order-details-timeline__item span{margin:4px 0;color:#5b6b88}.order-details-actions{margin-top:32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.order-details-actions .button{min-height:52px}@media (max-width: 840px){.order-details-card{padding:20px}.order-details-card__hero,.order-details-grid,.order-details-progress__steps,.order-details-actions,.order-details-item{display:grid;grid-template-columns:1fr}.order-details-status{justify-self:start}.order-details-item img{width:100%;height:220px}}.auth-hero p{margin:0;color:#5b6475;line-height:1.6}.auth-form{display:grid;gap:16px}.auth-form__head{display:flex;align-items:center;justify-content:space-between}.auth-step,.auth-section-title span{display:inline-flex;align-items:center;font-size:1.12rem;font-weight:900;color:#111827;letter-spacing:-.02em}.auth-section-title{margin-top:10px}.auth-section-title span{font-size:1.35rem}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.auth-field{display:grid;gap:6px;width:100%}.auth-field--full{grid-column:1 / -1}.auth-field>span{color:#64748b;font-size:.9rem;font-weight:700}.auth-input{min-height:46px;border-radius:8px;border:2px solid #c0c4ce;background:#fff;display:flex;align-items:center;gap:10px;padding:0 14px;color:#111827;transition:border-color .16s ease,box-shadow .16s ease}.auth-input input,.auth-input select{width:100%;border:0;outline:none;background:transparent;color:inherit;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-input select{padding-right:8px}.auth-input--select{padding-right:12px}.auth-input--select svg{color:#9ca3af;flex:0 0 auto}.auth-input svg{color:#64748b;flex:0 0 auto}.auth-input--error{border-color:#ef4444;box-shadow:0 0 0 1px #ef444414}.auth-input--success{border-color:#22c55e}.auth-password-toggle{border:0;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.auth-helper{margin-top:-2px;font-size:.8rem}.auth-helper-link{border:0;background:transparent;padding:0;text-align:left;color:var(--primary);font-weight:700;cursor:pointer}.auth-helper--error{color:#ef4444}.auth-link{font-size:.8rem;color:var(--primary);font-weight:700}.auth-segment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-type{min-height:44px;border-radius:8px;border:2px solid #c0c4ce;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.auth-type.active{border-color:#1e88ff;color:#1e88ff;box-shadow:inset 0 0 0 1px #1e88ff1a}.auth-terms{display:flex;align-items:flex-start;gap:10px;color:#1f2937;font-weight:600}.auth-terms input{margin-top:4px}.auth-terms span{display:inline-flex;align-items:center;gap:8px}.auth-terms--error{color:#dc2626}.auth-submit{min-height:48px;border-radius:10px;width:100%}.auth-links-row{display:flex;justify-content:flex-end}.auth-link--muted{color:#4f6b9d;font-weight:700}.auth-switch{margin:0;text-align:center;color:#4b5563}.auth-switch a{color:var(--primary);font-weight:800}.auth-error{margin:0;color:#dc2626;font-weight:700}.auth-success{margin:0;color:#15803d;font-weight:700}.auth-reset__resend{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;align-self:center}.hero-callout strong{display:block;font-size:1.2rem;margin-bottom:10px}.hero-callout p{margin:0;color:#ffffffd9}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:#11182773;color:#fff;cursor:pointer;z-index:3;display:grid;place-items:center;font-size:1.2rem}.hero-nav.left{left:20px}.hero-nav.right{right:20px}.hero-dots{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:flex;gap:8px;z-index:3}.hero-dots button{width:8px;height:8px;border-radius:999px;border:0;background:#ffffff80;cursor:pointer}.hero-dots button.active{width:34px;background:#fff}.hero-features{background:#fff;border-bottom:1px solid var(--line)}.hero-features-grid{min-height:108px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:center}.hero-feature-card{display:flex;align-items:center;gap:14px;padding:14px 16px}.hero-features-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:var(--primary);font-size:1.1rem;flex:0 0 auto}.hero-feature-copy h3{margin:0;font-size:1rem;font-weight:800}.hero-feature-copy p{margin:3px 0 0;color:var(--muted)}.section{padding:56px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.eyebrow{margin:0 0 12px;letter-spacing:.22em;color:var(--primary);font-size:.78rem;font-weight:800;text-transform:uppercase}.section-head h2,.category-head h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.03em}.section-head p{margin:8px 0 0;color:var(--muted)}.view-all{color:var(--primary);font-weight:800}.view-all:after{content:" →"}.category-showcase{padding:56px 0 16px}.category-head{text-align:center;margin-bottom:24px}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.category-track{display:flex;gap:0}.category-track--carousel{overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:2px 2px 12px;cursor:grab}.category-track--carousel::-webkit-scrollbar{display:none}.category-track--carousel:active{cursor:grabbing}.category-track__page{flex:0 0 100%;scroll-snap-align:start}.category-grid--carousel{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-card{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:0;background:#dbe6f7;box-shadow:var(--shadow)}.category-card--child span{font-size:.95rem}.category-products{margin-top:32px}.category-card img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .22s ease}.showcase-section{padding:48px 0 10px;background:#fff}.showcase-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.showcase-head h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.03em;color:#0f172a}.showcase-controls{display:inline-flex;align-items:center;gap:12px}.showcase-controls--categories{display:flex;width:100%;justify-content:flex-end;margin-bottom:14px}.showcase-nav{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.showcase-nav:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a14;border-color:#2563eb40}.showcase-counter{min-width:48px;text-align:center;font-weight:800;color:var(--muted)}.showcase-carousel{position:relative;overflow:hidden}.showcase-track{display:flex;gap:18px}.showcase-track--carousel{overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:2px 2px 10px;cursor:grab}.showcase-track--carousel::-webkit-scrollbar{display:none}.showcase-track--carousel:active{cursor:grabbing}.showcase-track__item{flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start}.showcase-track__item .product-card{box-shadow:none;transition:transform .18s ease,border-color .18s ease}.showcase-track__item .product-card:hover{transform:none;box-shadow:none}.showcase-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(82%,82%);gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:6px}.showcase-scroll::-webkit-scrollbar{display:none}.showcase-scroll__item{min-width:0;scroll-snap-align:start}.showcase-scroll__item .product-card{height:100%}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b121e24,#0b121e73)}.category-card span{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;color:#fff;font-weight:800;font-size:1.15rem;letter-spacing:.04em}.category-card:hover img{transform:scale(1.04)}.product-section{padding:64px 0 20px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);display:grid;gap:12px;color:inherit;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0f172a1f}.product-card__media{display:block;position:relative;aspect-ratio:1 / 1;background:#f6f8fc}.products-page .product-card__media{aspect-ratio:auto;height:280px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.product-card:hover .product-card__media img{transform:scale(1.03)}@media (max-width: 720px){.products-page .product-card__media{height:220px}}.product-card__body{padding:16px;display:grid;gap:8px}.product-card__category{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800}.product-card__title{margin:0;font-size:1rem;line-height:1.45}.price{display:block;font-size:1.12rem;font-weight:900;color:#111827}.installment,.pix-line{display:block;margin-top:4px;font-size:.88rem}.pix-line{color:#0f766e;font-weight:700}.installment{color:var(--muted)}.admin-field__hint{display:block;margin-top:8px;color:var(--muted);font-size:.82rem;line-height:1.4}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;padding:14px 18px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;font-weight:800;box-shadow:0 12px 24px #2563eb38;cursor:pointer}.button--ghost{background:#fff;color:#111827;border:1px solid var(--line);box-shadow:none}.button--dark{background:#0f172a}.button--small{padding:11px 14px;border-radius:12px}.promo-strip{padding:0}.promo-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.promo-card{position:relative;height:60vh;overflow:hidden}.promo-card img{width:100%;height:100%;object-fit:cover}.promo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b121e24,#0b121e80)}.promo-cta{position:absolute;left:22px;bottom:22px;z-index:1;padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:#0f172a70;color:#fff;font-weight:800;letter-spacing:.08em}.feature-card,.summary-card,.auth-card,.product-detail__content,.content-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.feature-card{padding:22px}.products-search{display:flex;flex-wrap:wrap;align-items:end;gap:12px;margin:18px 0 22px}.search-field{display:flex;flex-direction:column;gap:8px;width:100%}.search-field--wide{flex:1 1 420px}.search-field__label{font-size:.88rem;font-weight:800;color:var(--text)}.search-field input{width:100%;min-height:54px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text);padding:0 16px;box-shadow:0 8px 20px #0f172a0a}.search-field input:focus{outline:none;border-color:#1d4ed88c;box-shadow:0 0 0 4px #1d4ed814}.products-search__clear{min-height:54px;padding:0 18px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text);font-weight:800;cursor:pointer}.products-search__clear:hover{border-color:#1d4ed873}.category-detail{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.category-filters{display:grid;gap:14px;margin:18px 0 24px}.category-filters__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.category-filters__search{width:100%}.category-filters__input{display:flex;align-items:center;gap:8px;width:100%}.category-filters__input input{width:100%;border:0;min-height:36px;padding:0;background:transparent}.category-filters__input input:focus{outline:none}.category-select{min-width:0;display:flex;align-items:center;gap:8px;padding:0 14px;min-height:46px;border-radius:16px;border:1px solid var(--line);background:#fff;color:var(--text);box-shadow:0 8px 20px #0f172a0a}.category-select select{width:100%;border:0;background:transparent;min-height:36px;padding:0}.category-select select:focus{outline:none}.summary-card,.auth-card,.product-detail__content{padding:24px}.footer{padding:34px 0 50px}.footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.footer__title{font-weight:900}.muted{color:var(--muted)}.grid{display:grid;gap:18px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.product-detail__image{min-height:560px;overflow:hidden;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow)}.product-detail__image img{width:100%;height:100%;object-fit:cover}.price-box{display:grid;gap:4px;margin:18px 0 24px}.price-box strong{font-size:2rem}.section h1,.section h2,.section p{margin:0}@media (max-width: 1180px){.grid--5,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-callout{display:none}}@media (min-width: 1181px){.site-header{box-shadow:0 10px 30px #0f172a0a}}@media (max-width: 980px){.desktop-header{display:none}.mobile-header{display:grid}.main-nav{display:none}.hero-carousel{height:clamp(420px,64vh,680px)}.hero-content h1{max-width:12ch}.showcase-grid,.hero-features-grid,.category-grid,.grid--4,.grid--3,.grid--2,.footer__grid,.product-detail,.grid--5,.promo-strip-grid,.category-grid--carousel{grid-template-columns:repeat(2,minmax(0,1fr))}}.pdp-page{padding:34px 0 60px;background:#fff}.pdp-breadcrumb{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:700;margin-bottom:18px}.pdp-breadcrumb a{color:var(--primary)}.pdp-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:start}.pdp-gallery{display:grid;gap:14px}.pdp-main-image{border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;aspect-ratio:1 / 1;min-height:0;max-height:520px}.pdp-main-image img{width:100%;height:100%;object-fit:cover}.pdp-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:10px}.pdp-thumbs button{border:1px solid var(--line);border-radius:16px;padding:0;overflow:hidden;background:#fff;cursor:pointer;aspect-ratio:1 / 1}.pdp-thumbs button.active{border-color:var(--primary);box-shadow:0 0 0 2px #2563eb2e}.pdp-thumbs img{width:100%;height:90px;object-fit:cover}.pdp-info{background:#fff;border:0;border-radius:0;box-shadow:none;outline:none;padding:26px;display:grid;gap:16px}.pdp-category{text-transform:uppercase;letter-spacing:.22em;font-size:.75rem;color:var(--primary);font-weight:800}.pdp-info h1{margin:0;font-size:clamp(2rem,3vw,2.8rem);letter-spacing:-.04em}.pdp-variants{display:grid;gap:8px;color:var(--muted);font-weight:700}.pdp-variant-groups{display:grid;gap:12px}.pdp-variant-group{display:grid;gap:6px}.pdp-variant-label{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.pdp-variant-list{display:flex;flex-wrap:wrap;gap:8px}.pdp-variant-chip{padding:6px 12px;border-radius:999px;border:1px solid var(--line);background:#f8fafc;color:#0f172a;font-weight:700;font-size:.88rem}.pdp-variant-chip--swatch{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.pdp-variant-chip--swatch.active{background:#2563eb14;border-color:#2563eb47;color:#2563eb}.pdp-variant-chip__dot{width:12px;height:12px;border-radius:999px;border:1px solid rgba(15,23,42,.18);flex-shrink:0}.pdp-variant-chip small{display:block;margin-top:2px;font-size:.72rem;font-weight:600;color:#64748b}.pdp-variant-empty{margin:0;color:#94a3b8;font-weight:500;font-size:.95rem}.pdp-price{display:grid;gap:6px}.pdp-price strong{font-size:2rem}.pdp-price span{color:var(--muted);font-weight:700}.pdp-actions{display:flex;flex-wrap:wrap;gap:12px}.pdp-actions .button{min-height:48px}.pdp-favorite{width:48px;padding:0;display:grid;place-items:center}.pdp-favorite.active{background:#0f172a;color:#fff;border-color:#0f172a}.pdp-qty{display:grid;gap:8px;color:var(--muted);font-weight:700}.pdp-qty-control{display:inline-flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;padding:8px 12px;width:fit-content}.pdp-qty-control button{width:32px;height:32px;border-radius:10px;border:1px solid #d6dceb;background:#f9fbff;color:#111827;cursor:pointer}.pdp-tabs-wrap{padding:36px 0 10px}.pdp-tabs{display:flex;gap:22px;border-bottom:1px solid var(--line);padding-bottom:12px}.pdp-tab{background:transparent;border:0;padding:10px 0;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent}.pdp-tab.active{color:#111827;border-bottom-color:#111827}.pdp-tab-content{padding:22px 0;color:var(--muted);line-height:1.7}.pdp-measures-panel,.pdp-reviews{display:grid;gap:24px}.pdp-measures-section{display:grid;gap:14px}.pdp-measures-section h3,.pdp-review-form__head h3{margin:0;font-size:1.15rem;color:#0f172a}.pdp-measures-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.pdp-measures-grid--sizes{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.pdp-measure-card{display:grid;gap:4px;padding:16px 18px;border-radius:18px;border:1px solid #dbe3f0;background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:0 14px 28px #0f172a0d}.pdp-measure-card span{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}.pdp-measure-card strong{color:#0f172a;font-size:1rem}.pdp-measure-card--size{place-items:center;text-align:center;min-height:92px}.pdp-measure-card--size strong{font-size:1.2rem}.pdp-review-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-radius:22px;border:1px solid #dce5f2;background:linear-gradient(135deg,#2563eb14,#0f172a05)}.pdp-review-summary>div{display:grid;gap:4px}.pdp-review-summary__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}.pdp-review-summary strong{font-size:2rem;line-height:1;color:#0f172a}.pdp-review-summary p,.pdp-review-form__head p,.pdp-review-empty{margin:0;color:#64748b}.pdp-review-stars{color:#f59e0b;letter-spacing:.12em;font-size:.95rem}.pdp-review-form{display:grid;gap:18px;padding:24px;border-radius:24px;border:1px solid #dbe3f0;background:#fff;box-shadow:0 18px 34px #0f172a0f}.pdp-review-form__grid{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:16px}.pdp-review-field{display:grid;gap:8px;color:#0f172a;font-weight:700}.pdp-review-field--full{grid-column:span 1}.pdp-review-field span{font-size:.92rem}.pdp-review-field select,.pdp-review-field textarea{width:100%;border-radius:16px;border:1px solid #d7e1ee;background:#f8fbff;color:#0f172a;padding:14px 16px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.pdp-review-field select:focus,.pdp-review-field textarea:focus{border-color:#2563eb66;box-shadow:0 0 0 4px #2563eb14}.pdp-review-field textarea{resize:vertical;min-height:140px}.pdp-review-list{display:grid;gap:16px}.pdp-review-item{display:grid;gap:14px;padding:22px 24px;border-radius:22px;border:1px solid #dbe3f0;background:#fff;box-shadow:0 16px 32px #0f172a0d}.pdp-review-item__head,.pdp-review-item__identity{display:flex;align-items:center;justify-content:space-between;gap:16px}.pdp-review-item__identity{justify-content:flex-start}.pdp-review-item__identity>div{display:grid;gap:2px}.pdp-review-item__identity strong{color:#0f172a}.pdp-review-item__identity span{font-size:.88rem;color:#64748b}.pdp-review-item__avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-weight:800;box-shadow:0 12px 24px #2563eb33}.pdp-review-item p{margin:0;color:#475569}.pdp-description-html h1,.pdp-description-html h2,.pdp-description-html p{margin:0 0 12px}.pdp-similar{padding:36px 0 80px}.pdp-similar__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.28em;font-size:.75rem;color:var(--primary);font-weight:800}.pdp-similar h2{margin:8px 0 24px;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em}.pdp-similar__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}@media (max-width: 980px){.pdp-tabs{flex-wrap:wrap}.pdp-review-summary,.pdp-review-item__head{align-items:flex-start;flex-direction:column}.pdp-review-form__grid{grid-template-columns:1fr}.pdp-similar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.pdp-similar__grid{grid-template-columns:1fr}}@media (max-width: 980px){.pdp-layout{grid-template-columns:1fr}.pdp-main-image{min-height:380px}}@media (max-width: 720px){.container{width:min(100% - 20px,1280px)}.auth-section{padding:28px 0 44px}.auth-shell{padding-bottom:32px}.auth-layout{grid-template-columns:1fr;gap:18px}.auth-layout--login,.auth-layout--register{margin-top:18px}.auth-card--split,.auth-card--register{padding:18px;border-radius:14px}.auth-card--split{grid-template-columns:1fr;gap:18px}.auth-back,.auth-card--split,.auth-card--register,.auth-card--login{width:100%}.auth-hero{padding-top:0}.auth-hero h1{font-size:clamp(1.9rem,10vw,2.8rem);line-height:1.02}.auth-card{padding:18px;border-radius:20px}.auth-grid,.auth-segment{grid-template-columns:1fr}.auth-links-row{justify-content:flex-start}.auth-field--full{grid-column:auto}.auth-step,.auth-section-title span{font-size:1rem}.auth-input{min-height:44px}.field-control{min-height:46px;padding:0 12px}.button{width:100%}.hero-features-grid,.category-grid,.grid--5,.grid--4,.grid--3,.grid--2,.footer__grid,.product-detail,.promo-strip-grid{grid-template-columns:1fr}.category-filters__row{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-carousel{height:clamp(420px,58vh,560px)}.hero-content{width:min(100% - 20px,1280px);padding-top:14px;padding-bottom:18px}.hero-content h1{font-size:clamp(2.6rem,14vw,4.5rem)}.hero-content p{max-width:34ch;font-size:.98rem;line-height:1.6}.hero-button{margin-top:22px}.nav-icons--header{gap:8px}.nav-icons--header .header-icon-btn--profile{display:inline-flex}.header-icon-btn,.menu-toggle,.hero-nav{width:40px;height:40px}.hero-nav.left{left:12px}.hero-nav.right{right:12px}.hero-features{padding:16px 0 8px}.hero-features-grid{min-height:auto;grid-template-columns:1fr;gap:12px}.hero-feature-card{padding:14px;border-radius:16px}.showcase-head{align-items:flex-start;flex-direction:column}.hero-features-icon{width:46px;height:46px}.category-detail{flex-direction:column;align-items:stretch}.promo-card{height:240px}.drawer-auth{grid-template-columns:1fr}.profile-hero{padding:24px 0}.profile-hero__inner{flex-direction:column;align-items:flex-start}.profile-hero__actions{width:100%}.profile-tabs{overflow-x:auto;padding-bottom:14px}.profile-info-list--two,.profile-address-grid{grid-template-columns:1fr}.profile-tab{white-space:nowrap;width:auto}.profile-favorite-card{grid-template-columns:64px 1fr}.profile-favorite-card__price{grid-column:2}.profile-logout,.profile-admin-link,.profile-save-button{width:100%;justify-content:center}.profile-order-card__top,.profile-order-card__footer{flex-direction:column;align-items:flex-start}.profile-order-status{align-self:flex-start}}@media (min-width: 481px) and (max-width: 720px){.hero-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.hero-carousel{height:clamp(540px,78vh,760px);background:#111827}.azul{display:none}.hero-track{height:100%}.hero-slide__link{position:relative;display:block}.hero-slide img{object-position:center top;filter:none}.hero-slide-overlay{background:transparent}.hero-content{width:min(100% - 30px,1280px);justify-content:flex-end;align-items:flex-start;padding-bottom:26px}.hero-content h1{max-width:6.5ch;margin:0 0 10px;font-size:clamp(2.9rem,16vw,4.5rem);line-height:.9;font-weight:400;letter-spacing:-.08em}.hero-content p{max-width:19ch;font-size:.92rem;line-height:1.35;color:#ffffffe6}.hero-button{margin-top:18px;padding:13px 18px;border-radius:0;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.85);box-shadow:none;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem}.hero-dots{display:none}.hero-nav{top:auto;bottom:20px;width:40px;height:40px;background:#ffffff24;border:1px solid rgba(255,255,255,.9);color:#fff;box-shadow:none}.hero-nav.left{left:auto;right:68px}.hero-nav.right{right:16px}.hero-features{display:none}}@media (max-width: 480px){.product-grid,.showcase-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid--carousel,.category-filters__row{grid-template-columns:1fr}.product-card{border-radius:18px}.product-card__body{padding:14px}.showcase-carousel{overflow:visible}.showcase-track--carousel{overflow:visible;padding-right:18px}.showcase-track__item{flex-basis:calc((100% - 18px)/2)}.showcase-scroll{grid-auto-columns:minmax(84%,84%);padding-right:18px}.showcase-nav,.showcase-nav--overlay,.showcase-controls,.showcase-counter{display:none}.hero-carousel{height:clamp(520px,76vh,720px)}.hero-content{justify-content:flex-end;padding-bottom:20px}.hero-content h1{max-width:6.5ch;font-size:clamp(2.6rem,16vw,3.8rem);font-weight:400}.hero-content p{max-width:20ch}.hero-nav{top:auto;bottom:18px;transform:none;background:#ffffff24;border:1px solid rgba(255,255,255,.9);color:#fff}.hero-nav.left{right:64px;left:auto}.hero-nav.right{right:12px}.hero-dots,.hero-features{display:none}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#f5f7fb;color:#0f172a}.admin-shell--loading{grid-template-columns:1fr;place-items:center}.admin-loading-card{padding:22px 24px;border-radius:18px;background:#fff;border:1px solid #dbe2ee;color:#0f172a;box-shadow:0 18px 40px #0f172a14}.admin-sidebar{position:sticky;top:0;height:100vh;padding:24px 18px;border-right:1px solid #dde4ef;background:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;align-content:start;gap:22px;box-sizing:border-box;min-width:0}.admin-brand{display:flex;align-items:center;gap:14px;min-width:0}.admin-brand__mark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#0f3fdc,#2563eb);color:#fff;font-weight:900}.admin-brand strong{display:block;font-size:1rem;color:#0f172a}.admin-brand span{color:#64748b;font-size:.88rem}.admin-nav{display:grid;gap:8px;min-width:0}.admin-nav__link{min-height:48px;border-radius:14px;padding:0 14px;width:100%;box-sizing:border-box;display:flex;align-items:center;gap:12px;color:#334155;border:1px solid transparent;overflow:hidden}.admin-nav__link:hover,.admin-nav__link.active{background:#2563eb14;border-color:#2563eb1f;color:#0f172a}.admin-sidebar__card{border-radius:18px;padding:16px;background:#f8fafc;border:1px solid #d9e1ed;display:grid;gap:4px;width:100%;box-sizing:border-box;min-width:0}.admin-sidebar__logout{margin-top:6px;min-height:40px;border-radius:12px;border:1px solid #cfd8e6;background:#fff;color:#0f172a;font-weight:800;cursor:pointer}.admin-sidebar__label{margin:0;text-transform:uppercase;letter-spacing:.18em;color:#64748b;font-size:.7rem}.admin-sidebar__card strong{font-size:.98rem;color:#0f172a}.admin-sidebar__card span{color:#64748b;font-size:.88rem;overflow-wrap:anywhere}.admin-main{min-width:0;padding:24px}.admin-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-bottom:22px}.admin-topbar__title p{margin:0 0 4px;text-transform:uppercase;letter-spacing:.18em;color:#2563eb;font-size:.72rem;font-weight:800}.admin-topbar__title h1{margin:0;color:#0f172a;font-size:clamp(1.3rem,2vw,2rem)}.admin-topbar__actions{display:flex;gap:10px}.admin-pill{min-height:40px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;background:#2563eb14;border:1px solid rgba(37,99,235,.14);color:#2563eb;font-weight:800}.admin-icon-btn{width:40px;height:40px;border-radius:12px;border:1px solid #d2d9e5;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.admin-icon-btn--danger{color:#fecaca}.admin-section__head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.admin-section__title{display:flex;align-items:center;gap:14px}.admin-section__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#2563eb14;color:#2563eb}.admin-section__title h2{margin:0;color:#0f172a;font-size:clamp(1.4rem,2vw,2rem)}.admin-section__title p{margin:4px 0 0;color:#64748b}.admin-section__actions{display:flex;align-items:center;gap:10px}.admin-page{min-width:0}.admin-page__inner,.admin-grid{display:grid;gap:18px}.admin-grid__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-grid__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-panel,.admin-stat-card,.admin-mini-card,.admin-empty{border-radius:20px;background:#fff;border:1px solid #dbe2ee;box-shadow:0 18px 40px #0f172a0f}.admin-panel{padding:18px}.admin-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.admin-panel__head h3{margin:0;color:#0f172a;font-size:1.02rem}.admin-panel__head p{margin:4px 0 0;color:#64748b;font-size:.92rem}.admin-stat-card{padding:18px}.admin-stat-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:#64748b;font-size:.9rem}.admin-stat-card__icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#2563eb14;color:#2563eb}.admin-stat-card strong{display:block;font-size:clamp(1.3rem,2vw,1.8rem);color:#0f172a}.admin-stat-card p{margin:8px 0 0;color:#64748b}.admin-badge{min-height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;font-size:.78rem;font-weight:800}.admin-badge--blue{background:#2563eb14;color:#2563eb}.admin-badge--green{background:#16a34a14;color:#15803d}.admin-badge--amber{background:#d9770614;color:#b45309}.admin-badge--red{background:#dc262614;color:#b91c1c}.admin-badge--slate{background:#64748b14;color:#475569}.admin-form{display:grid;gap:14px}.admin-form--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-field{display:grid;gap:8px}.admin-field span{color:#334155;font-size:.9rem;font-weight:700}.admin-field input,.admin-field select,.admin-field textarea,.admin-search input,.admin-search select{width:100%;border-radius:14px;border:1px solid #ccd6e3;background:#fff;color:#0f172a;padding:0 14px;min-height:46px;outline:none}.admin-field textarea{padding:14px;resize:vertical}.admin-field--full{grid-column:1 / -1}.admin-field--inline{min-width:180px}.admin-toggle{min-height:46px;border-radius:14px;border:1px solid #d2d9e5;background:#fff;display:inline-flex;align-items:center;gap:10px;padding:0 14px;color:#0f172a}.admin-toggle input{width:16px;height:16px}.admin-button{min-height:46px;border:0;border-radius:14px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.admin-button--solid{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}.admin-button--ghost{background:#fff;color:#0f172a;border:1px solid #cfd8e6}.admin-button--danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.admin-button--small{min-height:38px;padding:0 12px;border-radius:12px}.admin-search{min-width:280px;display:flex;align-items:center;gap:8px;padding:0 14px;min-height:46px;border-radius:14px;border:1px solid #ccd6e3;background:#fff;color:#0f172a}.admin-table-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-search input,.admin-search select{border:0;min-height:36px;padding:0;background:transparent}.admin-orders-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;color:#0f172a}.admin-table th,.admin-table td{padding:14px 12px;border-bottom:1px solid rgba(148,163,184,.12);text-align:left;vertical-align:top}.admin-table th{color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.admin-table__select{width:44px;text-align:center}.admin-table__select input{width:16px;height:16px;accent-color:#1d4ed8;vertical-align:middle}.admin-table td strong{display:block}.admin-table td span{display:block;margin-top:4px;color:#64748b;font-size:.88rem}.admin-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-actions--full{grid-column:1 / -1;justify-content:flex-end}.admin-cards{display:grid;gap:12px}.admin-mini-card{padding:16px;display:grid;gap:12px}.admin-mini-card strong{color:#0f172a}.admin-mini-card p{margin:6px 0 0;color:#64748b}.admin-mini-card__meta{margin:4px 0 0;font-size:.85rem;color:#94a3b8}.admin-list{display:grid;gap:10px}.admin-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #dbe2ee}.admin-row--draggable{cursor:grab}.admin-row--draggable.is-dragging{opacity:.68;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;cursor:grabbing}.admin-list--sortable-products .admin-row{padding:10px 12px}.admin-product-order-item{min-width:0;display:flex;align-items:center;gap:12px}.admin-product-order-item__image{width:52px;height:52px;flex:0 0 52px;border-radius:10px;border:1px solid #dbe2ee;background:#f8fafc;color:#64748b;display:grid;place-items:center;overflow:hidden}.admin-product-order-item__image img{width:100%;height:100%;object-fit:cover;display:block}.admin-product-order-item>div:last-child{min-width:0}.admin-row p{margin:4px 0 0;color:#64748b}.admin-row__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.admin-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-insights article{padding:16px;border-radius:16px;background:#f8fafc;border:1px solid #dbe2ee}.admin-insights span{display:block;color:#64748b;font-size:.86rem}.admin-insights strong{display:block;margin-top:6px;color:#0f172a;font-size:1.3rem}.admin-timeline{display:grid;gap:14px}.admin-timeline__item{display:flex;gap:14px}.admin-timeline__dot{width:12px;height:12px;margin-top:7px;border-radius:999px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);box-shadow:0 0 0 6px #2563eb1a;flex:0 0 auto}.admin-timeline__item strong{color:#0f172a}.admin-timeline__item p{margin:4px 0;color:#64748b}.admin-timeline__item span{color:#64748b;font-size:.84rem}.admin-empty{padding:24px;display:grid;place-items:center;gap:8px;text-align:center;color:#0f172a}.admin-empty p{margin:0;color:#64748b}.admin-category-tree{display:grid;gap:8px}.admin-category-node,.admin-category-chip{border-radius:12px;border:1px solid #dbe2ee;background:#fff;box-shadow:0 6px 14px #0f172a09;cursor:grab}.admin-category-node{padding:10px 12px;display:grid;gap:7px}.admin-category-node.is-dragging,.admin-category-chip.is-dragging{opacity:.72;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;cursor:grabbing}.admin-category-node.is-selected,.admin-category-chip.is-selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #2563eb14}.admin-category-node__head{display:flex;justify-content:space-between;align-items:center;gap:10px}.admin-category-node__head>div:first-child,.admin-category-chip>div:first-child{min-width:0}.admin-category-node__head strong,.admin-category-chip strong{display:block;color:#0f172a;font-size:.92rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-category-node__head p,.admin-category-chip p,.admin-category-node__description{margin:2px 0 0;color:#64748b;font-size:.84rem}.admin-category-node__description{line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-category-node__drop{border:1px dashed #cbd5e1;border-radius:10px;padding:7px 10px;background:#f8fafc;color:#64748b;font-size:.8rem;line-height:1.25;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.admin-category-node__drop.is-over{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;box-shadow:inset 0 0 0 1px #2563eb24}.admin-category-node__drop--root{border-style:solid;background:#fff;text-align:center}.admin-category-node__children{display:grid;gap:6px}.admin-category-chip{padding:8px 10px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:10px;box-shadow:none;background:#fbfdff}.admin-category-tree .admin-actions{gap:6px}.admin-category-tree .admin-icon-btn{width:34px;height:34px;border-radius:10px}.admin-product-form.is-closed{display:none}.admin-product-form.is-open{display:block}.admin-product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;display:grid;place-items:center;padding:18px;background:#0f172a3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-product-modal__card{position:relative;z-index:1;width:min(100%,1140px);max-height:calc(100vh - 36px);overflow:auto;border-radius:26px;border:1px solid #dbe2ee;background:#fff;box-shadow:0 36px 80px #0f172a33;padding:22px}.admin-product-modal__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.admin-product-modal__kicker{margin:0 0 4px;color:#2563eb;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em}.admin-product-modal__top h3{margin:0;color:#0f172a;font-size:1.3rem}.admin-product-modal__card--customer{width:min(100%,980px)}.admin-customer-trigger{width:100%;padding:10px 12px;border:1px solid transparent;border-radius:16px;background:transparent;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.admin-customer-trigger:hover{background:#f8fbff;border-color:#dbe2ee;transform:translateY(-1px)}.admin-customer-trigger__avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2563eb24,#3b82f638);color:#2563eb;display:grid;place-items:center;font-weight:900;flex-shrink:0}.admin-customer-trigger__content{min-width:0;display:grid;gap:4px}.admin-customer-trigger__content strong{color:#0f172a;font-size:.98rem}.admin-customer-trigger__content span{color:#64748b;font-size:.9rem;overflow-wrap:anywhere}.admin-customer-modal__subtitle{margin:6px 0 0;color:#64748b}.admin-customer-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.admin-customer-stat{border:1px solid #dbe2ee;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff);padding:16px;display:grid;gap:6px}.admin-customer-stat span{color:#64748b;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.admin-customer-stat strong{color:#0f172a;font-size:1.1rem;line-height:1.35}.admin-customer-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-customer-detail-card{border:1px solid #dbe2ee;border-radius:20px;background:#fff;padding:18px;display:grid;gap:14px}.admin-customer-detail-card>strong{color:#0f172a;font-size:1rem}.admin-customer-detail{display:grid;gap:12px}.admin-customer-detail__row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:12px;border-bottom:1px solid #eef2f7}.admin-customer-detail__row:last-child{padding-bottom:0;border-bottom:0}.admin-customer-detail__row>span{color:#64748b;font-size:.86rem;font-weight:700;min-width:88px}.admin-customer-detail__row>strong{color:#0f172a;font-size:.95rem;text-align:right;line-height:1.5;overflow-wrap:anywhere}.admin-customer-detail__row--stack{display:grid}.admin-customer-detail__row--stack>strong{text-align:left}.admin-color-palette{display:grid;gap:14px}.admin-color-palette__presets{display:flex;flex-wrap:wrap;gap:10px}.admin-color-swatch{min-height:42px;padding:0 14px;border-radius:999px;border:1px solid #d8e2f0;background:#fff;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-weight:700;color:#0f172a;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.admin-color-swatch:hover{transform:translateY(-1px)}.admin-color-swatch.active{border-color:#2563eb;background:#2563eb14}.admin-color-swatch__dot{width:16px;height:16px;border-radius:999px;border:1px solid rgba(15,23,42,.18);flex-shrink:0}.admin-color-palette__custom{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.admin-color-palette__selected{display:flex;flex-wrap:wrap;gap:10px}.admin-color-chip{min-height:38px;padding:0 12px;border-radius:999px;border:1px solid #d8e2f0;background:#fff;display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#0f172a;cursor:pointer}.admin-color-chip__dot{width:14px;height:14px;border-radius:999px;border:1px solid rgba(15,23,42,.18);flex-shrink:0}.admin-color-palette__empty{margin:0;color:#64748b;font-size:.92rem}.admin-token-builder,.admin-color-variants{display:grid;gap:12px}.admin-token-builder__input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.admin-color-palette__custom--split{grid-template-columns:minmax(180px,1fr) 64px minmax(140px,180px) auto;align-items:center}.admin-color-variant-card{display:grid;gap:14px;border:1px solid #dbe2ee;border-radius:18px;background:#f8fbff;padding:14px}.admin-color-variant-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-color-variant-card__title{display:inline-flex;align-items:center;gap:10px;color:#0f172a}.admin-color-variant-card__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-variant-list{display:grid;gap:12px;padding:14px;border-radius:16px;background:#fff;border:1px solid #dbe2ee}.admin-variant-list__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-variant-list__head strong{color:#0f172a}.admin-variant-stack{display:grid;gap:12px}.admin-variant-row{display:grid;grid-template-columns:1.2fr .8fr auto;gap:12px;align-items:end;padding:12px;border-radius:14px;background:#f8fbff;border:1px solid #e2e8f0}.admin-variant-empty{padding:12px 14px;border-radius:14px;border:1px dashed #cbd5e1;color:#64748b;background:#f8fafc}.admin-actions--align-end{justify-content:flex-end;align-items:center}.admin-color-chip__dot--large{width:18px;height:18px}.admin-color-hex-input{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:center}.admin-color-hex-input input[type=color]{width:56px;min-width:56px;height:46px;padding:4px;border-radius:14px;border:1px solid #dbe2ee;background:#fff}.admin-measurements-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-image-grid--compact{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.admin-category-pills{display:flex;flex-wrap:wrap;gap:10px}.admin-category-picker{display:grid;gap:12px}.admin-category-picker__legend{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px dashed #cbd5e1;background:linear-gradient(180deg,#f8fbff,#fff);color:#64748b;font-size:.88rem;line-height:1.5}.admin-category-picker__legend-text{display:grid;gap:4px}.admin-category-picker__legend strong{color:#0f172a;font-size:.92rem}.admin-category-tree-picker{display:grid;gap:12px;padding:12px;border-radius:18px;border:1px solid #dbe2ee;background:#fafcff}.admin-category-tree-picker--depth-1{padding-left:20px;margin-left:4px;border-left:1px dashed #dbe2ee;background:transparent;border-radius:0;border-right:0;border-top:0;border-bottom:0}.admin-category-tree-picker--depth-2{padding-left:20px;margin-left:4px;border-left:1px dashed #e5ebf4;background:transparent;border-radius:0;border-right:0;border-top:0;border-bottom:0}.admin-category-tree-picker__node{display:grid;gap:8px}.admin-category-tree-picker__children{display:grid;gap:10px}.admin-category-pill{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:10px 14px;border-radius:16px;border:1px solid #d2d9e5;background:#fff;color:#334155;font-weight:700;cursor:pointer;text-align:left;gap:12px;box-shadow:0 8px 20px #0f172a0a}.admin-category-pill.active{background:#2563eb14;border-color:#2563eb2e;color:#2563eb}.admin-category-pill__label{flex:1;min-width:0}.admin-category-pill__meta{font-size:.76rem;color:#94a3b8;white-space:nowrap}.admin-category-pill.active .admin-category-pill__meta{color:#1d4ed8}.admin-editor{display:grid;gap:12px}.admin-editor__toolbar{display:flex;flex-wrap:wrap;gap:8px}.admin-editor__area{min-height:180px;border-radius:18px;border:1px solid #dbe2ee;background:#fff;color:#0f172a;padding:16px;outline:none;line-height:1.7}.admin-editor__area h1{margin:0 0 12px;font-size:1.8rem;line-height:1.2}.admin-editor__area h2{margin:0 0 10px;font-size:1.35rem;line-height:1.3}.admin-editor__area p{margin:0 0 10px}.admin-editor__area ul,.admin-editor__area ol{margin:0 0 10px 22px;padding:0}.admin-editor__area blockquote{margin:0 0 10px;padding-left:14px;border-left:3px solid #cbd5e1;color:#475569}.admin-upload{display:grid;gap:10px}.admin-upload p{margin:0;color:#64748b;font-size:.88rem}.admin-upload__button{min-height:46px;padding:0 14px;border-radius:14px;border:1px dashed #cbd5e1;background:#f8fafc;color:#0f172a;display:inline-flex;align-items:center;gap:10px;cursor:pointer;width:fit-content}.admin-upload__button input{display:none}.admin-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.admin-image-card{border-radius:18px;border:1px solid #dbe2ee;background:#fff;overflow:hidden;display:grid;gap:10px;padding:10px}.admin-image-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:14px;background:#f8fafc}.admin-image-card__meta strong{display:block;color:#0f172a;font-size:.9rem;line-height:1.4;overflow-wrap:anywhere}.admin-product-modal .admin-form{gap:16px}.admin-product-modal .admin-actions--full{padding-top:8px;border-top:1px solid #e7edf5}.admin-product-modal select{min-height:46px}.admin-order-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:10px 0 18px}.admin-order-summary__card,.admin-order-summary__items{border:1px solid #d9e3f2;border-radius:18px;background:#f8fbff;padding:14px 16px;display:grid;gap:6px}.admin-order-summary__card strong,.admin-order-summary__items strong{font-size:14px;color:#0f172a}.admin-order-summary__card span,.admin-order-summary__items p,.admin-order-summary__items li{font-size:13px;color:#334155;line-height:1.45}.admin-order-summary__items ul{margin:0;padding-left:18px;display:grid;gap:4px}.admin-order-summary__items p{margin:0}@media (max-width: 720px){.admin-product-modal{padding:12px}.admin-product-modal__card{max-height:calc(100vh - 24px);padding:16px;border-radius:20px}.admin-product-modal__top{align-items:center}.admin-image-grid{grid-template-columns:1fr 1fr}.admin-actions--full{justify-content:stretch}.admin-actions--full .admin-button{width:100%}.admin-color-palette__custom,.admin-customer-overview,.admin-customer-detail-grid,.admin-order-summary{grid-template-columns:1fr}}.admin-toast-stack{position:fixed;right:18px;bottom:18px;z-index:140;display:grid;gap:10px;width:min(320px,calc(100vw - 36px))}.admin-toast{border-radius:16px;border:1px solid #dbe2ee;background:#fff;box-shadow:0 18px 40px #0f172a1f;padding:12px 12px 12px 14px;display:flex;align-items:flex-start;gap:12px}.admin-toast--success{border-left:4px solid #16a34a}.admin-toast--error{border-left:4px solid #dc2626}.admin-toast--blue{border-left:4px solid #2563eb}.admin-toast__body{min-width:0;flex:1}.admin-toast__body strong{display:block;color:#0f172a;font-size:.92rem}.admin-toast__body p{margin:4px 0 0;color:#64748b;font-size:.86rem;line-height:1.4}.admin-toast__close{border:0;background:transparent;color:#64748b;cursor:pointer;margin-top:2px}.admin-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;display:grid;place-items:center;padding:18px;background:#0f172a3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-confirm-card{width:min(100%,420px);border-radius:22px;border:1px solid #dbe2ee;background:#fff;box-shadow:0 30px 70px #0f172a2e;padding:22px;display:grid;gap:12px}.admin-confirm-card h3{margin:0;color:#0f172a}.admin-confirm-card p{margin:0;color:#64748b;line-height:1.6}.admin-confirm-card__badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.76rem;font-weight:800}.admin-confirm-card__badge--blue{background:#2563eb14;color:#2563eb}.admin-confirm-card__badge--red{background:#dc262614;color:#b91c1c}.admin-confirm-card__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin-mobile-overlay,.admin-icon-btn--menu{display:none}@media (max-width: 1100px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-icon-btn--menu{display:inline-flex}.admin-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a2e;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:90}.admin-mobile-overlay[data-open=true]{opacity:1;pointer-events:auto}.admin-mobile-drawer{width:min(86vw,340px);height:100%;background:#fff;padding:18px;transform:translate(-100%);transition:transform .22s ease;box-shadow:24px 0 48px #0f172a1f}.admin-mobile-overlay[data-open=true] .admin-mobile-drawer{transform:translate(0)}.admin-mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;color:#0f172a}.admin-nav--mobile{gap:6px}.admin-main{padding:16px}.admin-grid__cards,.admin-grid__split,.admin-insights,.admin-form--grid,.admin-color-palette__custom--split,.admin-color-variant-card__form,.admin-measurements-grid{grid-template-columns:1fr}.admin-section__head,.admin-panel__head,.admin-topbar{grid-template-columns:1fr;display:grid;align-items:start}.admin-search{min-width:0;width:100%}.admin-table th,.admin-table td{white-space:nowrap}}.admin-row__media{display:flex;align-items:center;gap:16px}.home-instagram{background:#fff;padding-top:52px}.home-instagram__head{text-align:center;margin-bottom:28px}.home-instagram__head p{margin:0 0 10px;font-size:.78rem;letter-spacing:.42em;text-transform:uppercase;color:#b2874f}.home-instagram__head h2{margin:0;font-size:clamp(2.3rem,4vw,4.4rem);font-weight:300;text-transform:uppercase;letter-spacing:.08em;color:#18181b}.home-instagram__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;background:#fff}.home-instagram__item{position:relative;aspect-ratio:1 / 1;overflow:hidden;display:block;background:#fff;border:1px solid #f1f1f1}.home-instagram__item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.home-instagram__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:18px;background:linear-gradient(180deg,#ffffff0a,#0f0f12a6);opacity:0;transition:opacity .28s ease}.home-instagram__overlay span{color:#fff;font-size:.92rem;line-height:1.4}.home-instagram__item:hover img{transform:scale(1.05);filter:saturate(1.08)}.home-instagram__item:hover .home-instagram__overlay{opacity:1}.site-footer{background:radial-gradient(circle at top left,rgba(194,159,95,.24),transparent 28%),linear-gradient(135deg,#0b0b0f,#11131a 55%,#171a22);color:#e5e7eb;padding:64px 0 28px;margin-top:0;border-top:1px solid rgba(255,255,255,.08)}.site-footer__inner{display:grid;gap:32px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;align-items:start}.brand--footer{color:#fff;letter-spacing:.28em;font-weight:600;text-transform:uppercase}.footer-brand{display:grid;gap:18px}.footer-brand p{margin-top:0;color:#d5d9e8;line-height:1.6;max-width:30ch}.footer-socials{display:flex;flex-wrap:wrap;gap:12px}.footer-social{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#f8fafc;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.footer-social:hover{transform:translateY(-2px);border-color:#c29f5fd9;background:#c29f5f24}.footer-social span{font-size:.9rem}.footer-col{display:grid;gap:10px;font-size:.95rem}.footer-col h4{margin:0 0 6px;font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.85rem}.footer-col a,.footer-col span{color:#d5d9e8;text-decoration:none;transition:color .18s ease}.footer-col a:hover{color:#fff}.footer-bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px 24px;flex-wrap:wrap;color:#9ca3af;font-size:.88rem}.legal-page .content-card{padding:32px}.legal-content h2{margin:24px 0 8px;font-size:1.1rem}.checkout-page{background:#f8fafc}.checkout-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.checkout-head h1{text-transform:uppercase;letter-spacing:.12em;font-size:1.4rem}.checkout-back{color:#64748b;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.checkout-secure{display:flex;align-items:center;gap:6px;color:#64748b}.checkout-steps{display:flex;justify-content:center;gap:24px;margin:12px 0 32px}.checkout-steps button{background:transparent;border:none;font-weight:600;color:#94a3b8;display:inline-flex;align-items:center;gap:8px}.checkout-steps .active{color:#0f172a;border-bottom:2px solid #0f172a;padding-bottom:6px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.checkout-card{background:#fff;border:1px solid #e2e8f0;padding:24px}.checkout-card h2{margin-bottom:16px;text-transform:uppercase;font-size:1.1rem;letter-spacing:.08em}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkout-grid label{display:grid;gap:6px;font-size:.9rem}.checkout-grid__full{grid-column:1 / -1}.checkout-grid input,.checkout-grid textarea{border:1px solid #cbd5f5;padding:10px 12px;border-radius:12px;font:inherit;resize:vertical}.checkout-grid input:disabled,.checkout-grid textarea:disabled{background:#f1f5f9;color:#64748b}.checkout-toggle{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-weight:600}.checkout-actions{display:flex;gap:12px;margin-top:20px}.checkout-next{width:100%}.checkout-next--spaced{margin-top:20px}.checkout-payments{display:grid;gap:12px}.payment-card{text-align:left;border:1px solid #cbd5f5;background:#f8fafc;padding:16px;border-radius:12px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.payment-card.active{border-color:#0f172a;background:#fff}.payment-card__icon{width:36px;height:36px;border-radius:10px;background:#eef2ff;color:#1d4ed8;display:grid;place-items:center}.checkout-summary{align-self:start}.checkout-summary__items{display:grid;gap:12px;margin-bottom:16px}.checkout-summary__item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center;font-size:.9rem}.checkout-summary__item img{width:48px;height:48px;object-fit:cover;border-radius:8px}.checkout-summary__variant{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.summary-row--discount strong{color:#dc2626}.summary-coupon{margin-top:16px;display:grid;gap:8px}.summary-coupon label{font-weight:600;color:#0f172a;font-size:.9rem}.summary-coupon__actions{display:grid;grid-template-columns:1fr auto;gap:8px}.summary-coupon__actions input{width:100%}.summary-coupon__error{color:#dc2626;font-size:.85rem}.summary-coupon__success{color:#16a34a;font-size:.85rem}.checkout-shipping-note,.summary-note--shipping{margin:0;color:#64748b;font-size:.9rem;line-height:1.5}.order-details-payment-retry{display:grid;gap:12px;margin-top:12px;padding-top:14px;border-top:1px solid #e2e8f0}.order-details-payment-retry>strong{color:#0f172a}.order-details-payment-retry>p{margin:0;color:#64748b;font-size:.92rem;line-height:1.5}.checkout-payments--compact .payment-card{padding:12px 14px}@media (max-width: 980px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-instagram__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-layout{grid-template-columns:1fr}}@media (max-width: 720px){.admin-row__media{align-items:flex-start}.footer-grid{grid-template-columns:1fr}.home-instagram__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-instagram{padding-top:40px}.home-instagram__head h2{font-size:2.5rem}.home-instagram__overlay{opacity:1;padding:14px}.footer-social{width:100%;justify-content:center}.footer-bottom{flex-direction:column;align-items:flex-start}.checkout-grid{grid-template-columns:1fr}.checkout-steps{flex-wrap:wrap;gap:12px}}
