.collection-page-section .coll-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px;margin-bottom:60px}.collection-page-section .coll-collection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px 0;border-bottom:1px solid #eee}.collection-page-section .coll-collection-counter{font-size:1.1rem;color:#000;font-weight:600}.collection-page-section .coll-collection-counter__number{font-weight:700;color:#ff9500}.collection-page-section .coll-counter-text-short,.collection-page-section .coll-counter-text-mini{display:none}.collection-page-section .coll-counter-text-full{display:inline}.collection-page-section .coll-collection-sort{display:flex;align-items:center;gap:10px}.collection-page-section .coll-collection-sort__label{font-size:14px;color:#666;font-weight:500}.collection-page-section .coll-collection-sort__wrapper{position:relative}.collection-page-section .coll-collection-sort__select{padding:8px 30px 8px 12px;border:2px solid #ddd;border-radius:6px;background:#fff;font-size:14px;color:#000;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px}.collection-page-section .coll-product-card-wrapper{width:100%;max-width:250px;height:auto;min-height:420px;margin:0 auto}.collection-page-section .coll-product-card{height:100%;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease;align-items:center}.collection-page-section .coll-product-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}.collection-page-section .coll-product-card__image-wrapper{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;max-width:240px;height:200px;aspect-ratio:1.2/1}.collection-page-section .coll-product-card__image-link{display:block;width:100%;height:100%;cursor:pointer;text-decoration:none}.collection-page-section .coll-product-card__image-wrapper img{padding:10px;width:100%;height:100%;max-width:224px;max-height:224px;object-fit:contain;border-radius:15px;transition:transform .4s ease;display:block;margin:0 auto}.collection-page-section .coll-product-card:hover .coll-product-card__image-wrapper img{transform:scale(1.05)}.collection-page-section .coll-product-card__image{padding:10px;width:100%;height:100%;max-width:224px;max-height:224px;transition:transform .4s ease;object-fit:contain;border-radius:12px}.collection-page-section .coll-product-tag{position:absolute;top:12px;right:12px;background-color:#000;color:#fff;padding:6px 12px;font-size:12px;font-weight:600;border-radius:0 12px 0 25px;border:2px solid #333333;box-shadow:0 2px 4px #0000004d;z-index:2}.collection-page-section .coll-product-tag.bestseller{background-color:#000;border:2px solid #333333}.collection-page-section .coll-product-card__info{padding:20px;display:flex;flex-direction:column;flex-grow:1;text-align:left;width:100%}.collection-page-section .coll-product-card__title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:24px}.collection-page-section .coll-product-card__link{color:inherit;text-decoration:none;transition:color .3s ease}.collection-page-section .coll-product-card__link:hover{color:#ff9500}.collection-page-section .coll-product-card__subtitle{font-size:14px;color:#817a75;margin-bottom:12px;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.collection-page-section .coll-product-card__meta{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.collection-page-section .coll-product-card__location,.collection-page-section .coll-product-card__capacity{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}.collection-page-section .coll-product-card__location svg,.collection-page-section .coll-product-card__capacity svg{width:16px;height:16px;fill:#666}.collection-page-section .coll-product-card__price{font-size:18px;font-weight:700;color:#1a1a1a;margin:16px 0 20px;text-align:left}.collection-page-section .coll-product-card__button{margin-top:auto;background:linear-gradient(90deg,#fec248,#ff9500);color:#fff;text-align:center;padding:12px 16px;text-decoration:none;border-radius:8px;display:flex;justify-content:center;align-items:center;transition:all .3s ease;font-weight:600;font-size:14px;border:none;cursor:pointer;gap:6px}.collection-page-section .coll-product-card__button:hover{background:linear-gradient(90deg,#ffd666,orange);box-shadow:0 4px 12px #ff95004d;transform:translateY(-2px)}.collection-page-section .coll-button-icon{margin-left:6px;transition:transform .3s ease;width:16px;height:8px;fill:#fff}.collection-page-section .coll-product-card__button:hover .coll-button-icon{transform:translate(2px)}@media (max-width: 1024px){.collection-page-section .coll-products-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:50px}.collection-page-section .coll-product-card-wrapper{max-width:280px;min-height:400px}.collection-page-section .coll-product-card__image-wrapper{max-width:280px}.collection-page-section .coll-collection-header{margin-bottom:24px}}@media (max-width: 768px){.collection-page-section .coll-products-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px;margin-bottom:40px}.collection-page-section .coll-product-card-wrapper{max-width:100%;min-height:380px}.collection-page-section .coll-product-card{transition:none}.collection-page-section .coll-product-card:hover{transform:none;box-shadow:0 4px 16px #00000014}.collection-page-section .coll-product-card__image-wrapper{height:200px;max-width:100%}.collection-page-section .coll-product-card__image-wrapper img{transition:none}.collection-page-section .coll-product-card:hover .coll-product-card__image-wrapper img{transform:none}.collection-page-section .coll-product-card__image{transition:none}.collection-page-section .coll-product-card__info{padding:16px}.collection-page-section .coll-product-card__title{font-size:14px;line-height:20px}.collection-page-section .coll-product-card__link{transition:none}.collection-page-section .coll-product-card__link:hover{color:inherit}.collection-page-section .coll-product-card__subtitle{font-size:12px;line-height:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.collection-page-section .coll-product-card__meta{gap:8px}.collection-page-section .coll-product-card__location,.collection-page-section .coll-product-card__capacity{font-size:11px}.collection-page-section .coll-product-card__price{font-size:16px}.collection-page-section .coll-product-card__button{transition:none}.collection-page-section .coll-product-card__button:hover{background:linear-gradient(90deg,#fec248,#ff9500);box-shadow:none;transform:none}.collection-page-section .coll-button-icon{transition:none}.collection-page-section .coll-product-card__button:hover .coll-button-icon{transform:none}.collection-page-section .coll-collection-header{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.collection-page-section .coll-collection-counter{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.collection-page-section .coll-collection-sort{order:3;width:100%;margin-top:10px}}@media (max-width: 480px){.collection-page-section .coll-products-grid{grid-template-columns:repeat(2,1fr);gap:6px;max-width:100%;margin:15px auto 30px}.collection-page-section .coll-collection-header{padding:15px 0}.collection-page-section .coll-collection-counter{font-size:13px;line-height:1.3;max-width:calc(100% - 100px)}.collection-page-section .coll-counter-text-full{display:none}.collection-page-section .coll-counter-text-short{display:inline}.collection-page-section .coll-product-card-wrapper{width:100%;min-height:320px}.collection-page-section .coll-product-card{transition:none}.collection-page-section .coll-product-card:hover{transform:none;box-shadow:0 4px 16px #00000014}.collection-page-section .coll-product-card__image-wrapper{height:160px;max-width:100%}.collection-page-section .coll-product-card__image-wrapper img{padding:8px;transition:none;object-fit:contain}.collection-page-section .coll-product-card:hover .coll-product-card__image-wrapper img{transform:none}.collection-page-section .coll-product-card__image{padding:8px;transition:none;object-fit:contain}.collection-page-section .coll-product-card__info{padding:8px}.collection-page-section .coll-product-card__title{font-size:12px;line-height:16px;margin-bottom:4px}.collection-page-section .coll-product-card__link{transition:none}.collection-page-section .coll-product-card__link:hover{color:inherit}.collection-page-section .coll-product-card__subtitle{font-size:10px;line-height:14px;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.collection-page-section .coll-product-card__meta{flex-direction:column;gap:2px;margin-bottom:6px}.collection-page-section .coll-product-card__location,.collection-page-section .coll-product-card__capacity{font-size:9px}.collection-page-section .coll-product-card__location svg,.collection-page-section .coll-product-card__capacity svg{width:12px;height:12px}.collection-page-section .coll-product-card__price{font-size:14px;margin:8px 0;font-weight:700}.collection-page-section .coll-product-card__button{padding:6px 8px;font-size:11px;font-weight:600;transition:none}.collection-page-section .coll-product-card__button:hover{background:linear-gradient(90deg,#fec248,#ff9500);box-shadow:none;transform:none}.collection-page-section .coll-button-icon{width:12px;height:6px;margin-left:4px;transition:none}.collection-page-section .coll-product-card__button:hover .coll-button-icon{transform:none}.collection-page-section .coll-product-tag{top:6px;right:6px;padding:2px 6px;font-size:8px;border-radius:0 8px 0 15px}}@media (max-width: 360px){.collection-page-section .coll-products-grid{grid-template-columns:repeat(2,1fr);gap:4px;max-width:100%;margin-bottom:30px}.collection-page-section .coll-collection-counter{font-size:12px;max-width:calc(100% - 80px);line-height:1.2}.collection-page-section .coll-counter-text-full,.collection-page-section .coll-counter-text-short{display:none}.collection-page-section .coll-counter-text-mini{display:inline}.collection-page-section .coll-product-card-wrapper{min-height:300px}.collection-page-section .coll-product-card{transition:none}.collection-page-section .coll-product-card:hover{transform:none;box-shadow:0 4px 16px #00000014}.collection-page-section .coll-product-card__image-wrapper{height:140px}.collection-page-section .coll-product-card__image-wrapper img{padding:6px;transition:none;object-fit:contain}.collection-page-section .coll-product-card:hover .coll-product-card__image-wrapper img{transform:none}.collection-page-section .coll-product-card__image{padding:6px;transition:none;object-fit:contain}.collection-page-section .coll-product-card__info{padding:6px}.collection-page-section .coll-product-card__title{font-size:11px;line-height:14px}.collection-page-section .coll-product-card__link{transition:none}.collection-page-section .coll-product-card__link:hover{color:inherit}.collection-page-section .coll-product-card__subtitle{font-size:9px;line-height:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.collection-page-section .coll-product-card__location,.collection-page-section .coll-product-card__capacity{font-size:8px}.collection-page-section .coll-product-card__location svg,.collection-page-section .coll-product-card__capacity svg{width:10px;height:10px}.collection-page-section .coll-product-card__price{font-size:13px}.collection-page-section .coll-product-card__button{padding:4px 6px;font-size:10px;transition:none}.collection-page-section .coll-product-card__button:hover{background:linear-gradient(90deg,#fec248,#ff9500);box-shadow:none;transform:none}.collection-page-section .coll-button-icon{width:10px;height:5px;margin-left:2px;transition:none}.collection-page-section .coll-product-card__button:hover .coll-button-icon{transform:none}.collection-page-section .coll-product-tag{top:4px;right:4px;padding:1px 4px;font-size:7px}}
/*# sourceMappingURL=/cdn/shop/t/95/assets/collection-product-grid.css.map */
