/* ============================================
   NIERYY — Content Pages Shared Styles
   ============================================ */

/* === PAGE HEADER === */
.page-header {
    padding: 160px 0 60px;
    background: var(--bg-secondary);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(214, 51, 98, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.page-breadcrumbs a {
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.page-breadcrumbs a:hover {
    color: var(--rose);
}

.page-breadcrumbs .sep {
    color: var(--gold);
    opacity: 0.5;
}

.page-title {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.15;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.page-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    font-style: italic;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* === PAGE CONTENT === */
.page-content {
    padding: 80px 0 100px;
    background: var(--bg-primary);
}

.page-content .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-content h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 30px);
    color: var(--text-primary);
    margin: 48px 0 16px;
    line-height: 1.3;
}

.page-content h2:first-child {
    margin-top: 0;
}

.page-content h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(18px, 2.5vw, 22px);
    color: var(--text-secondary);
    margin: 32px 0 12px;
    line-height: 1.3;
}

.page-content p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.page-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.page-content ul li {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-primary);
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}

.page-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent-gold);
}

.page-content a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-content a:hover {
    color: var(--text-secondary);
}

.effective-date {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 32px;
}

.contact-line {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
    font-style: italic;
    color: var(--text-muted);
}

/* === FAQ ACCORDION === */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-item:first-child {
    border-top: 1px solid var(--border);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    list-style: none;
    transition: color 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 300;
    color: var(--text-muted);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-item[open] summary::after {
    content: '\2212';
}

.faq-item summary:hover {
    color: var(--accent);
}

.faq-answer {
    padding: 0 0 24px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-muted);
}

/* Dedicated policy blocks below the FAQ list on the FAQs page,
   and the matching "Details & Care" / "Shipping & Returns" copy on PDP. */
.faq-policy {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}
.faq-policy-title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--text-primary);
    margin: 0 0 18px;
}
.faq-policy-body,
.pdp-care-copy,
.pdp-policy-copy {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
}
.faq-policy-body p,
.pdp-care-copy p,
.pdp-policy-copy p {
    margin: 0 0 12px;
}
.faq-policy-body h3,
.pdp-policy-copy h4 {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--text-primary);
    margin: 20px 0 8px;
}
.faq-policy-body ul,
.pdp-policy-copy ul {
    margin: 0 0 14px;
    padding-left: 20px;
}
.faq-policy-body ul li,
.pdp-policy-copy ul li {
    margin-bottom: 6px;
}
.pdp-care-copy {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed var(--border);
}

/* === GIFT CARD PAGE === */
.gc-hero {
    position: relative;
    height: 50vh;
    min-height: 360px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 24px 60px;
    margin-top: 72px;
}

.gc-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}

.gc-hero-text {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.gc-hero-text h1 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.15;
    margin-bottom: 12px;
}

.gc-hero-text p {
    font-family: var(--font-body);
    font-size: 16px;
    font-style: italic;
    opacity: 0.9;
}

.gc-section {
    padding: 80px 0;
    background: var(--bg-primary);
}

.gc-section .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.gc-section h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(24px, 3vw, 32px);
    color: var(--text-primary);
    margin-bottom: 16px;
    text-align: center;
}

.gc-section p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-primary);
    text-align: center;
    max-width: 640px;
    margin: 0 auto 24px;
}

.gc-form-section {
    padding: 60px 0 80px;
    background: var(--bg-secondary);
}

.gc-form-section .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 24px;
}

.gc-form-section h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 28px);
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 32px;
}

.denom-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 32px;
}

.denom-pill {
    padding: 10px 22px;
    border: 1px solid var(--border);
    border-radius: 100px;
    background: var(--bg-primary);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.denom-pill:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.denom-pill.active {
    background: var(--text-primary);
    color: #fff;
    border-color: var(--text-primary);
}

.gc-field {
    margin-bottom: 20px;
}

.gc-field label {
    display: block;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.gc-field input,
.gc-field textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: var(--bg-primary);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    transition: border-color 0.3s ease;
    outline: none;
}

.gc-field input:focus,
.gc-field textarea:focus {
    border-color: var(--accent-gold);
}

.gc-field textarea {
    resize: vertical;
    min-height: 100px;
}

.gc-radio-group {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
}

.gc-radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    cursor: pointer;
}

.gc-radio-group input[type="radio"] {
    accent-color: var(--accent);
}

.gc-btn-primary {
    display: block;
    width: 100%;
    padding: 16px;
    background: var(--text-primary);
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 12px;
}

.gc-btn-primary:hover {
    background: var(--accent);
}

