.catalog-page{padding:30px 16px 50px}.catalog-page__container,.product-page__container{max-width:1240px;margin:0 auto}.catalog-page__head h1{margin:0 0 20px;font-size:clamp(32px,4vw,52px);font-weight:700}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:20px}.catalog-filters{background:#fff;border:1px solid #efe3e3;border-radius:16px;padding:16px;height:-moz-fit-content;height:fit-content}.catalog-filters h2{margin:0 0 16px;font-size:18px;font-weight:700}.catalog-filter-link{display:block;padding:8px 10px;border-radius:10px;text-decoration:none;color:#333}.catalog-filter-link.is-active{background:#f7e9e9;color:#a65555;font-weight:700}.catalog-filter-link.is-sub{margin-left:12px;font-size:14px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.catalog-card{border:1px solid #efe2e2;border-radius:18px;background:#fff;text-decoration:none;color:#212121;overflow:hidden;box-shadow:0 8px 20px #2016160d}.catalog-card__image-wrap{aspect-ratio:4/3;overflow:hidden;background:#f9f4f4;display:grid;place-items:center}.catalog-card__image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.catalog-card:hover .catalog-card__image-wrap img{transform:scale(1.08)}.catalog-card__body{padding:14px}.catalog-card__body h3{margin:0 0 8px;font-size:17px;font-weight:600}.catalog-card__price{font-size:18px;font-weight:700}.product-page{padding:30px 16px 50px}.product-page__top{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.product-title{margin:0 0 16px;font-size:clamp(28px,3.4vw,42px);font-weight:400}.product-photo{border:1px solid #eee1e1;border-radius:18px;overflow:hidden;background:#fff}.product-photo img{width:100%;display:block}.product-buy{border:1px solid #efe1e1;border-radius:18px;background:#fff;padding:20px}.product-price{font-size:46px;font-weight:300;margin-bottom:16px}.product-buy__buttons{display:grid;gap:10px}.buy-btn{border:1px solid #ddbebe;background:#fff;color:#252525;border-radius:999px;padding:12px 14px;font-size:15px;cursor:pointer}.buy-btn--dark{background:#222;color:#fff;border-color:#222}.product-desc{margin-top:18px;font-size:16px;line-height:1.55;color:#333}.product-specs{margin-top:20px}.product-specs h2{margin:0 0 14px;font-size:22px}.product-specs__list{border:1px solid #efe4e4;border-radius:14px;background:#fff}.product-specs__row{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid #f2e8e8}.product-specs__row:last-child{border-bottom:0}.catalog-toast{position:fixed;right:14px;bottom:18px;background:#222;color:#fff;border-radius:10px;padding:10px 12px;box-shadow:0 8px 20px #0003;opacity:0;transform:translateY(8px);transition:all .2s ease;z-index:1400}.catalog-toast.is-visible{opacity:1;transform:translateY(0)}.quick-buy-popup{position:fixed;inset:0;background:#0e121c8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:1300;padding:14px 12px}.quick-buy-popup.active{display:flex}.quick-buy-popup__card{width:100%;max-width:520px;max-height:calc(100vh - 28px);overflow-y:auto;border:1px solid rgba(17,24,39,.12);border-radius:20px;background:#fff;box-shadow:0 20px 40px #0f172a33;position:relative;padding:20px 20px 16px}.quick-buy-popup__card h3{margin:0 0 10px;font-size:26px}.quick-buy-popup__close{position:absolute;top:10px;right:14px;border:0;background:transparent;font-size:32px;line-height:1;cursor:pointer}.quick-buy-form{display:grid;gap:10px}.quick-buy-form label{display:grid;gap:6px;font-size:14px}.quick-buy-form input,.quick-buy-form textarea{border:1px solid rgba(17,24,39,.18);border-radius:12px;padding:10px 12px;font-size:15px}.quick-buy-form button[type=submit]{border:0;border-radius:12px;background:#1f2937;color:#fff;font-size:16px;font-weight:700;padding:11px 14px;cursor:pointer}.quick-buy-form__consent{display:flex!important;gap:8px;align-items:flex-start}.quick-buy-form__message{font-size:14px}.quick-buy-form__message.is-success{color:#1f7a36}.quick-buy-form__message.is-error{color:#b42318}.honeypot{display:none!important}@media(max-width:1024px){.catalog-layout{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page__top{grid-template-columns:1fr}}@media(max-width:680px){.catalog-grid{grid-template-columns:1fr}}
