@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1";:root{--primary:#4a40e0;--primary-dim:#3d30d4;--primary-container:#9795ff;--primary-fixed:#9795ff;--primary-fixed-dim:#8885ff;--background:#faf4ff;--surface:#faf4ff;--surface-bright:#faf4ff;--surface-dim:#dacdff;--surface-container-lowest:#fff;--surface-container-low:#f5eeff;--surface-container:#ede4ff;--surface-container-high:#e8deff;--surface-container-highest:#e2d7ff;--surface-variant:#e2d7ff;--on-surface:#32294f;--on-surface-variant:#5f557f;--on-background:#32294f;--outline:#7b719c;--outline-variant:#b2a6d5;--secondary:#6249b2;--secondary-container:#d8caff;--tertiary:#994100;--tertiary-container:#ff955a;--tertiary-fixed:#ff955a;--tertiary-fixed-dim:#ff7f2f;--error:#b41340;--radius-default:.25rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-full:9999px;--shadow-soft:0 20px 40px #32294f0f;--shadow-strong:0 40px 80px #32294f1a}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--on-background);background:var(--background);margin:0;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;font-family:Plus Jakarta Sans,sans-serif}p{color:var(--on-surface-variant)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.material-symbols-rounded{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;line-height:1}.container{width:min(1200px,100% - 2rem);margin:0 auto}.section{padding:2.5rem 0}main{padding-top:8.2rem;padding-bottom:5.6rem}.horizontal-scroll{scrollbar-width:none;overflow-x:auto}.horizontal-scroll::-webkit-scrollbar{display:none}.header{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-soft);background:#fffc;position:fixed;top:0;left:0;right:0}.header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:5.4rem;display:grid}.header-left{align-items:center;gap:.75rem;display:flex}.header-search{cursor:pointer;color:var(--primary);background:0 0;border:0;place-items:center;display:grid}.logo{color:var(--primary);text-transform:uppercase;letter-spacing:-.03em;font-family:Plus Jakarta Sans,sans-serif;font-weight:900}.logo-inline{font-size:1.5rem}.header-right{align-items:center;gap:.5rem;display:flex}.header-menu-shell{opacity:1;justify-content:center;max-height:4rem;padding:0 0 .5rem;transition:opacity .25s,transform .25s,max-height .25s,padding .25s;display:flex;overflow:hidden;transform:translateY(0)}.header-menu-shell.menu-hidden{opacity:0;pointer-events:none;max-height:0;padding:0;transform:translateY(-10px)}.main-menu-float{border:1px solid var(--outline-variant);border-radius:var(--radius-full);background:#ffffffb8;align-items:center;gap:.2rem;padding:.3rem;display:inline-flex;box-shadow:0 8px 20px #32294f14}.main-menu-float a{color:var(--on-surface-variant);border-radius:var(--radius-full);padding:.38rem .72rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.82rem;font-weight:700;transition:background-color .2s,color .2s}.main-menu-float a:hover{background:var(--surface-container);color:var(--on-surface)}.main-menu-float a.active{background:var(--primary-container);color:var(--on-primary-container)}.search-inline{border-radius:var(--radius-full);background:var(--surface-container-lowest);border:1px solid var(--outline-variant);align-items:center;gap:.4rem;padding:.35rem .7rem;display:flex}.search-inline input{background:0 0;border:0;outline:0;width:130px}.header-icon,.profile-avatar{border-radius:var(--radius-full);border:1px solid var(--surface-container-high);background:var(--surface-container-high);place-items:center;width:2.5rem;height:2.5rem;display:grid;position:relative}.header-icon span:last-child{border-radius:var(--radius-full);background:var(--tertiary);color:#fff;place-items:center;min-width:1rem;height:1rem;font-size:.6rem;display:grid;position:absolute;top:-.2rem;right:-.15rem}.hero-banner{aspect-ratio:21/9;background:var(--surface-container-low);width:min(1260px,100% - 2rem);box-shadow:var(--shadow-strong);border-radius:2rem;margin:0 auto;position:relative;overflow:hidden}.hero-banner>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(90deg,#32294f6b,#0000);position:absolute;inset:0}.hero-content{color:#fff;max-width:560px;position:absolute;bottom:3rem;left:3rem}.hero-content h1{margin-bottom:1rem;font-size:clamp(2.1rem,5vw,4.5rem)}.hero-content p{color:#ffffffe6}.hero-actions{margin-top:1.2rem}.split-headline{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;display:flex}.split-headline span{text-transform:uppercase;letter-spacing:.12em;color:var(--tertiary);font-size:.68rem;font-weight:800}.split-headline h2{font-size:clamp(1.7rem,2.5vw,2.2rem)}.text-link{color:var(--primary);border-bottom:2px solid color-mix(in srgb, var(--primary) 20%, transparent);font-weight:700}.category-row{scroll-snap-type:x mandatory;gap:1.5rem;padding-bottom:.5rem;display:flex}.category-card{scroll-snap-align:start;flex:none;width:16rem}.category-media{background:var(--surface-container-low);border-radius:1rem;height:20rem;margin-bottom:1rem;overflow:hidden}.category-media img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.category-card:hover .category-media img{transform:scale(1.05)}.category-card h3{font-size:1.35rem}.category-card p{margin:.2rem 0 0;font-size:.9rem}.line-title{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.line-title div{background:var(--surface-container);flex:1;height:2px}.line-title h2{font-size:clamp(2rem,3vw,2.6rem)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;display:grid}.product-card{flex-direction:column;gap:1rem;display:flex}.home-grid .product-card.offset{margin-top:2.6rem}.product-image-wrap{aspect-ratio:3/4;background:var(--surface-container-lowest);border-radius:1rem;position:relative;overflow:hidden}.product-image-wrap>a,.product-image-wrap>a img{width:100%;height:100%}.product-image-wrap img{object-fit:cover;transition:transform 1s}.product-card:hover img{transform:scale(1.1)}.icon-btn{border-radius:var(--radius-full);cursor:pointer;background:#ffffffe6;border:0;place-items:center;width:2.35rem;height:2.35rem;display:grid}.product-image-wrap .icon-btn{position:absolute;top:.9rem;right:.9rem}.badge{border-radius:var(--radius-full);padding:.2rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:.9rem;left:.9rem}.badge-primary{background:var(--tertiary);color:#fff}.badge-neutral{background:var(--surface-container-highest);color:var(--on-surface)}.product-quick-add{transition:transform .45s;position:absolute;bottom:1rem;left:1rem;right:1rem;transform:translateY(140%)}.product-card:hover .product-quick-add{transform:translateY(0)}.quick-add-btn{background:var(--primary);color:#fff;border-radius:var(--radius-xl);justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.8rem 1rem;font-weight:700;display:flex}.product-card-content{justify-content:space-between;align-items:start;gap:1rem;display:flex}.product-brand{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);font-size:.68rem;font-weight:700}.product-card-content h3{font-size:1.25rem}.price-row{text-align:right}.price-row strong{color:var(--tertiary);font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem}.price-row span{color:var(--outline);text-decoration:line-through;display:block}.editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.editorial-card{background:var(--surface-container-lowest);border-radius:1.2rem;overflow:hidden}.editorial-card img{aspect-ratio:16/7;object-fit:cover}.editorial-card div{padding:1rem}.btn{border-radius:var(--radius-xl);cursor:pointer;border:0;padding:.85rem 1.2rem;font-weight:700;transition:all .2s}.btn:hover{transform:scale(.98)}.btn-full{width:100%}.btn-primary{background:var(--primary);color:#f4f1ff}.btn-primary:hover{background:var(--primary-dim)}.btn-secondary{background:var(--tertiary-container);color:#552100}.btn-ghost{background:var(--surface-container-high);color:var(--on-surface)}.catalog-v2,.product-v2,.checkout-v2{gap:1.2rem;display:grid}.catalog-header-row{justify-content:space-between;align-items:end;gap:1rem;display:flex}.catalog-header-row span{text-transform:uppercase;letter-spacing:.12em;color:var(--tertiary);font-size:.68rem;font-weight:800}.catalog-header-row h1{font-size:clamp(2.2rem,5vw,3.8rem)}.catalog-actions{gap:.7rem;display:flex}.chip-toolbar{gap:.7rem;padding-bottom:.3rem;display:flex}.chip{border-radius:var(--radius-full);background:var(--surface-container-highest);color:var(--on-surface-variant);white-space:nowrap;border:0;padding:.6rem 1rem;font-weight:700}.chip.active{background:var(--primary-container);color:var(--on-surface)}.catalog-list-header{color:var(--outline);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:3fr 1fr 1.2fr 1fr auto;padding:1rem 1.4rem;font-size:.7rem;font-weight:800;display:grid}.catalog-list{gap:.8rem;display:grid}.catalog-row{background:var(--surface-container-lowest);border-radius:2rem;grid-template-columns:3fr 1fr 1.2fr 1fr auto;align-items:center;gap:.8rem;padding:1rem 1.3rem;display:grid}.catalog-row:hover{background:var(--surface-container-low)}.catalog-product-cell{align-items:center;gap:1rem;display:flex}.catalog-product-cell img{object-fit:cover;border-radius:.75rem;width:4rem;height:4rem}.catalog-product-cell h3{font-size:1.1rem}.catalog-product-cell p,.sku,.catalog-row small{font-size:.78rem}.stock-pill{border-radius:var(--radius-full);color:#137443;text-transform:uppercase;letter-spacing:.08em;background:#e8f8ef;padding:.25rem .65rem;font-size:.62rem;font-weight:800;display:inline-flex}.cart-v2{gap:2rem;display:grid}.cart-main-grid{grid-template-columns:1.6fr 1fr;gap:1.2rem;display:grid}.cart-headline-row{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.cart-headline-row h1{font-size:2.3rem}.cart-v2-item{background:var(--surface-container-lowest);border-radius:var(--radius-xl);grid-template-columns:160px 1fr auto;align-items:center;gap:1rem;padding:1rem;display:grid}.cart-v2-item img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg);width:100%}.cart-v2-content{gap:.9rem;display:grid}.cart-v2-content h3{font-size:1.25rem}.cart-v2-actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.remove-btn{color:var(--on-surface-variant);cursor:pointer;background:0 0;border:0;align-items:center;gap:.2rem;font-weight:600;display:inline-flex}.remove-btn:hover{color:var(--error)}.qty-selector{background:var(--surface-container-low);border-radius:var(--radius-full);align-items:center;gap:1rem;padding:.5rem .9rem;display:inline-flex}.qty-selector button{cursor:pointer;background:0 0;border:0}.cart-v2-item>strong{color:var(--tertiary);font-size:1.2rem}.cart-summary-v2{background:var(--surface-container-low);border-radius:2rem;gap:1rem;height:fit-content;padding:1.5rem;display:grid;position:sticky;top:6.4rem}.cart-summary-v2 p{justify-content:space-between;margin:.5rem 0;display:flex}.total-row{border-top:1px solid color-mix(in srgb, var(--outline-variant) 25%, transparent);padding-top:.8rem}.total-row strong{color:var(--primary);font-size:1.8rem}.secure-box{background:var(--surface-container-lowest);border-radius:var(--radius-xl);align-items:center;gap:.65rem;padding:.8rem;display:flex}.secure-box strong{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem}.secure-box p{margin:0;font-size:.74rem}.cross-sell-block .product-grid{gap:1rem;width:max-content;display:flex}.cross-sell-block .product-card{width:16rem}.account-v2{gap:1.2rem;display:grid}.account-hero h1{font-size:2.6rem}.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.kpi-grid article{background:var(--surface-container-lowest);border-radius:2rem;padding:1.5rem}.kpi-grid article p{text-transform:uppercase;letter-spacing:.1em;font-size:.66rem;font-weight:800}.kpi-grid article h2{font-size:2.4rem}.dark-kpi{color:#f4f1ff;background:#21124e!important}.dark-kpi p,.dark-kpi small,.dark-kpi h2{color:inherit}.account-panels{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.account-card{background:var(--surface-container-lowest);border-radius:2rem;padding:1.2rem}.orders-list{gap:.7rem;display:grid}.category-intro{margin:.15rem 0 1.2rem}.auth-v2{place-items:center;display:grid}.auth-card{gap:.8rem;width:min(440px,100%);display:grid}.auth-card>span,.page-card-v2>span{text-transform:uppercase;letter-spacing:.12em;color:var(--tertiary);font-size:.68rem;font-weight:800}.page-card-v2{gap:.8rem;display:grid}.info-layout,.contact-layout,.auth-wrapper,.simple-page{gap:1rem;display:grid}.info-card,.auth-card,.empty-state,.checkout-content,.order-summary,.filter-sidebar,.spec-card{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);border-radius:var(--radius-xl);padding:1rem}.section-title-row{justify-content:space-between;align-items:end;margin-bottom:1rem;display:flex}.form-grid{gap:.8rem;display:grid}.field{gap:.35rem;display:grid}.field-label{font-size:.8rem;font-weight:600}.input,.field-inline select,.filter-sidebar select{border:1px solid var(--outline-variant);border-radius:var(--radius-default);background:var(--surface-container-lowest);padding:.7rem}.product-layout{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.product-gallery-main{border-radius:var(--radius-xl);overflow:hidden}.product-gallery-main img{aspect-ratio:1;object-fit:cover}.product-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:.5rem;display:grid}.product-gallery-thumbs button{border:1px solid var(--outline-variant);border-radius:var(--radius-lg);padding:0;overflow:hidden}.product-gallery-thumbs button.active{border-color:var(--primary)}.product-gallery-thumbs img{aspect-ratio:1;object-fit:cover}.product-info{gap:.9rem;display:grid}.product-price{color:var(--primary);margin:0;font-size:2rem}.option-group{gap:.4rem;display:grid}.chip-row{flex-wrap:wrap;gap:.5rem;display:flex}.chip-row button{border:1px solid var(--outline-variant);border-radius:var(--radius-full);background:var(--surface-container-lowest);padding:.35rem .7rem}.chip-row button.active{background:var(--primary-container);border-color:var(--primary)}.product-actions{align-items:center;gap:.7rem;display:flex}.details-list{gap:.35rem;margin:0;padding-left:1rem;display:grid}.spec-card p{justify-content:space-between;display:flex}.checkout-layout,.cart-layout,.catalog-layout,.account-layout{gap:1rem;display:grid}.checkout-layout{grid-template-columns:1fr 340px}.checkout-steps{gap:.4rem;margin-bottom:1rem;display:flex}.checkout-steps button{border:1px solid var(--outline-variant);border-radius:var(--radius-full);background:var(--surface-container-high);padding:.5rem .8rem}.checkout-steps button.active{background:var(--primary-container);border-color:var(--primary)}.footer{background:var(--surface-container-low);border-top:1px solid var(--outline-variant);padding:2rem 0 6rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;display:grid}.footer-grid a{margin-bottom:.4rem;display:block}.mobile-bottom-nav{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border-radius:2rem 2rem 0 0;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;padding:.7rem .5rem 1.3rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #32294f0a}.mobile-bottom-nav a{color:#8b8b99;place-items:center;padding:.45rem;display:grid}.mobile-bottom-nav a.active{color:#4338ca;background:#eef2ff;border-radius:1rem}.mobile-bottom-nav small{letter-spacing:.12em;text-transform:uppercase;margin-top:.15rem;font-size:.58rem;font-weight:700}@media (width<=1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-row,.catalog-list-header{grid-template-columns:2.5fr 1fr 1fr 1fr auto}.cart-main-grid,.product-layout,.checkout-layout,.account-panels,.kpi-grid,.footer-grid,.editorial-grid{grid-template-columns:1fr}.cart-summary-v2{position:static}}@media (width<=900px){main{padding-top:5rem}.main-menu-float,.search-inline{display:none}.header-inner{grid-template-columns:auto auto;justify-content:space-between}.hero-banner{aspect-ratio:16/10}.hero-content{bottom:1.8rem;left:1.6rem;right:1.6rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-grid .product-card.offset{margin-top:0}.cart-v2-item{grid-template-columns:110px 1fr}.cart-v2-item>strong{grid-column:2}.catalog-list-header{display:none}.catalog-row{border-radius:1rem;grid-template-columns:1fr}.desktop-only{display:none}.mobile-bottom-nav{display:grid}}@media (width<=640px){.product-grid{grid-template-columns:1fr}.category-card{width:14rem}.split-headline,.catalog-header-row,.catalog-actions,.cart-v2-actions,.product-actions{flex-wrap:wrap}}.header-home .header-inner{grid-template-columns:1fr auto 1fr}.header-home .header-left{justify-self:start}.logo-center{justify-self:center;font-size:1.6rem}.header-home .header-right{justify-self:end}.header-home .header-icon{display:none}.catalog-filter-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;display:grid}.catalog-filter-grid label{letter-spacing:.04em;text-transform:uppercase;color:var(--on-surface-variant);gap:.25rem;font-size:.72rem;font-weight:700;display:grid}.catalog-filter-grid input,.catalog-filter-grid select{border:1px solid var(--outline-variant);background:var(--surface-container-lowest);text-transform:none;color:var(--on-surface);border-radius:.75rem;padding:.65rem .75rem;font-size:.84rem;font-weight:500}.add-product-page{gap:1rem;display:grid}.add-product-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1rem;display:grid}.add-product-form{gap:1rem;display:grid}.add-product-grid{grid-template-columns:1fr 1fr}.field-full{grid-column:1/-1}.add-product-form textarea.input{resize:vertical;min-height:120px}.add-product-extra{gap:1rem;display:grid}.feature-checkbox{color:var(--on-surface-variant);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.save-feedback{border-radius:var(--radius-xl);color:#137443;background:#e8f8ef;border:1px solid #9fd8b8;margin:0;padding:.8rem 1rem;font-weight:600}.add-preview{gap:.5rem;display:grid;position:sticky;top:6.5rem}.summary-tag{text-transform:uppercase;letter-spacing:.12em;color:var(--tertiary);font-size:.66rem;font-weight:800}.add-preview h2{margin:0}.preview-brand{color:var(--on-surface-variant);margin:0}.preview-price{color:var(--primary);font-size:1.5rem}.preview-category{border-radius:var(--radius-full);background:var(--surface-container-high);width:fit-content;margin:0;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.preview-description{color:var(--on-surface-variant);margin:0;font-size:.9rem}.preview-meta{gap:.5rem;display:grid}.preview-meta p{justify-content:space-between;gap:1rem;margin:0;font-size:.84rem;display:flex}.preview-meta span{color:var(--on-surface-variant)}.attributes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.attribute-card{gap:.8rem;display:grid}.attribute-card .section-title-row span{text-transform:uppercase;letter-spacing:.12em;color:var(--tertiary);font-size:.68rem;font-weight:800}.attribute-card .section-title-row h2{margin:.2rem 0 0;font-size:1.35rem}.attribute-add-form{grid-template-columns:1fr auto;gap:.5rem;display:grid}.attribute-list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.attribute-list li{border:1px solid var(--outline-variant);border-radius:var(--radius-lg);background:var(--surface-container-lowest);justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .7rem;display:flex}.attribute-item-actions{gap:.25rem;display:flex}.icon-btn-danger{color:var(--error)}.attribute-edit-form{grid-template-columns:1fr auto auto;gap:.45rem;width:100%;display:grid}.drop-upload{border:1.5px dashed var(--outline-variant);border-radius:var(--radius-xl);background:var(--surface-container-low);text-align:center;cursor:pointer;gap:.25rem;padding:1rem;transition:border-color .2s,background-color .2s,transform .2s;display:grid}.drop-upload:hover{border-color:var(--primary);background:var(--surface-container)}.drop-upload.dragging{border-color:var(--primary);background:var(--primary-container);transform:scale(.99)}.drop-upload .material-symbols-rounded{color:var(--primary);font-size:1.5rem}.drop-upload p{margin:0;font-weight:700}.drop-upload small{color:var(--on-surface-variant)}.upload-feedback{color:var(--on-surface-variant);margin:.25rem 0 0;font-size:.8rem;font-weight:600}.upload-preview{border-radius:var(--radius-lg);border:1px solid var(--outline-variant);margin-top:.5rem;overflow:hidden}.upload-preview img{object-fit:cover;width:100%;max-height:210px;display:block}.product-upload-previews{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.6rem;display:grid}.upload-preview-slot{gap:.3rem;display:grid}.upload-preview-slot strong{color:var(--on-surface-variant);font-size:.78rem}.upload-preview-slot small{color:var(--outline)}.mobile-bottom-nav a{position:relative}.mobile-bottom-nav a em{background:var(--tertiary);color:#fff;border-radius:9999px;place-items:center;min-width:1rem;height:1rem;font-size:.56rem;font-style:normal;font-weight:700;display:grid;position:absolute;top:.2rem;right:1.1rem}@media (width<=1100px){.catalog-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.add-product-layout{grid-template-columns:1fr}.add-preview{position:static}.attributes-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.header-home .header-inner{grid-template-columns:1fr auto 1fr}.logo-center{font-size:1.35rem}.header-home .profile-avatar{display:grid}.catalog-filter-grid{grid-template-columns:1fr 1fr}.add-product-grid,.attributes-grid{grid-template-columns:1fr}}@media (width<=640px){.catalog-filter-grid,.product-upload-previews{grid-template-columns:1fr}}.brand-logo{object-fit:contain;width:auto;height:2.15rem;display:block}.logo-center .brand-logo{height:2.45rem}.footer-logo{height:2.8rem;margin-bottom:.7rem}@media (width<=900px){.logo-center .brand-logo,.brand-logo{height:2rem}.footer-logo{height:2.4rem}}
