:root{--navy:#041633;--deep:#020d21;--blue:#1478ef;--cyan:#10c8ef;--orange:#ff8a12;--text:#09213f;--muted:#60758a;--line:#dfe7ef;--light:#f3f7fb}*{box-sizing:border-box}body{margin:0;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.catalog-hero{padding:72px 6vw;color:#fff;background:linear-gradient(115deg,#020d21,#073d70)}.catalog-hero>div{width:min(1200px,100%);margin:auto}.catalog-hero span,.catalog-section-heading span{color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:.15em}.catalog-hero h1{max-width:760px;margin:9px 0;font-size:clamp(38px,5vw,62px);line-height:1.05}.catalog-hero p{color:#bed1e5;font-size:17px}.catalog-search{max-width:720px;margin-top:28px;display:flex}.catalog-search input{min-width:0;flex:1;padding:15px 17px;border:0;border-radius:10px 0 0 10px;font:inherit}.catalog-search button,.catalog-filter-button,.product-buy button{padding:0 22px;border:0;border-radius:0 10px 10px 0;color:#fff;background:var(--blue);font-weight:800;cursor:pointer}.catalog-shell{width:min(1280px,100%);margin:auto;padding:50px 24px 75px;display:grid;grid-template-columns:260px 1fr;gap:30px;align-items:start}.catalog-filters{padding:22px;position:sticky;top:95px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 10px 28px #06214b0c}.catalog-filter-title{display:flex;align-items:center;justify-content:space-between}.catalog-filter-title h2{margin:0}.catalog-filter-title a{color:var(--blue);font-size:12px;font-weight:800}.catalog-filters label{margin-top:16px;display:grid;gap:6px;font-size:12px;font-weight:800}.catalog-filters input,.catalog-filters select,.catalog-toolbar select{width:100%;padding:10px;border:1px solid #cbd7e4;border-radius:7px;background:#fff;font:inherit}.catalog-price-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.catalog-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.catalog-check input{width:auto}.catalog-filter-button{width:100%;margin-top:18px;padding:12px;border-radius:8px}.catalog-departments{margin-top:22px;padding-top:17px;border-top:1px solid var(--line);display:grid;gap:8px}.catalog-departments h3{margin:0 0 4px}.catalog-departments a{color:#466079;font-size:13px}.catalog-departments a:hover{color:var(--blue)}.catalog-toolbar{margin-bottom:20px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:10px;background:var(--light);font-size:13px}.catalog-toolbar select{width:auto;min-width:180px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.catalog-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 10px 28px #06214b0d;transition:transform .2s ease,box-shadow .2s ease}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #06214b1c}.catalog-card__visual{height:210px;position:relative;display:block;overflow:hidden;background:radial-gradient(circle,#174575,#061b39)}.catalog-card__visual img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.catalog-card:hover .catalog-card__visual img{transform:scale(1.035)}.catalog-card__placeholder{height:100%;display:grid;place-items:center;color:var(--cyan);font-size:48px}.catalog-card__badge{padding:7px 10px;position:absolute;z-index:2;top:12px;left:12px;border-radius:6px;color:#fff;background:#e85d0b;box-shadow:0 5px 14px #0004;font-size:10px;font-weight:900;letter-spacing:.06em}.catalog-card__body{padding:18px;display:flex;flex:1;flex-direction:column}.catalog-card__meta{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.catalog-card h2{margin:6px 0;font-size:21px;line-height:1.15}.catalog-card p{min-height:40px;margin:0 0 9px;color:var(--muted);font-size:12px;line-height:1.55}.catalog-card__stock,.product-detail__stock{font-size:11px;font-weight:800}.is-available{color:#168d53}.is-empty{color:#b33c45}.catalog-card__old,.product-detail__old{margin-top:10px;color:#7b8da0;font-size:12px;text-decoration:line-through}.catalog-card__price{color:#086bb8;font-size:23px;font-weight:900}.catalog-card__saving,.product-detail__saving{color:#168d53;font-size:11px;font-weight:800}.catalog-card__actions{margin-top:16px;display:grid;grid-template-columns:auto 1fr;gap:8px}.catalog-card__actions>a,.catalog-card__actions button{height:40px;padding:0 12px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--blue);background:#fff;font-size:11px;font-weight:800}.catalog-card__actions form,.catalog-card__actions button{width:100%}.catalog-card__actions button{border:0;color:#fff;background:var(--blue);cursor:pointer}.catalog-card__actions button:disabled,.product-buy button:disabled{opacity:.5;cursor:not-allowed}.catalog-empty{grid-column:1/-1;padding:60px;text-align:center;border-radius:14px;background:var(--light)}.catalog-empty a{color:var(--blue);font-weight:800}.catalog-pagination{margin-top:28px}.catalog-pagination nav>div:first-child{display:none}.catalog-pagination nav>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:15px}.catalog-pagination svg{width:18px}.product-page{width:min(1200px,100%);margin:auto;padding:28px 24px 75px}.product-breadcrumb{margin-bottom:25px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:12px}.product-breadcrumb a:hover{color:var(--blue)}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:start}.product-detail__visual{min-height:480px;position:relative;overflow:hidden;display:grid;place-items:center;border:1px solid var(--line);border-radius:17px;background:radial-gradient(circle,#174575,#061b39)}.product-detail__visual img{width:100%;height:480px;object-fit:contain;background:#fff}.product-detail__placeholder{color:var(--cyan);font-size:75px}.product-detail__department{color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.product-detail h1{margin:8px 0 5px;font-size:clamp(34px,4vw,52px);line-height:1.04}.product-detail__sku{margin-bottom:18px;color:var(--muted);font-size:12px}.product-detail__stock{margin:18px 0}.product-detail__price{color:#086bb8;font-size:38px;font-weight:900}.product-buy{margin:25px 0 13px;display:grid;grid-template-columns:105px 1fr;gap:10px}.product-buy label{display:grid;gap:4px;font-size:11px;font-weight:800}.product-buy input{width:100%;padding:12px;border:1px solid #cbd7e4;border-radius:8px;font:inherit}.product-buy button{border-radius:8px}.product-whatsapp{padding:13px;display:block;border:1px solid #1a9b5a;border-radius:8px;color:#168d53;text-align:center;font-size:12px;font-weight:850}.product-detail__benefits{margin-top:22px;padding:17px;display:grid;gap:8px;border-radius:10px;color:#466079;background:var(--light);font-size:12px}.product-description{margin-top:55px;padding:30px;border:1px solid var(--line);border-radius:15px}.product-description h2{margin-top:0;font-size:29px}.product-description>div{color:#466079;line-height:1.75}.product-description dl{margin:28px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-description dl div{padding:13px;border-radius:8px;background:var(--light)}.product-description dt{color:var(--muted);font-size:10px;text-transform:uppercase}.product-description dd{margin:3px 0 0;font-weight:800}.related-products{margin-top:65px}.catalog-section-heading h2{margin:5px 0 24px;font-size:35px}.related-products .catalog-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1050px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.related-products .catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.catalog-shell{grid-template-columns:1fr}.catalog-filters{position:static}.product-detail{grid-template-columns:1fr}.product-detail__visual,.product-detail__visual img{min-height:360px;height:360px}}@media(max-width:560px){.catalog-hero{padding:52px 20px}.catalog-search{display:grid;gap:8px}.catalog-search input,.catalog-search button{min-height:46px;border-radius:8px}.catalog-shell,.product-page{padding-right:18px;padding-left:18px}.catalog-grid,.related-products .catalog-grid{grid-template-columns:1fr}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-toolbar select{width:100%}.product-buy{grid-template-columns:1fr}.product-buy button{min-height:48px}.product-description{padding:21px}.product-description dl{grid-template-columns:1fr}}
