@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@500;600;700;800&display=swap');

:root {
  --tech-blue-700:#0a4f82;--tech-blue-600:#0c65a6;--tech-blue-500:#139aee;--tech-blue-400:#3fb0f4;
  --tech-blue-100:#e3f2fd;--tech-blue-50:#f0f8ff;--tech-ink-900:#14181d;--tech-ink-700:#374151;
  --tech-ink-600:#4b5563;--tech-ink-500:#6b7280;--tech-line:#e6eaf0;--tech-surface:#f4f6f9;
  --tech-display:'Montserrat',system-ui,sans-serif;--tech-body:'Lato',system-ui,sans-serif;
  --tech-shadow-sm:0 2px 8px rgba(15,35,55,.08);--tech-shadow-md:0 12px 30px rgba(15,45,70,.12);
  --tech-shadow-lg:0 24px 60px rgba(6,40,66,.18);--tech-radius:12px;--tech-radius-lg:20px;
}

html{scroll-behavior:smooth}body{font-family:var(--tech-body);color:var(--tech-ink-600);background:#fff}h1,h2,h3,h4,h5,h6,.btn{font-family:var(--tech-display)}a{color:var(--tech-blue-600)}a:hover{color:var(--tech-blue-500)}
.tech-container{width:min(1200px,calc(100% - 48px));margin-inline:auto}

/* Header inherited from Hummingbird */
#header{position:sticky;top:0;z-index:1030;background:#fff;box-shadow:0 1px 0 var(--tech-line);transition:box-shadow .2s ease}#header.is-scrolled{box-shadow:var(--tech-shadow-md)}
.header-top{background:var(--tech-ink-900)!important;color:rgba(255,255,255,.78);font-size:12px}.header-top a{color:#fff}.header-bottom{padding-block:10px;background:#fff}.header-bottom__logo img{max-height:42px;width:auto}.header-bottom .header-block__action-btn{border-radius:10px;color:var(--tech-ink-700)}.header-bottom .header-block__action-btn:hover{background:var(--tech-blue-50);color:var(--tech-blue-600)}.header-bottom .header-block__badge{background:var(--tech-blue-500)}
.header-nav-full-width{border-top:1px solid var(--tech-line);background:#fff}.top-menu a[data-depth='0']{font-family:var(--tech-display);font-size:13px;font-weight:600;color:var(--tech-ink-900);letter-spacing:.01em}.top-menu a:hover{color:var(--tech-blue-500)}
.search-widget form input[type=text]{border:1px solid var(--tech-line);border-radius:999px;background:var(--tech-surface);min-height:44px}.search-widget form button[type=submit]{color:var(--tech-blue-600)}

/* Home hero */
.tech-home{max-width:none!important;padding:0!important}.tech-hero{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:linear-gradient(112deg,#072f4c 0%,#0a5e99 48%,#139aee 135%)}
.tech-hero::before{content:'';position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 76% 45%,rgba(120,211,255,.22),transparent 30%),linear-gradient(135deg,transparent 55%,rgba(255,255,255,.06) 55% 56%,transparent 56%)}
.tech-hero__orb{position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.tech-hero__orb--one{width:500px;height:500px;right:-190px;top:-190px;background:rgba(255,255,255,.07)}.tech-hero__orb--two{width:260px;height:260px;right:25%;bottom:-170px;background:rgba(61,190,255,.13)}
.tech-hero__content{min-height:600px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:56px;padding-block:70px}.tech-eyebrow{display:inline-flex;align-items:center;gap:8px;font:700 11px/1 var(--tech-display);text-transform:uppercase;letter-spacing:.13em;color:#bfe8ff;margin-bottom:20px}.tech-eyebrow::before{content:'';width:28px;height:2px;background:currentColor}.tech-eyebrow--blue{color:var(--tech-blue-600)}
.tech-hero h1{font-size:clamp(40px,5.2vw,66px);line-height:1.04;letter-spacing:-.045em;color:#fff;margin:0}.tech-hero h1 span{color:#86d4ff}.tech-hero__copy>p{max-width:610px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.82);margin:24px 0 0}.tech-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.tech-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 25px;border:0;border-radius:9px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.tech-btn:hover{transform:translateY(-2px)}.tech-btn--light{color:var(--tech-blue-700)!important;background:#fff;box-shadow:var(--tech-shadow-md)}.tech-btn--light:hover{background:var(--tech-blue-50)}.tech-btn--glass{color:#fff!important;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.42)}.tech-btn--glass:hover{background:rgba(255,255,255,.17)}
.tech-hero__visual{position:relative;height:440px;display:grid;place-items:center}.tech-device{position:relative;width:280px;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#202a34,#05090c);box-shadow:0 40px 90px rgba(0,20,34,.48),inset 0 0 0 9px #111b23;display:grid;place-items:center;transform:perspective(900px) rotateY(-8deg) rotateX(3deg)}.tech-device::after{content:'';position:absolute;inset:12px;border-radius:50%;border:1px solid rgba(255,255,255,.12)}.tech-device__screen{text-align:center;color:#fff}.tech-device__screen>span{display:block;font:600 62px/1 var(--tech-display);letter-spacing:-.06em}.tech-device__screen small{display:block;margin-top:5px;color:#a7bac8}.tech-device__status{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:27px;font-size:12px;color:#9fe3bc}.tech-device__status i{width:8px;height:8px;border-radius:50%;background:#48c984;box-shadow:0 0 12px #48c984}
.tech-float-card{position:absolute;display:flex;align-items:center;gap:11px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(6,39,62,.68);box-shadow:var(--tech-shadow-lg);backdrop-filter:blur(12px);font-size:12px;color:rgba(255,255,255,.78)}.tech-float-card i{font-size:25px;color:#76dba3}.tech-float-card strong{display:block;font-family:var(--tech-display);font-size:14px;color:#fff}.tech-float-card--energy{left:0;bottom:63px}.tech-float-card--mobile{right:-10px;top:74px}.tech-float-card--mobile i{color:#83d7ff}
.tech-trust{background:rgba(3,27,44,.46);border-top:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px)}.tech-trust__grid{min-height:68px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:20px}.tech-trust__grid span{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;color:rgba(255,255,255,.9)}.tech-trust__grid i{font-size:20px;color:#7dd8ff}

/* Editorial sections */
.tech-stats{border-bottom:1px solid var(--tech-line);background:#fff}.tech-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:30px}.tech-stats__grid>div{text-align:center;border-right:1px solid var(--tech-line)}.tech-stats__grid>div:last-child{border:0}.tech-stats strong{display:block;font:700 25px/1.1 var(--tech-display);color:var(--tech-blue-600)}.tech-stats span{display:block;margin-top:6px;font-size:12px;color:var(--tech-ink-500)}
.tech-intro{text-align:center;padding-block:90px}.tech-intro h2,.tech-sinum h2{font-size:clamp(28px,3vw,40px);line-height:1.12;letter-spacing:-.03em;color:var(--tech-ink-900);margin:0}.tech-intro>p{max-width:650px;margin:16px auto 0;font-size:17px;line-height:1.65}.tech-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;text-align:left}.tech-benefits article{padding:30px;border:1px solid var(--tech-line);border-radius:var(--tech-radius-lg);background:#fff;box-shadow:var(--tech-shadow-sm);transition:transform .2s,box-shadow .2s}.tech-benefits article:hover{transform:translateY(-4px);box-shadow:var(--tech-shadow-md)}.tech-benefits i{display:grid;place-items:center;width:52px;height:52px;border-radius:12px;background:var(--tech-blue-50);color:var(--tech-blue-500);font-size:27px}.tech-benefits h3{font-size:17px;color:var(--tech-ink-900);margin:20px 0 8px}.tech-benefits p{font-size:14px;line-height:1.6;margin:0}
.tech-products-section{padding:88px 0;background:var(--tech-surface)}.tech-products-section .featured-products,.tech-products-section .product-accessories{margin-bottom:65px}.tech-products-section .products-section-title{font-size:clamp(25px,2.5vw,34px);color:var(--tech-ink-900);letter-spacing:-.025em;text-align:left}.tech-products-section .all-product-link{font-family:var(--tech-display);font-weight:700;color:var(--tech-blue-600)}
.product-miniature__inner{border:1px solid var(--tech-line)!important;border-radius:var(--tech-radius)!important;overflow:hidden;background:#fff;box-shadow:var(--tech-shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s}.product-miniature__inner:hover{transform:translateY(-4px);box-shadow:var(--tech-shadow-md);border-color:transparent!important}.product-miniature__top{background:#fff}.product-miniature__title{font-family:var(--tech-display);font-size:14px!important;font-weight:600;color:var(--tech-ink-900)!important}.product-miniature__price{font-family:var(--tech-display);font-size:19px!important;font-weight:700;color:var(--tech-ink-900)!important}.product-miniature__add.btn-primary{background:var(--tech-blue-500);border-color:var(--tech-blue-500);border-radius:9px}.product-miniature__add.btn-primary:hover{background:var(--tech-blue-700);border-color:var(--tech-blue-700)}
.tech-sinum{position:relative;overflow:hidden;background:linear-gradient(125deg,#0a4f82,#073654);color:#fff}.tech-sinum::after{content:'';position:absolute;width:600px;height:600px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-180px;top:-180px}.tech-sinum__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px;min-height:600px;padding-block:70px}.tech-sinum__art{display:grid;place-items:center}.tech-sinum__phone{width:240px;height:440px;padding:38px 24px;border:8px solid #151a20;border-radius:36px;background:linear-gradient(180deg,#132332,#0b1722);box-shadow:0 35px 70px rgba(0,0,0,.36);text-align:center;color:#fff;transform:rotate(-5deg)}.tech-sinum__phone>span{font:800 24px var(--tech-display);color:#52b9f8}.tech-sinum__phone>i{display:grid;place-items:center;width:100px;height:100px;margin:65px auto 26px;border-radius:50%;background:rgba(19,154,238,.15);color:#58c1ff;font-size:48px}.tech-sinum__phone small{font-size:13px;line-height:1.5;color:#b5c6d4}.tech-sinum__copy h2{color:#fff}.tech-sinum__copy>p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.78);margin:20px 0}.tech-sinum ul{list-style:none;padding:0;margin:25px 0 31px;display:grid;gap:11px}.tech-sinum li{display:flex;align-items:center;gap:9px;font-weight:700}.tech-sinum li i{font-size:19px;color:#75d3ff}

/* Catalogue, forms and checkout */
#wrapper{background:#fff}.breadcrumb{font-size:12px}.page-header h1,.h1{font-family:var(--tech-display);color:var(--tech-ink-900);letter-spacing:-.025em}.btn-primary{background:var(--tech-blue-500);border-color:var(--tech-blue-500);font-weight:700}.btn-primary:hover,.btn-primary:focus{background:var(--tech-blue-700);border-color:var(--tech-blue-700)}.form-control:focus{border-color:var(--tech-blue-400);box-shadow:0 0 0 .2rem rgba(19,154,238,.15)}

/* Footer */
.tech-footer__before{padding:45px 0;background:var(--tech-blue-50)}.tech-footer{padding-top:54px;background:#10171e;color:#9eabb7}.tech-footer a{color:#c4ced6}.tech-footer a:hover{color:#fff}.tech-footer__brand{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.1)}.tech-footer__brand>div>strong{font:800 23px var(--tech-display);color:#fff}.tech-footer__brand>div>strong span{font-weight:500;color:#69c4fa}.tech-footer__brand p{margin:7px 0 0;font-size:13px}.tech-footer__contact{display:flex;align-items:center;gap:12px}.tech-footer__contact>i{font-size:30px;color:#69c4fa}.tech-footer__contact span{display:grid;font-size:11px}.tech-footer__contact strong{font:600 13px var(--tech-display);color:#fff}.tech-footer__links{padding-block:42px}.tech-footer__links .h3,.tech-footer__links .h4,.tech-footer__links .block-contact-title{font-family:var(--tech-display);font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:.05em}.tech-footer__links li{margin-bottom:8px;font-size:13px}.tech-footer__after{border-top:1px solid rgba(255,255,255,.1);padding:25px 0}.tech-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:#73808c}

@media(max-width:991.98px){.tech-hero__content{grid-template-columns:1fr;min-height:auto;padding:72px 0 60px}.tech-hero__copy{text-align:center}.tech-hero__copy>p{margin-inline:auto}.tech-hero__actions{justify-content:center}.tech-hero__visual{height:330px}.tech-device{width:230px}.tech-device__screen>span{font-size:50px}.tech-float-card--energy{left:10%}.tech-float-card--mobile{right:10%;top:35px}.tech-trust__grid{grid-template-columns:repeat(2,1fr);padding-block:20px}.tech-stats__grid{grid-template-columns:repeat(2,1fr);gap:24px}.tech-stats__grid>div:nth-child(2){border-right:0}.tech-benefits{grid-template-columns:1fr}.tech-sinum__grid{grid-template-columns:.8fr 1.2fr;gap:45px}.tech-sinum__phone{width:200px;height:370px}.tech-footer__links{text-align:left}}
@media(max-width:767.98px){.tech-container{width:min(100% - 32px,1200px)}.header-top{display:none!important}.tech-hero__content{padding-top:55px}.tech-hero h1{font-size:38px}.tech-hero__copy>p{font-size:16px}.tech-hero__visual{height:300px}.tech-device{width:205px}.tech-float-card{padding:10px;font-size:10px}.tech-float-card--energy{left:0}.tech-float-card--mobile{right:0}.tech-trust__grid{grid-template-columns:1fr 1fr;gap:14px}.tech-trust__grid span{font-size:11px}.tech-stats__grid{padding-block:25px}.tech-stats strong{font-size:21px}.tech-stats span{font-size:10px}.tech-intro,.tech-products-section{padding-block:65px}.tech-benefits article{padding:24px}.tech-sinum__grid{grid-template-columns:1fr;text-align:center;min-height:auto}.tech-sinum__art{display:none}.tech-sinum ul{justify-content:center}.tech-sinum li{justify-content:center}.tech-footer__brand,.tech-footer__bottom{align-items:flex-start;flex-direction:column}.tech-footer__contact{margin-top:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* ================================================================
  Stage 2: catalogue, product, cart, checkout and customer account
  ================================================================ */

/* Catalogue and search results */
body#category #wrapper,body#search #wrapper,body#prices-drop #wrapper,body#new-products #wrapper,body#best-sales #wrapper{background:var(--tech-surface)}
body#category #content-wrapper,body#search #content-wrapper{padding-bottom:72px}
#js-product-list-header .page-title-section{padding:34px 0 24px}
#js-product-list-header h1{font-size:clamp(28px,3vw,42px);letter-spacing:-.035em;color:var(--tech-ink-900)}
#products .products__selection{min-height:64px;margin-bottom:22px;padding:10px 14px 10px 20px;border:1px solid var(--tech-line);border-radius:12px;background:#fff;box-shadow:var(--tech-shadow-sm)}
#products .products__count{font-size:13px;color:var(--tech-ink-500)}
#products .products__sort .dropdown-toggle,#products .products__filter-button{min-height:42px;border-color:var(--tech-line);border-radius:9px;background:#fff;color:var(--tech-ink-700);font-family:var(--tech-display);font-size:12px;font-weight:700}
#products .products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
#products .products>.product-miniature{width:auto;max-width:none;margin:0}
#left-column #search_filters,#left-column .js-search-filters,#search-filters{padding:22px;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}
#search-filters>.h6{margin-bottom:20px;font:700 13px var(--tech-display);letter-spacing:.08em;color:var(--tech-ink-900)}
#search-filters .facet{padding:18px 0;border-top:1px solid var(--tech-line)}
#search-filters .facet:first-of-type{border-top:0}
#search-filters .facet-title{margin-bottom:14px;font:700 13px var(--tech-display);color:var(--tech-ink-900);text-transform:none!important}
#search-filters .facet ul{padding-left:0}
#search-filters .facet-label{display:flex;align-items:center;gap:8px;margin:0 0 9px;font-size:13px}
#search-filters .search-link{color:var(--tech-ink-600)}
#search-filters .search-link:hover,#search-filters .facet-label.active .search-link{color:var(--tech-blue-600)}
#search-filters .custom-checkbox input+span,#search-filters .custom-radio input+span{border-color:var(--tech-line);border-radius:5px}
#search-filters .custom-checkbox input:checked+span{background:var(--tech-blue-500);border-color:var(--tech-blue-500)}
.active_filters{margin-bottom:18px;padding:13px 16px;border:1px solid var(--tech-blue-100);border-radius:10px;background:var(--tech-blue-50)}
.products__pagination{margin-top:38px}.pagination .page-link{border-radius:8px!important;color:var(--tech-ink-700)}.pagination .active .page-link{background:var(--tech-blue-500);border-color:var(--tech-blue-500);color:#fff}

/* Product detail */
body#product #wrapper{background:#fff}
body#product .breadcrumb{padding-top:20px}
.product__container{gap:clamp(34px,5vw,76px);padding:28px 0 70px}
.product__left,.product__right{min-width:0}
.product__images{padding:22px;border:1px solid var(--tech-line);border-radius:18px;background:linear-gradient(145deg,#fff,var(--tech-surface));box-shadow:var(--tech-shadow-sm)}
.product__carousel .carousel-item{border-radius:12px;overflow:hidden}
.product__thumbnail{border:1px solid var(--tech-line)!important;border-radius:9px!important;background:#fff}.product__thumbnail.active{border-color:var(--tech-blue-500)!important;box-shadow:0 0 0 2px rgba(19,154,238,.12)}
.product__right{padding-top:8px}
.product__name{margin-bottom:12px;font-size:clamp(28px,3.3vw,44px)!important;line-height:1.12;letter-spacing:-.04em;color:var(--tech-ink-900)}
.product__manufacturer a{font:700 11px var(--tech-display);letter-spacing:.09em;text-transform:uppercase;color:var(--tech-blue-600)}
.product__prices{margin:25px 0 20px}.product__price{font:700 clamp(28px,3vw,38px) var(--tech-display);letter-spacing:-.035em;color:var(--tech-ink-900)}
.product__description-short{font-size:15px;line-height:1.7;color:var(--tech-ink-600)}
.product__variants{margin-top:24px;padding-top:22px;border-top:1px solid var(--tech-line)}
.product-variant__legend{font:700 12px var(--tech-display);letter-spacing:.04em;color:var(--tech-ink-900)}
.product__add-to-cart-container{margin-top:20px;padding:20px;border:1px solid var(--tech-line);border-radius:14px;background:var(--tech-surface)}
.product__availability{font-size:13px}.product__availability-icon{color:#2e9e5b}
.product__actions-qty-add{gap:10px}.product__add-to-cart-button{min-height:50px;border-radius:9px;font-size:14px;font-weight:700;box-shadow:0 8px 20px rgba(19,154,238,.22)}
.product__additional-info{margin-top:18px;padding-top:18px;border-top:1px solid var(--tech-line)}
.product__bottom{gap:36px;padding:55px 0 75px;border-top:1px solid var(--tech-line)}
.product__accordion{overflow:hidden;border:1px solid var(--tech-line);border-radius:14px;background:#fff}
.product__accordion .accordion-item{border-color:var(--tech-line)}.product__accordion .accordion-button{padding:20px 22px;font:700 14px var(--tech-display);color:var(--tech-ink-900);background:#fff}.product__accordion .accordion-button:not(.collapsed){color:var(--tech-blue-700);background:var(--tech-blue-50);box-shadow:none}.product__accordion .accordion-button:focus{box-shadow:inset 0 0 0 2px rgba(19,154,238,.18)}.product__accordion .accordion-body{padding:24px;line-height:1.75}
.details__item{padding:12px 0;border-bottom:1px solid var(--tech-line)}.details__item:last-child{border-bottom:0}.details__title{font-weight:700;color:var(--tech-ink-700)}
.product__bottom-right>div,.product__bottom-right .blockreassurance_product{padding:22px;border:1px solid var(--tech-blue-100);border-radius:14px;background:var(--tech-blue-50)}
.product-accessories,.product-comments{padding:65px 0}.product-accessories .products-section-title{font-size:30px;text-align:left;color:var(--tech-ink-900)}

/* Cart */
body#cart #wrapper{background:var(--tech-surface)}
body#cart .cart-grid{padding:42px 0 76px}
.cart-grid__content .page-title-section{margin-bottom:24px}.cart-grid__content .page-title-section h1{font-size:clamp(28px,3vw,40px);color:var(--tech-ink-900)}
.cart__overview{overflow:hidden;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}
.cart__item{padding:22px;border-bottom:1px solid var(--tech-line)}.cart__item:last-child{border-bottom:0}
.product-line__image{overflow:hidden;border-radius:10px;background:var(--tech-surface)}.product-line__img{mix-blend-mode:multiply}
.product-line__title{font-family:var(--tech-display);font-weight:700;color:var(--tech-ink-900)}.product-line__item--info{font-size:12px;color:var(--tech-ink-500)}.product-line__item-price,.product-line__price{font-family:var(--tech-display);font-weight:700;color:var(--tech-ink-900)}
.cart__continue-shopping{margin-top:18px;border-radius:9px}
.cart-grid__aside-wrapper{position:sticky;top:118px;padding:26px!important;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-md)}
.cart-grid__aside-wrapper>h2{font-size:19px;color:var(--tech-ink-900)}.cart-summary__line{padding:10px 0}.cart-summary__total{padding-top:18px;border-top:1px solid var(--tech-line)}.cart-summary__total .cart-summary__value{font:700 22px var(--tech-display);color:var(--tech-ink-900)}
.cart-summary__actions .btn{min-height:52px;border-radius:9px;font-size:14px;box-shadow:0 8px 20px rgba(19,154,238,.2)}

/* Checkout: preserve native four-step flow and style it */
body#checkout #wrapper{background:var(--tech-surface)}
.checkout-steps{padding:26px 0;background:#fff;border-bottom:1px solid var(--tech-line)}
.checkout-steps__list{position:relative;max-width:900px;margin:0 auto;display:grid!important;grid-template-columns:repeat(4,1fr)}
.checkout-steps__list::before{content:'';position:absolute;left:12.5%;right:12.5%;top:17px;height:2px;background:var(--tech-line)}
.checkout-steps__step{position:relative;z-index:1;display:flex!important;flex-direction:column;align-items:center;text-align:center;background:transparent!important}
.checkout-steps__number{display:grid!important;place-items:center;width:36px!important;height:36px!important;margin:0 auto 8px!important;border:2px solid var(--tech-line)!important;border-radius:50%!important;background:#fff!important;font:700 13px var(--tech-display)!important;color:var(--tech-ink-500)!important}
.checkout-steps__step.-current .checkout-steps__number,.checkout-steps__step.current .checkout-steps__number,.checkout-steps__step.-reachable.-complete .checkout-steps__number{border-color:var(--tech-blue-500)!important;background:var(--tech-blue-500)!important;color:#fff!important}
.checkout-steps__btn{padding:0!important;font:600 11px var(--tech-display)!important;color:var(--tech-ink-600)!important;text-decoration:none!important}
.checkout-grid{padding:42px 0 78px}.checkout-grid__content .checkout-step{margin-bottom:16px;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}.checkout-grid__content .checkout-step__title{font-family:var(--tech-display);color:var(--tech-ink-900)}
.checkout-grid__content .step-edit{color:var(--tech-blue-600)}.checkout-grid__content .content{padding:4px 24px 24px}
.checkout-grid__aside-wrapper{position:sticky;top:118px;overflow:hidden;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-md)}
.checkout__summary-accordion .accordion-button{font:700 16px var(--tech-display);color:var(--tech-ink-900)}
.delivery-option,.payment-option{margin-bottom:10px;padding:16px;border:1px solid var(--tech-line);border-radius:10px;background:#fff;transition:border-color .2s,box-shadow .2s}.delivery-option:hover,.payment-option:hover{border-color:var(--tech-blue-300);box-shadow:var(--tech-shadow-sm)}

/* Customer pages */
body#my-account #wrapper,body#identity #wrapper,body#addresses #wrapper,body#history #wrapper,body#order-slip #wrapper,body#discount #wrapper{background:var(--tech-surface)}
.page-content--customer{min-height:360px;padding:26px!important;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}
.account-menu--sidebar{overflow:hidden;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}.account-menu--sidebar .account-menu__title{margin:0;padding:22px;background:linear-gradient(135deg,var(--tech-blue-700),var(--tech-blue-500));font-size:18px;color:#fff}.account-menu--sidebar .account-menu__nav{padding:10px}.account-menu--sidebar .account-menu__link{display:flex;align-items:center;gap:10px;margin:3px 0;padding:11px 12px;border-radius:8px;font:600 12px var(--tech-display);color:var(--tech-ink-700)}.account-menu--sidebar .account-menu__link:hover,.account-menu--sidebar .account-menu__link--active{background:var(--tech-blue-50);color:var(--tech-blue-700)}.account-menu--sidebar .account-menu__icon{font-size:19px;color:var(--tech-blue-500)}.account-menu--sidebar .account-menu__link--signout{margin-top:10px;border-top:1px solid var(--tech-line);border-radius:0;color:#c43d3d}
.account-menu--main{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.account-menu--main .account-menu__link{min-height:125px;padding:22px!important;border:1px solid var(--tech-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:var(--tech-shadow-sm);font:700 13px var(--tech-display)!important;color:var(--tech-ink-900)!important;transition:transform .2s,box-shadow .2s}.account-menu--main .account-menu__link:hover{transform:translateY(-3px);box-shadow:var(--tech-shadow-md)}.account-menu--main .account-menu__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--tech-blue-50);color:var(--tech-blue-500)}
.page-content--customer table{overflow:hidden;border:1px solid var(--tech-line);border-radius:10px}.page-content--customer thead{background:var(--tech-surface)}.page-content--customer th{font:700 11px var(--tech-display);text-transform:uppercase;letter-spacing:.05em;color:var(--tech-ink-700)}

@media(max-width:1199.98px){#products .products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){.cart-grid__aside-wrapper,.checkout-grid__aside-wrapper{position:static;margin-top:28px}.product__container{gap:30px}.account-menu--main{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){#products .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#products .products__selection{padding:10px}.product__container{padding-top:12px}.product__images{padding:10px}.product__name{font-size:27px!important}.product__add-to-cart-container{padding:15px}.product__bottom{padding:38px 0}.checkout-steps__desktop{display:none!important}.checkout-grid{padding-top:24px}.cart__item{padding:14px}.account-menu--main{grid-template-columns:1fr}.page-content--customer{padding:18px!important}}
@media(max-width:420px){#products .products{grid-template-columns:1fr}}

/* Checkout composition aligned with the TECH storefront prototype */
body#checkout #wrapper{min-height:70vh;background:var(--tech-surface)}
body#checkout .tech-checkout-intro{display:flex;align-items:center;justify-content:space-between;padding-top:26px;padding-bottom:16px}
body#checkout .tech-checkout-back,body#checkout .tech-checkout-secure{display:inline-flex;align-items:center;gap:7px;font:600 12px var(--tech-display);text-decoration:none}
body#checkout .tech-checkout-back{color:var(--tech-ink-500)}
body#checkout .tech-checkout-back:hover{color:var(--tech-blue-600)}
body#checkout .tech-checkout-back .material-icons{font-size:17px}
body#checkout .tech-checkout-secure{color:#23845a}
body#checkout .tech-checkout-secure .material-icons{font-size:18px}
body#checkout .checkout-steps{padding:0 0 28px;border:0;background:transparent}
body#checkout .checkout-steps__desktop{width:min(950px,calc(100% - 48px));margin-inline:auto;padding:18px 28px;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}
body#checkout .checkout-steps__list{max-width:760px}
body#checkout .checkout-steps__list::before{top:15px;height:2px}
body#checkout .checkout-steps__number{width:32px!important;height:32px!important;margin-bottom:7px!important;font-size:12px!important}
body#checkout .checkout-steps__step.-current .checkout-steps__number,body#checkout .checkout-steps__step.step--current .checkout-steps__number,body#checkout .checkout-steps__step.-reachable .checkout-steps__number{border-color:var(--tech-blue-500)!important}
body#checkout .checkout-steps__btn{font-size:12px!important;line-height:1.25}
body#checkout .checkout-grid{align-items:flex-start;max-width:1000px;margin-inline:auto;padding:0 0 72px}
body#checkout .checkout-grid__content{padding-right:14px}
body#checkout .checkout-grid__aside{padding-left:14px}
body#checkout .checkout-grid__content .step{overflow:hidden;margin:0;border:1px solid var(--tech-line);border-radius:16px;background:#fff;box-shadow:var(--tech-shadow-sm)}
body#checkout .checkout-grid__content .step__title{padding:25px 28px 0}
body#checkout .checkout-grid__content .step__title .page-title-section,body#checkout .checkout-grid__content .step__title-left{margin:0;font:700 22px/1.25 var(--tech-display);letter-spacing:-.02em;color:var(--tech-ink-900)}
body#checkout .checkout-grid__content .step__title hr{margin:18px 0 0;border-color:var(--tech-line);opacity:1}
body#checkout .checkout-grid__content .step__content{padding:22px 28px 28px}
body#checkout .checkout-grid__content .nav-underline{gap:22px;margin-bottom:24px;border-bottom:1px solid var(--tech-line)}
body#checkout .checkout-grid__content .nav-link{padding:0 2px 11px;font:700 13px var(--tech-display);color:var(--tech-ink-500)}
body#checkout .checkout-grid__content .nav-link.active{border-bottom:2px solid var(--tech-blue-500);color:var(--tech-blue-600)}
body#checkout .checkout-grid__content .form-label{margin-bottom:7px;font:600 12px var(--tech-display);color:var(--tech-ink-700)}
body#checkout .checkout-grid__content .form-control,body#checkout .checkout-grid__content .form-select{min-height:46px;border-color:#d8dee7;border-radius:9px;background:#fff;font-size:14px}
body#checkout .checkout-grid__content .form-text{font-size:11px;color:var(--tech-ink-500)}
body#checkout .checkout-grid__content .form-check-label{font-size:13px;line-height:1.45;color:var(--tech-ink-600)}
body#checkout .checkout-grid__content .form-check-input:checked{border-color:var(--tech-blue-500);background-color:var(--tech-blue-500)}
body#checkout .checkout-grid__content .buttons-wrapper{padding-top:12px}
body#checkout .checkout-grid__content .buttons-wrapper .btn-primary{min-height:49px;padding-inline:24px;border-radius:9px;box-shadow:0 8px 18px rgba(19,154,238,.2);font-size:13px}
body#checkout .checkout-grid__aside-wrapper{top:104px;border-radius:16px;box-shadow:var(--tech-shadow-sm)}
body#checkout .checkout__summary-accordion-item{border:0}
body#checkout .checkout__summary-accordion .accordion-button{padding:21px 22px;border:0;border-bottom:1px solid var(--tech-line);background:#fff;box-shadow:none;font-size:15px}
body#checkout .checkout__summary-accordion .accordion-button::after{display:none}
body#checkout .cart-summary{padding:0 22px 18px}
body#checkout .cart-summary__products{padding-top:17px}
body#checkout .cart-summary__products-number{font:600 12px var(--tech-display);color:var(--tech-ink-500)}
body#checkout .cart-summary__products-list{display:grid;gap:12px;max-height:260px;overflow:auto;padding-right:3px}
body#checkout .cart-summary__product{padding:0 0 12px;border-bottom:1px solid var(--tech-line)}
body#checkout .cart-summary__product:last-child{padding-bottom:0;border:0}
body#checkout .cart-summary-product{display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center}
body#checkout .cart-summary-product__image{width:48px;height:48px;border-radius:8px;background:var(--tech-surface)}
body#checkout .cart-summary-product__img{width:100%;height:100%;object-fit:contain;padding:4px}
body#checkout .cart-summary-product__content{min-width:0}
body#checkout .cart-summary-product__link{font:600 12px/1.3 var(--tech-display);color:var(--tech-ink-900)}
body#checkout .cart-summary-product__attributes{font-size:10px;color:var(--tech-ink-500)}
body#checkout .cart-summary-product__price,body#checkout .cart-summary-product__quantity{display:inline;font-size:11px;color:var(--tech-ink-500)}
body#checkout .cart-summary-product__total{font:700 12px var(--tech-display);color:var(--tech-ink-900)}
body#checkout .cart-summary__subtotals{padding-top:4px}
body#checkout .cart-summary__line{padding:7px 0;font-size:13px;color:var(--tech-ink-600)}
body#checkout .cart-summary__total{margin-top:8px;padding-top:15px}
body#checkout .cart-summary__total .cart-summary__label{font:700 14px var(--tech-display);color:var(--tech-ink-900)}
body#checkout .cart-summary__total .cart-summary__value{font-size:20px;color:var(--tech-blue-600)}
body#checkout .tech-checkout-trust{display:grid;gap:0;border-top:1px solid var(--tech-line);background:#fff}
body#checkout .tech-checkout-trust__item{display:flex;align-items:center;gap:11px;padding:14px 20px;border-bottom:1px solid var(--tech-line)}
body#checkout .tech-checkout-trust__item:last-child{border:0}
body#checkout .tech-checkout-trust__item>i{display:grid;place-items:center;width:32px;height:32px;flex:none;border-radius:8px;background:var(--tech-blue-50);color:var(--tech-blue-500);font-size:18px}
body#checkout .tech-checkout-trust__item span{font-size:10px;line-height:1.35;color:var(--tech-ink-500)}
body#checkout .tech-checkout-trust__item strong{display:block;font:700 11px var(--tech-display);color:var(--tech-ink-700)}
@media(max-width:991.98px){body#checkout .checkout-grid{max-width:760px}body#checkout .checkout-grid__content,body#checkout .checkout-grid__aside{padding-inline:12px}body#checkout .checkout-grid__aside-wrapper{margin-top:20px}}
@media(max-width:767.98px){body#checkout .tech-checkout-intro{padding-top:18px}body#checkout .tech-checkout-secure{display:none}body#checkout .checkout-steps{padding-bottom:18px}body#checkout .checkout-steps__mobile{width:calc(100% - 32px);margin-inline:auto;padding:12px 16px;border:1px solid var(--tech-line);border-radius:12px;background:#fff;box-shadow:var(--tech-shadow-sm)}body#checkout .checkout-grid{padding-bottom:50px}body#checkout .checkout-grid__content .step__title{padding:20px 20px 0}body#checkout .checkout-grid__content .step__title .page-title-section{font-size:20px}body#checkout .checkout-grid__content .step__content{padding:18px 20px 22px}body#checkout .cart-summary{padding-inline:18px}}
@media(max-width:420px){body#checkout .tech-checkout-intro{width:calc(100% - 32px);padding-inline:0}body#checkout .checkout-grid__content,body#checkout .checkout-grid__aside{padding-inline:8px}body#checkout .checkout-grid__content .step__title{padding-inline:16px}body#checkout .checkout-grid__content .step__content{padding-inline:16px}}

/* ================================================================
  Pixel-match pass: TECH source composition
  ================================================================ */
.tech-header{position:sticky;top:0;z-index:1030;background:#fff;box-shadow:var(--tech-shadow-sm)}
.tech-header__main{height:72px;display:flex;align-items:center;gap:20px}
.tech-header__logo{display:flex;align-items:center;flex:none}.tech-header__logo img{display:block;width:auto;height:30px}
.tech-header__actions{display:flex;align-items:center;gap:6px;margin-left:auto}
.tech-search{width:46px;height:44px;display:flex;align-items:center;overflow:hidden;border:1px solid var(--tech-line);border-radius:999px;background:var(--tech-surface);transition:width .32s cubic-bezier(.4,0,.2,1)}
.tech-search:hover,.tech-search:focus-within{width:min(420px,42vw)}.tech-search>i{width:44px;flex:none;text-align:center;font-size:19px;color:var(--tech-ink-500)}.tech-search input{width:0;min-width:0;flex:1;padding:11px 4px;border:0;outline:0;background:transparent;font-size:14px;color:var(--tech-ink-700);opacity:0;transition:opacity .16s}.tech-search button{flex:none;margin-right:5px;padding:9px 18px;border:0;border-radius:999px;background:var(--tech-blue-500);font:600 13px var(--tech-display);color:#fff;opacity:0;pointer-events:none}.tech-search:hover input,.tech-search:focus-within input,.tech-search:hover button,.tech-search:focus-within button{opacity:1;pointer-events:auto}
.tech-header-action{position:relative;height:44px;display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:8px;font:600 13px var(--tech-display);color:var(--tech-ink-700)!important}.tech-header-action:hover{background:var(--tech-surface);color:var(--tech-blue-600)!important}.tech-header-action>i{font-size:20px;color:var(--tech-blue-500)}.tech-header-action--cart{background:var(--tech-surface)}.tech-header-action>strong{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:var(--tech-blue-500);font-size:11px;color:#fff}
.tech-header__toggle{display:none;width:42px;height:42px;border:0;background:transparent;color:var(--tech-ink-900)}
.tech-header__nav-wrap{border-top:1px solid var(--tech-line);background:#fff}.tech-header__nav{height:51px;display:flex;align-items:stretch;justify-content:center;gap:20px}.tech-header__nav>a{display:flex;align-items:center;padding:0 4px;border-bottom:2px solid transparent;font:600 14px var(--tech-display);color:var(--tech-ink-700)}.tech-header__nav>a:hover{border-color:var(--tech-blue-500);color:var(--tech-blue-500)}.tech-header__nav .tech-header__service{margin-left:0;color:var(--tech-blue-600)}

.tech-container{width:100%;max-width:1200px;padding-left:24px;padding-right:24px}
.tech-hero{min-height:clamp(600px,84vh,780px);display:flex;flex-direction:column;background-image:linear-gradient(102deg,rgba(9,52,86,.94) 0%,rgba(12,101,166,.80) 40%,rgba(12,101,166,.32) 66%,rgba(20,24,29,.12) 100%),url('../img/hero-house.png');background-size:cover;background-position:center}
.tech-hero::before,.tech-hero__orb{display:none}.tech-hero__content{min-height:0;flex:1;display:flex;align-items:center;padding-top:72px;padding-bottom:72px}.tech-hero__copy{width:620px;max-width:100%}.tech-hero h1{font-size:clamp(36px,5vw,62px);font-weight:700;line-height:1.06;letter-spacing:-.02em;text-shadow:none;text-wrap:balance}.tech-hero__copy>p{max-width:520px;margin-top:22px;font-size:clamp(16px,1.4vw,19px);line-height:1.65;text-wrap:pretty}.tech-hero__actions{margin-top:32px}.tech-btn{min-height:auto;padding:16px 30px;border-radius:8px;font-size:16px}.tech-btn--glass{padding-inline:26px}
.tech-trust{background:rgba(9,40,66,.42)}.tech-trust__grid{min-height:57px;display:flex;flex-wrap:wrap;gap:14px 32px}.tech-trust__grid span{font-size:13.5px;font-weight:500}.tech-trust__grid span:last-child{margin-left:auto}
.tech-stats__grid{padding-top:30px;padding-bottom:30px;gap:20px}.tech-stats__grid>div{border-right:0}.tech-stats strong{font-size:26px}.tech-stats span{margin-top:2px;font-size:13px}

.tech-home{background:var(--tech-surface)}.tech-intro{padding-top:100px;padding-bottom:100px}.tech-intro>h2{margin:0 0 40px;font-size:clamp(22px,2.4vw,29px);color:var(--tech-ink-900)}
.tech-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;text-align:left}.tech-categories>a{min-width:0;display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:16px;background:#fff;box-shadow:var(--tech-shadow-sm);color:var(--tech-ink-700);transition:transform .16s,box-shadow .16s}.tech-categories>a:hover{transform:translateY(-3px);box-shadow:var(--tech-shadow-lg)}.tech-categories>a>i{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:var(--tech-blue-100);font-size:26px;color:var(--tech-blue-500)}.tech-categories h3{margin:0;font-size:17px;font-weight:600;line-height:1.25;color:var(--tech-ink-900)}.tech-categories p{min-height:55px;margin:0;font-size:13px;line-height:1.4;color:var(--tech-ink-500)}.tech-categories span{display:flex;align-items:center;gap:5px;margin-top:auto;font:600 12px var(--tech-display);letter-spacing:.06em;text-transform:uppercase;color:var(--tech-blue-500)}.tech-categories span i{font-size:14px}

.tech-products-section{padding:100px 0;background:#fff}.tech-products-section .products-section-title{text-align:left}
.tech-sinum{min-height:clamp(460px,60vh,640px);display:flex;align-items:center;background-image:linear-gradient(258deg,rgba(9,52,86,.94) 0%,rgba(12,101,166,.80) 40%,rgba(12,101,166,.32) 66%,rgba(20,24,29,.12) 100%),url('../img/lifestyle-panel-wall.png');background-size:cover;background-position:center}.tech-sinum::after{display:none}.tech-sinum__grid{width:min(1200px,calc(100% - 48px));min-height:0;display:flex;padding:88px 0}.tech-sinum__art{display:none}.tech-sinum__copy{width:520px;max-width:100%;margin-left:auto;text-shadow:0 1px 14px rgba(9,40,66,.45)}.tech-sinum__brand{margin-bottom:20px;font:800 34px/1 var(--tech-display);color:#fff}.tech-sinum__copy p{max-width:460px}.tech-sinum ul{display:flex;flex-wrap:wrap;gap:20px;margin:24px 0 28px}.tech-sinum li{font-size:14px}

@media(max-width:991.98px){.tech-header__nav{gap:10px}.tech-header__nav>a{font-size:12px}.tech-categories{grid-auto-flow:column;grid-auto-columns:minmax(168px,1fr);grid-template-columns:none;overflow-x:auto;padding-bottom:8px}.tech-hero__copy{text-align:left}.tech-hero__actions{justify-content:flex-start}.tech-hero__content{padding:72px 0 0}.tech-sinum__grid{display:flex}}
@media(max-width:960px){.tech-header__main{height:62px}.tech-header__logo img{height:26px}.tech-search{display:none}.tech-header-action>span{display:none}.tech-header__toggle{display:grid;place-items:center}.tech-header__nav-wrap{display:none;position:absolute;left:0;right:0;top:62px;max-height:calc(100vh - 62px);overflow:auto;box-shadow:var(--tech-shadow-lg)}.tech-header.is-menu-open .tech-header__nav-wrap{display:block}.tech-header__nav{width:100%;height:auto;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:12px 16px}.tech-header__nav>a{min-height:48px;padding:0 12px;border:0;border-radius:8px;font-size:14px}.tech-header__nav>a:hover{background:var(--tech-surface)}.tech-header__nav .tech-header__service{margin-left:0}.tech-hero{background-position:center}.tech-hero__content{padding-top:55px;padding-bottom:55px}.tech-hero h1{font-size:38px}.tech-trust__grid span:last-child{display:none}.tech-intro{padding:48px 0}.tech-products-section{padding:48px 0}.tech-sinum__grid{width:100%;padding:58px 20px}.tech-sinum__copy{margin-left:0}.tech-categories p{min-height:auto}}

.product-miniature__category{display:block;margin-bottom:5px;font:600 11px var(--tech-display);letter-spacing:.06em;text-transform:uppercase;color:var(--tech-blue-500)}
.product-miniature__excerpt{min-height:56px;margin:6px 0 12px;font-size:13px;line-height:1.45;color:var(--tech-ink-500)}
.product-miniature__bottom{padding:16px 18px 18px!important}.product-miniature__infos{display:flex;flex-direction:column;min-height:190px}.product-miniature__prices{margin-top:auto}.product-miniature__actions{margin-top:-47px;margin-left:auto;position:relative;z-index:2;width:42px}.product-miniature__form{display:block!important}.product-miniature__add.btn-primary{width:42px;height:42px;padding:0}.product-miniature__add-text{display:none!important}

.tech-warranty{padding:88px 0}.tech-warranty__card{overflow:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:20px;background:#fff;box-shadow:var(--tech-shadow-md)}.tech-warranty__copy{padding:44px;display:flex;flex-direction:column;justify-content:center}.tech-warranty h2{margin:0;font-size:clamp(22px,2.4vw,28px);color:var(--tech-ink-900)}.tech-warranty p{max-width:440px;margin:12px 0 0;font-size:16px;line-height:1.6}.tech-warranty__price{display:flex;align-items:baseline;gap:10px;margin:22px 0 6px}.tech-warranty__price strong{font:700 34px var(--tech-display);color:var(--tech-blue-600)}.tech-warranty__price span{font-size:14px;color:var(--tech-ink-500)}.tech-warranty__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.tech-warranty__actions .btn{min-height:50px;display:inline-flex;align-items:center;gap:9px;padding:12px 24px;border-radius:8px}.tech-warranty__visual{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:44px;background:linear-gradient(135deg,var(--tech-blue-500),var(--tech-blue-700));color:#fff}.tech-warranty__visual i{font-size:110px}.tech-warranty__visual strong{margin-top:12px;font:700 22px var(--tech-display)}
@media(max-width:767.98px){.tech-warranty{padding:48px 0}.tech-warranty__card{grid-template-columns:1fr}.tech-warranty__copy{padding:28px}.tech-warranty__visual{min-height:220px}}

.ps-featuredproducts .module-products{position:relative;padding:0}.ps-featuredproducts .module-products__buttons{position:absolute;right:0;top:4px;margin:0}.tech-products-all{display:inline-flex;align-items:center;gap:6px;font:600 13px var(--tech-display);letter-spacing:.06em;text-transform:uppercase;color:var(--tech-blue-500)}.tech-products-all i{font-size:15px}.ps-featuredproducts .module-products__list{margin-top:32px}
@media(max-width:767.98px){.ps-featuredproducts .module-products__buttons{position:static;margin-top:24px}.ps-featuredproducts .module-products__buttons .tech-products-all{justify-content:center;width:100%}}

.tech-footer{padding:0;background:var(--tech-ink-900);color:#8b96a4}.tech-footer__social{min-height:71px;display:flex;align-items:center;justify-content:center;gap:12px;border-bottom:1px solid #232a34}.tech-footer__social>span{margin-right:4px;font:600 12px var(--tech-display);letter-spacing:.06em;text-transform:uppercase;color:#6b7684}.tech-footer__social>a{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:var(--tech-blue-500);font:700 18px var(--tech-display);color:#fff}.tech-footer__social>a:hover{background:var(--tech-blue-400)}.tech-footer__social i{font-size:18px}.tech-footer>.tech-container{padding:56px 0 32px}.tech-footer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px}.tech-footer__grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.tech-footer__grid h3{margin:0 0 5px;font-size:14px;font-weight:600;color:#fff}.tech-footer__grid a{font-size:13px;color:#8b96a4}.tech-footer__grid a:hover{color:#fff}.tech-footer__newsletter p{margin:0 0 3px;font-size:13px;line-height:1.5}.tech-footer__newsletter form{width:100%;display:flex;overflow:hidden;border:1px solid #2d3745;border-radius:8px;background:#1f2937}.tech-footer__newsletter input{min-width:0;flex:1;padding:11px 12px;border:0;outline:0;background:transparent;font-size:13px;color:#fff}.tech-footer__newsletter button{padding:0 16px;border:0;background:var(--tech-blue-500);font-size:13px;font-weight:600;color:#fff}.tech-footer__commerce{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:36px;padding:20px 0;border-top:1px solid #232a34}.tech-footer__payments,.tech-footer__delivery{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tech-footer__payments span{padding:6px 10px;border:1px solid #2d3745;border-radius:4px;background:#1f2937;font:600 11px var(--tech-display);color:#c8d0da}.tech-footer__delivery span{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7684}.tech-footer__delivery i{font-size:17px}.tech-footer__bottom{justify-content:flex-start;padding:4px 0 0;border:0;font-size:12px}.tech-footer__bottom a{color:#8b96a4}
@media(max-width:767.98px){.tech-footer>.tech-container{padding:40px 0 28px}.tech-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 20px}.tech-footer__commerce{align-items:flex-start;flex-direction:column}.tech-footer__bottom{flex-direction:row;flex-wrap:wrap}}
@media(max-width:480px){.tech-footer__grid{grid-template-columns:1fr}}

@media(max-width:960px){
  html,body{max-width:100%;overflow-x:hidden}
  .tech-container,.tech-header__main{width:100%;max-width:none;padding-left:20px;padding-right:20px}
  .tech-header__actions{min-width:0;flex:none;margin-left:auto}
  .tech-header-action{width:40px;padding:8px;justify-content:center}
  .tech-header__toggle{flex:none}
  .tech-hero__copy{width:100%;min-width:0;flex:1 1 auto}
  .tech-hero h1,.tech-hero__copy>p{max-width:100%;white-space:normal;overflow-wrap:break-word}
  .tech-hero h1{font-size:clamp(36px,10vw,42px)}
}

/* Exact source proportions for the lower homepage sections. */
@media(min-width:961px){.tech-categories>a{min-height:262px}}
.ps-featuredproducts,.ps-featuredproducts .module-products{width:100%}
.ps-featuredproducts .module-products__list{display:block!important;width:100%;margin-top:39px}
.ps-featuredproducts .module-products__list>.products{display:grid!important;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ps-featuredproducts .product-miniature{width:auto!important;max-width:none;flex:none!important}
.ps-featuredproducts .product-miniature__top,.ps-featuredproducts .product-miniature__image-container,.ps-featuredproducts .product-miniature__image-link{width:100%;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;height:auto}
.ps-featuredproducts .product-miniature__image{width:100%;height:100%;padding:14px;object-fit:contain}
.ps-featuredproducts .product-miniature__inner{height:100%}
.tech-product-flag{position:absolute;z-index:2;top:12px;left:12px;padding:5px 10px;border-radius:999px;background:var(--tech-blue-500);font:600 11px var(--tech-display);letter-spacing:.05em;text-transform:uppercase;color:#fff}
.tech-product-service{background:var(--tech-surface)}.tech-product-service i{font-size:40px;color:var(--tech-blue-500)}
.tech-products-section .featured-products{margin-bottom:82px}
.tech-sinum__grid{width:100%;max-width:1200px;padding-top:88px;padding-bottom:88px}
.tech-sinum__copy h2{font-size:clamp(23px,2.6vw,31px);line-height:1.1}
.tech-warranty{padding:88px 24px}.tech-warranty__visual{min-height:240px}.tech-warranty__visual i{font-size:24px}.tech-warranty__actions .btn-primary{color:#fff!important}
@media(max-width:767.98px){
  .ps-featuredproducts .module-products__list>.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .tech-warranty{padding:48px 20px}
}

/* Category listing: exact TECH source composition */
body#category #wrapper{padding-bottom:0;background:var(--tech-surface)}
body#category .columns-container{max-width:none;padding:0}
.tech-category-page{padding-top:12px;padding-bottom:96px}
.tech-category-header{margin-bottom:22px}.tech-category-header h1{margin:0;font:700 28px/1.2 var(--tech-display);letter-spacing:-.025em;color:var(--tech-ink-900)}.tech-category-header p{margin:6px 0 0;font-size:15px;color:var(--tech-ink-500)}
.tech-category-layout{display:grid;grid-template-columns:247px minmax(0,1fr);align-items:start;gap:29px}
.tech-category-filters{overflow:hidden;padding:21px;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}
.tech-category-filter-group{padding:19px 0;border-top:1px solid var(--tech-line)}.tech-category-filter-group:first-child{padding-top:0;border-top:0}.tech-category-filter-group:last-child{padding-bottom:5px}.tech-category-filter-group h2{margin:0 0 17px;font:700 13px/1.2 var(--tech-display);color:var(--tech-ink-900)}
.tech-category-filter-links{display:flex;flex-direction:column;gap:15px}.tech-category-filter-links a,.tech-category-filter-links>span{display:flex;align-items:center;gap:11px;font-size:13px;line-height:1.25;color:var(--tech-ink-600)}.tech-category-filter-links a:hover{color:var(--tech-blue-600)}
.tech-category-filter-links a>span,.tech-category-filter-links>span>i{position:relative;width:16px;height:16px;flex:none;border:1px solid #929aa4;border-radius:2px;background:#fff}.tech-category-filter-links a.is-active>span{border-color:var(--tech-blue-500);background:var(--tech-blue-500)}.tech-category-filter-links a.is-active>span::after{content:'✓';position:absolute;inset:0;display:grid;place-items:center;font:700 12px/1 var(--tech-body);color:#fff}
.tech-category-price-filter{padding-top:21px;padding-bottom:20px}.tech-category-range{position:relative;height:8px;margin:2px 2px 8px;border-radius:999px;background:#d8e0e8}.tech-category-range span{position:absolute;inset:0;border-radius:inherit;background:var(--tech-blue-500)}.tech-category-range i{position:absolute;right:-2px;top:50%;width:14px;height:14px;border-radius:50%;background:var(--tech-blue-500);transform:translateY(-50%)}.tech-category-range-values{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;color:var(--tech-ink-500)}.tech-category-range-values strong{font-weight:700;color:var(--tech-blue-600)}
.tech-category-products{min-width:0}.tech-category-products .products__selection{min-height:57px;margin:0 0 20px;padding:9px 14px 9px 16px;border:1px solid var(--tech-line);border-radius:11px;background:#fff;box-shadow:var(--tech-shadow-sm)}.tech-category-products .products__count{font-size:12px;color:var(--tech-ink-500)}.tech-category-products .products__sort{gap:9px}.tech-category-products .products__sort-label span{font-size:0}.tech-category-products .products__sort-label span::after{content:'Sortuj:';font-size:12px;color:var(--tech-ink-500)}.tech-category-products .products__sort-dropdown-button{min-width:122px;min-height:36px;padding:8px 12px;border:1px solid var(--tech-line);border-radius:7px;background:#fff;font:500 12px var(--tech-display);color:var(--tech-ink-700)}
.tech-category-products #js-product-list>.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tech-category-products .product-miniature{width:auto!important;max-width:none;flex:none!important}.tech-category-products .product-miniature__inner{height:100%}.tech-category-products .product-miniature__top,.tech-category-products .product-miniature__image-container,.tech-category-products .product-miniature__image-link{width:100%;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;height:auto}.tech-category-products .product-miniature__image{width:100%;height:100%;padding:14px;object-fit:contain}.tech-category-products .product-miniature__variants{display:none}.tech-category-empty{min-height:420px}
@media(max-width:991.98px){.tech-category-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}.tech-category-products #js-product-list>.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.tech-category-page{padding-top:8px;padding-bottom:56px}.tech-category-header{margin-bottom:18px}.tech-category-header h1{font-size:24px}.tech-category-layout{display:block}.tech-category-filters{margin-bottom:16px;padding:17px}.tech-category-filter-group:not(:first-child){display:none}.tech-category-filter-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tech-category-products .products__selection{align-items:stretch;flex-direction:column;gap:10px;padding:12px}.tech-category-products .products__sort{justify-content:space-between;width:100%}}
@media(max-width:479.98px){.tech-category-products #js-product-list>.products{grid-template-columns:1fr}.tech-category-filter-links{grid-template-columns:1fr}}

body#category .columns-container{max-width:none;margin:0;padding:0!important}

body#category .breadcrumb__wrapper{margin-bottom:0!important}

.tech-category-page{padding-top:3px;padding-bottom:96px}.tech-category-header{margin-bottom:17px}

/* Product page: exact TECH source composition */
body#product #wrapper{padding-bottom:0;background:var(--tech-surface)}
body#product .breadcrumb__wrapper{margin-bottom:0!important;background:var(--tech-surface)}
body#product #content-wrapper{padding-top:0!important;padding-bottom:0!important}
.tech-product-page{width:100%;max-width:1092px;margin:0 auto;padding:8px 0 72px}
.tech-product-page .product__container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px;margin:0;padding:0 0 48px}.tech-product-page .product__left,.tech-product-page .product__right{min-width:0}
.tech-product-page .product__images{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.tech-product-page .product__carousel{height:526px;overflow:hidden;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}
.tech-product-page .product__carousel .carousel-inner,.tech-product-page .product__carousel .carousel-item,.tech-product-page .product__carousel .carousel-item>picture{width:100%;height:100%}.tech-product-page .product__carousel .carousel-item>picture{display:flex;align-items:center;justify-content:center;padding:32px}.tech-product-page .product__carousel .carousel-item img{width:auto!important;max-width:341px;height:auto;max-height:458px;object-fit:contain}.tech-product-page .product-flags{display:none}.tech-product-page .product__zoom{right:12px;bottom:12px;width:40px;height:40px;border:1px solid var(--tech-line);border-radius:8px;background:#fff;color:var(--tech-ink-900);box-shadow:var(--tech-shadow-sm)}
.tech-product-page .product__thumbnails{margin-top:10px}.tech-product-page .product__thumbnails-list{display:flex;gap:10px;margin:0;padding:0}.tech-product-page .product__thumbnail{width:72px;height:72px;padding:6px;border:1px solid var(--tech-line)!important;border-radius:9px!important;background:#fff}.tech-product-page .product__thumbnail.active{border:2px solid var(--tech-blue-500)!important;box-shadow:none}.tech-product-page .product__thumbnail-image{width:100%;height:100%;object-fit:contain}
.tech-product-page .product__right{padding:3px 0 0}.tech-product-category{margin-bottom:10px;font:700 12px/1 var(--tech-display);letter-spacing:.055em;text-transform:uppercase;color:var(--tech-blue-500)}.tech-product-page .product__name{margin:0;font:700 31px/1.15 var(--tech-display)!important;letter-spacing:-.025em;color:var(--tech-ink-900)}.tech-product-availability{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:700;color:#36a764}.tech-product-availability i{font-size:21px}.tech-product-page .product__description-short{max-width:505px;margin-top:22px;font-size:15px;line-height:1.65;color:var(--tech-ink-600)}.tech-product-page .product__description-short p{margin:0}.tech-product-price{margin-top:22px;font:700 34px/1.2 var(--tech-display);letter-spacing:-.025em;color:var(--tech-ink-900)}.tech-product-tax{margin-top:3px;font-size:11px;color:var(--tech-ink-500)}
.tech-product-buy-form{margin-top:20px}.tech-product-buy-row{display:grid;grid-template-columns:126px minmax(0,1fr) 121px;gap:12px;align-items:stretch}.tech-product-buy-row .product-actions__quantity{width:126px;height:50px;margin:0}.tech-product-buy-row .input-group{height:50px;border:1px solid var(--tech-line);border-radius:9px;background:#fff}.tech-product-buy-row .form-control{height:48px;border:0;text-align:center}.tech-product-buy-row .btn{border-color:var(--tech-line);background:#fff;color:var(--tech-ink-700)}.tech-product-cart{min-height:50px;border:0!important;border-radius:9px!important;background:var(--tech-blue-500)!important;font:700 15px var(--tech-display)!important;color:#fff!important;box-shadow:0 8px 18px rgba(19,154,238,.2)}.tech-product-cart i{font-size:21px}.tech-product-buy-now{min-height:50px;border:0;border-radius:9px;background:var(--tech-ink-900);font:700 14px var(--tech-display);color:#fff}
.tech-product-warranty{min-height:68px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:22px;padding:12px 17px;border:1px solid #d4eafb;border-radius:13px;background:#f0f8ff}.tech-product-warranty>i{font-size:22px;color:var(--tech-blue-500)}.tech-product-warranty>div{display:flex;flex-direction:column}.tech-product-warranty strong{font:600 14px/1.3 var(--tech-display);color:var(--tech-ink-900)}.tech-product-warranty span{font-size:11px;color:var(--tech-ink-500)}.tech-product-warranty>a{padding:10px 15px;border:1px solid #8bd1fb;border-radius:9px;background:#fff;font:600 12px var(--tech-display);white-space:nowrap;color:var(--tech-blue-600)}.tech-product-assurances{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:23px}.tech-product-assurances span{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.3;color:var(--tech-ink-600)}.tech-product-assurances i{flex:none;font-size:21px;color:var(--tech-blue-500)}
.tech-product-tabs{overflow:hidden;margin-top:0;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}.tech-product-tabs__nav{height:50px;display:flex;align-items:stretch;gap:0;border-bottom:1px solid var(--tech-line)}.tech-product-tabs__nav button{position:relative;padding:0 21px;border:0;background:#fff;font:600 13px var(--tech-display);color:var(--tech-ink-500)}.tech-product-tabs__nav button.is-active{color:var(--tech-blue-600)}.tech-product-tabs__nav button.is-active::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--tech-blue-500)}.tech-product-tabs__body{min-height:300px;padding:29px 27px;font-size:14px;line-height:1.7;color:var(--tech-ink-600)}.tech-product-tabs__body .js-tech-product-panel{display:none}.tech-product-tabs__body .js-tech-product-panel.is-active{display:block}.tech-product-tabs__body p{max-width:720px;margin-top:0}.tech-product-tabs__body ul{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.tech-product-tabs__body li{position:relative;padding-left:31px}.tech-product-tabs__body li::before{content:'✓';position:absolute;left:2px;top:-1px;font-size:20px;color:var(--tech-blue-500)}.tech-product-tabs__body dl{margin:0}.tech-product-tabs__body dl>div{display:grid;grid-template-columns:250px 1fr;gap:20px;padding:10px 0;border-bottom:1px solid var(--tech-line)}.tech-product-tabs__body dt{font-weight:700;color:var(--tech-ink-700)}.tech-product-tabs__body dd{margin:0}.tech-product-download{display:flex;align-items:center;gap:9px;padding:10px 0;color:var(--tech-blue-600)}
.tech-related-products{margin-top:48px}.tech-related-products h2{margin:0 0 18px;font:700 25px/1.2 var(--tech-display);letter-spacing:-.02em;color:var(--tech-ink-900)}.tech-related-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tech-related-products article{overflow:hidden;border:1px solid var(--tech-line);border-radius:14px;background:#fff;box-shadow:var(--tech-shadow-sm)}.tech-related-products__image{height:196px;display:flex;align-items:center;justify-content:center;background:#fff}.tech-related-products__image img{width:100%;height:100%;padding:12px;object-fit:contain}.tech-related-products article>div{position:relative;min-height:94px;padding:13px 14px}.tech-related-products article>div>a:first-child{display:block;overflow:hidden;font:600 14px var(--tech-display);white-space:nowrap;text-overflow:ellipsis;color:var(--tech-ink-900)}.tech-related-products article strong{display:block;margin-top:20px;font:700 17px var(--tech-display);color:var(--tech-ink-900)}.tech-related-products__add{position:absolute;right:13px;bottom:13px;width:37px;height:37px;display:grid;place-items:center;border-radius:9px;background:var(--tech-surface);font:300 28px/1 var(--tech-display);color:var(--tech-blue-600)}
@media(max-width:1199.98px){.tech-product-page{max-width:calc(100% - 48px)}}
@media(max-width:991.98px){.tech-product-page .product__container{grid-template-columns:1fr;gap:28px}.tech-product-page .product__carousel{height:min(620px,85vw)}.tech-product-page .product__carousel .carousel-item img{max-width:75%;max-height:90%}.tech-related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.tech-product-page{max-width:none;padding:8px 20px 50px}.tech-product-page .product__container{padding-bottom:34px}.tech-product-page .product__right{padding-top:0}.tech-product-page .product__name{font-size:27px!important}.tech-product-buy-row{grid-template-columns:112px 1fr}.tech-product-buy-now{grid-column:1/-1}.tech-product-warranty{grid-template-columns:23px 1fr}.tech-product-warranty>a{grid-column:1/-1;text-align:center}.tech-product-assurances{grid-template-columns:1fr}.tech-product-tabs__nav{height:auto;overflow-x:auto}.tech-product-tabs__nav button{min-height:50px;flex:none;padding:0 16px}.tech-product-tabs__body{min-height:0;padding:22px 18px}.tech-product-tabs__body dl>div{grid-template-columns:1fr;gap:2px}.tech-related-products__grid{gap:12px}.tech-related-products__image{height:160px}}
@media(max-width:479.98px){.tech-related-products__grid{grid-template-columns:1fr}}
@media(min-width:1200px){.tech-product-page{position:relative;left:-8px}}
.tech-product-page .product__carousel .carousel-item img{max-width:458px}
.tech-product-price{margin-top:9px}

.tech-product-price{margin-top:-5px}

/* Search results: professional TECH catalogue composition */
body#search #wrapper{padding-bottom:80px;background:var(--tech-surface)}body#search .breadcrumb__wrapper{margin-bottom:0;background:var(--tech-surface)}body#search .columns-container{width:100%;max-width:1290px;margin:0 auto;padding-left:12px;padding-right:12px}body#search #center-column{width:100%;padding:0}body#search #js-product-list-header .page-title-section{padding:24px 0 19px}body#search #js-product-list-header h1{margin:0;font:700 clamp(31px,3vw,40px)/1.18 var(--tech-display);letter-spacing:-.035em;color:var(--tech-ink-900)}body#search #products .products__selection{min-height:60px;margin:0 0 22px;padding:9px 13px 9px 19px;border:1px solid var(--tech-line);border-radius:11px;background:#fff;box-shadow:var(--tech-shadow-sm)}body#search #products .products__count{font-size:12px;color:var(--tech-ink-500)}body#search #products .products__sort{gap:9px}body#search #products .products__sort-label span{font-size:0}body#search #products .products__sort-label span::after{content:'Sortuj wg:';font-size:13px;color:var(--tech-ink-600)}body#search #products .products__sort-dropdown-button{min-width:510px;min-height:40px;padding:8px 13px;border:1px solid var(--tech-line);border-radius:8px;background:#fff;font:600 12px var(--tech-display);color:var(--tech-ink-700)}body#search #products .products{grid-template-columns:repeat(3,395px);justify-content:start;gap:20px}body#search .product-miniature{width:395px!important;max-width:395px!important}body#search .product-miniature__inner{height:100%;border-radius:11px!important}body#search .product-miniature__top,body#search .product-miniature__image-container,body#search .product-miniature__image-link{width:100%;aspect-ratio:1;height:auto}body#search .product-miniature__image{width:100%;height:100%;padding:0;object-fit:contain}body#search .product-miniature__variants{display:none}body#search .product-miniature__bottom{padding:16px 18px 18px!important}body#search .product-miniature__title{font-size:15px!important}body#search .product-miniature__excerpt{min-height:38px}
@media(max-width:1319.98px){body#search .columns-container{max-width:calc(100% - 48px)}body#search #products .products{grid-template-columns:repeat(3,minmax(0,1fr))}body#search .product-miniature{width:auto!important;max-width:none!important}body#search #products .products__sort-dropdown-button{min-width:min(510px,45vw)}}
@media(max-width:991.98px){body#search #products .products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){body#search .columns-container{max-width:none;padding:0 20px}body#search #js-product-list-header .page-title-section{padding:20px 0 16px}body#search #js-product-list-header h1{font-size:28px;line-height:1.22}body#search #products .products__selection{align-items:stretch;flex-direction:column;gap:10px;padding:12px}body#search #products .products__sort{justify-content:space-between;width:100%}body#search #products .products__sort-dropdown-button{min-width:190px}body#search #products .products{gap:12px}}
@media(max-width:479.98px){body#search #products .products{grid-template-columns:1fr}}

/* Search results TECH pixel-match finetuning */
body#search .breadcrumb__wrapper{margin-bottom:40px}body#search #js-product-list-header .page-title-section{padding:24px 0 38px}body#search #products .products__selection{max-width:1226px}body#search #products .products__sort-dropdown{width:510px}body#search #products .products__sort-dropdown-button{width:100%;min-width:510px}
@media(max-width:1319.98px){body#search #products .products__selection{max-width:none}body#search #products .products__sort-dropdown{width:min(510px,45vw)}body#search #products .products__sort-dropdown-button{min-width:0}}
@media(max-width:767.98px){body#search .breadcrumb__wrapper{margin-bottom:0}}

/* Search sort exact width */
body#search #products .products__sort-dropdown{width:502px}body#search #products .products__sort-dropdown-button{min-width:502px}
@media(max-width:1319.98px){body#search #products .products__sort-dropdown{width:min(510px,45vw)}body#search #products .products__sort-dropdown-button{min-width:0}}

/* Slide-out cart drawer */
.tech-cart-widget{display:block}
.tech-cart{display:block}
.tech-cart__trigger{border:0;cursor:pointer}
.tech-cart__trigger:focus-visible,.tech-cart__close:focus-visible,.tech-cart__browse:focus-visible,.tech-cart__continue:focus-visible,.tech-cart-item__quantity a:focus-visible{outline:3px solid rgba(19,154,238,.35);outline-offset:2px}
.tech-cart__overlay{position:fixed;inset:0;z-index:1090;width:100%;height:100%;padding:0;border:0;background:rgba(20,24,29,.48);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;cursor:pointer}
.tech-cart__drawer{position:fixed;z-index:1100;top:0;right:0;bottom:0;width:min(92vw,420px);display:flex;flex-direction:column;overflow:hidden;background:#fff;box-shadow:-18px 0 48px rgba(20,24,29,.2);transform:translateX(105%);visibility:hidden;transition:transform .26s cubic-bezier(.4,0,.2,1),visibility .26s ease;color:var(--tech-ink-700);text-align:left}
body.tech-cart-open{overflow:hidden}
body.tech-cart-open .tech-cart__overlay{opacity:1;visibility:visible;pointer-events:auto}
body.tech-cart-open .tech-cart__drawer{transform:translateX(0);visibility:visible}
.tech-cart__header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-bottom:1px solid var(--tech-line);background:#fff}
.tech-cart__header h2{display:flex;align-items:center;gap:9px;margin:0;font:700 18px/1.2 var(--tech-display);color:var(--tech-ink-900)}
.tech-cart__header h2>i{font-size:22px;color:var(--tech-blue-500)}
.tech-cart__header h2>span{min-width:20px;height:20px;display:grid;place-items:center;padding:0 6px;border-radius:999px;background:var(--tech-blue-100);font:700 11px/1 var(--tech-display);color:var(--tech-blue-700)}
.tech-cart__close{width:40px;height:40px;display:grid;place-items:center;flex:none;padding:0;border:0;border-radius:8px;background:transparent;color:var(--tech-ink-600);cursor:pointer;transition:background .16s,color .16s}
.tech-cart__close:hover{background:var(--tech-surface);color:var(--tech-ink-900)}.tech-cart__close i{font-size:23px}
.tech-cart__progress{position:absolute;z-index:2;top:70px;left:0;right:0;height:2px;overflow:hidden;opacity:0;transition:opacity .16s}.tech-cart__progress span{display:block;width:42%;height:100%;background:var(--tech-blue-500);transform:translateX(-110%)}
.tech-cart.is-loading .tech-cart__progress{opacity:1}.tech-cart.is-loading .tech-cart__progress span{animation:techCartProgress .85s ease-in-out infinite}
@keyframes techCartProgress{to{transform:translateX(340%)}}
.tech-cart__error{margin:12px 16px 0;padding:10px 12px;border:1px solid #f1b9b4;border-radius:8px;background:#fff3f2;font-size:13px;line-height:1.4;color:#a62b21}
.tech-cart__items{min-height:0;flex:1;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:14px 16px;background:#fff;overscroll-behavior:contain}
.tech-cart-item{display:flex;gap:12px;padding:12px;border:1px solid var(--tech-line);border-radius:10px;background:#fff}
.tech-cart-item__image{width:68px;height:68px;display:flex;align-items:center;justify-content:center;flex:none;overflow:hidden;border-radius:8px;background:var(--tech-surface)}.tech-cart-item__image img{width:100%;height:100%;padding:5px;object-fit:contain}.tech-cart-item__image>i{font-size:30px;color:var(--tech-blue-400)}
.tech-cart-item__content{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.tech-cart-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.tech-cart-item__name{display:-webkit-box;overflow:hidden;font:600 14px/1.28 var(--tech-display);color:var(--tech-ink-900)!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tech-cart-item__name:hover{color:var(--tech-blue-600)!important}
.tech-cart-item__remove{width:28px;height:28px;display:grid;place-items:center;flex:none;border-radius:6px;color:var(--tech-ink-400)!important}.tech-cart-item__remove:hover{background:#fff1f0;color:#c13a2f!important}.tech-cart-item__remove i{font-size:18px}
.tech-cart-item__attribute,.tech-cart-item__gift{font-size:11px;line-height:1.35;color:var(--tech-ink-500)}
.tech-cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:6px}.tech-cart-item__bottom>strong{font:700 15px/1.2 var(--tech-display);white-space:nowrap;color:var(--tech-ink-900)}
.tech-cart-item__quantity{height:30px;display:flex;align-items:center;overflow:hidden;border:1px solid var(--tech-line);border-radius:7px;background:#fff}.tech-cart-item__quantity a,.tech-cart-item__quantity span{width:30px;height:28px;display:grid;place-items:center}.tech-cart-item__quantity a{font:600 18px/1 var(--tech-display);color:var(--tech-ink-700)!important}.tech-cart-item__quantity a:hover{background:var(--tech-surface);color:var(--tech-blue-600)!important}.tech-cart-item__quantity span{border-right:1px solid var(--tech-line);border-left:1px solid var(--tech-line);font:600 12px var(--tech-display);color:var(--tech-ink-900)}
.tech-cart__footer{flex:none;padding:17px 22px 18px;border-top:1px solid var(--tech-line);background:#fff;box-shadow:0 -8px 22px rgba(20,24,29,.04)}
.tech-cart__subtotal{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:3px 0;font-size:12px;color:var(--tech-ink-500)}
.tech-cart__total{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:9px;padding-top:13px;border-top:1px solid var(--tech-line);font:600 15px var(--tech-display);color:var(--tech-ink-700)}.tech-cart__total strong{font:700 24px var(--tech-display);color:var(--tech-blue-600)}
.tech-cart__checkout{min-height:50px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:15px;padding:13px 20px;border-radius:8px;background:var(--tech-blue-500);font:700 15px var(--tech-display);color:#fff!important;box-shadow:0 8px 18px rgba(19,154,238,.22)}.tech-cart__checkout:hover{background:var(--tech-blue-400);color:#fff!important}.tech-cart__checkout i{font-size:19px}
.tech-cart__summary,.tech-cart__continue{width:100%;min-height:34px;display:flex;align-items:center;justify-content:center;padding:7px;border:0;background:transparent;font:600 12px var(--tech-display);color:var(--tech-blue-600)!important;cursor:pointer}.tech-cart__continue{color:var(--tech-ink-500)!important}.tech-cart__summary:hover,.tech-cart__continue:hover{color:var(--tech-ink-900)!important}
.tech-cart__empty{min-height:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;text-align:center}.tech-cart__empty>span{width:82px;height:82px;display:grid;place-items:center;border-radius:50%;background:var(--tech-surface);color:var(--tech-line)}.tech-cart__empty>span i{font-size:48px}.tech-cart__empty h3{margin:20px 0 0;font:700 19px/1.25 var(--tech-display);color:var(--tech-ink-900)}.tech-cart__empty p{max-width:280px;margin:8px 0 0;font-size:14px;line-height:1.5;color:var(--tech-ink-500)}.tech-cart__browse{margin-top:20px;padding:12px 22px;border:0;border-radius:8px;background:var(--tech-blue-500);font:600 14px var(--tech-display);color:#fff;cursor:pointer}.tech-cart__browse:hover{background:var(--tech-blue-400)}
.tech-cart.is-loading .tech-cart__items,.tech-cart.is-loading .tech-cart__footer{pointer-events:none;opacity:.72}
@media(max-width:480px){.tech-cart__drawer{width:100%}.tech-cart__header{min-height:64px;padding:12px 16px}.tech-cart__progress{top:62px}.tech-cart__items{padding:12px}.tech-cart__footer{padding:15px 16px calc(15px + env(safe-area-inset-bottom))}.tech-cart-item{padding:10px}.tech-cart-item__image{width:60px;height:60px}}
@media(prefers-reduced-motion:reduce){.tech-cart__overlay,.tech-cart__drawer{transition:none}.tech-cart__progress span{animation:none}}
