@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(fonts/inter-1ab1ad55.woff2) format("woff2")}
:root {
  --background: #fbfbfd; --foreground: #151517; --card: #fff; --card-foreground: #151517;
  --popover: #fff; --popover-foreground: #151517; --primary: #171719; --primary-foreground: #fff;
  --secondary: #f0f1f3; --secondary-foreground: #171719; --muted: #f4f5f7; --muted-foreground: #6d6d73;
  --accent: #eef4ff; --accent-foreground: #0b5bd3; --destructive: #d92d20; --border: #e5e7eb;
  --input: #d8dadd; --ring: #0b67e3; --radius: .9rem; --brand-blue: #0768e5; --brand-blue-deep: #034da9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-inter), Arial, Helvetica, sans-serif; }
button,input,textarea { font: inherit; } button { cursor: pointer; }
.site-container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }

.announcement { min-height: 32px; display:flex; align-items:center; justify-content:center; gap:8px; padding:6px 20px; background:#171719; color:#fff; font-size:12px; font-weight:620; letter-spacing:.02em; }
.site-header { position:sticky; top:0; z-index:40; border-bottom:1px solid rgba(0,0,0,.06); background:rgba(251,251,253,.88); backdrop-filter:saturate(180%) blur(18px); }
.brand { display:inline-flex; align-items:center; gap:10px; color:#171719; text-decoration:none; font-size:13px; font-weight:760; letter-spacing:.13em; }
.brand-mark { display:grid; width:34px; height:34px; place-items:center; border-radius:11px; background:#171719; color:#fff; font-size:16px; font-weight:740; letter-spacing:-.06em; }
.site-header nav button,.site-header nav a { border:0; background:transparent; color:#454549; text-decoration:none; font-size:14px; font-weight:560; transition:color .2s ease; }
.site-header nav button:hover,.site-header nav a:hover { color:var(--brand-blue); }
.icon-button,.cart-button { border:0; background:transparent; color:#171719; }
.icon-button { display:grid; width:42px; height:42px; place-items:center; border-radius:999px; }
.icon-button svg { width:22px; height:22px; }
.cart-button { position:relative; display:flex; min-height:42px; align-items:center; gap:8px; padding:0 13px; border-radius:999px; font-size:14px; font-weight:650; }
.cart-button:hover,.icon-button:hover { background:#eceef1; }
.cart-count { display:grid; min-width:20px; height:20px; place-items:center; border-radius:999px; background:var(--brand-blue); color:#fff; font-size:11px; font-weight:750; }
.mobile-nav { display:grid; gap:2px; padding:12px 20px 20px; border-top:1px solid #e5e7eb; background:#fbfbfd; }
.mobile-nav button,.mobile-nav a { padding:13px 10px; text-align:left; }

.hero-section { padding:54px 0 42px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns:.88fr 1.12fr; align-items:center; gap:54px; }
.eyebrow { display:inline-block; color:#67676c; font-size:12px; font-weight:760; letter-spacing:.13em; text-transform:uppercase; }
.hero-copy h1 { margin:16px 0 20px; font-size:clamp(48px,6vw,82px); line-height:.98; letter-spacing:-.065em; font-weight:680; }
.hero-copy>p { max-width:550px; margin:0; color:#646468; font-size:18px; line-height:1.58; }
.hero-search { display:flex; align-items:center; gap:12px; max-width:590px; margin-top:30px; padding:8px 10px 8px 16px; border:1px solid #d7d9dd; border-radius:18px; background:#fff; box-shadow:0 10px 35px rgba(24,24,27,.07); }
.hero-search>svg { flex:0 0 auto; width:20px; height:20px; color:#76767c; }
.hero-search input { min-width:0; flex:1; height:38px; border:0; outline:0; background:transparent; color:#171719; font-size:15px; }
.hero-search button { display:grid; width:34px; height:34px; place-items:center; border:0; border-radius:50%; background:#f0f1f3; }
.hero-search button svg { width:16px; height:16px; }
.hero-assurances { display:flex; flex-wrap:wrap; gap:16px 22px; margin-top:21px; color:#6a6a70; font-size:13px; }
.hero-assurances span { display:inline-flex; align-items:center; gap:6px; }
.hero-assurances svg { width:16px; height:16px; color:var(--brand-blue); }
.hero-image-wrap { position:relative; min-height:510px; border-radius:36px; overflow:hidden; background:#e9ebee; box-shadow:0 28px 70px rgba(20,28,39,.13); }
.hero-image-wrap>img { width:100%; height:100%; min-height:510px; object-fit:cover; object-position:center; display:block; }
.hero-float-card { position:absolute; right:22px; bottom:22px; width:min(260px,calc(100% - 44px)); padding:17px 19px; border:1px solid rgba(255,255,255,.65); border-radius:18px; background:rgba(255,255,255,.82); box-shadow:0 14px 35px rgba(0,0,0,.12); backdrop-filter:blur(18px); }
.hero-float-card span,.hero-float-card strong { display:block; }
.hero-float-card span { color:#707078; font-size:12px; }
.hero-float-card strong { margin-top:3px; font-size:14px; }

.benefit-strip { border-block:1px solid #e4e6e9; background:#fff; }
.benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.benefit-grid>div { display:flex; align-items:center; gap:13px; min-height:102px; padding:18px 24px; border-right:1px solid #e8e9eb; }
.benefit-grid>div:first-child { padding-left:0; } .benefit-grid>div:last-child { border-right:0; padding-right:0; }
.benefit-grid svg { width:23px; height:23px; color:var(--brand-blue); stroke-width:1.6; }
.benefit-grid span,.benefit-grid strong,.benefit-grid small { display:block; }
.benefit-grid strong { font-size:14px; } .benefit-grid small { margin-top:3px; color:#74747a; font-size:12px; }

.catalog-section { padding:92px 0 104px; scroll-margin-top:76px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; }
.section-heading h2,.finder-card h2,.help-section h2 { margin:10px 0 0; font-size:clamp(36px,4.5vw,58px); line-height:1.05; letter-spacing:-.05em; font-weight:650; }
.result-count { color:#737378; font-size:14px; white-space:nowrap; }
.category-row { display:flex; gap:9px; margin:34px 0 38px; overflow-x:auto; padding-bottom:4px; scrollbar-width:none; }
.category-row::-webkit-scrollbar { display:none; }
.category-row button { display:inline-flex; flex:0 0 auto; align-items:center; gap:8px; min-height:44px; padding:0 17px; border:1px solid #d8dade; border-radius:999px; background:transparent; color:#4c4c50; font-size:14px; font-weight:640; transition:.2s ease; }
.category-row button svg { width:17px; height:17px; } .category-row button:hover { border-color:#aeb1b7; background:#fff; } .category-row button.active { border-color:#171719; background:#171719; color:#fff; }
.catalog-search-mobile { display:none; }
.product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.product-card { display:flex; min-width:0; flex-direction:column; padding:10px 10px 16px; border:1px solid #e5e6e8; border-radius:26px; background:#fff; box-shadow:0 2px 6px rgba(0,0,0,.02); transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease; }
.product-card:hover { transform:translateY(-3px); border-color:#d5d7da; box-shadow:0 18px 50px rgba(21,21,23,.08); }
.product-open { width:100%; padding:0; border:0; background:transparent; text-align:left; }
.product-visual { display:grid; position:relative; place-items:center; width:100%; overflow:hidden; color:#27282b; background:radial-gradient(circle at 72% 18%,#fff 0,transparent 28%),linear-gradient(145deg,#f0f2f4,#e5e8eb); }
.product-visual::after { position:absolute; content:""; width:55%; height:16%; left:24%; bottom:20%; border-radius:50%; background:rgba(20,20,22,.11); filter:blur(15px); }
.product-visual svg { position:relative; z-index:1; filter:drop-shadow(0 10px 10px rgba(0,0,0,.1)); }
.ink-visual { color:#1476c8; background:radial-gradient(circle at 30% 25%,rgba(0,171,231,.2),transparent 26%),radial-gradient(circle at 75% 74%,rgba(239,40,129,.17),transparent 31%),linear-gradient(145deg,#f3f4f6,#e7e9ec); }
.charger-visual { color:#2e3034; background:radial-gradient(circle at 70% 25%,rgba(29,111,229,.15),transparent 28%),linear-gradient(145deg,#eff1f4,#e3e6ea); }
.accessory-visual { color:#285a8e; background:radial-gradient(circle at 70% 28%,rgba(72,155,255,.2),transparent 28%),linear-gradient(145deg,#eef2f7,#e0e7ef); }
.ink-dots { position:absolute; z-index:2; display:flex; gap:5px; right:14px; bottom:13px; }
.ink-dots i { width:8px; height:8px; border-radius:50%; background:#111; }
.ink-dots i:nth-child(1){background:#10aee8}.ink-dots i:nth-child(2){background:#ec238b}.ink-dots i:nth-child(3){background:#f5c400}.ink-dots i:nth-child(4){background:#18181b}
.product-badge { position:absolute; z-index:3; top:12px; left:12px; padding:6px 9px; border-radius:999px; background:rgba(255,255,255,.9); box-shadow:0 3px 10px rgba(0,0,0,.08); color:#35363a; font-size:11px; font-weight:730; }
.product-copy { padding:18px 8px 10px; } .product-category { display:inline-block; color:var(--brand-blue); font-size:11px; font-weight:760; letter-spacing:.09em; text-transform:uppercase; }
.product-copy h3 { min-height:46px; margin:7px 0 5px; font-size:16px; line-height:1.35; letter-spacing:-.018em; }
.product-copy p { min-height:38px; margin:0; color:#77777d; font-size:13px; line-height:1.45; }
.product-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:auto; padding:4px 8px 0; }
.price-wrap strong,.price-wrap del { display:block; } .price-wrap strong { font-size:17px; letter-spacing:-.02em; } .price-wrap del { margin-top:2px; color:#9a9a9f; font-size:12px; }
.add-button { display:grid; width:42px; height:42px; place-items:center; border:0; border-radius:50%; background:#171719; color:#fff; transition:background .2s ease,transform .2s ease; }
.add-button:hover { background:var(--brand-blue); transform:scale(1.04); } .add-button svg { width:18px; height:18px; }
.empty-state { display:grid; justify-items:center; padding:76px 20px; border:1px dashed #cfd2d7; border-radius:26px; text-align:center; background:#fff; }
.empty-state>svg { width:38px; height:38px; color:#989aa0; } .empty-state h3 { margin:18px 0 7px; font-size:22px; } .empty-state p { max-width:510px; margin:0 0 22px; color:#717176; }

.finder-section { padding:0 0 104px; }
.finder-card { display:grid; grid-template-columns:1fr auto; align-items:end; gap:50px; padding:58px 62px; border-radius:34px; background:linear-gradient(135deg,#0c5dbb,#043b82); color:#fff; overflow:hidden; }
.eyebrow.light { color:rgba(255,255,255,.65); } .finder-card h2 { max-width:800px; font-size:clamp(32px,4vw,52px); }
.finder-card p { max-width:680px; margin:18px 0 0; color:rgba(255,255,255,.73); font-size:17px; line-height:1.55; }
.finder-card button { display:inline-flex; align-items:center; gap:10px; min-height:48px; padding:0 20px; border:0; border-radius:999px; background:#fff; color:#0b4c99; font-size:14px; font-weight:720; white-space:nowrap; }
.finder-card button svg { width:17px; }
.help-section { padding:104px 0; background:#f0f1f3; } .help-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; }
.help-copy>p { max-width:620px; margin:12px 0 30px; color:#68686e; font-size:18px; line-height:1.6; }
.help-points { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.help-points span { display:flex; align-items:center; gap:9px; font-size:14px; font-weight:610; }
.help-points svg { width:18px; height:18px; padding:3px; border-radius:50%; background:#dceaff; color:var(--brand-blue); }

footer { padding:72px 0 28px; background:#171719; color:#fff; } footer .brand { color:#fff; } footer .brand-mark { background:#fff; color:#171719; }
.footer-main { display:grid; grid-template-columns:2fr repeat(3,1fr); gap:54px; } .footer-main>div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.footer-main>div:first-child p { max-width:340px; margin:14px 0 0; color:#929297; font-size:14px; line-height:1.55; }
.footer-main strong { margin-bottom:8px; font-size:13px; } .footer-main button,.footer-main span:not(.brand-mark) { padding:0; border:0; background:transparent; color:#98989e; font-size:13px; }
.footer-main button:hover { color:#fff; } .footer-bottom { display:flex; justify-content:space-between; margin-top:58px; padding-top:22px; border-top:1px solid #303034; color:#77777d; font-size:12px; }

.cart-sheet { gap:0; background:#fbfbfd; } .cart-header { padding:26px 26px 20px; border-bottom:1px solid #e5e7eb; } .cart-header [data-slot="sheet-title"] { font-size:24px; letter-spacing:-.03em; }
.cart-items { flex:1; overflow-y:auto; padding:12px 26px; } .cart-item { display:grid; grid-template-columns:56px 1fr auto; gap:13px; padding:16px 0; border-bottom:1px solid #e8e9eb; }
.cart-item-copy { min-width:0; } .cart-item-copy>strong { display:block; font-size:14px; line-height:1.35; } .cart-item-copy>span { display:block; margin-top:3px; color:#7b7b80; font-size:11px; }
.quantity-control { display:inline-flex; align-items:center; gap:10px; margin-top:10px; padding:3px; border:1px solid #dadce0; border-radius:999px; background:#fff; }
.quantity-control button { display:grid; width:24px; height:24px; place-items:center; border:0; border-radius:50%; background:transparent; } .quantity-control button:hover { background:#eef0f3; }
.quantity-control svg { width:13px; } .quantity-control span { min-width:12px; text-align:center; font-size:12px; font-weight:700; }
.cart-item-price { display:flex; flex-direction:column; align-items:end; justify-content:space-between; } .cart-item-price strong { font-size:13px; } .cart-item-price button { border:0; background:transparent; color:#a0a0a5; }
.cart-item-price button:hover { color:#d92d20; } .cart-item-price svg { width:16px; }
.cart-summary { padding:22px 26px 26px; border-top:1px solid #e1e3e6; background:#fff; } .cart-summary>div:first-child { display:flex; justify-content:space-between; font-size:18px; }
.cart-summary>p { margin:8px 0 18px; color:#76767b; font-size:12px; }
.checkout-button,.pay-button { width:100%; min-height:50px; border-radius:999px; background:var(--brand-blue); color:#fff; } .checkout-button:hover,.pay-button:hover { background:var(--brand-blue-deep); }
.checkout-button svg,.pay-button svg { width:18px; }
.secure-note { display:flex; align-items:center; justify-content:center; gap:6px; margin-top:13px; color:#7b7b80; font-size:11px; } .secure-note svg { width:14px; height:14px; }
.cart-empty { display:grid; flex:1; place-content:center; justify-items:center; padding:30px; text-align:center; } .cart-empty>svg { width:48px; height:48px; color:#a1a2a6; }
.cart-empty h3 { margin:22px 0 8px; font-size:22px; } .cart-empty p { margin:0 0 22px; color:#74747a; }

.product-dialog { padding:12px; border-radius:26px; } .detail-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:30px; align-items:center; }
.detail-grid>.product-visual { height:100%; min-height:390px; } .detail-grid>div:last-child { padding:28px 24px 28px 0; }
.detail-grid [data-slot="dialog-title"] { margin-top:8px; font-size:30px; line-height:1.12; letter-spacing:-.04em; }
.detail-price { display:block; margin-top:23px; font-size:25px; letter-spacing:-.03em; }
.detail-info { margin:20px 0; padding:16px 0; border-block:1px solid #e6e7e9; } .detail-info>span { color:#77777c; font-size:11px; font-weight:740; letter-spacing:.08em; text-transform:uppercase; }
.detail-info p { margin:7px 0 0; color:#55555a; font-size:13px; line-height:1.5; }
.compat-note { display:flex; gap:8px; margin:0 0 20px; color:#65656b; font-size:12px; line-height:1.4; } .compat-note svg { flex:0 0 auto; width:16px; height:16px; color:var(--brand-blue); }

.checkout-dialog { max-height:calc(100vh - 30px); overflow-y:auto; padding:0; border-radius:28px; } .checkout-grid { display:grid; grid-template-columns:1.15fr .85fr; }
.checkout-form { padding:38px; } .checkout-form [data-slot="dialog-title"] { margin-top:8px; font-size:30px; letter-spacing:-.04em; }
.form-grid,.shipping-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; margin-top:28px; }
.form-grid label,.shipping-fields label { display:grid; gap:7px; color:#4c4c51; font-size:12px; font-weight:680; } .form-grid .full,.shipping-fields .full { grid-column:1/-1; }
.form-grid input,.shipping-fields input,.shipping-fields textarea { width:100%; min-height:45px; padding:10px 13px; border:1px solid #d7d9dd; border-radius:11px; outline:0; background:#fff; color:#171719; font-size:14px; font-weight:450; }
.shipping-fields textarea { resize:vertical; } .form-grid input:focus,.shipping-fields input:focus,.shipping-fields textarea:focus { border-color:var(--brand-blue); box-shadow:0 0 0 3px rgba(7,104,229,.12); }
.checkout-form fieldset { margin:26px 0 0; padding:0; border:0; } .checkout-form legend { margin-bottom:10px; font-size:13px; font-weight:720; }
.delivery-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.delivery-options label { position:relative; display:flex; align-items:flex-start; gap:10px; min-height:84px; padding:14px; border:1px solid #dadddf; border-radius:14px; cursor:pointer; }
.delivery-options label.selected { border-color:var(--brand-blue); background:#f2f7ff; box-shadow:0 0 0 1px var(--brand-blue); }
.delivery-options input { position:absolute; opacity:0; } .delivery-options svg { width:19px; color:var(--brand-blue); }
.delivery-options span,.delivery-options strong,.delivery-options small { display:block; } .delivery-options strong { font-size:13px; } .delivery-options small { margin-top:4px; color:#74747a; font-size:11px; line-height:1.35; }
.shipping-fields { margin-top:15px; } .shipping-fields [data-slot="select-trigger"] { height:45px; border-radius:11px; background:#fff; }
.account-option { display:flex; align-items:flex-start; gap:10px; margin:22px 0; cursor:pointer; } .account-option span,.account-option strong,.account-option small { display:block; }
.account-option strong { font-size:13px; } .account-option small { margin-top:3px; color:#77777d; font-size:11px; }
.checkout-message { display:flex; gap:10px; margin:0 0 18px; padding:13px; border:1px solid #b8d4f7; border-radius:13px; background:#f1f7ff; color:#174a82; }
.checkout-message>svg { flex:0 0 auto; width:18px; } .checkout-message strong { font-size:13px; } .checkout-message p { margin:3px 0 0; font-size:12px; line-height:1.4; }
.centered { margin-bottom:0; } .order-summary { padding:38px 30px; background:#f0f2f5; }
.mini-items { display:grid; gap:14px; margin:25px 0; padding-bottom:22px; border-bottom:1px solid #d9dce0; }
.mini-items>div,.totals>div { display:flex; justify-content:space-between; gap:20px; font-size:12px; } .mini-items span { color:#59595e; line-height:1.35; } .mini-items strong { white-space:nowrap; }
.totals { display:grid; gap:10px; } .grand-total { margin-top:5px; padding-top:15px; border-top:1px solid #d9dce0; font-size:18px!important; }
.bac-card { display:flex; align-items:center; gap:13px; margin-top:28px; padding:16px; border-radius:16px; background:#171719; color:#fff; }
.bac-card>svg { width:28px; } .bac-card span,.bac-card strong,.bac-card small { display:block; } .bac-card span { color:#9c9ca2; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.bac-card strong { margin-top:2px; font-size:15px; } .bac-card small { margin-top:3px; color:#a9a9ae; font-size:10px; }

@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr;gap:35px}.hero-copy{max-width:760px}.hero-image-wrap,.hero-image-wrap>img{min-height:430px}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid>div:nth-child(2){border-right:0}.benefit-grid>div:nth-child(-n+2){border-bottom:1px solid #e8e9eb}.benefit-grid>div:first-child,.benefit-grid>div:nth-child(3){padding-left:0}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.finder-card{grid-template-columns:1fr;align-items:start}.finder-card button{justify-self:start}.help-grid{gap:55px}
}
@media(max-width:760px){
  .site-container{width:min(100% - 28px,1200px)}.hero-section{padding:42px 0 30px}.hero-copy h1{font-size:clamp(46px,15vw,66px)}.hero-copy>p{font-size:16px}.hero-image-wrap,.hero-image-wrap>img{min-height:330px}.hero-image-wrap{border-radius:26px}.hero-image-wrap>img{object-position:44% center}.hero-search{display:none}.hero-assurances{gap:11px 16px}
  .benefit-grid{grid-template-columns:1fr}.benefit-grid>div{min-height:82px;padding:15px 0;border-right:0;border-bottom:1px solid #e8e9eb}.benefit-grid>div:last-child{border-bottom:0}
  .catalog-section{padding:70px 0 78px}.section-heading{align-items:start;flex-direction:column}.section-heading h2{font-size:39px}.category-row{margin:26px 0 16px}
  .catalog-search-mobile{display:flex;align-items:center;gap:9px;margin-bottom:24px;padding:0 14px;border:1px solid #d8dade;border-radius:14px;background:#fff}.catalog-search-mobile svg{width:18px;color:#777}.catalog-search-mobile input{width:100%;height:46px;border:0;outline:0;background:transparent;font-size:14px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{padding:7px 7px 13px;border-radius:20px}.product-visual{height:132px;border-radius:16px}.product-visual svg{width:55px;height:55px}.product-copy{padding:13px 5px 8px}.product-copy h3{min-height:58px;font-size:14px}.product-copy p{font-size:11px}.product-footer{padding:3px 5px 0}.price-wrap strong{font-size:14px}.add-button{width:38px;height:38px}
  .finder-section{padding-bottom:78px}.finder-card{gap:28px;padding:38px 25px;border-radius:26px}.finder-card h2{font-size:34px}.help-section{padding:76px 0}.help-grid{grid-template-columns:1fr;gap:30px}.help-points{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr 1fr;gap:40px 30px}.footer-main>div:first-child{grid-column:1/-1}.detail-grid{grid-template-columns:1fr;gap:0}.detail-grid>.product-visual{min-height:220px}.detail-grid>div:last-child{padding:24px 12px 12px}.checkout-grid{grid-template-columns:1fr}.checkout-form{padding:28px 22px}.order-summary{padding:28px 22px}
}
@media(max-width:440px){
  .announcement{font-size:11px}.brand{font-size:11px}.brand-mark{width:31px;height:31px}.hero-image-wrap,.hero-image-wrap>img{min-height:285px}.hero-float-card{right:14px;bottom:14px}
  .product-grid{grid-template-columns:1fr}.product-visual{height:190px}.product-copy h3,.product-copy p{min-height:0}.footer-main{grid-template-columns:1fr}.footer-main>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:7px}.form-grid,.shipping-fields,.delivery-options{grid-template-columns:1fr}.form-grid .full,.shipping-fields .full{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* Catalog expansion: preserve the monochrome/blue visual language. */
.review-note { padding: 11px 20px; text-align: center; background: #eef4fc; color: #425b77; font-size: 13px; line-height: 1.5; }
.category-row { flex-wrap: wrap; margin-bottom: 20px; }
.catalog-tools { display: flex; gap: 14px; align-items: center; margin-bottom: 28px; }
.catalog-search-mobile { display: flex; flex: 1; align-items: center; gap: 10px; margin: 0; padding: 0 15px; border: 1px solid #d8dade; border-radius: 14px; background: #fff; }
.catalog-search-mobile > svg { width: 19px; flex-shrink: 0; color: #717176; }
.catalog-search-mobile input { width: 100%; min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; font-size: 16px; }
.catalog-search-mobile:focus-within { outline: 2px solid var(--brand-blue); outline-offset: 2px; }
.catalog-search-mobile button { display: grid; place-items: center; border: 0; background: transparent; min-width: 30px; min-height: 36px; }
.catalog-sort { width: 210px; min-height: 48px; background: #fff; border-radius: 14px; flex-shrink: 0; }
.category-advice { display: flex; gap: 14px; padding: 20px; margin-bottom: 26px; border: 1px solid #d2dfef; background: #f0f5fc; border-radius: 20px; }
.category-advice > svg { flex-shrink: 0; width: 23px; color: var(--brand-blue); }
.category-advice p { margin: 0; color: #42556c; line-height: 1.65; font-size: 16px; }
.category-advice a { text-decoration: underline; text-underline-offset: 3px; }
.price-wrap small, .reference-note { display: block; margin-top: 4px; font-size: 12px; color: #707078; }
.quote-button { min-height: 42px; padding: 0 12px; border: 1px solid #b7c9df; border-radius: 999px; color: #0759bf; background: #f0f6fe; font-size: 14px; font-weight: 650; }
.quote-button:hover { background: #dceaff; }
.load-more { display: grid; justify-items: center; gap: 14px; margin-top: 38px; }
.load-more > span { color: #74747a; font-size: 14px; }
.load-more button { min-height: 46px; padding-inline: 28px; border-radius: 999px; }
.signature-visual { color: #125bae; background: linear-gradient(140deg,#f0f6ff,#dce8f7); }
.battery-visual, .power-visual { color: #31516d; background: linear-gradient(140deg,#edf3f8,#dae4ed); }
.usb-visual, .storage-visual, .memory-visual { color: #444e5a; background: linear-gradient(140deg,#f5f6f8,#dce0e5); }
.network-visual { color: #276997; background: linear-gradient(140deg,#f0f7fb,#dce9f1); }
.services-section { padding: 88px 0; margin-bottom: 88px; background: #f0f1f3; scroll-margin-top: 75px; }
.services-intro { color: #666970; font-size: 16px; line-height: 1.65; margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 38px; }
.service-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid #e2e5ea; background: #fff; border-radius: 25px; }
.service-card > svg { width: 30px; height: 30px; stroke-width: 1.5; margin-bottom: 23px; color: var(--brand-blue); }
.service-card h3 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.03em; line-height: 1.2; }
.service-card p { margin: 0 0 14px; font-size: 16px; color: #52565d; line-height: 1.6; }
.service-card small { font-size: 14px; color: #737780; line-height: 1.55; margin-bottom: 25px; }
.service-card button { display: flex; align-items: center; gap: 9px; align-self: flex-start; margin-top: auto; border: 0; padding: 8px 0; background: transparent; color: #075abe; font-size: 14px; font-weight: 680; }
.service-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin-top: 48px; }
.service-steps span { color: var(--brand-blue); font-size: 14px; font-weight: 650; margin-bottom: 12px; display: block; }
.service-steps strong { font-size: 18px; letter-spacing: -.025em; }
.service-steps p { font-size: 14px; line-height: 1.6; color: #6d7076; margin: 8px 0 0; }
.service-disclaimer { border-top: 1px solid #d7dbe1; padding-top: 22px; margin-top: 30px; font-size: 14px; line-height: 1.6; color: #696d75; }
.inquiry-dialog { max-width: min(600px,calc(100vw - 28px)); max-height: calc(100dvh - 32px); overflow-y: auto; border-radius: 24px; padding: 30px; }
.inquiry-dialog [data-slot="dialog-title"] { font-size: 26px; line-height: 1.2; letter-spacing: -.025em; }
.inquiry-form { display: grid; gap: 16px; }
.inquiry-form label { display: grid; gap: 8px; font-size: 14px; font-weight: 650; }
.inquiry-form input, .inquiry-form textarea { width: 100%; border: 1px solid #cdd2db; background: white; padding: 11px 13px; border-radius: 10px; color: #25292f; font-size: 16px; font-weight: 400; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form small { color: #72767c; font-size: 13px; line-height: 1.5; }
.draft-notice { padding: 14px 16px; margin: 0; border-radius: 12px; background: #eef4fc; color: #495e78; font-size: 14px; line-height: 1.6; }
.mobile-nav { max-height: calc(100dvh - 110px); overflow-y: auto; }
.product-copy h3 { font-size: 16px; }
.product-copy p { font-size: 14px; }
.product-category, .product-badge { font-size: 12px; }
.footer-main a:not(.brand) { font-size: 14px; color: #aaaeb6; text-decoration: none; }
.contact-section { padding: 88px 0 96px; background: #fff; scroll-margin-top: 90px; }
.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 52px; align-items: start; }
.contact-grid h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 24px; font-weight: 650; letter-spacing: -.03em; }
.contact-grid h3 svg { width: 24px; height: 24px; stroke-width: 1.5; color: var(--brand-blue); }
.contact-locations { min-width: 0; scroll-margin-top: 94px; }
.location-options { display: flex; flex-wrap: wrap; gap: 10px; }
.location-options button { border-radius: 999px; min-height: 44px; padding-inline: 24px; font-size: 14px; }
.map-reference { margin: 20px 0; color: #62666d; font-size: 14px; line-height: 1.6; }
.contact-map { overflow: hidden; border: 1px solid #e0e2e6; border-radius: 24px; background: #f0f1f3; }
.contact-map iframe { display: block; width: 100%; height: 360px; border: 0; }
.map-external-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: #075abe; text-decoration: none; font-size: 14px; font-weight: 650; }
.map-external-link:hover { text-decoration: underline; }
.map-privacy { margin: 10px 0 0; color: #71757d; font-size: 13px; }
.contact-form-card { min-width: 0; padding: 30px; border: 1px solid #e5e7eb; border-radius: 26px; background: #f7f8fa; }
.contact-form-card h3 { margin-bottom: 12px; }
.contact-intro { margin: 0 0 20px; color: #565b63; font-size: 16px; line-height: 1.6; }
.contact-email { display: inline-block; max-width: 100%; margin: 0 0 20px; color: #075abe; font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }
.contact-email-action { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 18px; min-height: 48px; border-radius: 999px; background: var(--brand-blue); color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; text-align: center; }
.contact-email-action:hover { background: #075abe; }
.contact-email-action:focus-visible { outline: 2px solid #075abe; outline-offset: 3px; }
.contact-form { display: grid; gap: 18px; margin-top: 22px; }
.contact-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 16px; }
.contact-fields label,.contact-summary label { display: flex; flex-direction: column; gap: 8px; min-width: 0; color: #34383e; font-size: 14px; font-weight: 600; }
.contact-fields label span { display: contents; font-weight: 400; }
.contact-full { grid-column: 1 / -1; }
.contact-fields input,.contact-fields textarea,.contact-summary textarea { width: 100%; min-width: 0; min-height: 46px; border: 1px solid #cdd2db; border-radius: 11px; background: white; color: #25292f; padding: 11px 13px; font-size: 16px; font-weight: 400; }
.contact-fields textarea,.contact-summary textarea { resize: vertical; }
.contact-fields input:focus-visible,.contact-fields textarea:focus-visible,.contact-summary textarea:focus-visible { outline: 2px solid var(--brand-blue); outline-offset: 2px; }
.contact-form small { color: #62666d; font-size: 13px; line-height: 1.5; }
.contact-submit { min-height: 48px; border-radius: 999px; background: var(--brand-blue); color: #fff; font-size: 15px; }
.contact-submit:hover { background: #075abe; }
.contact-summary { display: grid; gap: 14px; margin-top: 24px; border-top: 1px solid #d7dbe1; padding-top: 20px; }
.contact-summary p { margin: 0; font-size: 14px; color: #495e78; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 560px) {
  .contact-section { padding: 62px 0; }
  .contact-form-card { padding: 24px 18px; border-radius: 22px; }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-map iframe { height: 300px; }
}
.cart-item .product-visual { width: 56px; height: 56px; }
.cart-item .product-visual svg { width: 28px; height: 28px; }
@media (max-width: 1050px) { .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) {
  .catalog-tools { flex-direction: column; align-items: stretch; }
  .catalog-search-mobile { flex: auto; }
  .catalog-sort { width: 100%; }
  .category-row { gap: 7px; }
  .category-row button { padding-inline: 12px; font-size: 13px; min-height: 40px; }
  .services-section { padding: 62px 0; margin-bottom: 66px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-steps { grid-template-columns: 1fr; gap: 24px; }
  .service-card { padding: 25px; }
  .product-dialog { max-height: calc(100dvh - 30px); overflow-y: auto; }
  .cart-sheet { width: 100%; }
}

/* Adaptación a WordPress/WooCommerce; conserva los estilos del sitio aprobado. */
:root { --font-inter: Inter; }
a { color: inherit; } button { line-height: 1.4; } [hidden] { display:none !important; }
.pcs-icon { display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; line-height:0; }
.pcs-icon svg { width:24px; height:24px; }
.pcs-header-row { display:flex; height:68px; gap:20px; align-items:center; justify-content:space-between; }
.pcs-header-actions,.pcs-desktop-nav,.pcs-desktop-nav ul { display:flex; align-items:center; gap:26px; }
.pcs-desktop-nav ul { list-style:none; margin:0; padding:0; }
.pcs-header-actions { gap:8px; }.pcs-logo { max-width:180px; height:auto; max-height:44px; }
.pcs-menu-button { display:none; }.cart-button { text-decoration:none; }
.admin-bar .site-header { top:32px; }
.skip-link { position:absolute; left:-9999px; }.skip-link:focus { left:12px; top:10px; z-index:10000; padding:12px; background:white; color:black; }
.pcs-button,a.button,button.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button { display:inline-flex; align-items:center; justify-content:center; gap:8px; border:0; background:var(--brand-blue); color:white; border-radius:999px; min-height:46px; padding:12px 22px; font-size:15px; font-weight:650; text-decoration:none; cursor:pointer; line-height:1.4; }
.pcs-outline { background:transparent; color:#34383e; border:1px solid #cdd2db; }.pcs-white { background:white; color:#075abe; }
.pcs-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover { background:#075abe;color:white; }
a:focus-visible,button:focus-visible { outline:2px solid var(--brand-blue);outline-offset:3px; }
.category-row a { display:inline-flex; align-items:center; gap:8px; flex-shrink:0; padding:11px 17px; border:1px solid #d8dade; border-radius:999px; font-size:14px; font-weight:640; text-decoration:none; }
.category-row a.active { background:#171719;color:white;border-color:#171719; }
.catalog-tools { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:28px; }
.catalog-search-mobile { display:flex; gap:12px; align-items:center; width:min(580px,100%); border:1px solid #d7d9dd;border-radius:13px;padding:9px 12px;background:#fff; }
.catalog-search-mobile input { min-width:0; width:100%; border:0; outline:0;background:none;font-size:16px; }
.pcs-search-submit { border:0; background:transparent; color:#075abe;font-weight:600; }
.catalog-sort { min-height:46px; background:white; border:1px solid #d7d9dd; border-radius:12px; padding:10px 30px 10px 14px;font-size:14px; }
.product-open { display:block;text-decoration:none;color:inherit; }.product-image-container { position:relative; }
.product-visual { height:176px;border-radius:28px; }.product-visual>.pcs-icon svg { width:80px;height:80px; }.product-visual img { width:100%;height:100%;object-fit:contain;position:relative;z-index:1; }.product-visual:has(img)::after{display:none;}
.pcs-product-gallery .product-visual { height:420px; }.pcs-product-gallery .pcs-icon svg { width:140px;height:140px; }
.product-category { font-size:12px; }.product-copy h3 { font-size:16px; }.product-copy p { font-size:14px; }
.price-wrap small { display:block;color:#717176;font-size:12px;margin-top:4px; }
.add-button { text-decoration:none; }.add-button .pcs-icon svg { width:18px;height:18px; }
.quote-button { display:inline-flex;border:1px solid #d4d7de;background:white;color:#075abe;border-radius:999px;padding:9px 13px;font-size:14px;font-weight:650;text-decoration:none; }
.load-more { display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:40px; }.page-numbers { padding:10px 16px;border:1px solid #d7d9dd;border-radius:999px;text-decoration:none; }.page-numbers.current { color:white;background:#171719; }
.hero-assurances .pcs-icon svg { width:16px;height:16px; }.benefit-grid>.pcs-icon,.benefit-grid>div>.pcs-icon { color:var(--brand-blue); }
.service-card>.pcs-icon { justify-content:flex-start;margin-bottom:23px;color:var(--brand-blue); }.service-card>.pcs-icon svg { width:30px;height:30px; }
.service-card button .pcs-icon svg { width:17px;height:17px; }.finder-card .pcs-button { white-space:nowrap; }
.contact-section .section-heading { margin-bottom:34px; }.contact-grid h3 .pcs-icon svg { width:24px;height:24px; }.contact-full { grid-column:1/-1; }
.pcs-trap { position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden; }
.pcs-form-status { margin:0;font-size:14px;line-height:1.5; }.pcs-form-status.error { color:#b52626; }.pcs-form-status.success { color:#19663a; }
.contact-submit:disabled { opacity:.6;cursor:wait; }.contact-email { overflow-wrap:anywhere; }.map-external-link .pcs-icon svg { width:17px;height:17px; }
.pcs-content { padding-block:70px;min-height:55vh; }.pcs-content h1 { font-size:clamp(34px,4vw,55px);letter-spacing:-.045em; }
.pcs-content .woocommerce { font-size:16px; }.woocommerce div.product .product_title { font-size:clamp(30px,4vw,48px); }
.woocommerce div.product div.images img { border-radius:24px; }.woocommerce div.product .summary { padding:20px; }
.woocommerce div.product p.price,.woocommerce div.product span.price { color:#151517;font-size:26px; }
.woocommerce ul.products li.product { background:white;border:1px solid #e5e6e8;border-radius:24px;padding:18px; }
.woocommerce ul.products li.product .price { color:#151517; }.woocommerce .woocommerce-breadcrumb { font-size:14px; }
.woocommerce table.shop_table { border:1px solid #e1e3e6;border-radius:18px;background:white; }
.woocommerce table.shop_table th,.woocommerce table.shop_table td { padding:15px; }
.woocommerce form .form-row { padding:6px;margin-bottom:14px; }
.woocommerce form .form-row label { font-size:14px;color:#41444b; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce .quantity .qty { border:1px solid #cdd2db;border-radius:10px;background:white;color:#25292f;padding:12px 13px;font-size:16px;min-height:46px; }
.woocommerce .select2-container .select2-selection--single { height:46px;border:1px solid #cdd2db;border-radius:10px;padding-top:8px; }
.woocommerce .select2-container .select2-selection__arrow { top:10px!important; }
.woocommerce-checkout #customer_details { width:56%;float:left; }.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 { float:none;width:100%; }
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review { width:40%;float:right; }.woocommerce-checkout form.checkout::after{content:'';display:block;clear:both;}
.woocommerce-checkout #payment { background:#f0f2f5;border-radius:20px;padding:10px; }
.woocommerce-checkout #payment div.payment_box { background:white; }.woocommerce-checkout #payment div.payment_box::before { border-bottom-color:white; }
.woocommerce-info,.woocommerce-message { border-top-color:#0768e5;background:#eff5ff;color:#324357; }.woocommerce-info::before,.woocommerce-message::before { color:#0768e5; }
.woocommerce .cart-collaterals .cart_totals { padding:25px;border:1px solid #e1e3e6;border-radius:22px;background:white; }
.woocommerce button.button.alt,.woocommerce a.button.alt { background:#0768e5; }.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover { background:#034da9; }
.pcs-cart-dialog { position:fixed;inset:0 0 0 auto;margin:0;padding:0;width:min(460px,100vw);height:100dvh;max-height:100dvh;max-width:100vw;border:0;background:#fbfbfd;color:#151517; }
dialog::backdrop { background:rgba(0,0,0,.38);backdrop-filter:blur(3px); }.pcs-cart-dialog .cart-header { display:flex;justify-content:space-between;align-items:center; }.cart-header h2 { margin:0; }
.cart-item .product-visual { width:56px;height:56px;border-radius:15px; }.cart-item .product-visual svg { width:28px;height:28px; }.pcs-cart-qty { width:68px; padding:5px 8px;border:1px solid #d7d9dd;border-radius:8px;background:white;margin-top:10px; }.cart-item-copy label { font-size:12px; }.cart-item-price button { font-size:12px; }
.inquiry-dialog { width:min(600px,calc(100vw - 28px));max-height:calc(100dvh - 32px);overflow-y:auto;border:0; }.inquiry-dialog h2 { margin:8px 35px 24px 0;font-size:27px; }.pcs-dialog-close { position:absolute;right:16px;top:16px; }
.pcs-toast { position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:1000;padding:14px 22px;border-radius:14px;background:#171719;color:white;box-shadow:0 8px 30px #0003;max-width:calc(100vw - 30px);font-size:14px; }
@media(max-width:1100px){.pcs-desktop-nav{display:none}.pcs-menu-button{display:grid}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-grid>div{padding:20px!important;}.hero-grid{gap:30px;}}
@media(max-width:760px){.admin-bar .site-header{top:46px}.pcs-header-row{gap:12px}.pcs-header-actions{gap:0}.cart-button>span:not(.pcs-icon):not(.cart-count){display:none}.product-visual{height:132px;border-radius:16px}.product-visual>.pcs-icon svg{width:55px;height:55px}.product-copy h3{font-size:14px}.catalog-tools{align-items:stretch;flex-direction:column}.catalog-search-mobile{width:100%}.catalog-sort{width:100%}.benefit-grid>div{min-height:110px;gap:10px;padding:16px!important}.benefit-grid strong{font-size:13px}.finder-card .pcs-button{justify-self:start}.contact-grid{grid-template-columns:1fr}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{float:none;width:100%}.woocommerce .cart-collaterals .cart_totals{padding:15px}.pcs-content{padding-block:35px}}
@media(max-width:380px){.product-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.product-visual{height:190px}.contact-fields{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
