/* HEPHORA V18 */
.template-collection .collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 16px}.template-collection .product-card,.template-search .product-card{min-width:0;background:#fff;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.template-collection .product-card:hover,.template-search .product-card:hover{transform:translateY(-2px);border-color:rgba(7,27,73,.12);box-shadow:0 12px 30px rgba(7,27,73,.08)}.template-collection .product-card__media,.template-search .product-card__media{background:#FAF9F6;aspect-ratio:4/5;overflow:hidden}.template-collection .product-card__media img,.template-search .product-card__media img{width:100%;height:100%;object-fit:contain}.template-collection .product-card__title,.template-search .product-card__title{display:block;color:#071B49;font-weight:600;line-height:1.35}.template-collection .product-card__price,.template-search .product-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.template-collection .product-card__actions,.template-search .product-card__actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:12px}.template-collection .product-card__actions .btn,.template-search .product-card__actions .btn{width:100%;min-height:44px}.template-collection .filter-group{border-bottom:1px solid rgba(7,27,73,.12);padding:16px 0}.template-collection .filter-group summary{cursor:pointer;list-style:none;font-weight:600;display:flex;justify-content:space-between;gap:12px}.template-collection .filter-group summary::-webkit-details-marker{display:none}.template-collection .pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px}.template-collection .pagination a,.template-collection .pagination span{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(7,27,73,.12);background:#fff;text-decoration:none}.template-collection .pagination .current{background:#071B49;color:#fff;border-color:#071B49}@media(max-width:1099px){.template-collection .collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 14px}}@media(max-width:749px){.template-collection .collection-grid,.template-search .collection-grid,.template-search .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.template-collection .product-card:hover,.template-search .product-card:hover{transform:none;box-shadow:none}.template-collection .product-card__actions,.template-search .product-card__actions{margin-top:8px}.template-collection .product-card__actions .btn,.template-search .product-card__actions .btn{min-height:42px;font-size:11px;padding:0 10px}.template-collection .pagination{margin-top:28px}.template-collection .pagination a,.template-collection .pagination span{min-width:38px;height:38px}}