.gc-btn-ghost {
    display: block;
    width: 100%;
    padding: 14px;
    background: transparent;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid var(--text-primary);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.gc-btn-ghost:hover {
    background: var(--text-primary);
    color: #fff;
}

.gc-terms {
    padding: 60px 0;
    background: var(--bg-primary);
}

.gc-terms .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.gc-terms h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.gc-terms ul {
    list-style: none;
    padding: 0;
}

.gc-terms ul li {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
    padding-left: 18px;
    position: relative;
    margin-bottom: 4px;
}

.gc-terms ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent-gold);
}

/* === AAKAAR (CUSTOMISATION) PAGE === */
.ak-hero {
    position: relative;
    height: 60vh;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 24px 70px;
    margin-top: 72px;
}

.ak-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ak-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 50%, transparent 100%);
}

.ak-hero-text {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.ak-hero-text h1 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.15;
    margin-bottom: 12px;
}

.ak-hero-text p {
    font-family: var(--font-body);
    font-size: 17px;
    font-style: italic;
    opacity: 0.9;
}

.ak-intro {
    padding: 80px 0;
    background: var(--bg-primary);
}

.ak-intro .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.ak-intro p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.ak-process {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.ak-process .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.ak-process h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(24px, 3vw, 32px);
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 48px;
}

.process-timeline {
    position: relative;
    padding-left: 40px;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: var(--accent-gold);
    opacity: 0.4;
}

.process-step {
    position: relative;
    margin-bottom: 40px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step::before {
    content: '';
    position: absolute;
    left: -33px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--accent-gold);
    background: var(--bg-secondary);
}

.process-step .step-num {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent-gold);
    margin-bottom: 6px;
}

.process-step h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.process-step p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-muted);
}

.ak-closing {
    padding: 60px 0 80px;
    background: var(--bg-primary);
    text-align: center;
}

.ak-closing .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.ak-closing p {
    font-family: var(--font-body);
    font-size: 16px;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 32px;
}

.ak-contact {
    padding: 60px 0 80px;
    background: var(--bg-secondary);
}

.ak-contact .container {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 24px;
}

.ak-contact h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 28px);
    text-align: center;
    color: var(--text-primary);
    margin-bottom: 32px;
}

.ak-contact .gc-field select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: var(--bg-primary);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    outline: none;
    appearance: none;
    transition: border-color 0.3s ease;
}

.ak-contact .gc-field select:focus {
    border-color: var(--accent-gold);
}

/* === NIERYY KHAAS (LOYALTY) PAGE === */
.khaas-hero {
    padding: 160px 0 70px;
    background: var(--bg-secondary);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.khaas-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(201, 164, 93, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.khaas-hero .container {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
}

.khaas-hero h1 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.15;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.khaas-hero p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-muted);
}

.khaas-section {
    padding: 80px 0;
    background: var(--bg-primary);
}

.khaas-section .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.khaas-section h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 28px);
    color: var(--text-primary);
    margin-bottom: 16px;
    text-align: center;
}

.khaas-section > .container > p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-primary);
    text-align: center;
    max-width: 640px;
    margin: 0 auto 24px;
}

.khaas-tiers {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.khaas-tiers .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.khaas-tiers h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(24px, 3vw, 32px);
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 48px;
}

.tiers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.tier-card {
    background: var(--bg-primary);
    border-radius: 6px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid var(--border);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tier-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.tier-level {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent-gold);
    margin-bottom: 10px;
}

.tier-card h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 22px;
    color: var(--text-primary);
    margin-bottom: 14px;
}

.tier-card p {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-muted);
}

.tier-card .tier-earn {
    display: inline-block;
    margin-top: 16px;
    padding: 6px 16px;
    border-radius: 100px;
    background: var(--bg-secondary);
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--accent);
    font-weight: 600;
}

.khaas-cta {
    padding: 60px 0 80px;
    background: var(--bg-primary);
    text-align: center;
}

.khaas-cta .container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
}

.khaas-cta p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    font-style: italic;
}

/* === WISHLIST PAGE === */
.wishlist-empty {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.wishlist-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--bg-secondary);
    color: var(--accent-gold, var(--gold, #C9A45D));
    margin-bottom: 28px;
}

.wishlist-empty-title {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 28px);
    color: var(--text-primary);
    margin-bottom: 14px;
    line-height: 1.3;
}

.wishlist-empty-text {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-muted);
    margin: 0 auto 32px;
    max-width: 440px;
}

.wishlist-empty .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--text-primary);
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid var(--text-primary);
    border-radius: 2px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
}

