.catalog-product-item{background:var(--white);border-radius:var(--border-radius);overflow:hidden}.catalog-product-item__img{width:100%;height:auto;object-fit:cover;aspect-ratio:2/1}.catalog-product-item__info{display:grid;grid-template-columns:1fr auto;align-items:center;padding:5px 15px 15px}.catalog-product-item__header{grid-column:1/3;display:flex;flex-wrap:wrap;align-items:start;justify-content:space-between;gap:5px}.catalog-product-item__title{font-size:clamp(20px,1.8vw,26px);font-weight:600}@media(hover:hover)and (pointer:fine){.catalog-product-item__title:hover .catalog-product-item__btn{background:var(--gold-acsent)}}.catalog-product-item__cost{font-size:clamp(18px,1.4vw,20px);font-weight:300}.catalog-product-item__desc{display:flex;flex-direction:column;gap:5px;font-size:clamp(15px,1.4vw,18px);font-weight:300;margin-top:10px}.catalog-product-item__btn{width:60px;height:60px;border-radius:50px;background:var(--brown);display:flex;justify-content:center;align-items:center;color:var(--white);justify-self:flex-end;align-self:flex-end;transition:.3s}@media(hover:hover)and (pointer:fine){.catalog-product-item__btn:hover{background:var(--gold-acsent)}}.cost-range__input-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;width:100%}.cost-range__range{padding:0 10px}.input{width:100%;height:43px;max-width:400px;border-radius:var(--border-radius);border:2px solid var(--border-c);padding:0 15px;font-size:18px;font-weight:300;outline:none}.input::placeholder{color:var(--dark);opacity:.4;font-size:18px;font-weight:300}.input:focus{border:2px solid var(--gold-acsent)}