.collection-page{min-height:65vh;background:#fff;color:#191716}.collection-shell{padding-top:25px;padding-bottom:78px}.collection-header-row{border-bottom:1px solid #e9e7e5;padding:0 0 18px}.collection-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#77716e;font-size:12px;line-height:1.5}.collection-breadcrumb a{text-decoration:none;color:#5e5a57}.collection-breadcrumb a:hover{text-decoration:underline}.collection-breadcrumb strong{font-weight:500;color:#1e1b19}.collection-header-row h1{margin:16px 0 0;font-size:30px;line-height:1.15;letter-spacing:-.035em;font-weight:650}.collection-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:18px;padding:18px 0 16px;border-bottom:1px solid #e9e7e5;color:#625e5b;font-size:13px}.collection-toolbar>#collectionResultText{margin-right:auto;color:#373330}.collection-sort-label{display:flex;align-items:center;gap:9px;font-weight:600;color:#282421}.collection-sort-label select{min-width:185px;border:0;background:#fff;color:#25211f;font:inherit;font-weight:500;padding:7px 25px 7px 2px;cursor:pointer}.collection-filter-trigger{display:none;border:1px solid #cfcac6;background:#fff;padding:10px 15px;color:#1f1c1a;font:600 13px/1 inherit}.collection-layout{display:grid;grid-template-columns:232px minmax(0,1fr);gap:26px;padding-top:24px}.collection-filters{border-top:1px solid #2e2a27}.collection-filter-head{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e8e5e2;font-size:15px}.collection-filter-head button{display:none;border:0;background:transparent;font-size:27px;line-height:1;color:#2a2725}.collection-filter-section{padding:18px 0;border-bottom:1px solid #e8e5e2}.collection-filter-section h2{margin:0 0 15px;font-size:13px;line-height:1.2;font-weight:700}.collection-price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.collection-price-inputs label{position:relative}.collection-price-inputs span{position:absolute;left:9px;top:50%;transform:translateY(-50%);color:#817b76;font-size:12px}.collection-price-inputs input{box-sizing:border-box;width:100%;height:36px;border:1px solid #d8d3cf;padding:0 8px 0 38px;font:13px inherit;color:#24211f}.collection-apply-price{width:100%;margin-top:10px;border:1px solid #2a2725;background:#fff;padding:9px;color:#211e1c;font:600 12px inherit}.collection-filter-options{display:grid;gap:11px}.collection-color-option,.collection-check-option{display:flex;align-items:center;gap:9px;cursor:pointer;color:#4c4743;font-size:13px}.collection-color-option input,.collection-check-option input{width:15px;height:15px;margin:0;accent-color:#1b1917}.collection-color-option i{width:17px;height:17px;border:1px solid #cfcac5;border-radius:50%;box-sizing:border-box}.collection-clear-filters{margin-top:18px;border:0;background:transparent;padding:0;color:#6d6661;font:600 12px inherit;text-decoration:underline;text-underline-offset:3px}.collection-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 14px}.collection-product-card .product-image{position:relative;aspect-ratio:1;background:#f7f5f3;overflow:hidden}.collection-product-card .product-image>img{width:100%;height:100%;object-fit:contain;transition:opacity .22s ease}.collection-product-card .collection-hover-image{position:absolute;inset:0;opacity:0}.collection-product-card:hover .collection-hover-image{opacity:1}.collection-product-card:hover .product-image>img:first-child:not(.collection-hover-image){opacity:0}.collection-discount{position:absolute;left:8px;top:8px;background:#171515;color:#fff;padding:5px 7px;font-size:10px;line-height:1;font-weight:700}.collection-product-card .product-info{padding:11px 1px 0}.collection-product-card .product-info h3{display:-webkit-box;overflow:hidden;margin:0 0 8px;font-size:13px;line-height:1.45;font-weight:500;-webkit-line-clamp:2;-webkit-box-orient:vertical}.collection-product-card .product-rating{font-size:11px;color:#bd7618}.collection-product-card .product-rating span{color:#827b75;margin-left:4px}.collection-product-card .product-buy{margin-top:10px;align-items:center}.collection-product-card .price{font-size:20px;font-weight:800}.collection-product-card .compare-price{display:block;margin-top:2px;font-size:11px;color:#938b86;text-decoration:line-through}.collection-product-card .add-btn{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:1px solid #24211e;border-radius:50%;background:#fff;color:#181614}.collection-product-card .add-btn svg{width:18px;height:18px}.collection-empty{grid-column:1/-1;padding:64px 20px;text-align:center;border:1px solid #eeeae7}.collection-empty h2{margin:0 0 8px}.collection-empty p{margin:0 0 20px;color:#6d6864}.collection-not-found{max-width:680px;margin:90px auto}.collection-filter-overlay{display:none}
@media(min-width:1500px){.collection-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:900px){.collection-layout{grid-template-columns:200px minmax(0,1fr);gap:18px}.collection-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.collection-shell{width:calc(100% - 28px);padding-top:17px;padding-bottom:48px}.collection-header-row{padding-bottom:15px}.collection-header-row h1{margin-top:12px;font-size:23px}.collection-toolbar{gap:11px;padding:13px 0}.collection-toolbar>#collectionResultText{font-size:12px}.collection-sort-label{gap:4px;font-size:12px}.collection-sort-label select{min-width:0;width:106px;padding-right:0;font-size:12px}.collection-filter-trigger{display:inline-flex;align-items:center;gap:7px;padding:9px 10px;font-size:12px}.collection-layout{display:block;padding-top:17px}.collection-filters{position:fixed;z-index:10000;top:0;bottom:0;left:0;width:min(84vw,340px);overflow:auto;padding:0 20px 30px;background:#fff;transform:translateX(-105%);transition:transform .24s ease;box-shadow:12px 0 40px rgba(0,0,0,.16)}.collection-filters.open{transform:translateX(0)}.collection-filter-head{position:sticky;z-index:1;top:0;background:#fff;padding:20px 0}.collection-filter-head button{display:block}.collection-filter-overlay{position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,.46);opacity:0;pointer-events:none;transition:opacity .2s}.collection-filter-overlay.visible{display:block;opacity:1;pointer-events:auto}.collection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 9px}.collection-product-card .product-info h3{font-size:12px}.collection-product-card .price{font-size:18px}.collection-product-card .add-btn{width:35px;height:35px}.collection-product-card .add-btn svg{width:16px;height:16px}}
