.nav-account{display:flex;align-items:center;gap:18px;font-weight:600;font-size:13px}.cart-link{position:relative;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:9px;padding:12px 20px}.cart-link:hover{border-color:var(--accent);color:var(--accent)}.cart-badge{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:20px;background:var(--accent);color:white;font-size:10px;font-weight:800}.catalog-banner{background:#11162c;color:white;padding:25px 0;background-image:linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px);background-size:70px 70px}.catalog-banner .container{display:flex;gap:30px}.catalog-banner b{color:#ffd43b}.catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;padding-block:32px 65px}.catalog-page{background:#f6f8fc;min-height:70vh}.catalog-filters{align-self:start;position:sticky;top:125px}.filter-panels{display:grid;gap:18px}.filter-panels section,.filter-panels form{background:white;border:1px solid var(--line);border-radius:14px;padding:18px}.filter-panels h2{font:700 14px 'Plus Jakarta Sans';margin:0 0 14px}.filter-panels section>a{display:flex;justify-content:space-between;padding:11px 12px;border-radius:8px;font-size:13px}.filter-panels section>a span{color:#959caf}.filter-panels section>a.selected{background:#eeefff;color:var(--accent);font-weight:700}.filter-panels .button{width:100%;padding:12px}.price-range{display:flex;align-items:center;gap:7px;margin-bottom:12px}.price-range label{font-size:0}.price-range input{width:100%;min-width:0;border:1px solid #d9dce7;border-radius:8px;padding:11px;font-size:12px}.filter-toggle{display:none}.catalog-results{min-width:0}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.catalog-toolbar p{margin:0;font-size:13px}.catalog-toolbar>div{display:flex;gap:7px;align-items:center}.catalog-toolbar form{margin:0}.catalog-toolbar select{border:1px solid #dfe2eb;border-radius:9px;background:white;padding:11px 40px 11px 13px;color:var(--ink)}.view-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dfe2eb;background:white;border-radius:9px;color:#9299ac;font-size:20px}.view-button.active{background:var(--accent);border-color:var(--accent);color:white}.active-filter{display:flex;align-items:center;justify-content:space-between;background:#eeefff;color:#555c75;border-radius:9px;padding:10px 14px;margin-bottom:18px;font-size:12px}.active-filter a{color:var(--accent);font-weight:700}.catalog-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.catalog-products .card-image{height:190px}.seller,.rating{display:flex;align-items:center;gap:7px;color:#81889a;font-size:11px;margin:10px 0}.seller>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#eff0f4;font-size:8px}.seller i{font-style:normal;color:#448cff}.rating b{color:#f29a13}.rating span:before{content:'•';margin-right:7px}.catalog-products.list-view{grid-template-columns:1fr}.catalog-products.list-view .product-card{display:grid;grid-template-columns:250px 1fr}.catalog-products.list-view .card-image{height:100%;min-height:230px}.catalog-products.list-view .card-body{display:grid;grid-template-columns:1fr auto;column-gap:30px}.catalog-products.list-view .card-body>h3,.catalog-products.list-view .card-body>p,.catalog-products.list-view .card-category{grid-column:1}.catalog-products.list-view .seller,.catalog-products.list-view .rating{grid-column:1}.catalog-products.list-view .card-price{grid-column:2;grid-row:1/6;border:0;flex-direction:column;justify-content:center;align-items:flex-end}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.catalog-products.list-view .card-actions{grid-column:1/-1;border-top:1px solid var(--line);padding-top:14px;margin-top:4px}@media(max-width:1050px){.catalog-layout{grid-template-columns:210px minmax(0,1fr)}.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.nav-account{margin-left:auto}.catalog-banner .container{flex-wrap:wrap;gap:12px 22px;font-size:12px}.catalog-layout{display:block;padding-top:20px}.catalog-filters{position:static;margin-bottom:18px}.filter-toggle{display:flex;width:100%;justify-content:space-between;padding:13px;border:1px solid var(--line);border-radius:9px;background:white;font-weight:700}.filter-panels{display:none;margin-top:10px}.filter-panels.is-open{display:grid}.catalog-toolbar{align-items:flex-start}.catalog-toolbar>div{flex-wrap:wrap;justify-content:flex-end}.catalog-toolbar select{max-width:150px}.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-products.list-view .product-card{display:block}.catalog-products.list-view .card-image{height:190px;min-height:0}.catalog-products.list-view .card-body{display:block}.catalog-products.list-view .card-price{flex-direction:row;align-items:center;border-top:1px solid var(--line)}.catalog-products .seller,.catalog-products .rating{font-size:9px}.nav-account .btn-login{background:#2f6bff;border-color:#2f6bff;color:white}.nav-account .btn-login:hover{filter:brightness(.92);color:white}.cart-link{width:46px;height:46px;padding:0;justify-content:center;gap:0}.cart-link>span{display:none}.cart-link .cart-badge{top:-6px;right:-6px}}@media(max-width:430px){.catalog-products{grid-template-columns:1fr}.catalog-products .card-image{height:210px}.catalog-toolbar p{font-size:12px}}
