.collection-product-card .pgs-card {border-radius:22px;background:#f6f6f6;border:1px solid rgba(0,0,0,.06);overflow:hidden}
.collection-product-card .pgs-card__imgwrap{display:block;aspect-ratio:1/1;background:#f6f6f6}
.collection-product-card .pgs-card__img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease}
.collection-product-card .pgs-card:hover .pgs-card__img{transform:scale(1.03)}

.collection-product-card .pgs-card__meta{padding: 10px 10px 8px;background:#f6f6f6}
.collection-product-card .pgs-card__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.collection-product-card .pgs-chip{font-size:10px;line-height:1;padding:4px 8px;border-radius:999px;background:#eaeaea;display:inline-block;text-transform: uppercase;}

.collection-product-card .pgs-card__title{display:block;font-weight:600;margin:0 0 8px;text-decoration:none;color:inherit}
.collection-product-card .pgs-card__title:hover{text-decoration:none}

.collection-product-card .pgs-card__row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.collection-product-card .pgs-card__strength{font-size:.9rem;color:rgba(0,0,0,.7);margin-bottom:6px;text-transform: uppercase;}

.collection-product-card .pgs-card__price{font-weight:600}
.collection-product-card .pgs-card__price--sale{display:flex;align-items:center;gap:10px}
.collection-product-card .pgs-price--new{color:#e11900;font-weight:700}
.collection-product-card .pgs-price--old{color:#000;text-decoration:line-through;opacity:.8}

.collection-product-card .pgs-add__btn{width:44px;height:44px;border-radius:14px;border:1px solid rgba(0,0,0,.12);display:grid;place-items:center;background:#fff;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}
.collection-product-card .pgs-add__btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.collection-product-card .pgs-add__btn[disabled]{opacity:.45;cursor:not-allowed}



.product-recommendations .pgs-card{border-radius:22px;border:1px solid rgba(0,0,0,.06);overflow:hidden;background:#f6f6f6}
.product-recommendations .pgs-card__imgwrap{display:block;aspect-ratio:1/1;background:#f6f6f6}
.product-recommendations .pgs-card__meta{padding:10px 10px 8px;background:#f6f6f6}
.product-recommendations .pgs-card__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.product-recommendations .pgs-chip{font-size:10px;line-height:1;padding:4px 8px;border-radius:999px;background:#eaeaea}
.product-recommendations .pgs-card__row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.product-recommendations .pgs-price--new{color:#e11900;font-weight:700}
.product-recommendations .pgs-price--old{color:#000;text-decoration:line-through;opacity:.8}
.product-recommendations .pgs-add__btn{width:44px;height:44px;border-radius:14px;border:1px solid rgba(0,0,0,.12);display:grid;place-items:center;background:#fff;transition:transform .12s ease,box-shadow .12s ease}
.product-recommendations .pgs-add__btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.product-recommendations .pgs-card__img{width:100%;height:100%;object-fit:contain;transition:transform .28s ease}
.product-recommendations .pgs-card:hover .pgs-card__img{transform:scale(1.04)}
