:root{font-family:Outfit,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#f9f9fb;--bg-main: #f9f9fb;--bg-card: #ffffff;--bg-card-hover: #ffffff;--border-color: #e6e6e9;--primary: #111111;--accent: #e2231a;--primary-hover: #333333;--text-muted: #7c7c8a;--success: #10b981;--danger: #ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);min-height:100vh;overflow-x:hidden}.glass-panel{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 20px -2px #00000008}.glass-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 10px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{transform:translateY(-4px);border-color:#c5c5cb;box-shadow:0 10px 25px -5px #00000014}header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;margin-bottom:30px}.public-header{background:#050505;border:none;box-shadow:none;padding:16px 40px;margin-bottom:0;gap:18px;flex-wrap:wrap}.public-header .logo-text,.public-header .logo-icon{color:#fff}.public-header .logo-icon{background:#e2231a}.modal-size-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.modal-size-row{display:grid;grid-template-columns:52px minmax(0,1fr) 72px;align-items:center;gap:10px}.modal-size-row.is-disabled{opacity:.45}.modal-size-label{font-weight:700;font-size:18px;color:#555560}.modal-quantity-group{display:inline-grid;grid-template-columns:38px minmax(56px,1fr) 38px;align-items:center;gap:4px;max-width:150px}.modal-quantity-button,.modal-quantity-input{height:38px;border:1px solid #d9d9df;border-radius:4px;background:#fff}.modal-quantity-button{display:inline-flex;align-items:center;justify-content:center;color:#333;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.modal-quantity-button:hover:not(:disabled){background:#f6f6f8;border-color:#bfc1c9}.modal-quantity-button:disabled{cursor:not-allowed;color:#b9bcc6;background:#f9f9fb}.modal-quantity-input{width:100%;text-align:center;color:#666a78;font-family:inherit;font-size:15px}.modal-stock-note{font-size:14px;color:#7c7c8a;text-align:left}.modal-stock-note.is-empty{color:#f08a8a;font-weight:600}.modal-total-box{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;border-radius:4px;background:#f7f7f9;color:#555560;font-size:14px;margin-bottom:16px;width:fit-content}.personalization-box{display:grid;gap:14px;margin-bottom:18px;padding:16px;border:1px solid #e5e7eb;border-radius:14px;background:#fafafa}.personalization-header{display:grid;gap:4px}.personalization-header strong{font-size:15px;color:#111827}.personalization-header span{font-size:13px;color:#6b7280}.personalization-toggle{display:flex;gap:10px}.personalization-option{min-width:92px;height:40px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#374151;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:all .2s ease}.personalization-option.is-active{background:#111;border-color:#111;color:#fff}.personalization-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.personalization-field{display:grid;gap:6px}.personalization-field span{font-size:12px;font-weight:700;color:#4b5563}.personalization-field input{width:100%;height:42px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;background:#fff;color:#111827;font-family:inherit;font-size:14px}.personalization-field input:focus{outline:none;border-color:#111;box-shadow:0 0 0 2px #11111114}.modal-cart-submit{width:100%;min-height:44px;border:none;border-radius:0;background:#e10600;color:#111;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s ease,transform .2s ease}.modal-cart-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.modal-cart-submit:disabled{cursor:not-allowed;opacity:.55}.logo-container{display:flex;align-items:center;gap:15px;min-width:0}.logo-img{width:auto;max-height:84px;max-width:min(320px,52vw);object-fit:contain;display:block}.logo-icon{width:44px;height:44px;background:#111;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:24px;color:#fff}.logo-text{font-size:26px;font-weight:800;letter-spacing:-.5px;color:#111}.logo-badge{font-size:11px;font-weight:700;background-color:var(--accent);color:#fff;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.size-badge{font-size:11px;font-weight:700;padding:5px 12px;border-radius:6px;border:1px solid #dcdce0;background:#f4f4f6;color:#555560;text-align:center;min-width:42px}.size-badge.in-stock{background:#10b98114;border-color:#10b9814d;color:#047857}.size-badge.out-of-stock{text-decoration:line-through;opacity:.45;border-color:#e5e7eb;background:#fafafa;color:#9ca3af}.btn{font-family:inherit;font-weight:600;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;font-size:14px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-danger{background:#ef444414;color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.btn-danger:hover{background:#ef444426;color:#b91c1c}.btn-success{background:#10b98114;color:#065f46;border:1px solid rgba(16,185,129,.2)}.btn-success:hover{background:#10b98126;color:#065f46}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s cubic-bezier(.16,1,.3,1) forwards}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.catalog-count{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#f3f4f6;border:1px solid #e5e7eb;color:#555560;font-size:12px;font-weight:700}.catalog-shell{background:#fff}.header-catalog-nav{flex:1 1 420px;justify-content:center}.header-catalog-status{justify-content:flex-end}.header-search-toggle{width:44px;min-width:44px;height:44px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;display:inline-flex;align-items:center;gap:10px;overflow:hidden;cursor:text;transition:width .25s ease,background .2s ease,border-color .2s ease,transform .2s ease}.header-search-toggle:hover,.header-search-toggle:focus-within,.header-search-toggle.is-expanded{width:min(260px,72vw);background:#ffffff1a;border-color:#ffffff38}.header-search-toggle:hover{transform:translateY(-1px)}.header-search-toggle svg{flex:0 0 auto;width:16px!important;height:16px!important}.header-search-input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:#fff;font-family:inherit;font-size:13px;font-weight:600}.header-search-input::placeholder{color:#ffffff9e}.header-action-button{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;min-height:40px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease}.header-action-button svg{width:16px!important;height:16px!important}.header-action-button:hover{transform:translateY(-1px);background:#ffffff1a;border-color:#fff3}.header-order-button{background:#e2231a29;border-color:#e2231a66}.header-action-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.catalog-hero{background:radial-gradient(circle at top left,rgba(226,35,26,.35),transparent 28%),linear-gradient(180deg,#090909,#111);color:#fff;padding:22px 40px 18px}.catalog-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}.catalog-brand{display:flex;align-items:center;min-height:44px}.catalog-brand-logo{max-height:52px;max-width:180px;object-fit:contain}.catalog-brand-title{font-size:24px;font-weight:800;letter-spacing:-.04em}.catalog-status{display:flex;gap:8px;flex-wrap:wrap}.catalog-status-pill{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#f5f5f5;font-size:12px;font-weight:700}.catalog-nav{display:flex;gap:12px;flex-wrap:wrap}.catalog-nav-link{border:none;background:transparent;color:#ffffffc7;font-family:inherit;font-size:13px;font-weight:700;text-transform:uppercase;cursor:pointer;padding:0 0 6px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.catalog-nav-link:hover,.catalog-nav-link.is-active{color:#fff;border-bottom-color:#e2231a}.catalog-content{padding:26px 40px 0}.category-showcase{margin-bottom:18px}.category-showcase-head{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.category-showcase-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e2231a}.category-showcase-title{font-size:22px;font-weight:800;letter-spacing:-.04em;color:#111}.category-showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center;gap:14px}.category-showcase-card{position:relative;border:1px solid #e7e7ec;border-radius:14px;background:linear-gradient(180deg,#fff,#f8f8fb);padding:0;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-align:left;width:100%;overflow:hidden}.category-showcase-card:hover{transform:translateY(-3px);border-color:#d8d8e2;box-shadow:0 18px 32px -24px #11111161}.category-showcase-card-importacao .category-showcase-image{object-fit:cover;object-position:center 22%;transform:scale(1)}.category-showcase-image-wrap{position:relative;aspect-ratio:.56;overflow:hidden;background:#f6f0e5;display:flex;align-items:center;justify-content:center}.category-showcase-image-wrap:after{content:"";position:absolute;inset:auto 0 0 0;height:38%;background:linear-gradient(180deg,#0000,#000000d1);pointer-events:none}.category-showcase-image{width:100%;height:100%;object-fit:cover;object-position:center}.category-showcase-meta{position:absolute;left:14px;right:14px;bottom:14px;z-index:1;display:flex;align-items:center;justify-content:center;text-align:center}.category-showcase-meta strong{font-size:18px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.04em;text-shadow:0 2px 10px rgba(0,0,0,.45)}.category-showcase-meta span{font-size:11px;color:#7c7c8a}.catalog-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:22px;flex-wrap:wrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:25px;padding:0 40px 40px}.catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:0 0 36px;gap:18px}.catalog-product-card{border-radius:0;box-shadow:none;border-color:#ededf1}.catalog-product-card:hover{transform:translateY(-2px)}.catalog-pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:0 40px 40px;flex-wrap:wrap}.catalog-page-list{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.catalog-page-button{width:40px;height:40px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#374151;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.catalog-page-button:hover{background:#f9fafb;border-color:#9ca3af}.catalog-page-button.is-active{background:#111;border-color:#111;color:#fff}.cart-summary-panel{margin:0 40px 40px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--border-color);box-shadow:0 10px 30px -24px #11111159}.catalog-cart-panel{margin:0 0 24px}.cart-summary-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;flex-wrap:wrap}.cart-empty-state{padding:16px;border-radius:12px;background:#f8f8fa;color:#7c7c8a;font-size:14px;margin-bottom:16px}.cart-items-list{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.cart-item-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border-radius:14px;background:#fafafb;border:1px solid #ececf0}.cart-item-image{width:72px;height:72px;object-fit:cover;border-radius:10px}.cart-item-details{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-item-details strong{font-size:14px;color:#111}.cart-item-details span{font-size:12px;color:#7c7c8a}.cart-item-controls{display:inline-flex;align-items:center;gap:8px}.cart-item-qty{min-width:22px;text-align:center;font-size:15px;font-weight:700;color:#111}.floating-socials{position:fixed;right:20px;bottom:20px;display:flex;gap:10px;z-index:1200}.floating-social{width:56px;height:56px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 18px 28px -18px #0000008c;transition:transform .2s ease,opacity .2s ease}.floating-social:hover{transform:translateY(-2px);opacity:.94}.floating-instagram{background:linear-gradient(135deg,#fdc468,#df4996 55%,#4f5bd5)}.floating-whatsapp{background:#25d366}@media (max-width: 640px){.product-grid{grid-template-columns:repeat(2,1fr);padding:0 15px 15px;gap:15px}.public-header{padding:14px 15px}.header-catalog-nav{justify-content:flex-start;flex-basis:100%}.header-catalog-status{justify-content:flex-start}.header-action-button{min-height:38px;padding:0 12px;font-size:12px}.header-search-toggle,.header-search-toggle:hover,.header-search-toggle:focus-within,.header-search-toggle.is-expanded{width:100%}.catalog-hero{padding:18px 15px 16px}.catalog-content{padding:18px 15px 0}.category-showcase-title{font-size:19px}.category-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.category-showcase-meta{left:10px;right:10px;bottom:10px}.category-showcase-meta strong{font-size:13px}.catalog-topbar,.catalog-section-head{align-items:flex-start}.catalog-product-grid{grid-template-columns:repeat(2,1fr);padding-bottom:24px;gap:14px}.modal-size-row{grid-template-columns:42px minmax(0,1fr) 58px;gap:8px}.modal-size-label{font-size:16px}.modal-quantity-group{grid-template-columns:32px minmax(48px,1fr) 32px;max-width:120px}.modal-quantity-button,.modal-quantity-input{height:32px}.modal-stock-note{font-size:12px}.personalization-fields{grid-template-columns:1fr}.logo-img{max-height:62px;max-width:220px}.catalog-pagination{padding:0 15px 24px;gap:10px}.floating-socials{right:14px;bottom:14px;gap:8px}.floating-social{width:50px;height:50px}.cart-summary-panel{margin:0 15px 24px;padding:16px}.cart-item-row{grid-template-columns:56px minmax(0,1fr)}.cart-item-image{width:56px;height:56px}.cart-item-controls{grid-column:1 / -1;justify-content:flex-end}.catalog-page-button{width:36px;height:36px;border-radius:8px}header{flex-direction:column;gap:15px;padding:15px}}.category-showcase-title{font-size:30px;font-weight:700;letter-spacing:-.05em;line-height:.95;text-wrap:balance}.catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}.catalog-product-card{border-radius:22px;overflow:hidden;border:1px solid rgba(17,17,17,.08);background:linear-gradient(180deg,#fff,#f7f7f9);box-shadow:0 18px 45px -34px #0f172a59}.catalog-product-card:hover{transform:translateY(-6px);box-shadow:0 26px 55px -34px #0f172a73}.catalog-product-media{position:relative;width:100%;aspect-ratio:.88;border:none;background:#f3f0e8;overflow:hidden;cursor:pointer}.catalog-product-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.catalog-product-card:hover .catalog-product-image{transform:scale(1.05)}.catalog-product-badge{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#0a0a0ae0;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.catalog-product-body{display:grid;gap:14px;padding:18px}.catalog-product-copy{display:grid;gap:7px}.catalog-product-kicker{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#e2231a}.catalog-product-title{font-size:18px;font-weight:700;line-height:1.15;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.catalog-product-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.catalog-product-price{font-family:var(--font-display);font-size:34px;line-height:.95;letter-spacing:.02em;color:#111}.catalog-product-stock{font-size:12px;color:#6b7280;font-weight:600;white-space:nowrap}.catalog-product-sizes{display:flex;flex-wrap:wrap;gap:6px;min-height:60px;align-content:flex-start}.catalog-product-cta{width:100%;min-height:48px;border-radius:14px;font-size:14px;font-weight:700}@media (max-width: 768px){.catalog-content{padding:22px 18px 0}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.catalog-product-body{padding:14px;gap:12px}.catalog-product-title{font-size:15px;min-height:36px}.catalog-product-price{font-size:28px}.catalog-product-stock{font-size:11px}.category-showcase-title{font-size:24px}}@media (max-width: 540px){.catalog-product-grid{grid-template-columns:1fr}}.responsive-image{position:relative;width:100%;overflow:hidden;background:#f4f4f5}.responsive-image-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#e5e7ebb8 8%,#f3f4f6f5 18%,#e5e7ebb8 33%);background-size:220% 100%;animation:imageShimmer 1.4s linear infinite}.responsive-image[data-loaded=true] .responsive-image-skeleton,.responsive-image[data-error=true] .responsive-image-skeleton{opacity:0;pointer-events:none}.responsive-image-element{position:relative;z-index:1;display:block;width:100%;height:100%;opacity:0;transform:scale(1.02);transition:opacity .28s ease,transform .32s ease}.responsive-image[data-loaded=true] .responsive-image-element,.responsive-image[data-error=true] .responsive-image-element{opacity:1;transform:scale(1)}.category-showcase-image-shell{width:100%;height:100%}.cart-item-image-shell{width:72px;height:72px;border-radius:10px}.modal-gallery{display:flex;flex-direction:column;gap:10px}.modal-gallery-main{border-radius:12px}.modal-gallery-main-image{object-fit:cover}.modal-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.modal-gallery-thumb{width:68px;min-width:68px;border:1px solid rgba(17,17,17,.12);border-radius:10px;padding:0;background:#fff;overflow:hidden;cursor:pointer}.modal-gallery-thumb.is-active{border-color:#111;box-shadow:0 0 0 2px #11111114}@keyframes imageShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:26px}.catalog-product-card{display:flex;flex-direction:column;min-height:100%;border-radius:24px;background:linear-gradient(180deg,#fff,#f7f7f8 55%,#f1f2f4);box-shadow:0 22px 48px -34px #0f172a3d}.catalog-product-card:hover{transform:translateY(-8px);box-shadow:0 32px 58px -34px #0f172a57}.catalog-product-media{aspect-ratio:.78;border:none;background:radial-gradient(circle at top,#ffffffeb,#eeeeeff2 48%,#e1e2e5)}.catalog-product-image{object-fit:contain;padding:12px}.catalog-product-body{flex:1;gap:16px;padding:20px}.catalog-product-copy{gap:10px}.catalog-product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.catalog-product-kicker{color:#d92d20}.catalog-product-title{min-height:48px;font-size:17px;line-height:1.22}.catalog-product-price{display:inline-flex;align-items:center;width:fit-content;padding:8px 14px;border-radius:999px;background:#111;color:#fff;font-size:24px;line-height:1}.catalog-product-stock{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280}.catalog-product-footer{margin-top:auto;display:grid;gap:14px}.catalog-product-sizes{min-height:52px}.catalog-product-cta{min-height:52px;border-radius:16px}.product-modal-shell{background:linear-gradient(180deg,#fffffffa,#f9f9fbfa);border:1px solid rgba(17,17,17,.08);box-shadow:0 34px 90px -42px #0f172a66}.product-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px}.product-modal-kicker{margin-bottom:8px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#d92d20}.product-modal-title{margin:0;font-size:30px;line-height:1.02;letter-spacing:-.04em;color:#111}.product-modal-subtitle{margin-top:10px;font-size:13px;color:#6b7280}.product-modal-close{width:44px;height:44px;border:1px solid rgba(17,17,17,.08);border-radius:999px;background:#fff;color:#6b7280;font-size:28px;line-height:1;cursor:pointer}.product-modal-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,420px);gap:28px;align-items:start}.product-modal-visual{display:grid}.product-modal-details{display:flex;flex-direction:column;gap:0}.modal-gallery{gap:14px}.modal-gallery-stage{position:relative;padding:18px;border-radius:26px;background:linear-gradient(180deg,#f8f8f8,#eceff3);box-shadow:inset 0 1px #fff9}.modal-gallery-main{border-radius:20px;background:#ffffffd9}.modal-gallery-main-image{object-fit:contain;padding:10px}.modal-gallery-counter{position:absolute;right:18px;bottom:18px;padding:7px 11px;border-radius:999px;background:#111111bd;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em}.modal-gallery-nav{position:absolute;top:50%;z-index:2;width:44px;height:44px;border:none;border-radius:999px;background:#111111c7;color:#fff;font-size:28px;line-height:1;cursor:pointer;transform:translateY(-50%)}.modal-gallery-nav.is-prev{left:18px}.modal-gallery-nav.is-next{right:18px}.modal-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:10px;overflow:visible}.modal-gallery-thumb{width:100%;min-width:0;border-radius:14px;border:1px solid rgba(17,17,17,.08);background:#fff}.modal-gallery-thumb.is-active{border-color:#111111e0;box-shadow:0 0 0 3px #11111114}.modal-gallery-thumb-image{object-fit:cover}@media (max-width: 1200px){.catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 960px){.product-modal-layout{grid-template-columns:1fr}.product-modal-title{font-size:24px}}@media (max-width: 768px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.catalog-product-body{padding:16px}.catalog-product-title{min-height:40px;font-size:15px}.catalog-product-price{font-size:20px}.product-modal-shell{padding:20px!important}.product-modal-header{margin-bottom:18px}.modal-gallery-stage{padding:12px;border-radius:20px}.modal-gallery-nav{width:38px;height:38px;font-size:24px}}@media (max-width: 540px){.catalog-product-grid{grid-template-columns:1fr}.product-modal-title{font-size:21px}.modal-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}.catalog-pagination{margin-top:8px;padding:8px 0 32px;gap:14px}.catalog-page-list{padding:8px 12px;border-radius:999px;background:#1111110a;border:1px solid rgba(17,17,17,.06)}.catalog-page-button{width:42px;height:42px;border-radius:12px;border:1px solid rgba(17,17,17,.08);box-shadow:0 8px 18px -16px #0f172a52}.catalog-page-button:hover{transform:translateY(-1px)}.catalog-page-button.is-active{box-shadow:0 14px 24px -18px #1111118c}@media (max-width: 640px){.catalog-pagination{padding-bottom:22px;gap:10px}.catalog-page-list{padding:6px 8px;gap:6px}}.catalog-shelf-shell{position:relative;padding:4px 28px 30px}.catalog-shelf-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,290px);gap:22px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding:6px 2px 12px}.catalog-shelf-track::-webkit-scrollbar{display:none}.catalog-product-card--shelf{scroll-snap-align:start}.catalog-shelf-nav{position:absolute;top:32%;z-index:3;width:42px;height:42px;border:1px solid rgba(17,17,17,.08);border-radius:999px;background:#ffffffeb;color:#4b5563;font-size:28px;line-height:1;box-shadow:0 14px 28px -18px #0f172a59;cursor:pointer}.catalog-shelf-nav.is-prev{left:-4px}.catalog-shelf-nav.is-next{right:-4px}.catalog-product-grid-inner{display:contents}.product-modal-shell{padding:28px!important}.product-modal-layout{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:34px}.modal-gallery-stage{padding:22px;border-radius:28px}.modal-gallery-main{aspect-ratio:.92}.modal-gallery-main-image{object-fit:contain;padding:14px}.modal-gallery-thumbs{grid-template-columns:repeat(auto-fit,minmax(72px,1fr))}.product-modal-buybox{display:grid;gap:14px;padding:20px 22px;border-radius:24px;background:linear-gradient(180deg,#fff,#f8f9fb);border:1px solid rgba(17,17,17,.08);box-shadow:0 18px 36px -28px #0f172a42;margin-bottom:18px}.product-modal-ref,.product-modal-availability,.product-modal-price-caption{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280}.product-modal-price-stack{display:grid;gap:8px}.product-modal-price-main{font-family:var(--font-display);font-size:48px;line-height:.95;letter-spacing:.01em;color:#111}.product-modal-stock-banner{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:10px 14px;border-radius:999px;background:#10b9811a;color:#047857;font-size:12px;font-weight:700}.product-modal-stock-dot{width:8px;height:8px;border-radius:999px;background:#10b981}.product-modal-section-title{margin:0 0 12px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.modal-size-grid{gap:10px}.modal-size-row{padding:10px 12px;border-radius:16px;background:#fff;border:1px solid rgba(17,17,17,.08)}.modal-total-box{border-radius:18px;background:#111;color:#fff}.personalization-box{border-radius:20px;border:1px solid rgba(17,17,17,.08);background:linear-gradient(180deg,#fff,#f8f9fb)}@media (max-width: 960px){.catalog-shelf-shell{padding:0 0 24px}.catalog-shelf-nav{display:none}.catalog-shelf-track{grid-auto-columns:minmax(220px,82vw);padding-bottom:10px}.product-modal-layout{grid-template-columns:1fr;gap:24px}.product-modal-price-main{font-size:38px}}@media (max-width: 640px){.catalog-shelf-track{grid-auto-columns:minmax(220px,88vw);gap:16px}.product-modal-shell{padding:18px!important}.modal-gallery-stage{padding:12px}.product-modal-buybox{padding:16px;border-radius:18px}.product-modal-price-main{font-size:32px}}.catalog-pagination{width:min(100%,860px);margin:0 auto;justify-content:center;padding:8px 0 34px}.catalog-page-list{align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:#1111110a;border:1px solid rgba(17,17,17,.06)}.catalog-page-button{min-width:40px;width:auto;padding:0 12px}.catalog-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:22px;color:#6b7280;font-size:18px;font-weight:700}@media (max-width: 640px){.catalog-pagination{width:100%;gap:8px}.catalog-page-list{gap:6px;padding:6px 8px}.catalog-page-button{min-width:36px;padding:0 10px}}