.wishlist-empty .btn:hover {
    background: var(--accent, var(--rose, #D63362));
    border-color: var(--accent, var(--rose, #D63362));
    color: #fff;
}

.wishlist-empty .btn .btn-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.wishlist-empty .btn:hover .btn-arrow {
    transform: translateX(4px);
}

.wishlist-grid {
    margin-top: 0;
}

/* === CONTACT PAGE === */
.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 56px;
    align-items: start;
    max-width: 900px;
    margin: 0 auto;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 24px;
    border-right: 1px solid var(--border);
}

.contact-detail-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-detail-label {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent-gold, var(--gold, #C9A45D));
}

.contact-detail-value {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-primary);
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease;
}

a.contact-detail-value:hover {
    color: var(--accent, var(--rose, #D63362));
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-form .gc-field:last-of-type {
    margin-bottom: 24px;
}

.contact-note {
    margin: 16px 0 0;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.6;
    min-height: 20px;
    font-style: italic;
}

.contact-note.is-success {
    color: #2a7a4f;
}

.contact-note.is-error {
    color: #b23a48;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .page-header {
        padding: 130px 0 40px;
    }

    .wishlist-empty {
        padding: 24px 16px;
    }

    .wishlist-empty-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .contact-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-details {
        padding-right: 0;
        padding-bottom: 32px;
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .page-content {
        padding: 50px 0 60px;
    }

    .gc-hero {
        height: 40vh;
        min-height: 280px;
        padding-bottom: 40px;
    }

    .ak-hero {
        height: 45vh;
        min-height: 320px;
        padding-bottom: 50px;
    }

    .tiers-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gc-form-section {
        padding: 40px 0 60px;
    }

    .denom-selector {
        gap: 8px;
    }

    .denom-pill {
        padding: 8px 16px;
        font-size: 13px;
    }

    .gc-radio-group {
        flex-direction: column;
        gap: 12px;
    }

    .khaas-hero {
        padding: 130px 0 50px;
    }

    .ak-process,
    .ak-intro,
    .ak-closing,
    .ak-contact,
    .khaas-section,
    .khaas-tiers,
    .khaas-cta,
    .gc-section,
    .gc-terms {
        padding: 50px 0 60px;
    }
}

/* ============================================
   Wishlist — heart active state + wishlist page cards
   ============================================ */
button[aria-label="Wishlist"].is-wishlisted,
.pdp-wishlist-btn.is-wishlisted {
    color: var(--rose);
}
button[aria-label="Wishlist"].is-wishlisted svg path,
.pdp-wishlist-btn.is-wishlisted svg path {
    fill: var(--rose);
    stroke: var(--rose);
    transition: fill .18s ease, stroke .18s ease;
}
button[aria-label="Wishlist"] svg path,
.pdp-wishlist-btn svg path {
    transition: fill .18s ease, stroke .18s ease;
}

.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 40px 24px;
    margin-top: 24px;
}
.wl-card {
    display: flex;
    flex-direction: column;
    background: transparent;
}
.wl-image-link {
    display: block;
    overflow: hidden;
    background: #f3ede4;
    aspect-ratio: 3/4;
}
.wl-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.2,.6,.2,1);
}
.wl-image-link:hover .wl-image {
    transform: scale(1.04);
}
.wl-image--ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #efe8dc 0%, #e2d8c7 100%);
}
.wl-info {
    padding: 16px 2px 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.wl-title {
    font-family: 'Lora', serif;
    color: #2a241e;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    line-height: 1.4;
    font-weight: 500;
}
.wl-title:hover { text-decoration: underline; text-underline-offset: 3px; }
.wl-variant {
    margin: 0;
    color: #8a8275;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: 'Lora', serif;
}
.wl-price {
    margin: 2px 0 0;
    color: #2a241e;
    font-size: 0.95rem;
    font-family: 'Lora', serif;
}
.wl-actions {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    align-items: center;
    flex-wrap: wrap;
}
.wl-add-btn {
    flex: 1 1 auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2a241e;
    color: #f5f0e8;
    border: 1px solid #2a241e;
    padding: 11px 16px;
    font-family: 'Lora', serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background .22s ease, color .22s ease;
    text-align: center;
    line-height: 1;
}
.wl-add-btn:hover {
    background: transparent;
    color: #2a241e;
}
.wl-add-btn[disabled] {
    opacity: 0.6;
    cursor: wait;
}
.wl-remove-btn {
    background: transparent;
    border: none;
    color: #8a8275;
    font-family: 'Lora', serif;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px 4px;
    transition: color .2s ease;
}
.wl-remove-btn:hover { color: #8b1e2f; }

@media (max-width: 640px) {
    .wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 14px;
    }
    .wl-add-btn { padding: 10px 10px; font-size: 0.72rem; letter-spacing: 0.14em; }
    .wl-actions { gap: 8px; }
}
