:root{--bg:#f5f7fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e6eaf1;--accent:#1f4ed8;--accent-2:#111827;--success:#0f9d58;--danger:#d92d20;--warning:#b7791f;--radius:14px;--shadow:0 8px 28px rgba(17,24,39,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth;min-height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:13.5px;line-height:1.4;min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}.navbar-brand{font-weight:800;letter-spacing:.38px;font-size:1rem}.header-main{background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.8)}.header-main .nav-link{padding:.48rem .6rem;font-size:.86rem}.header-main .btn{font-size:.8rem;padding:.42rem .7rem}.catalog-dropdown-menu{min-width:260px;max-height:70vh;overflow:auto}.catalog-dropdown-menu .dropdown-item{display:block;white-space:nowrap}.header-search{position:relative}.header-search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);display:none;z-index:50;max-height:320px;overflow:auto}.header-search-results a{display:flex;justify-content:space-between;padding:.65rem .8rem;border-bottom:1px solid #f2f3f5;font-size:.88rem}.header-search-results a:last-child{border-bottom:none}.hero{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:8/3;min-height:0;position:relative;background:#111827}.hero-slide{height:100%;min-height:0;background-size:contain;background-repeat:no-repeat;background-position:center;position:relative}.hero-slide::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.82),rgba(15,23,42,.35),rgba(15,23,42,.12))}.hero-content{position:relative;z-index:2;max-width:580px;padding:2.35rem;color:#fff}.hero-content .display-4,.hero-content .display-5{font-size:2.15rem}.section{padding:1.2rem 0}.section-title{font-size:1.22rem;font-weight:800;margin-bottom:.2rem}.section-subtitle{color:var(--muted);margin-bottom:.8rem;font-size:.86rem}.admin-title{font-size:1.16rem}.card-ui,.filter-card,.admin-card,.chat-box,.page-card{background:var(--card);border:1px solid rgba(229,231,235,.9);border-radius:var(--radius);box-shadow:var(--shadow)}.card-ui{overflow:hidden;height:100%}.product-image{aspect-ratio:1/1;background:#f3f4f6;display:block;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:.24s transform;background:#fff}.card-ui:hover .product-image img{transform:scale(1.03)}.product-body{padding:.75rem .8rem .85rem}.badge-soft{display:inline-flex;align-items:center;border-radius:999px;background:#eff4ff;color:#1d4ed8;padding:.2rem .5rem;font-size:.67rem;font-weight:700}.price-wrap{display:flex;gap:.45rem;align-items:baseline;flex-wrap:wrap}.price-current{font-size:1rem;font-weight:800}.price-old{text-decoration:line-through;color:var(--muted);font-size:.82rem}.color-dot{width:13px;height:13px;border-radius:999px;border:2px solid rgba(17,24,39,.14);display:inline-block}.brand-line{display:flex;gap:.65rem;flex-wrap:wrap}.brand-chip{padding:.55rem .85rem;background:#fff;border-radius:999px;border:1px solid var(--line);box-shadow:var(--shadow);font-weight:700;font-size:.84rem}.category-grid,.series-grid,.product-grid,.benefits-grid{display:grid;gap:.85rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.series-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-card,.benefit-card{padding:.9rem;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.benefit-card h4{font-size:.92rem;font-weight:800;margin-bottom:.3rem}.page-hero{padding:1.7rem;border-radius:18px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;box-shadow:var(--shadow)}.breadcrumbs{font-size:.82rem;color:var(--muted)}.breadcrumbs a{color:#4b5563}.gallery-main{border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line)}.thumbs{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.6rem}.thumbs button{padding:0;border:none;background:none}.thumbs img{width:64px;height:64px;object-fit:contain;object-position:center;border-radius:11px;border:2px solid transparent;background:#fff}.thumbs img.active{border-color:#1d4ed8}.sticky-summary{position:sticky;top:70px}.spec-table td{padding:.55rem .7rem;border-bottom:1px solid #eef1f4;font-size:.88rem}.spec-table td:first-child{color:var(--muted)}main{flex:1 0 auto}.footer{background:#0f172a;color:#c7d2fe;padding:2rem 0;margin-top:auto;font-size:.88rem}.footer a{color:#e2e8f0}.flash-wrap{position:fixed;right:14px;top:68px;z-index:1080;width:min(360px,calc(100vw - 28px))}.chat-float{position:fixed;right:16px;bottom:16px;z-index:1040;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#1d4ed8,#22c55e);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 14px 30px rgba(29,78,216,.28)}.nav-pills .nav-link{border-radius:999px;padding:.45rem .85rem;font-size:.84rem}.admin-sidebar{position:sticky;top:68px}.admin-sidebar .list-group-item{border:none;border-radius:10px;margin-bottom:.2rem;font-size:.84rem;padding:.52rem .72rem}.table-modern{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.table-modern th,.table-modern td{padding:.62rem .72rem;vertical-align:middle}.table-modern th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.compact-table .table{margin:0}.compact-table td{font-size:.84rem}.form-control,.form-select{border-radius:10px;padding:.5rem .7rem;border-color:#d9dde6;font-size:.88rem}.form-control-sm,.form-select-sm{border-radius:10px;padding:.42rem .62rem;font-size:.84rem}.btn{border-radius:10px;padding:.5rem .78rem;font-weight:700;font-size:.86rem}.btn-sm{padding:.34rem .58rem;border-radius:9px;font-size:.79rem}.btn-dark{background:#111827}.btn-outline-dark:hover{background:#111827}.empty-state{padding:1.6rem;text-align:center;color:var(--muted)}.chat-box{height:420px;display:flex;flex-direction:column}.chat-messages{padding:.9rem;overflow:auto;flex:1}.msg{max-width:80%;padding:.68rem .82rem;border-radius:13px;margin-bottom:.68rem;font-size:.88rem}.msg-customer{background:#e8f0ff;margin-right:auto}.msg-admin{background:#111827;color:#fff;margin-left:auto}.mobile-bottom{display:none}.admin-thumb{width:40px;height:40px;border-radius:10px;object-fit:contain;object-position:center;border:1px solid var(--line);background:#fff;padding:2px}.admin-side-card{background:#f8fafc;border:1px dashed #d7dde8;border-radius:14px;padding:.9rem}.admin-preview{width:100%;aspect-ratio:1/1;object-fit:contain;object-position:center;border-radius:14px;border:1px solid var(--line);background:#fff;padding:8px}.admin-empty-image{display:flex;align-items:center;justify-content:center;height:200px;border-radius:14px;background:#fff;border:1px dashed var(--line);color:var(--muted);font-size:.88rem}.x-small{font-size:.75rem}.product-body .btn{white-space:nowrap}.list-group-item.active{background:#111827;border-color:#111827}.modal-content{border:none;border-radius:16px;box-shadow:var(--shadow)}
.card-actions-row{display:flex;gap:.4rem;align-items:center}.icon-btn{width:38px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.section-track{overflow:auto;padding-bottom:.2rem;scrollbar-width:thin}.track-grid{display:grid;gap:.85rem;grid-auto-flow:column;align-items:stretch;width:max-content;margin-inline:auto}.track-grid.rows-1{grid-template-rows:1fr}.track-grid.rows-2{grid-template-rows:1fr 1fr}.track-grid.rows-3{grid-template-rows:1fr 1fr 1fr}.track-products{grid-auto-columns:220px}.track-series{grid-auto-columns:280px}.track-categories{grid-auto-columns:180px}.track-reviews{grid-auto-columns:minmax(260px,1fr)}.section-card{min-width:0}.brand-line{justify-content:center}.benefits-grid{justify-content:center}.benefit-card{max-width:320px}.compact-benefits{grid-template-columns:repeat(auto-fit,minmax(180px,320px))}.admin-gallery-grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.admin-gallery-item{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.55rem;display:flex;flex-direction:column;gap:.55rem}.admin-gallery-item img,.admin-gallery-item video{width:100%;aspect-ratio:1/1;object-fit:contain;object-position:center;border-radius:10px;background:#fff;padding:6px}.admin-gallery-actions{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:space-between;align-items:center}
@media (max-width:991px){body{font-size:13px}.hero,.hero-slide{min-height:320px}.hero-content{padding:1.5rem}.hero-content .display-4,.hero-content .display-5{font-size:1.7rem}.sticky-summary,.admin-sidebar{position:static}.track-products,.track-series,.track-categories,.track-reviews{grid-auto-columns:170px}.mobile-bottom{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:1030;justify-content:space-around;padding:.52rem .32rem;font-size:.77rem}.footer{padding-bottom:4.7rem}}

.site-chat{position:fixed;right:16px;bottom:16px;z-index:1045}.site-chat-toggle{width:56px;height:56px;border:none;border-radius:50%;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 18px 34px rgba(29,78,216,.28);font-size:1.28rem;display:flex;align-items:center;justify-content:center}.site-chat-panel{width:min(360px,calc(100vw - 24px));height:520px;max-height:calc(100vh - 88px);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 54px rgba(15,23,42,.18);overflow:hidden;display:flex;flex-direction:column;margin-bottom:10px}.site-chat-head{display:flex;justify-content:space-between;align-items:flex-start;padding:.9rem 1rem;background:linear-gradient(135deg,#111827,#1d4ed8);color:#fff}.site-chat-title{font-size:.96rem;font-weight:800;line-height:1.2}.site-chat-subtitle{font-size:.74rem;opacity:.82;margin-top:.15rem}.site-chat-body{padding:.9rem;background:#f8fafc;overflow:auto;flex:1}.site-chat-form{display:flex;gap:.6rem;align-items:flex-end;padding:.85rem;border-top:1px solid var(--line);background:#fff}.site-chat-form textarea{resize:none;min-height:42px;max-height:96px}.site-chat-msg{max-width:86%;padding:.65rem .78rem;border-radius:14px;margin-bottom:.65rem;font-size:.84rem;line-height:1.4}.site-chat-msg.is-customer{margin-left:auto;background:#111827;color:#fff;border-bottom-right-radius:6px}.site-chat-msg.is-admin{margin-right:auto;background:#e8f0ff;color:#111827;border-bottom-left-radius:6px}.site-chat-msg-meta{font-size:.7rem;opacity:.75;margin-bottom:.18rem}.site-chat-empty{font-size:.84rem;color:var(--muted);padding:.2rem}.site-chat.is-open .site-chat-toggle{box-shadow:0 10px 22px rgba(17,24,39,.18)}
@media (max-width:991px){.site-chat{right:12px;bottom:74px}.site-chat-panel{width:min(360px,calc(100vw - 16px));height:min(70vh,520px)}}
@media (max-width:991px){.site-chat{right:12px;bottom:48px}.site-chat-toggle{width:48px;height:48px;font-size:1.08rem}.site-chat-panel{margin-bottom:8px}}
.admin-chat-modal-dialog{margin:.75rem .75rem .75rem auto;max-width:420px;height:calc(100vh - 1.5rem);display:flex;align-items:flex-end}
.admin-chat-modal-content{height:min(720px,calc(100vh - 1.5rem));border-radius:18px;overflow:hidden}
.admin-chat-modal-content .modal-body{background:#f8fafc}
.admin-chat-panel-inline .site-chat-body{min-height:360px;max-height:none}
@media (max-width:991px){.admin-chat-modal-dialog{max-width:calc(100vw - 1rem);margin:.5rem auto;height:calc(100vh - 1rem)}.admin-chat-modal-content{height:calc(100vh - 1rem)}}

.product-grid-compact{grid-template-columns:repeat(auto-fill,minmax(210px,210px));justify-content:center}.product-grid-compact .card-ui{width:210px}.cart-qty-input{max-width:86px}
@media (max-width:991px){.product-grid-compact{grid-template-columns:repeat(auto-fill,minmax(142px,142px));justify-content:center;gap:.6rem}.product-grid-compact .card-ui{width:142px}.product-body{padding:.58rem .62rem .68rem}.price-current{font-size:.92rem}.price-old{font-size:.74rem}.card-actions-row{gap:.28rem}.icon-btn{width:32px;height:30px;font-size:.92rem}.product-body .btn{font-size:.72rem;padding:.34rem .4rem}}


.cdek-choice-card,.cdek-delivery-panel{border:1px solid rgba(15,23,42,.08);background:#f8fafc;border-radius:18px;padding:.9rem 1rem}.cdek-choice-card .btn,.cdek-delivery-panel .btn{white-space:nowrap}#cdekWidgetModal .modal-dialog{max-width:min(1200px,96vw)}
.cdek-office-list{margin-top:.5rem;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow);overflow:hidden;max-height:260px;overflow-y:auto}.cdek-office-list button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:.62rem .75rem;font-size:.84rem;color:var(--text);border-bottom:1px solid #f1f3f6}.cdek-office-list button:last-child{border-bottom:0}.cdek-office-list button:hover{background:#f3f4f6}.delivery-spinner{width:18px;height:18px;border:2px solid #dbe3ef;border-top-color:#111827;border-radius:50%;display:inline-block;vertical-align:middle;animation:delivery-spin .75s linear infinite}@keyframes delivery-spin{to{transform:rotate(360deg)}}
.cdek-map-wrap{position:relative}.cdek-map-confirm{position:absolute;right:16px;bottom:16px;z-index:700;box-shadow:0 10px 26px rgba(15,23,42,.22)}.cdek-map-confirm:disabled{opacity:.58;cursor:not-allowed}.yandex-delivery-offer small{display:block;margin-top:.25rem;color:#6b7280}.yandex-delivery-offer:hover small,.yandex-delivery-offer:focus small,.yandex-delivery-offer:active small,.yandex-delivery-offer.is-selected small{color:rgba(255,255,255,.86)}.yandex-delivery-offer.is-selected{background:#111827;color:#fff;border-color:#111827}@media(max-width:767px){#cdekWidgetModal .cdek-map-confirm{position:fixed;left:16px;right:16px;bottom:max(14px,env(safe-area-inset-bottom));z-index:2200;width:auto;min-height:46px;font-size:.86rem}}
@media(max-width:767px){#yandexDeliveryModal,#cdekWidgetModal{padding:0!important;overflow-x:hidden}#yandexDeliveryModal .modal-dialog,#cdekWidgetModal .modal-dialog{width:100%!important;max-width:100%!important;height:100dvh;min-height:100vh;margin:0!important}#yandexDeliveryModal .modal-content,#cdekWidgetModal .modal-content{width:100%;max-width:100vw;height:100dvh;min-height:100vh;border-radius:0;overflow:hidden}#yandexDeliveryModal .modal-header,#cdekWidgetModal .modal-header{flex:0 0 auto;padding-left:max(.8rem,env(safe-area-inset-left));padding-right:max(.8rem,env(safe-area-inset-right))}#yandexDeliveryModal .modal-body,#cdekWidgetModal .modal-body{width:100%;min-width:0;padding:.75rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}#yandexDeliveryModal .modal-body>.row{width:100%;margin-left:0;margin-right:0}#yandexDeliveryModal .modal-body>.row>[class*=col-]{min-width:0;padding-left:0;padding-right:0}#yandex-delivery-map,#cdek-map{display:block;width:100%!important;max-width:100%!important;min-width:0!important;height:52dvh!important;min-height:320px!important;overflow:hidden}#yandexDeliveryModal [class*=ymaps-],#cdekWidgetModal [class*=ymaps-],#cdekWidgetModal .leaflet-container{max-width:100%}}
@media(max-width:767px){#yandexDeliveryModal [class*=ymaps-],#cdekWidgetModal [class*=ymaps-],#cdekWidgetModal .leaflet-container{max-width:none}}

.justify-center-grid{justify-content:center}
.gallery-arrow{width:42px;height:42px;top:50%;transform:translateY(-50%);border-radius:999px;background:rgba(17,24,39,.32);backdrop-filter:blur(6px);margin:0 12px}.gallery-arrow:hover{background:rgba(17,24,39,.48)}.gallery-arrow .carousel-control-prev-icon,.gallery-arrow .carousel-control-next-icon{width:1.1rem;height:1.1rem}

.product-summary-card{max-width:420px}.product-gallery-slider img,.product-gallery-slider video{display:block}
@media (max-width:991px){.product-summary-card{max-width:none}}

.product-detail-top{max-width:1120px;margin:0 auto}.product-gallery-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.product-gallery-col .gallery-main{width:100%;max-width:760px}.product-gallery-image{display:block;margin:0 auto;background:#fff;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;object-position:center}.product-summary-col{display:flex;justify-content:flex-end}.product-summary-col .product-summary-card{width:100%;max-width:380px;margin-left:auto}.catalog .empty-state{grid-column:1/-1}
@media (max-width:991px){.product-detail-top{max-width:none}.product-gallery-col .gallery-main{max-width:100%}.product-summary-col{justify-content:stretch}.product-summary-col .product-summary-card{max-width:none}}


.product-gallery-slider{padding:14px;background:#fff}.gallery-main{display:flex;align-items:center;justify-content:center}.product-gallery-col .thumbs{justify-content:center}.product-gallery-slider .carousel-item{background:#fff}.product-gallery-slider .carousel-inner{border-radius:18px}.product-body a.fw-semibold{font-size:.9rem;line-height:1.28;min-height:2.3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:991px){.track-grid.rows-2,.track-grid.rows-3{grid-template-rows:1fr}.track-products{grid-auto-columns:142px}.track-series{grid-auto-columns:168px}.track-categories{grid-auto-columns:150px}.hero{margin-bottom:1rem}.section{padding:1.05rem 0}.section-title{font-size:1.15rem}.product-image{aspect-ratio:1/1}.thumbs{gap:.35rem;margin-top:.5rem}.thumbs img{width:54px;height:54px}.gallery-arrow{width:36px;height:36px;margin:0 8px}}


.product-detail-wrap{max-width:1320px;margin:0 auto}.product-detail-top{max-width:1240px;margin:0 auto}.product-gallery-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.product-gallery-col .gallery-main{width:100%;max-width:860px}.product-gallery-slider{padding:16px 16px 12px}.product-gallery-image{aspect-ratio:1/1;max-height:760px;object-fit:contain;object-position:center}.product-gallery-video{background:#05070b}.product-thumbs-shell{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:.45rem;align-items:center;width:100%;max-width:860px;margin:.8rem auto 0}.product-thumbs-bottom{margin-top:0;display:flex;flex-wrap:nowrap;gap:.45rem;overflow:hidden;scroll-behavior:smooth;justify-content:flex-start}.product-thumb-button{flex:0 0 auto;width:72px;height:72px;border:2px solid transparent!important;border-radius:12px!important;background:#fff!important;padding:3px!important;overflow:hidden}.product-thumb-button.active{border-color:#1d4ed8!important}.product-thumbs-bottom img,.product-video-thumb{width:100%;height:100%;border:0;border-radius:9px;background:#fff;object-fit:contain;object-position:center}.product-video-thumb{position:relative;display:block;background:#05070b}.product-video-thumb video{width:100%;height:100%;object-fit:contain;background:#05070b}.product-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:999px;background:rgba(17,24,39,.84);box-shadow:0 4px 12px rgba(0,0,0,.22)}.product-video-play::before{content:'';position:absolute;left:11px;top:8px;border-left:9px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent}.product-thumbs-arrow{width:34px;height:34px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:1.35rem;line-height:1;color:#111827;box-shadow:var(--shadow);display:inline-flex;align-items:center;justify-content:center}.product-summary-col{display:flex;justify-content:flex-end}.product-summary-col .product-summary-card{width:100%;max-width:360px;margin-left:auto}.product-detail-content-center{max-width:1080px;margin-left:auto;margin-right:auto}.product-tabs-card,.product-accessories-card,.product-series-video-card{max-width:980px;margin-left:auto;margin-right:auto}.series-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.series-video-player{display:block;width:100%;aspect-ratio:16/9;max-height:620px;object-fit:contain;background:#05070b;border-radius:14px}.product-accessories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;justify-items:center}.product-accessory-item{width:100%;max-width:320px}.review-form{max-width:820px;margin:0 auto}.spec-table{max-width:860px;margin:0 auto}.spec-table td:last-child{text-align:right}.tab-content>#tab-desc,.tab-content>#tab-reviews{max-width:860px;margin:0 auto}
.product-thumbs-shell:not(.has-overflow){grid-template-columns:minmax(0,1fr)}.product-thumbs-shell:not(.has-overflow) .product-thumbs-bottom{justify-content:center}
@media (max-width:991px){.product-detail-wrap,.product-detail-top,.product-detail-content-center,.product-tabs-card,.product-accessories-card,.product-series-video-card{max-width:none}.product-gallery-col .gallery-main{max-width:100%}.product-summary-col{justify-content:stretch}.product-summary-col .product-summary-card{max-width:none}.product-gallery-image{max-height:520px}.product-accessories-grid{grid-template-columns:1fr}}
.product-gallery-zoom-wrap{position:relative;display:block;width:100%;border:0;background:#fff;padding:0;cursor:zoom-in}.product-gallery-magnifier{position:absolute;right:16px;top:16px;width:42px;height:42px;border-radius:999px;background:rgba(17,24,39,.82);opacity:0;transform:translateY(4px);transition:.18s ease;pointer-events:none}.product-gallery-magnifier::before{content:'';position:absolute;left:12px;top:10px;width:14px;height:14px;border:2px solid #fff;border-radius:999px}.product-gallery-magnifier::after{content:'';position:absolute;left:25px;top:25px;width:11px;height:2px;background:#fff;transform:rotate(45deg);border-radius:999px}.product-gallery-zoom-wrap:hover .product-gallery-magnifier{opacity:1;transform:translateY(0)}.product-lightbox{position:fixed;inset:0;background:rgba(5,7,11,.92);z-index:2000;display:none;align-items:center;justify-content:center;padding:28px}.product-lightbox.is-open{display:flex}.product-lightbox img{max-width:min(1200px,92vw);max-height:88vh;object-fit:contain;background:#fff;border-radius:12px}.product-lightbox-close,.product-lightbox-arrow{position:absolute;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.product-lightbox-close{right:24px;top:24px;width:42px;height:42px;font-size:1.4rem}.product-lightbox-arrow{top:50%;width:48px;height:48px;font-size:2rem;transform:translateY(-50%)}.product-lightbox-prev{left:24px}.product-lightbox-next{right:24px}@media (max-width:640px){.product-lightbox{padding:16px}.product-lightbox-arrow{width:40px;height:40px}.product-lightbox-prev{left:10px}.product-lightbox-next{right:10px}.product-lightbox-close{right:10px;top:10px}}

img,.protected-media{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}
.address-suggest-box{position:absolute;z-index:1400;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);overflow:hidden;max-height:260px;overflow-y:auto}.address-suggest-box button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:.55rem .7rem;font-size:.84rem;color:var(--text)}.address-suggest-box button:hover{background:#f3f4f6}
.header-cart-btn{display:inline-flex;align-items:center;gap:.35rem}.header-cart-icon{font-size:1rem;line-height:1}
.site-logo{width:190px;height:42px;object-fit:contain;object-position:center;display:block;flex:0 0 auto}.admin-logo-preview{width:220px;height:64px;object-fit:contain;object-position:center;border:1px solid var(--line);border-radius:10px;background:#fff;padding:4px}
.home-series-card{position:relative;display:block;overflow:hidden;border-radius:14px;background:#111827;box-shadow:var(--shadow);height:100%;aspect-ratio:4/3;color:#fff}.home-series-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .24s ease}.home-series-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.72));z-index:1}.home-series-card:hover img{transform:scale(1.04)}.home-series-title{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;font-weight:800;font-size:1rem;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.36)}
.product-variant-block{border-top:1px solid var(--line);padding-top:.75rem}.product-color-options,.product-size-options{display:flex;flex-wrap:wrap;gap:.45rem}.product-color-option{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:3px;line-height:1}.product-size-option{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;padding:.36rem .55rem;font-size:.8rem;font-weight:700;line-height:1.1;min-height:34px}.product-color-option.active,.product-size-option.active{border-color:#111827;box-shadow:0 0 0 2px rgba(17,24,39,.12)}.product-color-option.disabled,.product-size-option.disabled{opacity:.45;cursor:not-allowed}.product-color-swatch{position:relative;width:100%;height:100%;border-radius:999px;border:2px solid rgba(17,24,39,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);flex:0 0 auto;overflow:hidden}.product-color-swatch.is-metallic::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.58) 0%,rgba(255,255,255,.12) 28%,rgba(0,0,0,.18) 52%,rgba(255,255,255,.34) 72%,rgba(255,255,255,.04) 100%);mix-blend-mode:screen}
.service-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1rem;align-items:start}.service-nav{position:sticky;top:76px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:.75rem}.service-nav-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:800;padding:.25rem .45rem .55rem}.service-nav-link{display:block;border-radius:10px;padding:.62rem .7rem;color:#374151;font-weight:700;font-size:.86rem}.service-nav-link:hover{background:#f3f4f6;color:#111827}.service-nav-link.active{background:#111827;color:#fff}.service-article{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:2rem 2.2rem}.service-article-head{padding-bottom:1rem;margin-bottom:1.2rem;border-bottom:1px solid #eef1f4}.service-article-kicker{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:800;margin-bottom:.35rem}.service-article h1{font-size:1.65rem;line-height:1.18;font-weight:800;margin:0;letter-spacing:0}.service-content{font-size:1rem;line-height:1.76;color:#243044}.service-content p{margin:0 0 1rem}.service-content h2,.service-content h3,.service-content h4{color:#111827;font-weight:800;letter-spacing:0;line-height:1.22;margin:1.65rem 0 .65rem}.service-content h2:first-child,.service-content h3:first-child,.service-content h4:first-child{margin-top:0}.service-content h2{font-size:1.18rem;border-top:1px solid #eef1f4;padding-top:1rem}.service-content h3{font-size:1.05rem}.service-content h4{font-size:.96rem;color:#374151}.service-content hr{border:0;border-top:1px solid #eef1f4;margin:1.35rem 0}.service-content ul,.service-content ol{margin:0 0 1.15rem;padding-left:1.15rem}.service-content li{margin:.35rem 0;padding-left:.15rem}.service-content strong,.service-content b{font-weight:800;color:#111827}.service-content a{color:#1d4ed8;text-decoration:underline;text-underline-offset:3px}@media (max-width:991px){.service-layout{grid-template-columns:1fr}.service-nav{position:static;display:flex;gap:.4rem;overflow:auto}.service-nav-title{display:none}.service-nav-link{white-space:nowrap;flex:0 0 auto}.service-article{padding:1.35rem}.service-article h1{font-size:1.35rem}.service-content{font-size:.95rem;line-height:1.68}.service-content h2{font-size:1.08rem}}
.home-showcase-section{padding-top:.25rem;padding-bottom:1.15rem}.home-section-head{text-align:center;max-width:680px;margin:0 auto 1rem}.home-section-head .section-title{margin-bottom:.15rem}.home-section-head .section-subtitle{margin-bottom:0}.home-showcase-track{overflow:visible;padding-bottom:0}.home-showcase-grid{grid-auto-flow:row!important;grid-auto-columns:unset!important;grid-template-rows:none!important;width:100%;justify-content:center;align-items:stretch;margin-inline:auto}.home-showcase-grid.track-products{max-width:1030px;grid-template-columns:repeat(auto-fit,minmax(236px,236px))}.home-showcase-grid.track-series{max-width:1320px;grid-template-columns:repeat(auto-fit,minmax(300px,320px))}.home-showcase-grid.track-categories{max-width:980px;grid-template-columns:repeat(auto-fit,minmax(180px,180px))}.home-showcase-grid.track-reviews{max-width:980px;grid-template-columns:repeat(auto-fit,minmax(260px,300px))}.home-showcase-grid .card-ui{width:100%}.home-series-track{overflow-x:auto;overflow-y:hidden;padding:.1rem 0 .65rem;scroll-snap-type:x proximity;scrollbar-width:thin}.home-series-track .home-showcase-grid.track-series{grid-auto-flow:column!important;grid-auto-columns:minmax(300px,320px)!important;grid-template-columns:none!important;grid-template-rows:1fr!important;width:max-content;max-width:none;justify-content:start}.home-series-track .home-series-card{scroll-snap-align:center}.home-showcase-section .brand-line{justify-content:center;max-width:900px;margin-inline:auto}.home-showcase-section .benefits-grid{justify-content:center}.home-showcase-section .compact-benefits{grid-template-columns:repeat(auto-fit,minmax(220px,300px))}@media (max-width:991px){.home-section-head{margin-bottom:.8rem}.home-showcase-grid.track-products{grid-template-columns:repeat(auto-fit,minmax(160px,160px));max-width:100%}.home-showcase-grid.track-series{grid-template-columns:repeat(auto-fit,minmax(184px,196px));max-width:100%}.home-series-track .home-showcase-grid.track-series{grid-auto-columns:minmax(184px,196px)!important}.home-showcase-grid.track-categories{grid-template-columns:repeat(auto-fit,minmax(150px,150px));max-width:100%}.home-showcase-grid.track-reviews{grid-template-columns:1fr;max-width:100%}.home-showcase-section .compact-benefits{grid-template-columns:1fr}}
.home-section-head{max-width:none;text-align:left;margin:0 0 .95rem}.home-section-title-link{display:inline-flex;align-items:center;gap:.45rem;color:#111827}.home-section-title-link::after{content:'›';font-size:1.25rem;line-height:1;color:#6b7280;transform:translateY(-1px);transition:.16s ease}.home-section-title-link:hover{color:#111827}.home-section-title-link:hover::after{color:#111827;transform:translate(3px,-1px)}.home-showcase-track{overflow-x:auto!important;overflow-y:hidden!important;padding:.05rem 0 .75rem;scroll-snap-type:x proximity;scrollbar-width:thin}.home-showcase-track .home-showcase-grid{grid-auto-flow:column!important;grid-template-columns:none!important;grid-template-rows:1fr!important;width:max-content;max-width:none;justify-content:start;margin-inline:0}.home-showcase-track .section-card{scroll-snap-align:start}.home-showcase-track .track-products{grid-auto-columns:minmax(236px,236px)!important}.home-showcase-track .track-series{grid-auto-columns:minmax(300px,320px)!important}.home-showcase-track .track-categories{grid-auto-columns:minmax(180px,180px)!important}.home-showcase-track .track-reviews{grid-auto-columns:minmax(260px,300px)!important}.collection-head{margin-bottom:1rem}.series-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,320px));gap:1rem;justify-content:center}@media (max-width:991px){.home-section-head{margin-bottom:.75rem}.home-showcase-track .track-products{grid-auto-columns:minmax(160px,160px)!important}.home-showcase-track .track-series{grid-auto-columns:minmax(184px,196px)!important}.home-showcase-track .track-categories{grid-auto-columns:minmax(150px,150px)!important}.home-showcase-track .track-reviews{grid-auto-columns:minmax(240px,280px)!important}.series-list-grid{grid-template-columns:repeat(auto-fill,minmax(184px,196px));gap:.75rem;justify-content:center}}
.home-content-shell{width:min(100%,1320px);margin-inline:auto}
@media (min-width:992px){
  .home-showcase-track .track-products{grid-auto-columns:calc((min(100vw - 3rem,1320px) - 3.4rem)/5)!important}
  .home-block-recent .home-showcase-track .track-products{grid-auto-columns:calc((min(100vw - 3rem,1320px) - 4.25rem)/6)!important}
  .home-series-track .home-showcase-grid.track-series,.home-showcase-track .track-series{grid-auto-columns:calc((min(100vw - 3rem,1320px) - 2.55rem)/4)!important}
}
@media (max-width:991px){.home-content-shell{width:100%}}
.legal-checks{display:grid;gap:.65rem;padding:.9rem 1rem;border:1px solid #e6eaf1;border-radius:14px;background:#f8fafc}.legal-check{display:flex;gap:.65rem;align-items:flex-start;margin:0;font-size:.9rem;line-height:1.45;color:#243044}.legal-check input{width:18px;height:18px;margin-top:.1rem;accent-color:#111827;flex:0 0 auto}.legal-check a{font-weight:800;color:#111827;text-decoration:underline;text-underline-offset:3px}.checkout-legal-checks{margin-top:.25rem}.cookie-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:2100;display:flex;justify-content:center}.cookie-consent-panel{width:min(980px,100%);background:rgba(255,255,255,.98);border:1px solid rgba(229,231,235,.95);border-radius:16px;box-shadow:0 22px 70px rgba(15,23,42,.22);padding:1rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center}.cookie-consent-title{font-weight:800;font-size:1rem;margin-bottom:.25rem;color:#111827}.cookie-consent-text{font-size:.88rem;color:#4b5563;line-height:1.5}.cookie-consent-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.cookie-consent-settings{grid-column:1/-1;border-top:1px solid #eef1f4;padding-top:.85rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:.65rem;align-items:center}.cookie-consent-settings-actions{display:flex;justify-content:flex-end}@media (max-width:991px){.cookie-consent{left:10px;right:10px;bottom:82px}.cookie-consent-panel{grid-template-columns:1fr}.cookie-consent-actions{justify-content:flex-start}.cookie-consent-settings{grid-template-columns:1fr}.legal-checks{padding:.8rem}}
.cookie-consent:not(.d-none)+.site-chat{display:none}
@media(max-width:767px){.cookie-consent{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom))}.cookie-consent-panel{padding:.68rem .72rem;border-radius:13px;gap:.55rem;box-shadow:0 12px 36px rgba(15,23,42,.2)}.cookie-consent-title{font-size:.86rem;margin-bottom:.12rem}.cookie-consent-text{font-size:.72rem;line-height:1.35}.cookie-consent-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;width:100%}.cookie-consent-actions .btn{display:flex;align-items:center;justify-content:center;min-width:0;min-height:34px;padding:.34rem .25rem;border-radius:9px;font-size:.67rem;line-height:1.12;white-space:normal}.cookie-consent-settings{padding-top:.55rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.cookie-consent-settings .legal-check{gap:.3rem;font-size:.68rem;line-height:1.2;align-items:center}.cookie-consent-settings .legal-check input{width:15px;height:15px;margin:0}.cookie-consent-settings-actions{grid-column:1/-1}.cookie-consent-settings-actions .btn{width:100%;min-height:34px;border-radius:9px;font-size:.72rem}}
.series-page-hero{position:relative;overflow:hidden;padding:0;height:clamp(210px,19vw,300px);background:#111827;color:#fff}.series-page-hero::after{content:'';position:absolute;inset:0;z-index:3;background:linear-gradient(90deg,rgba(15,23,42,.9) 0,rgba(15,23,42,.72) 27%,rgba(15,23,42,.28) 54%,rgba(15,23,42,.12) 100%);pointer-events:none}.series-page-hero-blur{position:absolute;inset:-34px;z-index:0;width:calc(100% + 68px);height:calc(100% + 68px);object-fit:cover;filter:blur(30px) saturate(1.1);transform:scale(1.08);opacity:.9}.series-page-hero-media{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center 56%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%)}.series-page-hero-content{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;justify-content:center;max-width:610px;padding:1.55rem}.series-page-hero .lead{max-width:540px}@media (max-width:991px){.series-page-hero{height:clamp(185px,44vw,250px)}.series-page-hero-content{max-width:100%;padding:1.2rem}.series-page-hero-content .display-6{font-size:1.45rem}.series-page-hero .lead{font-size:.92rem}}
.series-page-hero .lead{overflow:hidden}@media (max-width:991px){.series-page-hero-media{object-position:36% 56%}.series-page-hero .lead{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;line-height:1.35}}
.series-products-grid{grid-template-columns:repeat(auto-fit,minmax(210px,210px));justify-content:center;justify-items:center}.series-products-grid .card-ui{width:210px}@media (max-width:991px){.series-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;justify-content:stretch;justify-items:stretch}.series-products-grid .card-ui{width:100%;min-width:0}}
@media (max-width:991px){.hero{width:100%;height:clamp(300px,82vw,340px);min-height:0;aspect-ratio:auto}.hero-slide{width:100%;height:100%;min-height:0;background-size:cover}.hero-content{width:100%;max-width:100%;padding:1.35rem 1.25rem}.hero-content .display-4,.hero-content .display-5{font-size:1.55rem;line-height:1.16;max-width:100%}.hero-content .lead{font-size:1rem;line-height:1.45;max-width:100%}}
.home-series-slider{position:relative}.home-series-slider .home-series-track{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.home-series-slider .home-series-track::-webkit-scrollbar{display:none}.home-slider-arrow{position:absolute;top:calc(50% - .325rem);z-index:5;width:42px;height:42px;padding:0;border:1px solid rgba(17,24,39,.12);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(15,23,42,.18);display:inline-flex;align-items:center;justify-content:center;color:transparent;font-size:0;line-height:1;transform:translateY(-50%);transition:.16s ease}.home-slider-arrow::before{content:'';width:10px;height:10px;border-top:2px solid #111827;border-right:2px solid #111827}.home-slider-prev::before{transform:rotate(-135deg);margin-left:4px}.home-slider-next::before{transform:rotate(45deg);margin-right:4px}.home-slider-arrow:hover{background:#111827}.home-slider-arrow:hover::before{border-color:#fff}.home-slider-arrow.is-hidden{display:none}.home-slider-prev{left:-8px}.home-slider-next{right:-8px}@media (max-width:991px){.home-slider-arrow{width:36px;height:36px}.home-slider-prev{left:-4px}.home-slider-next{right:-4px}}

/* Calm homepage motion: a long crossfade for the hero and eased card movement. */
#heroCarousel.carousel-fade .carousel-item{opacity:0;transition:opacity 1.25s ease-in-out}
#heroCarousel.carousel-fade .carousel-item.active,
#heroCarousel.carousel-fade .carousel-item-next.carousel-item-start,
#heroCarousel.carousel-fade .carousel-item-prev.carousel-item-end{opacity:1}
#heroCarousel .hero-content{transition:opacity 1s ease .12s,transform 1s ease .12s}
#heroCarousel .carousel-item:not(.active) .hero-content{opacity:0;transform:translateY(8px)}

/* Wide, compact desktop homepage banner. Mobile keeps its dedicated square artwork. */
@media (min-width:992px){
  .hero{width:100%;margin-left:0;aspect-ratio:16/3;border-radius:22px}
  .hero-slide{background-size:cover;background-position:center}
  .hero-content{display:flex;min-height:100%;max-width:520px;padding:1.25rem 2.5rem;flex-direction:column;align-items:flex-start;justify-content:center}
  .hero-content .display-4,.hero-content .display-5{font-size:1.65rem;line-height:1.12;margin-bottom:.6rem!important}
  .hero-content .lead{font-size:.94rem;line-height:1.35;margin-bottom:.8rem!important}
  .hero-content .badge-soft{margin-bottom:.55rem!important}
  .hero-content .btn{width:auto;align-self:flex-start}
}
.admin-banner-preview{aspect-ratio:16/3;object-fit:cover;padding:0}
.home-series-slider .home-series-track{scroll-behavior:auto}
@media (prefers-reduced-motion:reduce){#heroCarousel.carousel-fade .carousel-item,#heroCarousel .hero-content{transition-duration:.01ms}.home-series-slider .home-series-track{scroll-behavior:auto}}

/* Premium mobile storefront */
.hero-slide{background-image:var(--hero-desktop)}
.header-phone-list,.header-account-actions{display:flex;align-items:center;gap:.5rem}
@media (max-width:991px){
  body{padding-bottom:66px;background:#f6f7f9}
  .header-main{background:rgba(255,255,255,.97);box-shadow:0 8px 30px rgba(15,23,42,.07);border-bottom:0}
  .header-main .navbar{padding:.45rem 0}
  .header-main .container-fluid{padding-left:1rem!important;padding-right:1rem!important}
  .navbar-brand{max-width:calc(100% - 58px);min-width:0;margin-right:0}
  .site-logo{width:auto;max-width:142px;height:36px}
  .mobile-menu-toggle{width:44px;height:44px;padding:0;border:1px solid #e4e7ec;border-radius:13px;background:#fff;box-shadow:0 5px 16px rgba(15,23,42,.08)}
  .mobile-menu-toggle:focus{box-shadow:0 0 0 3px rgba(17,24,39,.1)}
  .mobile-menu-panel{position:absolute;left:.65rem;right:.65rem;top:calc(100% + .35rem);padding:1rem;background:rgba(255,255,255,.99);border:1px solid rgba(226,232,240,.95);border-radius:20px;box-shadow:0 24px 70px rgba(15,23,42,.2);max-height:calc(100vh - 92px);overflow-y:auto;overscroll-behavior:contain}
  .mobile-menu-panel.show{display:flex;flex-direction:column}
  .mobile-menu-panel.collapsing{transition:height .3s ease}
  .header-catalog{margin:0 0 .7rem!important}
  .header-catalog>.btn{height:46px;border-radius:13px;background:#111827;color:#fff;border-color:#111827;font-size:.9rem}
  .catalog-dropdown-menu{position:static!important;transform:none!important;width:100%;min-width:0;max-height:38vh;margin-top:.45rem!important;border:1px solid #eef0f4!important;box-shadow:none!important}
  .header-search{order:-1;margin:0 0 .7rem!important}
  .header-search .form-control{height:46px;border-radius:13px;padding-left:1rem;background:#f5f6f8;border-color:transparent;font-size:.9rem}
  .header-search-results{top:calc(100% + 5px);border-radius:13px}
  .header-primary-nav{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin:.15rem 0 .8rem!important;padding:.7rem 0;border-top:1px solid #eef0f4;border-bottom:1px solid #eef0f4}
  .header-primary-nav .nav-link{display:flex;align-items:center;min-height:42px;padding:.65rem .75rem;border-radius:11px;background:#f7f8fa;color:#202735;font-size:.86rem}
  .header-actions{display:block!important;margin:0!important}
  .header-phone-list{display:grid;grid-template-columns:1fr;gap:.45rem;margin-bottom:.7rem}
  .header-phone{display:flex!important;align-items:center;justify-content:center;width:100%;height:44px;white-space:nowrap!important;border:1px solid #e4e7ec;background:#fff!important;color:#111827;font-size:.9rem!important;letter-spacing:.01em}
  .header-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}
  .header-account-actions .btn{display:flex;align-items:center;justify-content:center;min-width:0;min-height:42px;white-space:normal;font-size:.8rem}
  main.container-fluid{padding:.8rem .75rem 1.2rem!important}
  .hero{height:auto!important;min-height:0!important;aspect-ratio:1/1;border-radius:20px;margin-bottom:1.15rem!important;box-shadow:0 18px 46px rgba(15,23,42,.18)}
  .hero-slide{height:100%;min-height:0!important;background-image:var(--hero-mobile);background-size:cover;background-position:center}
  .hero-slide::before{background:linear-gradient(180deg,rgba(10,15,26,.04) 20%,rgba(10,15,26,.18) 50%,rgba(10,15,26,.9) 100%)}
  .hero-content{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;max-width:none!important;padding:4.8rem 1.25rem 1.35rem!important}
  .hero-content .badge-soft{margin-bottom:.55rem!important;background:rgba(255,255,255,.9);backdrop-filter:blur(8px)}
  .hero-content .display-4,.hero-content .display-5{font-size:clamp(1.35rem,6vw,1.7rem)!important;line-height:1.12!important;letter-spacing:-.025em;margin-bottom:.55rem!important;text-wrap:balance}
  .hero-content .lead{font-size:.88rem!important;line-height:1.42!important;margin-bottom:.8rem!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:92%!important}
  .hero-content .btn{min-height:40px;padding:.55rem .9rem!important;border-radius:11px;font-size:.82rem}
  #heroCarousel .carousel-control-prev,#heroCarousel .carousel-control-next{top:auto;bottom:1.25rem;width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(8px);opacity:1}
  #heroCarousel .carousel-control-prev{left:auto;right:3.95rem}
  #heroCarousel .carousel-control-next{right:1rem}
  #heroCarousel .carousel-control-prev-icon,#heroCarousel .carousel-control-next-icon{width:1rem;height:1rem}
  .home-section-head{padding:0 .15rem;margin-bottom:.7rem}
  .home-section-head .section-title{font-size:1.12rem;letter-spacing:-.015em}
  .home-showcase-section{padding-bottom:1.3rem}
  .home-showcase-track{margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem!important;padding-right:.75rem!important;scroll-padding-left:.75rem}
  .home-showcase-track .track-products{grid-auto-columns:minmax(162px,44vw)!important}
  .home-showcase-track .track-series{grid-auto-columns:minmax(210px,70vw)!important}
  .home-series-card{border-radius:16px;box-shadow:0 12px 32px rgba(15,23,42,.14)}
  .home-slider-prev{left:-.15rem}.home-slider-next{right:-.15rem}
  .mobile-bottom{height:64px;padding:.35rem max(.45rem,env(safe-area-inset-right)) calc(.3rem + env(safe-area-inset-bottom)) max(.45rem,env(safe-area-inset-left));align-items:center;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-top:1px solid rgba(226,232,240,.9);box-shadow:0 -10px 35px rgba(15,23,42,.08);z-index:1040}
  .mobile-bottom a{position:relative;display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:.08rem;color:#4b5563;line-height:1}
  .mobile-bottom a>span{font-size:1.25rem;height:22px;display:flex;align-items:center}
  .mobile-bottom small{font-size:.62rem;font-weight:700;white-space:nowrap}
  .mobile-bottom b{position:absolute;top:-2px;left:calc(50% + 7px);min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#111827;color:#fff;font-size:.58rem;line-height:16px;text-align:center}
  .site-chat{right:12px;bottom:76px}
  .footer{padding:1.7rem .25rem 5rem}
  .footer .row{--bs-gutter-y:1.6rem}
  .footer h5,.footer h6{margin-bottom:.55rem}
}
@media (max-width:380px){
  .hero{aspect-ratio:4/5}
  .hero-content .lead{display:none}
  .header-account-actions{grid-template-columns:1fr}
  .mobile-bottom small{font-size:.58rem}
}

/* Compact mobile header inspired by leading luggage storefronts. */
.hero-mobile-link{display:none}
@media (max-width:991px){
  body{padding-bottom:0}
  .header-main .navbar{padding:0}
  .header-main .container-fluid{display:flex;flex-direction:column;align-items:stretch;padding-top:.35rem!important;padding-bottom:.45rem!important}
  .mobile-header-tools{display:flex!important;align-items:center;justify-content:space-between;width:100%;height:44px}
  .mobile-header-actions{display:flex;align-items:center;gap:.2rem}
  .mobile-header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;border-radius:12px;background:transparent;color:#111827}
  button.mobile-header-icon{appearance:none}
  .mobile-header-icon:active{background:#f0f2f5;transform:scale(.96)}
  .mobile-header-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-header-menu{margin-left:-.35rem}
  .mobile-icon-count{position:absolute;right:1px;top:0;display:flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#111827;color:#fff;font-size:.58rem;font-weight:800;line-height:1}
  .mobile-logo-row{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:45px;padding:.15rem 0 .25rem;color:#111827;font-size:1.08rem;font-weight:800;letter-spacing:.03em}
  .mobile-site-logo{display:block;width:auto;max-width:210px;height:42px;object-fit:contain;object-position:center}
  .mobile-menu-panel{top:calc(100% + .25rem)}
  main.container-fluid{padding-top:.65rem!important}
  .hero{height:clamp(230px,64vw,290px)!important;min-height:0!important;aspect-ratio:auto!important;border-radius:17px;box-shadow:0 12px 34px rgba(15,23,42,.14)}
  .hero-slide{background-position:center 38%}
  .hero-slide::before{display:none}
  .hero-content{display:none!important}
  .hero-mobile-link{display:block;position:absolute;inset:0;z-index:3}
  #heroCarousel .carousel-control-prev,#heroCarousel .carousel-control-next{bottom:.75rem;width:34px;height:34px;background:rgba(17,24,39,.45);border:1px solid rgba(255,255,255,.28)}
  #heroCarousel .carousel-control-prev{right:3.35rem}
  #heroCarousel .carousel-control-next{right:.7rem}
  .mobile-bottom{display:none!important}
  .site-chat{bottom:16px}
  .footer{padding-bottom:1.8rem}
}
@media (max-width:380px){
  .hero{height:clamp(220px,65vw,250px)!important;aspect-ratio:auto!important}
}

/* Refined mobile drawer, full-image banners and dedicated search overlay. */
@media (max-width:991px){
  .mobile-header-actions{gap:0}
  .mobile-header-icon{width:39px;height:42px}
  .mobile-header-icon svg{width:22px;height:22px}
  .mobile-menu-panel{position:fixed;z-index:1035;left:0;right:0;top:94px;bottom:0;max-height:none;padding:1.15rem 1rem 2rem;border:0;border-top:1px solid #eef0f4;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -8px 40px rgba(15,23,42,.12);overflow-y:auto}
  .mobile-menu-panel.collapse{display:none!important}
  .mobile-menu-panel.is-open{display:flex!important;flex-direction:column;animation:mobileMenuIn .32s cubic-bezier(.22,.8,.24,1)}
  .mobile-menu-panel>.header-search{display:none}
  .header-catalog{order:-2;margin:0 0 .9rem!important}
  .header-catalog>.btn{position:relative;justify-content:flex-start!important;padding:0 1rem 0 3.25rem;text-align:left;background:linear-gradient(135deg,#111827,#283548);box-shadow:0 12px 28px rgba(15,23,42,.2);font-size:.95rem}
  .header-catalog>.btn::before{content:'▦';position:absolute;left:1rem;font-size:1.25rem}
  .header-catalog>.btn::after{position:absolute;right:1rem}
  .catalog-dropdown-menu{padding:.45rem!important;border-radius:14px!important;background:#f7f8fa}
  .catalog-dropdown-menu .dropdown-item{padding:.68rem .75rem;border-radius:10px!important;font-size:.87rem}
  .header-primary-nav{order:-1;display:flex;flex-direction:column;gap:.35rem;padding:.15rem 0 .9rem}
  .header-primary-nav .nav-link{position:relative;background:#fff;border-bottom:1px solid #eef0f4;border-radius:0;padding:.72rem .15rem;font-size:.91rem}
  .header-primary-nav .nav-link::after{content:'›';position:absolute;right:.15rem;color:#9ca3af;font-size:1.25rem}
  .header-phone-list{padding:.75rem;border-radius:16px;background:#f5f6f8}
  .header-account-actions{gap:.55rem}
  .hero-slide{isolation:isolate;background:#dfe7ef;overflow:hidden}
  .hero-slide::before{display:block;content:'';position:absolute;z-index:0;inset:-18px;background-image:var(--hero-mobile);background-size:cover;background-position:center;filter:blur(18px) saturate(.9);opacity:.7;transform:scale(1.08)}
  .hero-slide::after{content:'';position:absolute;z-index:1;inset:0;background-image:var(--hero-mobile);background-size:contain;background-position:center;background-repeat:no-repeat;box-shadow:inset 0 0 32px rgba(15,23,42,.08)}
  .mobile-search-overlay{position:fixed;z-index:2200;inset:0;display:none}
  .mobile-search-overlay.is-open{display:block}
  .mobile-search-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(7,12,22,.55);backdrop-filter:blur(7px)}
  .mobile-search-dialog{position:absolute;left:.65rem;right:.65rem;top:.65rem;padding:1rem;border:1px solid rgba(255,255,255,.8);border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(7,12,22,.3);animation:mobileSearchIn .28s cubic-bezier(.22,.8,.24,1)}
  .mobile-search-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.9rem}
  .mobile-search-head strong{display:block;font-size:1.12rem;letter-spacing:-.02em}
  .mobile-search-head span{display:block;margin-top:.12rem;color:#7b8492;font-size:.76rem}
  .mobile-search-close{width:36px;height:36px;border:0;border-radius:999px;background:#f1f3f6;color:#111827;font-size:1.45rem;line-height:1}
  .mobile-search-form{position:relative;display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.4rem .4rem .4rem .8rem;border:1px solid #dfe3e9;border-radius:15px;background:#f7f8fa;box-shadow:inset 0 1px 1px rgba(15,23,42,.02)}
  .mobile-search-form:focus-within{border-color:#111827;background:#fff;box-shadow:0 0 0 3px rgba(17,24,39,.08)}
  .mobile-search-form>svg{width:21px;height:21px;fill:none;stroke:#626b78;stroke-width:1.8;stroke-linecap:round}
  .mobile-search-form>input{min-width:0;height:40px;padding:0;border:0;outline:0;background:transparent;color:#111827;font-size:.92rem}
  .mobile-search-form>button{height:40px;padding:0 .9rem;border:0;border-radius:11px;background:#111827;color:#fff;font-size:.8rem;font-weight:800}
  .mobile-search-results{position:absolute;left:0;right:0;top:calc(100% + .5rem);z-index:4;max-height:min(54vh,420px);border-radius:15px}
  .mobile-search-results a{gap:.75rem;align-items:center;padding:.8rem .9rem}
  .mobile-search-results strong{white-space:nowrap}
  .mobile-search-suggestions{display:flex;align-items:center;gap:.42rem;flex-wrap:wrap;margin-top:.9rem;font-size:.75rem;color:#7b8492}
  .mobile-search-suggestions a{padding:.38rem .62rem;border-radius:999px;background:#f1f3f6;color:#313946;font-weight:700}
  body.mobile-overlay-open,body.mobile-menu-open{overflow:hidden}
}
@keyframes mobileMenuIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@keyframes mobileSearchIn{from{opacity:0;transform:translateY(-14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}

/* Mobile visual fixes verified against a 390x844 viewport. */
@media (max-width:991px){
  .header-main{z-index:1100}
  .mobile-menu-panel{position:absolute;left:0;right:0;top:100%;bottom:auto;width:100%;height:calc(100dvh - 94px);min-height:calc(100vh - 94px);max-height:calc(100dvh - 94px);align-items:stretch!important;padding:1.15rem 1rem max(2rem,env(safe-area-inset-bottom));border-radius:0;background:#fff;overflow-y:auto}
  .mobile-menu-panel.is-open{align-items:stretch!important}
  .mobile-menu-panel .header-catalog{width:100%;flex:0 0 auto}
  .mobile-menu-panel .header-catalog>.btn{width:100%;display:flex}
  .hero{height:auto!important;min-height:0!important;aspect-ratio:3/2!important}
  .hero-slide{background-image:var(--hero-mobile);background-size:cover;background-position:center;background-repeat:no-repeat}
  .hero-slide::before,.hero-slide::after{display:none!important}
}

/* Compact mobile catalog journey and balanced product cards. */
.mobile-catalog-entry{display:none}
.catalog-filter-head{display:flex;align-items:flex-start;justify-content:space-between}
.catalog-filter-head>button{width:36px;height:36px;border:0;border-radius:999px;background:#f1f3f6;font-size:1.35rem;line-height:1}
.catalog-filter-actions{display:grid;gap:.5rem}
@media (max-width:991px){
  .mobile-header-icon{width:36px}
  .catalog-desktop-menu{display:none!important}
  .header-catalog>.btn{display:none!important}
  .mobile-catalog-entry{display:grid!important;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:.7rem;width:100%;min-height:60px;padding:.65rem .85rem;border-radius:16px;background:linear-gradient(135deg,#111827,#26354b);color:#fff;box-shadow:0 12px 28px rgba(15,23,42,.19)}
  .mobile-catalog-entry-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.12);font-size:1.25rem}
  .mobile-catalog-entry>span:nth-child(2){display:flex;min-width:0;flex-direction:column;align-items:flex-start;text-align:left}
  .mobile-catalog-entry strong{font-size:.95rem;line-height:1.2}
  .mobile-catalog-entry small{margin-top:.18rem;color:rgba(255,255,255,.68);font-size:.69rem;font-weight:500}
  .mobile-catalog-entry>b{justify-self:end;font-size:1.4rem;font-weight:400}
  .catalog-mobile-intro{margin-bottom:.8rem}
  .catalog-mobile-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.8rem;padding:.1rem .1rem 0}
  .catalog-mobile-title-row>div>span{display:block;margin-bottom:.12rem;color:#8a93a0;font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
  .catalog-mobile-title-row h1{margin:0;font-size:1.35rem;line-height:1.12;letter-spacing:-.025em}
  .catalog-mobile-title-row>span{flex:0 0 auto;color:#747d8a;font-size:.74rem}
  .catalog-category-chips{display:flex;gap:.45rem;margin:0 -.75rem;padding:.05rem .75rem .7rem;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
  .catalog-category-chips::-webkit-scrollbar{display:none}
  .catalog-category-chips a{flex:0 0 auto;scroll-snap-align:start;padding:.52rem .75rem;border:1px solid #e1e5eb;border-radius:999px;background:#fff;color:#3a4350;font-size:.76rem;font-weight:750;white-space:nowrap}
  .catalog-category-chips a.active{border-color:#111827;background:#111827;color:#fff;box-shadow:0 6px 16px rgba(15,23,42,.16)}
  .catalog-filter-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:auto;min-height:40px;margin-left:auto;padding:.5rem .85rem;border:0;border-radius:11px;background:#111827;color:#fff;box-shadow:0 7px 18px rgba(15,23,42,.15);font-size:.78rem;font-weight:800}
  .catalog-filter-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
  .catalog-layout{--bs-gutter-y:.8rem}
  .catalog-filter-sidebar{position:fixed;z-index:2300;inset:0;display:none;padding:0!important;background:rgba(7,12,22,.5);backdrop-filter:blur(5px)}
  .catalog-filter-sidebar.is-open{display:flex;align-items:flex-end;animation:catalogFilterFade .2s ease}
  .catalog-filter-sidebar .filter-card{width:100%;max-height:88vh;padding:1rem!important;border:0;border-radius:22px 22px 0 0;overflow-y:auto;box-shadow:0 -24px 70px rgba(7,12,22,.24);animation:catalogFilterUp .28s cubic-bezier(.22,.8,.24,1)}
  .catalog-filter-head h1{margin:0!important;font-size:1.05rem!important}
  .catalog-filter-sidebar form{margin-top:.8rem}
  .catalog-filter-sidebar .filter-search-field{display:none!important}
  .catalog-filter-sidebar .mb-3{margin-bottom:.7rem!important}
  .catalog-filter-sidebar .form-label{margin-bottom:.25rem;font-size:.75rem;font-weight:750}
  .catalog-filter-sidebar .form-control,.catalog-filter-sidebar .form-select{min-height:42px}
  body.catalog-filter-open{overflow:hidden}
  .catalog-layout>.col-lg-9>.catalog-toolbar{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-content:stretch!important;gap:.55rem!important;margin-bottom:.8rem!important}
  .catalog-result-count{display:none!important}
  .catalog-toolbar>form{min-width:0;width:100%}
  .catalog-toolbar .catalog-filter-toggle{margin:0;white-space:nowrap}
  .mobile-native-select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
  .mobile-custom-select{position:relative;width:100%}
  .mobile-custom-select-trigger{display:grid;grid-template-columns:minmax(0,1fr) 10px;align-items:center;gap:.6rem;width:100%;min-height:42px;padding:.55rem .72rem;border:1px solid #dfe3e8;border-radius:11px;background:#fff;color:#273142;text-align:left;font-size:.8rem}
  .mobile-custom-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mobile-custom-select-trigger i{width:7px;height:7px;border-right:1.7px solid #6d7683;border-bottom:1.7px solid #6d7683;transform:rotate(45deg);transition:transform .18s ease}
  .mobile-custom-select.is-open .mobile-custom-select-trigger{border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.07)}
  .mobile-custom-select.is-open .mobile-custom-select-trigger i{transform:rotate(225deg)}
  .mobile-custom-select-menu{position:absolute;z-index:2350;left:0;right:0;top:calc(100% + .35rem);display:none;max-height:240px;padding:.35rem;border:1px solid #e1e5ea;border-radius:13px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.18);overflow-y:auto}
  .mobile-custom-select.is-open .mobile-custom-select-menu{display:grid;animation:mobileSelectIn .18s ease}
  .mobile-custom-select-menu button{min-height:40px;padding:.55rem .65rem;border:0;border-radius:9px;background:#fff;color:#303948;text-align:left;font-size:.8rem}
  .mobile-custom-select-menu button.active{background:#111827;color:#fff;font-weight:750}
  .catalog-layout>.col-lg-9>.d-flex .text-muted{align-self:center;font-size:.75rem}
  .catalog-layout>.col-lg-9>.d-flex form,.catalog-layout>.col-lg-9>.d-flex select{width:100%}
  .catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.65rem!important;justify-content:stretch!important}
  .catalog-products-grid .card-ui{width:100%!important;min-width:0}
  .catalog-products-grid .product-body{padding:.68rem .7rem .75rem}
  .catalog-products-grid .product-body>a.fw-semibold{font-size:.82rem;min-height:2.55em}
  .catalog-products-grid .product-image{aspect-ratio:1/1}
  .catalog-products-grid .btn{min-height:34px}
}
@keyframes catalogFilterFade{from{opacity:0}to{opacity:1}}
@keyframes catalogFilterUp{from{transform:translateY(24px);opacity:.8}to{transform:translateY(0);opacity:1}}
@keyframes mobileSelectIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}

.form-select{padding-right:2.35rem;background-position:right .75rem center;background-size:12px 12px}
.header-main .header-catalog>.dropdown-toggle{align-items:center;justify-content:center;gap:.45rem;line-height:1.2}
.header-main .header-catalog>.dropdown-toggle::after{align-self:center;margin-top:0;vertical-align:middle}
.product-color-option.disabled,.product-size-option.disabled{filter:grayscale(.75);opacity:.38}
.product-color-option.active{border-color:#1f4ed8!important;box-shadow:0 0 0 3px #fff,0 0 0 5px #1f4ed8!important;opacity:1!important;filter:none!important}

.commerce-page{width:min(1320px,100%);margin:0 auto;padding:.45rem 0 1.5rem}.commerce-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin:0 0 1rem}.commerce-heading h1{margin:0;color:#111827;font-size:1.65rem;font-weight:850;letter-spacing:-.03em}.commerce-heading p{margin:.2rem 0 0;color:#748094;font-size:.83rem}.commerce-heading>a{color:#465267;font-size:.82rem;font-weight:750}.commerce-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,.72fr);gap:1.15rem;align-items:start}.cart-card,.checkout-card,.commerce-summary{border-color:#e7eaf0;box-shadow:0 10px 35px rgba(15,23,42,.055)}.cart-card{padding:.3rem 1.25rem}.cart-line{position:relative;display:grid;grid-template-columns:118px minmax(240px,1fr) 126px 125px 34px;align-items:center;gap:1rem;min-height:148px;padding:1rem 0}.cart-line+.cart-line{border-top:1px solid #edf0f4}.cart-line-image{display:flex;align-items:center;justify-content:center;width:118px;height:118px;border-radius:14px;background:#f7f8fa;overflow:hidden}.cart-line-image img{width:100%;height:100%;object-fit:contain}.cart-line-brand{margin-bottom:.25rem;color:#738096;font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.cart-line-name{display:block;max-width:500px;color:#111827;font-size:.94rem;font-weight:800;line-height:1.35}.cart-line-meta{margin-top:.32rem;color:#7a8495;font-size:.74rem}.cart-unit-price{display:block;margin-top:.55rem;color:#3f4a5b;font-size:.76rem}.quantity-control{display:grid;grid-template-columns:34px 42px 34px;align-items:center;width:112px;height:38px;border:1px solid #dfe3e9;border-radius:11px;background:#fff;overflow:hidden}.quantity-control button{height:100%;border:0;background:#f7f8fa;color:#263142;font-size:1.05rem}.quantity-control input{width:100%;height:100%;padding:0;border:0;outline:0;text-align:center;font-weight:800;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{display:none}.cart-line-total{color:#111827;font-size:1rem;white-space:nowrap;text-align:right}.cart-line-remove button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:999px;background:#f5f6f8;color:#7b8492;font-size:1.15rem;transition:.18s}.cart-line-remove button:hover{background:#feecef;color:#d4233f}.commerce-summary{padding:1.3rem}.commerce-summary h2{margin:0 0 .85rem;color:#111827;font-size:1.18rem;font-weight:850}.summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.62rem 0;color:#556174;border-bottom:1px solid #edf0f4;font-size:.82rem}.summary-row strong,.summary-row small{color:#202b3d;font-size:.82rem;text-align:right}.summary-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1rem 0 .9rem;color:#111827;font-size:.92rem;font-weight:850}.summary-total strong{font-size:1.45rem;letter-spacing:-.03em}.commerce-promo{margin:.1rem 0 .85rem}.commerce-promo>label{display:block;margin-bottom:.4rem;color:#687386;font-size:.75rem;font-weight:750}.commerce-promo .form-control,.commerce-promo .btn{min-height:40px;font-size:.78rem}.commerce-primary{min-height:46px;border-radius:12px;font-size:.86rem}.commerce-security{padding:.65rem 0 0;color:#8a93a1;font-size:.67rem;text-align:center}.checkout-card{padding:1.6rem 1.8rem}.checkout-section-head{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.checkout-section-head>span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:#111827;color:#fff;font-size:.8rem;font-weight:850}.checkout-section-head h2{margin:0;color:#111827;font-size:1.08rem;font-weight:850}.checkout-section-head p{margin:.1rem 0 0;color:#8490a1;font-size:.72rem}.checkout-fields .form-label{margin-bottom:.3rem;color:#4e596b;font-size:.74rem;font-weight:700}.checkout-fields .form-control,.checkout-fields .form-select{min-height:42px;background-color:#fbfcfd;font-size:.82rem}.checkout-fields textarea.form-control{min-height:72px}.checkout-divider{height:1px;margin:1.3rem 0;background:#edf0f4}.checkout-legal-checks{margin-top:1.15rem;padding:.75rem .85rem;border-radius:12px}.checkout-legal-checks .legal-check{font-size:.76rem}.checkout-summary-product{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.7rem 0;border-bottom:1px solid #edf0f4}.checkout-summary-product img{width:50px;height:50px;object-fit:contain;border-radius:9px;background:#f7f8fa}.checkout-summary-product>span{color:#253044;font-size:.76rem;font-weight:750;line-height:1.3}.checkout-summary-product small{display:block;margin-top:.2rem;color:#8791a0;font-size:.67rem;font-weight:500}.checkout-summary-product strong{font-size:.78rem;white-space:nowrap}.commerce-aside .sticky-summary{top:76px}
@media (max-width:1199px){.commerce-grid{grid-template-columns:minmax(0,1.5fr) minmax(310px,.8fr)}.cart-line{grid-template-columns:100px minmax(190px,1fr) 112px 110px 32px}.cart-line-image{width:100px;height:100px}}
@media (max-width:991px){.commerce-page{padding-top:.15rem}.commerce-grid{grid-template-columns:1fr}.commerce-aside{order:-1}.commerce-aside .sticky-summary{position:static}.cart-line{grid-template-columns:92px minmax(0,1fr) auto;gap:.75rem}.cart-line-image{width:92px;height:92px}.cart-line-quantity{grid-column:2}.cart-line-total{grid-column:3;grid-row:2}.cart-line-remove{grid-column:3;grid-row:1}.commerce-summary{padding:1.05rem}.checkout-card{padding:1.2rem}}
@media (max-width:575px){.commerce-heading{align-items:flex-start}.commerce-heading h1{font-size:1.35rem}.commerce-heading>a{font-size:.72rem}.cart-card{padding:.25rem .8rem}.cart-line{grid-template-columns:78px minmax(0,1fr) 28px;min-height:120px}.cart-line-image{width:78px;height:92px}.cart-line-name{font-size:.82rem}.cart-unit-price{display:none}.cart-line-quantity{grid-column:2}.cart-line-total{grid-column:2;grid-row:3;text-align:left}.cart-line-remove{grid-column:3;grid-row:1}.checkout-card{padding:1rem}.checkout-section-head h2{font-size:1rem}.summary-total strong{font-size:1.25rem}}

.blog-shell{width:min(100%,1240px);margin:0 auto;padding:.7rem 0 2rem}.blog-index-head{max-width:760px;margin:1rem auto 2rem;text-align:center}.blog-index-head>span,.blog-subhead>span,.blog-article-kicker{display:block;margin-bottom:.45rem;color:#1f4ed8;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.blog-index-head h1{margin:0;color:#111827;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1.03;letter-spacing:-.055em}.blog-index-head p{max-width:650px;margin:1rem auto 0;color:#647084;font-size:1rem;line-height:1.65}.blog-featured{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);min-height:410px;margin-bottom:1.5rem;overflow:hidden;border:1px solid #e4e8ee;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.09)}.blog-featured-media{min-height:360px;background:#eef1f5}.blog-featured-media img{width:100%;height:100%;object-fit:cover}.blog-featured-body{display:flex;flex-direction:column;justify-content:center;padding:2.2rem}.blog-featured-body>span{color:#1f4ed8;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.blog-featured-body h2{margin:.7rem 0;color:#111827;font-size:clamp(1.6rem,2.6vw,2.45rem);font-weight:900;line-height:1.08;letter-spacing:-.04em}.blog-featured-body p{color:#667286;line-height:1.65}.blog-featured-body>div{display:flex;justify-content:space-between;gap:1rem;margin-top:.8rem;color:#8993a1;font-size:.72rem}.blog-featured-body b{color:#111827}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.blog-card{overflow:hidden;border:1px solid #e5e9ef;border-radius:18px;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(15,23,42,.11)}.blog-card-media{display:block;aspect-ratio:16/10;background:#eef1f5;overflow:hidden}.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-media img{transform:scale(1.035)}.blog-card-body{padding:1.15rem 1.2rem 1.3rem}.blog-card-meta{margin-bottom:.55rem;color:#8b95a4;font-size:.68rem}.blog-card h2{margin:0 0 .55rem;color:#111827;font-size:1.05rem;font-weight:850;line-height:1.3}.blog-card p{display:-webkit-box;margin:0 0 .8rem;color:#697588;font-size:.79rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.blog-read-link{color:#1f4ed8;font-size:.76rem;font-weight:800}.blog-empty{grid-column:1/-1}.blog-pagination{display:flex;justify-content:center;gap:.4rem;margin-top:1.6rem}.blog-pagination a,.blog-pagination span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#fff}.blog-pagination a.active{background:#111827;color:#fff}.blog-article-shell{width:min(100%,1120px)}.blog-breadcrumbs{display:flex;align-items:center;gap:.45rem;margin:.3rem 0 1.2rem;color:#7c8797;font-size:.72rem;white-space:nowrap;overflow:hidden}.blog-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.blog-article{width:min(100%,920px);margin:0 auto}.blog-article-head{max-width:820px;margin:1.2rem auto 1.5rem;text-align:center}.blog-article-head h1{margin:.35rem 0 .8rem;color:#111827;font-size:clamp(2rem,4.5vw,3.8rem);font-weight:900;line-height:1.04;letter-spacing:-.055em}.blog-article-head>p{max-width:700px;margin:0 auto;color:#667286;font-size:1.02rem;line-height:1.65}.blog-article-meta{display:flex;justify-content:center;gap:1.1rem;margin-top:1rem;color:#8a94a3;font-size:.7rem}.blog-cover{margin:0 0 2rem;overflow:hidden;border-radius:24px;background:#eef1f5;box-shadow:0 18px 55px rgba(15,23,42,.1)}.blog-cover img{display:block;width:100%;max-height:620px;object-fit:cover}.blog-prose{width:min(100%,760px);margin:0 auto;color:#263244;font-size:1rem;line-height:1.82}.blog-prose h2,.blog-prose h3,.blog-prose h4{color:#111827;font-weight:900;line-height:1.2;letter-spacing:-.025em}.blog-prose h2{margin:2.2rem 0 .75rem;font-size:1.65rem}.blog-prose h3{margin:1.7rem 0 .65rem;font-size:1.3rem}.blog-prose p{margin:0 0 1.15rem}.blog-prose ul,.blog-prose ol{margin:0 0 1.25rem;padding-left:1.35rem}.blog-prose li{margin:.4rem 0}.blog-prose blockquote{margin:1.6rem 0;padding:1.2rem 1.35rem;border-left:4px solid #1f4ed8;border-radius:0 14px 14px 0;background:#f4f7fc;color:#334155;font-size:1.05rem}.blog-prose a{color:#1f4ed8;font-weight:750;text-decoration:underline;text-underline-offset:3px}.blog-prose img{display:block;max-width:100%;height:auto;margin:1.5rem auto;border-radius:16px}.blog-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:2rem 0}.blog-gallery figure{margin:0}.blog-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.blog-gallery figcaption{padding:.45rem;color:#7d8796;font-size:.7rem;text-align:center}.blog-products,.blog-related{margin-top:3rem;padding-top:2rem;border-top:1px solid #e6eaf0}.blog-subhead{text-align:center;margin-bottom:1.15rem}.blog-subhead h2{margin:0;color:#111827;font-size:1.5rem;font-weight:900}.blog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.blog-related{width:min(100%,1120px);margin:3rem auto 0}.blog-admin-toolbar{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.5rem}.blog-admin-toolbar button{padding:.35rem .6rem;border:1px solid #dce1e8;border-radius:8px;background:#fff;color:#293446;font-size:.75rem;font-weight:750}.blog-admin-content{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;line-height:1.55}
@media(max-width:991px){.blog-featured{grid-template-columns:1fr;min-height:0}.blog-featured-media{min-height:260px;aspect-ratio:16/9}.blog-featured-body{padding:1.4rem}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-article-head h1{font-size:2.2rem}}
@media(max-width:575px){.blog-shell{padding-top:.2rem}.blog-index-head{margin:.5rem auto 1.3rem}.blog-index-head h1{font-size:2rem}.blog-featured{border-radius:18px}.blog-featured-media{min-height:210px}.blog-featured-body>div{display:block}.blog-featured-body b{display:block;margin-top:.6rem}.blog-grid{grid-template-columns:1fr}.blog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.blog-article-head{text-align:left}.blog-article-head h1{font-size:2rem}.blog-article-meta{justify-content:flex-start;flex-wrap:wrap}.blog-cover{margin-left:-.75rem;margin-right:-.75rem;border-radius:0}.blog-prose{font-size:.94rem;line-height:1.72}.blog-prose h2{font-size:1.4rem}.blog-gallery{grid-template-columns:1fr}}

@media (min-width:992px){.catalog-layout{display:grid!important;grid-template-columns:240px minmax(0,1fr);gap:1rem!important;width:min(100%,1320px);margin-inline:auto!important}.catalog-layout>.catalog-filter-sidebar,.catalog-layout>.col-lg-9{width:auto!important;max-width:none!important;padding:0!important}.catalog-filter-sidebar .filter-card{padding:1.15rem!important}.catalog-filter-head h1{font-size:1.18rem!important;line-height:1.2}.catalog-toolbar{width:100%;min-height:54px;margin-bottom:.8rem!important;padding:.55rem .7rem;border:1px solid #e5e9ef;border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.045)}.catalog-toolbar>form{margin-left:auto}.catalog-toolbar .form-select{width:190px;min-height:38px}.catalog-result-count{padding-left:.1rem}.catalog-products-grid,.collection-products-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:.75rem!important;justify-content:stretch!important}.catalog-products-grid .card-ui,.collection-products-grid .card-ui{width:100%!important;min-width:0}.catalog-pagination{display:flex;justify-content:center;width:100%}.catalog-pagination .pagination{margin-bottom:0}.collection-page-shell{width:min(100%,1320px);margin-inline:auto}}
@media (min-width:992px) and (max-width:1199px){.catalog-layout{grid-template-columns:220px minmax(0,1fr)}.catalog-products-grid,.collection-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (min-width:1200px) and (max-width:1399px){.catalog-products-grid,.collection-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
.header-search-results a{align-items:center;gap:1rem}.header-search-results a>span{display:grid;min-width:0;gap:.08rem}.header-search-results a small{color:#1f4ed8;font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.header-search-results a b{overflow:hidden;color:#182234;font-size:.8rem;line-height:1.25;text-overflow:ellipsis}.header-search-results a em{color:#8a94a3;font-size:.64rem;font-style:normal}.header-search-results a>strong{flex:0 0 auto;color:#111827;font-size:.76rem;white-space:nowrap}
.home-brand-showcase{margin-top:.8rem;padding:1.35rem 1.45rem;border:1px solid #e3e8ef;border-radius:20px;background:#fff;box-shadow:0 16px 44px rgba(15,23,42,.07)}.home-brand-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.home-brand-showcase-head span,.brand-profile-copy>span{display:block;margin-bottom:.25rem;color:#1f4ed8;font-size:.66rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.home-brand-showcase-head h2{margin:0;color:#111827;font-size:1.3rem;font-weight:900}.home-brand-controls{display:flex;gap:.4rem}.home-brand-controls button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #dfe4eb;border-radius:999px;background:#fff;color:#172033;font-size:1.45rem;line-height:1}.home-brand-controls button:disabled{display:none}.home-brand-viewport{overflow:hidden;scroll-behavior:smooth}.home-brand-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 3rem)/4);gap:1rem;width:max-content}.home-brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;height:132px;padding:1rem;border:1px solid #e7eaf0;border-radius:15px;background:#fbfcfd;scroll-snap-align:start;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.home-brand-card:hover{transform:translateY(-3px);border-color:#cad3df;box-shadow:0 12px 28px rgba(15,23,42,.09)}.home-brand-card img{display:block;width:100%;height:76px;object-fit:contain}.home-brand-card span{color:#556174;font-size:.7rem;font-weight:800}.brand-profile-shell{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:center;gap:2rem;width:min(100%,1320px);margin:0 auto 1rem;padding:1.7rem 2rem;border:1px solid #e2e7ee;border-radius:20px;background:linear-gradient(135deg,#fff,#f7f9fc);box-shadow:0 14px 42px rgba(15,23,42,.07)}.brand-profile-copy h1{margin:0 0 .75rem;color:#111827;font-size:2rem;font-weight:900;letter-spacing:-.04em}.brand-profile-description{max-width:850px;max-height:7.2em;overflow:hidden;color:#526074;font-size:.88rem;line-height:1.62;white-space:pre-line;transition:max-height .3s ease}.brand-profile-description.is-expanded{max-height:2000px}.brand-description-toggle{margin-top:.65rem;padding:0;border:0;background:none;color:#1f4ed8;font-size:.75rem;font-weight:800}.brand-profile-logo{display:flex;align-items:center;justify-content:center;min-height:150px;padding:1.2rem;border-radius:16px;background:#fff}.brand-profile-logo img{width:100%;height:130px;object-fit:contain}@media(max-width:991px){.home-brand-showcase{margin-top:.3rem;padding:1rem .9rem}.home-brand-track{grid-auto-columns:minmax(180px,72vw)}.home-brand-card{height:112px}.home-brand-card img{height:62px}.brand-profile-shell{grid-template-columns:1fr;padding:1.2rem}.brand-profile-copy h1{font-size:1.55rem}.brand-profile-logo{order:-1;min-height:100px}.brand-profile-logo img{height:85px}}
.home-brand-track{display:flex}.home-brand-card{flex:0 0 calc((min(100vw - 6rem,1270px) - 3rem)/4)}@media(max-width:991px){.home-brand-card{flex-basis:min(72vw,280px)}}
.home-brand-showcase{position:relative}.home-brand-controls{position:absolute;z-index:6;left:-9px;right:-9px;top:58%;height:0;display:block;pointer-events:none}.home-brand-controls button{position:absolute;top:0;transform:translateY(-50%);pointer-events:auto;box-shadow:0 10px 26px rgba(15,23,42,.18)}.home-brand-controls button:first-child{left:0}.home-brand-controls button:last-child{right:0}
.brands-directory-shell{width:min(100%,1320px);margin:0 auto 1.5rem}.brands-directory-head{max-width:760px;margin:.7rem auto 1.5rem;text-align:center}.brands-directory-head h1{margin:0;color:#111827;font-size:clamp(2rem,4vw,3.15rem);font-weight:900;letter-spacing:-.055em}.brands-directory-head p{margin:.7rem 0 0;color:#667286;font-size:.95rem;line-height:1.6}.brands-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.brands-directory-card{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:230px;overflow:hidden;border:1px solid #e2e7ee;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.065);transition:transform .2s ease,box-shadow .2s ease}.brands-directory-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(15,23,42,.1)}.brands-directory-logo{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#f8fafc}.brands-directory-logo img{width:100%;height:120px;object-fit:contain}.brands-directory-copy{display:flex;flex-direction:column;padding:1.4rem}.brands-directory-copy h2{margin:0 0 .55rem;color:#111827;font-size:1.25rem;font-weight:900}.brands-directory-copy p{display:-webkit-box;margin:0;color:#697588;font-size:.8rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.brands-directory-copy span{margin-top:auto;padding-top:.8rem;color:#1f4ed8;font-size:.76rem;font-weight:850}.brands-directory-copy span b{margin-left:.2rem}@media(max-width:767px){.brands-directory-grid{grid-template-columns:1fr}.brands-directory-card{grid-template-columns:130px minmax(0,1fr);min-height:180px}.brands-directory-logo{padding:.7rem}.brands-directory-logo img{height:85px}.brands-directory-copy{padding:1rem}.brands-directory-copy h2{font-size:1.05rem}.brands-directory-copy p{-webkit-line-clamp:4}}
.service-page-shell,.series-content-shell{width:min(100%,1320px);margin-inline:auto}.contact-page-shell{max-width:1120px}.contact-article{width:100%}.contact-article.service-article{padding:1.35rem 1.5rem}.contact-article .service-article-head{padding-bottom:.8rem;margin-bottom:1rem}.contact-article .service-content{font-size:.92rem;line-height:1.55}.contact-intro{padding:.85rem 1rem;margin-bottom:.8rem;border:1px solid #e7ebf0;border-radius:12px;background:linear-gradient(135deg,#f8fafc,#fff);color:#4b5563}.contact-intro p:last-child{margin-bottom:0}.contact-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.contact-info-card{min-width:0;padding:1rem 1.05rem;border:1px solid #e5e9ef;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.045)}.contact-info-card h2{font-size:1rem;margin:0 0 .65rem;padding:0 0 .55rem;border:0;border-bottom:1px solid #eef1f5}.contact-info-card p{margin:0 0 .55rem}.contact-info-card p:last-child{margin-bottom:0}.contact-info-card br{line-height:1.85}.contact-info-card a{font-weight:700;text-decoration:none}.contact-info-card a:hover{text-decoration:underline}.contact-info-card-wide{grid-column:1/-1}@media(max-width:767px){.contact-article.service-article{padding:1rem}.contact-info-grid{grid-template-columns:1fr}.contact-info-card{padding:.9rem}.contact-intro{padding:.75rem .85rem}.contact-article .service-content{font-size:.9rem}}
.catalog-desktop-menu{width:310px;padding:.55rem!important;border:1px solid #e7eaf0!important;border-radius:15px!important;box-shadow:0 18px 50px rgba(15,23,42,.16)!important}
.desktop-category-group{border-radius:11px}.desktop-category-group+*{margin-top:.12rem}.desktop-category-group summary{display:grid;grid-template-columns:minmax(0,1fr) 16px;align-items:center;min-height:41px;padding:.62rem .7rem;border-radius:10px;color:#182234;font-size:.84rem;font-weight:800;list-style:none;cursor:pointer}.desktop-category-group summary::-webkit-details-marker{display:none}.desktop-category-group summary:hover,.desktop-category-group[open] summary{background:#f2f4f7}.desktop-category-group summary b{justify-self:end;width:8px;height:8px;border-right:2px solid #8b95a4;border-bottom:2px solid #8b95a4;transform:rotate(45deg);transition:transform .2s ease}.desktop-category-group[open] summary b{transform:rotate(225deg)}.desktop-category-children{display:grid;margin:.15rem .35rem .45rem;padding:.25rem .35rem .35rem .75rem;border-left:2px solid #dce2ea}.desktop-category-children a{padding:.48rem .55rem;border-radius:8px;color:#546073;font-size:.79rem;font-weight:650}.desktop-category-children a:hover{background:#edf2fb;color:#153d91}.catalog-desktop-menu>.dropdown-item{min-height:41px;padding:.62rem .7rem;font-size:.84rem;font-weight:750}

/* Responsive footer accordions. */
.footer-accordion summary{display:block;margin-bottom:.55rem;color:#fff;font-weight:700;font-size:1rem;list-style:none;cursor:default}
.footer-accordion summary::-webkit-details-marker{display:none}
.footer-accordion summary span{display:none}
.footer-accordion-body{display:grid!important;gap:.3rem}
.footer-accordion-body a{display:block;line-height:1.4}
@media (max-width:767px){
  .footer .row{--bs-gutter-y:1rem}
  .footer-accordion{border-top:1px solid rgba(226,232,240,.16)}
  .footer-accordion:last-child{border-bottom:1px solid rgba(226,232,240,.16)}
  .footer-accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:54px;margin:0;color:#fff;font-size:.91rem;cursor:pointer}
  .footer-accordion summary span{display:block;color:#94a3b8;font-size:1.25rem;transition:transform .22s ease}
  .footer-accordion summary span{width:9px;height:9px;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8;font-size:0;transform:rotate(45deg);transition:transform .22s ease}
  .footer-accordion[open] summary span{transform:rotate(225deg)}
  .footer-accordion:not([open]) .footer-accordion-body{display:none!important}
  .footer-accordion-body{gap:0;padding:0 0 .65rem}
  .footer-accordion-body a{padding:.48rem 0;color:#cbd5e1;font-size:.84rem}
}

/* Premium mobile navigation drawer. */
.commerce-primary{display:flex!important;align-items:center;justify-content:center;padding-top:.65rem;padding-bottom:.65rem;line-height:1.2}
.checkout-summary-legal{margin-top:.8rem}
@media (max-width:991px){.checkout-page .commerce-aside{order:2}}
.mobile-menu-backdrop,.mobile-drawer-head,.mobile-drawer-search,.mobile-drawer-categories{display:none}
@media (max-width:991px){
  .mobile-menu-backdrop{position:fixed;z-index:1110;inset:0;display:block!important;border:0;background:rgba(8,13,23,.46);opacity:0;visibility:hidden;backdrop-filter:blur(3px);transition:opacity .28s ease,visibility .28s ease}
  .mobile-menu-backdrop.is-open{opacity:1;visibility:visible}
  .mobile-menu-panel{position:fixed!important;z-index:1120;left:0!important;right:auto!important;top:0!important;bottom:0!important;width:min(88vw,360px)!important;height:100dvh!important;min-height:100vh!important;max-height:100dvh!important;padding:0 1rem max(1.5rem,env(safe-area-inset-bottom))!important;border-radius:0 22px 22px 0!important;background:#fff!important;box-shadow:24px 0 70px rgba(8,13,23,.24)!important;overflow-x:hidden!important;overflow-y:auto!important;transform:translateX(-104%);transition:transform .32s cubic-bezier(.22,.8,.24,1)}
  .mobile-menu-panel.collapse{display:flex!important;visibility:hidden;flex-direction:column}
  .mobile-menu-panel.is-open{visibility:visible;transform:translateX(0);animation:none!important}
  .mobile-drawer-head{position:sticky;z-index:3;top:0;display:flex!important;align-items:center;justify-content:space-between;min-height:70px;margin:0 -1rem .75rem;padding:.7rem 1rem;border-bottom:1px solid #eef1f4;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
  .mobile-drawer-head a{display:flex;align-items:center;min-width:0}
  .mobile-drawer-head img{display:block;width:auto;max-width:145px;height:35px;object-fit:contain}
  .mobile-drawer-head button{width:38px;height:38px;border:0;border-radius:999px;background:#f1f3f6;color:#111827;font-size:1.45rem;line-height:1}
  .mobile-drawer-search{display:grid!important;grid-template-columns:22px 1fr;align-items:center;gap:.65rem;width:100%;min-height:46px;margin:0 0 .8rem;padding:.65rem .8rem;border:1px solid #e2e6eb;border-radius:13px;background:#f7f8fa;color:#687180;text-align:left;font-size:.82rem}
  .mobile-drawer-search svg{width:21px;height:21px;fill:none;stroke:#303846;stroke-width:1.8;stroke-linecap:round}
  .mobile-menu-panel .header-catalog{order:initial;margin:0!important}
  .mobile-menu-panel .mobile-catalog-entry{min-height:56px;border-radius:14px;box-shadow:0 10px 24px rgba(15,23,42,.16)}
  .mobile-drawer-categories{display:grid!important;margin:.55rem 0 .75rem;padding:0 .2rem .55rem;border-bottom:1px solid #edf0f3}
  .mobile-drawer-categories a{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;min-height:43px;padding:.52rem .45rem;color:#283242;font-size:.84rem;font-weight:700}
  .mobile-drawer-categories a+a{border-top:1px solid #f0f2f5}
  .mobile-drawer-categories b{justify-self:end;width:8px;height:8px;border-right:1.8px solid #98a2af;border-bottom:1.8px solid #98a2af;color:transparent;font-size:0;font-weight:400;transform:rotate(-45deg)}
  .mobile-category-group{border-bottom:1px solid #f0f2f5}
  .mobile-category-group summary{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;min-height:46px;padding:.52rem .45rem;color:#111827;font-size:.87rem;font-weight:800;list-style:none;cursor:pointer}
  .mobile-category-group summary::-webkit-details-marker{display:none}
  .mobile-category-group summary b{transform:rotate(45deg);transition:transform .22s ease}
  .mobile-category-group[open] summary b{transform:rotate(225deg)}
  .mobile-category-children{display:grid;margin:0 .15rem .45rem;padding:.2rem .35rem .3rem .7rem;border-left:2px solid #d9dee6;background:#f8f9fb;border-radius:0 10px 10px 0}
  .mobile-category-children a{min-height:40px!important;padding:.45rem .55rem!important;font-size:.8rem!important;font-weight:650!important}
  .mobile-category-children a:first-child{border-top:0!important}
  .mobile-menu-panel .header-primary-nav{order:initial;padding:.1rem 0 .75rem}
  .mobile-menu-panel .header-primary-nav .nav-link{min-height:43px;padding:.65rem .45rem;border-bottom:1px solid #eef1f4;font-size:.84rem}
  .mobile-menu-panel .header-phone-list{display:grid;width:100%;gap:.35rem;padding:.7rem;background:#f5f7f9}
  .mobile-menu-panel .header-phone{justify-content:flex-start;width:100%;font-weight:750}
  .mobile-menu-panel .header-actions{display:grid!important;width:100%;margin:0!important;gap:.65rem!important}
  .mobile-menu-panel .header-account-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.45rem}
  .mobile-menu-panel .header-account-actions .btn{display:flex;align-items:center;justify-content:center;min-height:40px;white-space:normal}
}

/* Global notifications: above sticky navigation, dismissible and softly fading. */
.flash-wrap{top:var(--flash-top,76px)!important;right:14px!important;z-index:4000!important;width:min(390px,calc(100vw - 28px))!important;pointer-events:none}
.flash-wrap .alert{position:relative;pointer-events:auto;padding-right:3rem;border:0;border-radius:14px;box-shadow:0 16px 42px rgba(15,23,42,.20)!important;opacity:1;transform:translateY(0);transition:opacity 2s linear,transform 2s ease}
.flash-wrap .alert.is-auto-hiding{opacity:0;transform:translateY(-8px)}
.flash-wrap .btn-close{position:absolute;top:50%;right:.85rem;transform:translateY(-50%);padding:.65rem}
@media(max-width:767px){.flash-wrap{left:12px!important;right:12px!important;width:auto!important}.flash-wrap .alert{font-size:.82rem;line-height:1.4}}

/* Two complete series and brand cards in the mobile viewport. Slider behavior is unchanged. */
@media(max-width:767px){
  .home-series-track .home-showcase-grid.track-series,
  .home-showcase-track .track-series{grid-auto-columns:calc((100vw - 2.35rem)/2)!important}
  .home-series-title{left:10px;right:10px;bottom:10px;font-size:.82rem}
  .home-brand-track{gap:1rem}
  .home-brand-card{flex:0 0 calc((100vw - 4.4rem)/2)!important;height:100px;padding:.55rem;border-radius:13px}
  .home-brand-card img{height:54px}
  .home-brand-card span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.64rem}
}

/* Touch product gallery and persistent pinch zoom. */
.product-gallery-slider{touch-action:pan-y}
.product-thumbs-bottom{overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;touch-action:pan-x;scrollbar-width:none}
.product-thumbs-bottom::-webkit-scrollbar{display:none}
.product-thumb-button{scroll-snap-align:center}
.product-lightbox-stage{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none}
.product-lightbox-stage img{will-change:transform;transform-origin:center center;cursor:zoom-in;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}
.product-lightbox.is-zoomed .product-lightbox-stage img{cursor:grab}
.product-lightbox.is-zoomed .product-lightbox-stage img:active{cursor:grabbing}
.product-lightbox-close,.product-lightbox-arrow{z-index:3}
@media(max-width:640px){
  .product-lightbox{padding:0}
  .product-lightbox-stage{width:100vw;height:100dvh}
  .product-lightbox-stage img{max-width:94vw;max-height:88dvh;border-radius:10px}
  .product-lightbox-arrow{width:34px;height:34px;font-size:1.45rem;background:rgba(17,24,39,.56);border-color:rgba(255,255,255,.32)}
  .product-lightbox-prev{left:8px}.product-lightbox-next{right:8px}
  .product-lightbox-close{right:10px;top:max(10px,env(safe-area-inset-top));background:rgba(17,24,39,.62)}
}

/* Premium wide lockup: crop only generated canvas whitespace, never logo artwork. */
.site-logo{width:164px;height:42px;object-fit:cover;object-position:center 44%}
@media(max-width:991px){
  .mobile-site-logo{width:164px;max-width:164px;height:42px;object-fit:cover;object-position:center 44%}
  .mobile-drawer-head img{width:145px;max-width:145px;height:37px;object-fit:cover;object-position:center 44%}
}

/* Stable desktop header for narrow laptop and scaled browser viewports. */
@media (min-width:992px){
  .header-main .navbar>.container-fluid{flex-wrap:nowrap}
  .header-main .desktop-brand{flex:0 0 164px;min-width:164px;margin-right:.65rem}
  .header-main #mainNav{min-width:0;flex-wrap:nowrap}
  .header-main .header-catalog{flex:0 0 auto;margin-right:.55rem!important}
  .header-main .header-search{flex:1 1 260px!important;min-width:120px;margin-left:.45rem!important;margin-right:.45rem!important}
  .header-main .header-search .form-control{min-width:0}
  .header-main .header-primary-nav{flex:0 0 auto;flex-wrap:nowrap;white-space:nowrap}
  .header-main .header-actions{flex:0 0 auto;min-width:0;flex-wrap:nowrap;gap:.35rem!important;margin-left:.45rem!important}
  .header-main .header-phone-list,.header-main .header-account-actions{flex:0 0 auto;flex-wrap:nowrap;gap:.35rem}
  .header-main .header-phone,.header-main .header-account-actions>.btn,.header-main .header-cart-btn{flex:0 0 auto;white-space:nowrap}
}
@media (min-width:992px) and (max-width:1399.98px){
  .header-main .header-primary-nav{display:none}
}
@media (min-width:992px) and (max-width:1199.98px){
  .header-main .header-phone-list{display:none}
}

/* Keep long contact details inside their footer column. */
.footer .row>[class*="col-"]{min-width:0}
.footer .vcard{min-width:0}
.footer .vcard .adr{max-width:28ch;white-space:normal;overflow-wrap:normal;word-break:normal;hyphens:none;text-wrap:pretty;line-height:1.55}

/* Compact searchable product selector in the blog editor. */
.blog-product-picker{overflow:hidden;border:1px solid #dfe4eb;border-radius:14px;background:#fff}.blog-product-picker-search{display:flex;align-items:center;gap:.55rem;padding:.7rem;border-bottom:1px solid #e7ebf0;background:#f8fafc}.blog-product-picker-search>span{color:#697588;font-size:1.25rem;line-height:1}.blog-product-picker-search .form-control{min-width:0;border-color:#d9dfe7;background:#fff}.blog-product-picker-search .btn{flex:0 0 auto}.blog-product-picker-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .85rem;color:#7a8595;font-size:.7rem}.blog-product-picker-summary strong{color:#1f2937;font-size:.72rem}.blog-product-picker-selected{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 .85rem .7rem;border-bottom:1px solid #edf0f4}.blog-product-picker-chip{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;padding:.36rem .55rem;border:1px solid #ccd7ee;border-radius:999px;background:#f2f6ff;color:#173d9d;font-size:.68rem;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-product-picker-chip span{flex:0 0 auto;font-size:.9rem;line-height:1}.blog-product-picker-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;max-height:310px;overflow:auto;background:#e9edf2}.blog-product-picker-option{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.12rem .7rem;min-width:0;padding:.7rem 2.5rem .7rem .85rem;border:0;background:#fff;color:#263244;text-align:left}.blog-product-picker-option:hover{background:#f7f9fc}.blog-product-picker-option.is-selected{background:#eef4ff;color:#163b96}.blog-product-picker-option>span{overflow:hidden;font-size:.72rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.blog-product-picker-option>small{grid-column:1;color:#8b95a4;font-size:.62rem}.blog-product-picker-option>b{position:absolute;top:50%;right:.85rem;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid #d5dbe4;border-radius:50%;color:#667286;transform:translateY(-50%)}.blog-product-picker-option.is-selected>b{border-color:#1f4ed8;background:#1f4ed8;color:#fff}.blog-product-picker-empty{padding:1.6rem;color:#8a94a3;font-size:.75rem;text-align:center}@media(max-width:767px){.blog-product-picker-summary{align-items:flex-start;flex-direction:column;gap:.2rem}.blog-product-picker-results{grid-template-columns:1fr;max-height:280px}}

/* Compact premium account */
.account-shell{width:min(100%,1080px);margin:.5rem auto 2rem}.account-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.15rem;padding:0 .15rem}.account-head span,.account-detail-head>div>span{display:block;margin-bottom:.3rem;color:#7a8596;font-size:.66rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.account-head h1,.account-detail-head h1{margin:0;color:#111827;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;letter-spacing:-.045em}.account-head p{margin:.35rem 0 0;color:#748093;font-size:.82rem}.account-orders{display:grid;gap:.75rem}.account-order-card,.account-detail-card{overflow:hidden;border:1px solid #e3e7ed;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.055)}.account-order-main{display:grid;grid-template-columns:150px minmax(0,1fr) 165px;align-items:center;gap:1rem;padding:1rem 1.15rem;transition:background .18s}.account-order-main:hover{background:#fbfcfe}.account-order-visuals{display:flex;align-items:center;min-width:0}.account-order-visuals img{width:58px;height:68px;margin-right:-13px;border:3px solid #fff;border-radius:12px;background:#f5f7fa;object-fit:contain;box-shadow:0 4px 14px rgba(15,23,42,.1)}.account-order-visuals span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:18px;border-radius:999px;background:#eef1f5;color:#475569;font-size:.7rem;font-weight:850}.account-order-number{color:#111827;font-size:.92rem;font-weight:900}.account-order-date{margin-top:.2rem;color:#8a94a3;font-size:.68rem}.account-order-caption{margin-top:.45rem;color:#5f6b7d;font-size:.73rem}.account-order-side{text-align:right}.account-order-side strong{display:block;margin-top:.55rem;color:#111827;font-size:.96rem}.account-order-side small{display:block;margin-top:.4rem;color:#657186;font-size:.67rem;font-weight:750}.account-status{display:inline-flex;padding:.35rem .58rem;border-radius:999px;font-size:.64rem;font-weight:850;line-height:1;text-transform:uppercase;letter-spacing:.04em}.account-status.is-paid{background:#e9f8ef;color:#137a42}.account-status.is-waiting{background:#f0f2f5;color:#4b5563}.account-order-action{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:.65rem 1.15rem;border-top:1px solid #edf0f4;background:#fafbfc}.account-order-action span{margin-right:auto;color:#778295;font-size:.7rem}.account-empty{padding:3rem;text-align:center;border:1px solid #e3e7ed;border-radius:18px;background:#fff}.account-back{display:inline-flex;margin-bottom:.85rem;color:#697588;font-size:.72rem;font-weight:800}.account-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.account-detail-total{margin-top:.45rem;color:#111827;font-size:1.2rem;font-weight:900}.account-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:1rem;align-items:start}.account-card-title{padding:1rem 1.15rem;border-bottom:1px solid #edf0f4;color:#111827;font-size:.86rem;font-weight:900}.account-product-row{display:grid;grid-template-columns:104px minmax(0,1fr) 125px;align-items:center;gap:1rem;padding:1rem 1.15rem;border-bottom:1px solid #edf0f4}.account-product-row:last-child{border-bottom:0}.account-product-image{display:flex;align-items:center;justify-content:center;width:104px;height:112px;border-radius:13px;background:#f6f7f9}.account-product-image img{width:100%;height:100%;padding:.35rem;object-fit:contain}.account-product-copy>a{color:#111827;font-size:.83rem;font-weight:850;line-height:1.35}.account-product-sku{margin-top:.25rem;color:#929baa;font-size:.64rem}.account-product-specs{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-top:.55rem;color:#687487;font-size:.67rem}.account-product-specs span{display:inline-flex;align-items:center;gap:.28rem}.account-product-specs i{display:inline-block;width:10px;height:10px;border:1px solid rgba(15,23,42,.15);border-radius:999px}.account-product-price{text-align:right}.account-product-price strong{display:block;color:#111827;font-size:.83rem}.account-product-price span{display:block;margin-top:.25rem;color:#929baa;font-size:.63rem}.account-detail-aside{display:grid;gap:1rem}.account-info-list{margin:0;padding:.45rem 1.15rem .8rem}.account-info-list>div{display:flex;justify-content:space-between;gap:1rem;padding:.62rem 0;border-bottom:1px solid #edf0f4}.account-info-list>div:last-child{border-bottom:0}.account-info-list dt{color:#8590a1;font-size:.68rem;font-weight:600}.account-info-list dd{max-width:190px;margin:0;color:#263244;font-size:.7rem;font-weight:750;text-align:right;line-height:1.45}.account-info-list .is-total{padding-top:.85rem}.account-info-list .is-total dt,.account-info-list .is-total dd{color:#111827;font-size:.88rem;font-weight:900}.account-detail-aside form{padding:0 1.15rem}.account-secure-note{padding:.5rem 1rem 1rem;color:#8b95a4;font-size:.62rem;text-align:center}
@media(max-width:767px){.account-shell{margin-top:0}.account-head,.account-detail-head{align-items:flex-start}.account-head{padding:0}.account-order-main{grid-template-columns:92px minmax(0,1fr);padding:.85rem}.account-order-visuals img{width:48px;height:58px}.account-order-side{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}.account-order-side strong{margin:0}.account-order-side small{display:none}.account-order-action{align-items:flex-start;flex-direction:column}.account-order-action form,.account-order-action button{width:100%}.account-detail-grid{grid-template-columns:1fr}.account-product-row{grid-template-columns:78px minmax(0,1fr);gap:.75rem;padding:.85rem}.account-product-image{width:78px;height:92px}.account-product-price{grid-column:2;text-align:left}.account-product-specs{gap:.3rem .6rem}.account-detail-aside{grid-template-columns:1fr}.account-detail-head h1{font-size:1.35rem}}
.account-profile-shell{width:min(100%,920px)}.account-profile-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1rem;align-items:start}.account-profile-card .account-card-title{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.account-profile-card .account-card-title>span{font-size:.86rem;font-weight:900}.account-profile-card .account-card-title>small{color:#919aa8;font-size:.62rem;font-weight:600}.account-profile-form{padding:1.15rem}.account-profile-login{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.75rem .85rem;border:1px solid #e7eaf0;border-radius:12px;background:#f8fafc}.account-profile-login span{color:#8490a1;font-size:.68rem}.account-profile-login strong{overflow:hidden;color:#263244;font-size:.72rem;text-overflow:ellipsis}.account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.account-form-grid.one-column{grid-template-columns:1fr}.account-form-wide{grid-column:1/-1}.account-profile-form .form-label{margin-bottom:.32rem;color:#536074;font-size:.68rem;font-weight:750}.account-profile-form .form-control{min-height:42px;border-color:#dfe4eb;border-radius:11px;background:#fbfcfd;font-size:.78rem}.account-profile-form .form-control:focus{border-color:#9ba8ba;background:#fff;box-shadow:0 0 0 3px rgba(31,78,216,.08)}.account-profile-form .form-text{color:#929baa;font-size:.62rem}.account-form-actions{display:flex;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #edf0f4}.account-form-actions .btn{min-width:150px;border-radius:11px}
@media(max-width:767px){.account-profile-grid{grid-template-columns:1fr}.account-profile-card .account-card-title{align-items:flex-start;flex-direction:column;gap:.2rem}.account-form-grid{grid-template-columns:1fr}.account-form-wide{grid-column:auto}.account-profile-form{padding:1rem}.account-form-actions .btn{width:100%}}

/* Product gallery keeps one stable frame for media with different source proportions. */
.product-gallery-slider #productGalleryCarousel{width:100%}
.product-gallery-slider #productGalleryCarousel .carousel-inner{width:100%;aspect-ratio:1/1}
.product-gallery-slider #productGalleryCarousel .carousel-item{height:100%}
.product-gallery-slider #productGalleryCarousel .product-gallery-zoom-wrap{height:100%}
.product-gallery-slider #productGalleryCarousel .product-gallery-image{width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center}
.home-showcase-section .home-product-full-name,.blog-products .home-product-full-name{display:block;min-height:2.56em;overflow:visible;-webkit-line-clamp:unset}.home-product-variants{display:flex;align-items:center;gap:.38rem;min-height:27px;margin:.35rem 0 .65rem;overflow:hidden}.home-product-variant{display:inline-flex;align-items:center;gap:.25rem;min-width:0;padding:.27rem .45rem;border:1px solid #e0e5ec;border-radius:999px;background:#f7f9fc;color:#293446;font-size:.66rem;line-height:1;white-space:nowrap}.home-product-variant small{color:#8a94a3;font-size:.58rem}.home-product-variant strong{overflow:hidden;font-size:.66rem;text-overflow:ellipsis}.home-product-color{max-width:calc(100% - 48px)}.home-product-color i{flex:0 0 auto;width:10px;height:10px;border:1px solid rgba(17,24,39,.18);border-radius:50%;background:var(--product-color,#ccc)}
.home-block-series .home-section-head,.home-block-new_products .home-section-head,.home-block-recent .home-section-head{margin-bottom:.65rem}.home-block-series .home-section-title-link,.home-block-new_products .home-section-title-link,.home-block-recent .home-section-title-link{gap:.38rem;font-size:1rem;font-weight:850;letter-spacing:-.015em}.home-block-series .home-section-title-link::before,.home-block-new_products .home-section-title-link::before,.home-block-recent .home-section-title-link::before{content:'';width:3px;height:16px;border-radius:999px;background:#1f4ed8}.home-block-series .home-section-title-link::after,.home-block-new_products .home-section-title-link::after,.home-block-recent .home-section-title-link::after{font-size:1.05rem;color:#7b8798}
.product-detail-title{margin:0;color:#111827;font-size:1.55rem;font-weight:850;line-height:1.18;letter-spacing:-.025em}.product-detail-title-main{display:block}@media(max-width:767px){.product-detail-title{font-size:1.3rem}}
/* Pickup order confirmation */
.pickup-success {
  max-width: 720px;
  margin-block: 28px 48px;
  padding: clamp(28px, 5vw, 52px);
  text-align: center;
}
.pickup-success__check {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  background: #111827;
  font-size: 31px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .18);
}
.pickup-success__eyebrow {
  margin-bottom: 8px;
  color: #68758a;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pickup-success__title { margin: 0 0 12px; font-size: clamp(28px, 4vw, 40px); }
.pickup-success__lead { max-width: 570px; margin: 0 auto 28px; color: #465166; font-size: 17px; line-height: 1.65; }
.pickup-success__details {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 570px;
  margin: 0 auto 14px;
  padding: 18px 20px;
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  background: #f8fafc;
  text-align: left;
}
.pickup-success__detail-icon { flex: 0 0 42px; width: 42px; height: 42px; padding: 9px; border-radius: 13px; color: #1f4ed8; background: #e9efff; }
.pickup-success__detail-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.8; }
.pickup-success__label { margin-bottom: 3px; color: #68758a; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.pickup-success__address { color: #111827; font-weight: 700; line-height: 1.45; }
.pickup-success__notice { max-width: 570px; margin: 0 auto 26px; padding: 13px 16px; border-radius: 14px; color: #4b5563; background: #fff8e8; font-size: 14px; line-height: 1.5; }
.pickup-success__actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.pickup-success__actions .btn { min-width: 180px; padding: 11px 22px; }
.delivery-option-unavailable { color: #c62828; }
.mobile-custom-select-menu button.is-unavailable { color: #c62828; background: #fff5f5; cursor: not-allowed; opacity: 1; }
.mobile-custom-select-menu button.is-unavailable::after { content: 'Недоступно'; display: block; margin-top: 2px; color: #d92d20; font-size: 10px; font-weight: 700; }
@media (max-width: 575.98px) {
  .pickup-success { margin-block: 14px 28px; padding: 26px 18px; }
  .pickup-success__lead { font-size: 15px; }
  .pickup-success__details { padding: 15px; }
  .pickup-success__actions { display: grid; }
  .pickup-success__actions .btn { width: 100%; }
}

/* Mobile usability pass: larger touch targets and calmer dense commerce screens. */
@media (max-width:767px) {
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    top:50%;
    bottom:auto;
    z-index:4;
    transform:translateY(-50%);
  }
  #heroCarousel .carousel-control-prev {
    left:12px;
    right:auto;
  }
  #heroCarousel .carousel-control-next {
    left:auto;
    right:12px;
  }
  .mobile-header-icon {
    width:44px;
    min-width:44px;
    height:44px;
  }
  .mobile-header-icon svg {
    width:22px;
    height:22px;
  }
  .carousel-control-prev,
  .carousel-control-next,
  .home-slider-arrow,
  .product-thumbs-arrow {
    min-width:44px;
    width:44px;
    min-height:44px;
    height:44px;
  }
  .gallery-arrow {
    width:44px;
    height:44px;
    margin-inline:12px;
  }
  .product-color-option {
    min-width:44px;
    width:44px;
    min-height:44px;
    height:44px;
  }
  .product-color-option.disabled {
    filter:none;
    opacity:1;
  }
  .product-color-option.disabled .product-color-swatch {
    filter:none;
    opacity:.42;
  }
  .catalog-category-chips a {
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding-block:.6rem;
  }
  .catalog-filter-toggle,
  .mobile-custom-select-trigger {
    min-height:44px;
  }
  .catalog-filter-sidebar .filter-card {
    padding-bottom:max(.85rem,env(safe-area-inset-bottom));
  }
  .catalog-filter-actions {
    position:sticky;
    bottom:0;
    z-index:2;
    margin:0 -.25rem -.25rem;
    padding:.65rem .25rem .25rem;
    background:linear-gradient(180deg,rgba(255,255,255,0),#fff 18%);
  }
  .catalog-filter-actions .btn {
    min-height:44px;
  }
  .catalog-products-grid,
  .series-products-grid,
  .collection-products-grid,
  .home-showcase-grid.track-products,
  .blog-product-grid {
    gap:.7rem;
  }
  .catalog-products-grid .product-body,
  .series-products-grid .product-body,
  .collection-products-grid .product-body,
  .home-showcase-grid.track-products .product-body,
  .blog-product-grid .product-body {
    display:flex;
    flex-direction:column;
    padding:.72rem;
  }
  .catalog-products-grid .product-body>a.fw-semibold,
  .series-products-grid .product-body>a.fw-semibold,
  .collection-products-grid .product-body>a.fw-semibold,
  .home-showcase-grid.track-products .product-body>a.fw-semibold,
  .blog-product-grid .product-body>a.fw-semibold {
    min-height:3.75em;
    font-size:.78rem;
    line-height:1.25;
    -webkit-line-clamp:3;
  }
  .catalog-products-grid .home-product-variants,
  .series-products-grid .home-product-variants,
  .collection-products-grid .home-product-variants,
  .home-showcase-grid.track-products .home-product-variants,
  .blog-product-grid .home-product-variants {
    min-height:24px;
    margin:.3rem 0 .5rem;
    gap:.25rem;
  }
  .catalog-products-grid .home-product-variant,
  .series-products-grid .home-product-variant,
  .collection-products-grid .home-product-variant,
  .home-showcase-grid.track-products .home-product-variant,
  .blog-product-grid .home-product-variant {
    padding:.25rem .35rem;
    font-size:.7rem;
  }
  .catalog-products-grid .home-product-variant small,
  .series-products-grid .home-product-variant small,
  .collection-products-grid .home-product-variant small,
  .home-showcase-grid.track-products .home-product-variant small,
  .blog-product-grid .home-product-variant small {
    display:none;
  }
  .catalog-products-grid .price-wrap,
  .series-products-grid .price-wrap,
  .collection-products-grid .price-wrap,
  .home-showcase-grid.track-products .price-wrap,
  .blog-product-grid .price-wrap {
    min-height:38px;
    margin-top:auto;
    margin-bottom:.55rem!important;
  }
  .catalog-products-grid .price-current,
  .series-products-grid .price-current,
  .collection-products-grid .price-current,
  .home-showcase-grid.track-products .price-current,
  .blog-product-grid .price-current {
    font-size:.9rem;
  }
  .catalog-products-grid .price-old,
  .series-products-grid .price-old,
  .collection-products-grid .price-old,
  .home-showcase-grid.track-products .price-old,
  .blog-product-grid .price-old {
    font-size:.72rem;
  }
  .card-actions-row .btn,
  .card-actions-row .icon-btn {
    min-height:44px;
  }
  .card-actions-row .icon-btn {
    width:44px;
    min-width:44px;
  }
  .product-body .card-actions-row .btn {
    font-size:.72rem;
  }
  .blog-read-link {
    display:inline-flex;
    align-items:center;
    min-height:44px;
    font-size:.8rem;
  }
  .blog-breadcrumbs a {
    display:inline-flex;
    align-items:center;
    min-height:36px;
  }
  .cookie-consent-panel {
    position:relative;
    padding:.72rem .78rem;
  }
  .cookie-consent-title {
    padding-right:76px;
  }
  .cookie-consent-actions {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .cookie-consent-actions .btn {
    min-height:42px;
    font-size:.72rem;
  }
  .cookie-consent-actions [data-cookie-settings] {
    position:absolute;
    top:.52rem;
    right:.65rem;
    min-height:30px;
    padding:.2rem;
    background:transparent;
    color:#4b5563;
  }
  .site-chat {
    right:max(10px,env(safe-area-inset-right));
    bottom:max(10px,env(safe-area-inset-bottom));
  }
  .site-chat-toggle {
    width:44px;
    height:44px;
    opacity:.94;
  }
  main,
  .footer {
    padding-bottom:max(64px,calc(env(safe-area-inset-bottom) + 54px));
  }
  .cart-page .commerce-aside {
    order:2;
  }
  .cart-page .commerce-main {
    order:1;
  }
  .cart-line .quantity-control {
    height:44px;
  }
  .cart-line-remove button {
    width:44px;
    height:44px;
  }
}

@media (max-width:389px) {
  .mobile-header-icon {
    width:40px;
    min-width:40px;
  }
  .mobile-header-icons {
    gap:0!important;
  }
}
@media(max-width:767px){#yandexDeliveryRfModal{padding:0!important;overflow-x:hidden}#yandexDeliveryRfModal .modal-dialog{width:100%!important;max-width:100%!important;height:100dvh;min-height:100vh;margin:0!important}#yandexDeliveryRfModal .modal-content{width:100%;max-width:100vw;height:100dvh;min-height:100vh;border-radius:0;overflow:hidden}#yandexDeliveryRfModal .modal-header{flex:0 0 auto;padding-left:max(.8rem,env(safe-area-inset-left));padding-right:max(.8rem,env(safe-area-inset-right))}#yandexDeliveryRfModal .modal-body{width:100%;min-width:0;padding:.75rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}#yandexDeliveryRfModal .modal-body>.row{width:100%;margin-left:0;margin-right:0}#yandexDeliveryRfModal .modal-body>.row>[class*=col-]{min-width:0;padding-left:0;padding-right:0}#yandex-delivery-rf-map{display:block;width:100%!important;max-width:100%!important;min-width:0!important;height:52dvh!important;min-height:320px!important;overflow:hidden}#yandexDeliveryRfModal [class*=ymaps-]{max-width:none}}
@media(max-width:767px){#cdekWidgetModal,#yandexDeliveryModal,#yandexDeliveryRfModal{inset:0!important;overflow:hidden!important;z-index:2500!important}#cdekWidgetModal .modal-dialog,#yandexDeliveryModal .modal-dialog,#yandexDeliveryRfModal .modal-dialog{top:0!important;transform:none!important}#cdekWidgetModal .modal-header,#yandexDeliveryModal .modal-header,#yandexDeliveryRfModal .modal-header{padding-top:max(.65rem,env(safe-area-inset-top));background:#fff}#cdekWidgetModal .modal-body,#yandexDeliveryModal .modal-body,#yandexDeliveryRfModal .modal-body{padding-bottom:max(.8rem,env(safe-area-inset-bottom))}.home-brand-controls{left:-4px;right:-4px;top:62%}.home-brand-controls button{width:36px;height:36px;background:rgba(255,255,255,.97)}}
