.pdp-breadcrumb{padding:1rem 0;font-family:Inter,sans-serif;font-size:.8rem;color:var(--steel-grey)}.pdp-breadcrumb a{color:var(--brand-teal);font-weight:500}.pdp-breadcrumb a:hover{text-decoration:underline;font-weight:500}.pdp-breadcrumb-sep{margin:0 .5rem;color:var(--light-grey)}.pdp-main{padding-top:1rem;padding-bottom:3rem}.pdp-layout{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px}@media(min-width:768px){.pdp-layout{grid-template-columns:1fr 1fr;gap:3rem}}.pdp-image{background:#f5f7f8;border-radius:var(--card-radius);padding:2rem;display:flex;align-items:center;justify-content:center}.pdp-image img{width:100%;height:auto;max-height:500px;object-fit:contain}.pdp-info{display:flex;flex-direction:column}.pdp-name{font-family:Bitter,serif;font-weight:500;font-size:1.6rem;color:var(--navy-deep);margin:0 0 .5rem;letter-spacing:.02em}.pdp-price{font-family:Inter,sans-serif;font-weight:700;font-size:1.5rem;color:var(--navy-deep);margin:0 0 1.25rem}.pdp-description{font-size:.95rem;line-height:1.65;color:var(--steel-grey);margin-bottom:1rem}.pdp-features{list-style:none;padding:0;margin:0 0 1.25rem}.pdp-features li{font-size:.85rem;color:var(--steel-grey);padding:.3rem 0 .3rem 1.25rem;position:relative}.pdp-features li:before{content:"—";position:absolute;left:0;color:var(--brand-teal);font-weight:600}.pdp-made-to-order{font-size:.8rem;line-height:1.6;color:var(--mid-grey);background:#f5f7f8;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border-left:3px solid var(--brand-teal)}.pdp-color-selector{margin-bottom:1rem}.pdp-selector-label{font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;color:var(--navy-deep);margin-right:.5rem}.pdp-color-name{font-family:Inter,sans-serif;font-weight:400;font-size:.85rem;color:var(--steel-grey)}.pdp-color-swatches{display:flex;gap:.6rem;margin-top:.5rem}.color-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color .15s ease,transform .15s ease;padding:0;flex-shrink:0}.color-swatch:hover{transform:scale(1.15)}.color-swatch.selected{border-color:var(--brand-teal);box-shadow:0 0 0 2px var(--brand-teal)}.color-swatch--bordered{border:1.5px solid #d1d5db}.color-swatch--bordered.selected{border-color:var(--brand-teal);box-shadow:0 0 0 2px var(--brand-teal)}.pdp-purchase{margin-bottom:1rem}.pdp-size-selector{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.pdp-buy{width:100%;padding:14px 32px;font-size:1rem}.pdp-buy:disabled{background:#aab5b9;cursor:not-allowed;opacity:.8}.pdp-buy:disabled:hover{transform:none}.pdp-buy.loading{pointer-events:none;opacity:.7}.pdp-shipping-note{font-size:.75rem;color:var(--steel-grey);margin-top:.5rem}.pdp-guide-section{padding:3rem 0}.pdp-guide-heading{font-size:1.2rem;letter-spacing:1.5px}.pdp-guide-intro{font-size:.9rem;line-height:1.65;max-width:650px;margin-bottom:1.5rem}.pdp-table-wrap{overflow-x:auto;margin-bottom:1.5rem}.pdp-size-table{width:100%;max-width:550px;border-collapse:collapse;font-family:Inter,sans-serif;font-size:.85rem}.pdp-size-table th{background:var(--navy-deep);color:var(--white);font-weight:600;text-align:left;padding:10px 16px}.pdp-size-table th:first-child{border-radius:6px 0 0}.pdp-size-table th:last-child{border-radius:0 6px 0 0}.pdp-size-table td{padding:10px 16px;border-bottom:1px solid var(--light-grey);color:var(--steel-grey)}.pdp-size-table tbody tr:hover{background:#1aabb80f}.pdp-measure-tips{background:var(--white);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.pdp-tips-heading{font-family:Bitter,serif;font-size:.95rem;font-weight:500;color:var(--navy-deep);margin-bottom:.75rem}.pdp-measure-tips ul{list-style:none;padding:0;margin:0 0 .75rem}.pdp-measure-tips li{font-size:.82rem;line-height:1.55;padding:.2rem 0;color:var(--steel-grey)}.pdp-pro-tip{font-size:.8rem;color:var(--mid-grey);font-style:italic;margin:0}.pdp-sizing-tip{font-size:.85rem;color:var(--navy-deep);font-weight:500;margin-bottom:.75rem}.pdp-care-note{font-size:.82rem;color:var(--steel-grey);font-style:italic}.pdp-details-section{padding:3rem 0}.pdp-details-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:600px){.pdp-details-grid{grid-template-columns:repeat(3,1fr)}}.pdp-detail{display:flex;flex-direction:column;gap:.35rem}.pdp-detail-label{font-family:Poppins,sans-serif;font-weight:500;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-teal)}.pdp-detail-value{font-size:.9rem;color:var(--steel-grey);line-height:1.5}.pdp-back-section{padding:2.5rem 0}.pdp-success-banner{background:#10b981;color:#fff;padding:16px;text-align:center;font-family:Inter,sans-serif;font-weight:600;font-size:1rem}.pdp-size-selector .size-pill{font-family:Inter,sans-serif;font-weight:600;font-size:.8rem;padding:8px 16px;border-radius:6px;border:2px solid var(--steel-grey);background:var(--white);color:var(--navy-deep);cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease;line-height:1}.pdp-size-selector .size-pill:hover{border-color:var(--brand-teal);color:var(--brand-teal)}.pdp-size-selector .size-pill.selected{background-color:var(--brand-teal);color:var(--white);border-color:var(--brand-teal)}.pdp-size-selector .size-label{font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;color:var(--navy-deep);margin-right:.25rem}
