
/* Force full-width section below product */
.ayns-clear {
    clear: both;
}

.ayns-sephora-layout {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #000;
    display: block;
}

.ayns-section {
    margin-bottom: 28px;
}

.ayns-heading {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000 !important;
    margin-bottom: 12px;
}

.ayns-content {
    font-size: 15px;
    line-height: 1.7;
}

.ayns-accordion-content {
    display: none;
}

.ayns-accordion-toggle {
    cursor: pointer;
}

.ayns-accordion-toggle::after {
    content: "⌄";
    float: right;
}

.ayns-accordion-toggle.active::after {
    content: "⌃";
}
