.product-detail-page{padding-top:3rem}.product-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:clamp(2rem,5vw,5rem);align-items:start}.product-media-panel{overflow:hidden;min-height:460px;display:grid;place-items:center;background:linear-gradient(145deg,#fff0f3,#fff8e9);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}.product-media-panel img{width:100%;height:100%;max-height:720px;object-fit:cover}.product-page-placeholder{font-size:9rem;filter:drop-shadow(0 20px 22px rgba(95,58,46,.15))}.product-info-panel{padding-block:1rem}.product-info-panel h1{margin:.3rem 0 .8rem;font-family:Georgia,serif;font-size:clamp(2.6rem,5vw,5rem);line-height:.98}.product-page-price{margin:.25rem 0 1.25rem;font-family:Georgia,serif;font-size:2rem;font-weight:850}.product-page-description{color:var(--muted);font-size:1.02rem;line-height:1.75}.product-bullet-list{margin:1.25rem 0;padding-left:1.25rem;color:#594740;line-height:1.8}.product-page-cta{width:100%;margin-top:1.25rem}.product-back-link{display:inline-block;margin-top:1rem;color:var(--pink-dark);font-weight:850;text-decoration:underline;text-underline-offset:3px}.product-details-flow{max-width:980px;margin-top:3rem}.collection-description{max-width:760px;margin-inline:auto;color:var(--muted);line-height:1.7}.collection-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.collection-product-card{overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 12px 30px rgba(95,58,46,.07)}.collection-product-media{min-height:250px;display:grid;place-items:center;background:linear-gradient(145deg,#fff0f3,#fff8e9)}.collection-product-media img{width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover}.collection-product-media span{font-size:6rem}.collection-product-body{padding:1.35rem;display:flex;flex:1;flex-direction:column}.collection-product-body h2{margin:.35rem 0;font-family:Georgia,serif;font-size:1.55rem}.collection-product-body p{color:var(--muted);line-height:1.6}.collection-card-actions{margin-top:auto;padding-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.search-page{display:grid;gap:1.5rem}.search-form{padding:1.25rem}.search-form-row{margin-top:.55rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.search-result-card{display:flex;flex-direction:column;align-items:flex-start}.search-result-card p{flex:1}.search-empty{text-align:center}.pagination{margin-top:2rem;display:flex;justify-content:center;gap:.5rem}.pagination a,.pagination .page{padding:.55rem .75rem;background:#fff;border:1px solid var(--line);border-radius:10px}@media(max-width:980px){.product-page-grid{grid-template-columns:1fr}.product-media-panel{min-height:360px}.collection-products-grid,.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.product-detail-page{padding-top:1.5rem}.product-media-panel{min-height:280px;border-radius:22px}.product-page-placeholder{font-size:6.5rem}.collection-products-grid,.search-results-grid,.search-form-row{grid-template-columns:1fr}.collection-card-actions{grid-template-columns:1fr}.search-form-row .btn{width:100%}}