/* Saya Hair — palette marque */
:root {
    --primary-color: #70000B;
    --secondary-color: #222222;
    --body-bg: #F8F5F0;
    --text-color: #222222;
    --text-on-primary: #FFFFFF;
}

html,
body {
    background-color: var(--body-bg) !important;
    color: var(--text-color) !important;
}

#preloader {
    background-color: var(--body-bg) !important;
}

/* Bannière : fog + slides fade ne doivent plus bloquer les clics CTA */
.banner-style01 .slider-fade1 {
    position: relative;
}

.banner-style01 .slider-fade1:after {
    pointer-events: none !important;
    z-index: 2;
}

.banner-style01 .slider-fade1 .owl-stage-outer,
.banner-style01 .slider-fade1 .owl-stage {
    position: relative;
    z-index: 3;
}

.banner-style01 .slider-fade1 .owl-item {
    pointer-events: none;
}

.banner-style01 .slider-fade1 .owl-item.active {
    pointer-events: auto;
    z-index: 4;
}

.banner-style01 .slider-fade1 .owl-item .btn-style1,
.banner-style01 .slider-fade1 .owl-item .btn-style1 span {
    position: relative;
    z-index: 5;
    pointer-events: auto !important;
    cursor: pointer;
}

.banner-style01 .slider-fade1 .owl-nav {
    z-index: 6;
}

.banner-style01 [data-overlay-dark]:before {
    pointer-events: none !important;
}

.bg-primary,
.btn-style1,
.top-search.bg-primary,
.scroll-section.bg-primary,
.navbar-toggler.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-light-yellow,
.bg-light-color,
.bg-light {
    background-color: var(--body-bg) !important;
}

.text-primary,
a.text-primary,
.sm-title,
.section-title-04 .sm-title {
    color: var(--primary-color) !important;
}

.text-white,
.btn-style1,
.btn-style1 span,
.bg-primary,
.bg-primary *,
.scroll-section.bg-primary .scroll-item {
    color: var(--text-on-primary);
}

.btn-style1 {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--text-on-primary) !important;
}

.btn-style1 span {
    color: var(--text-on-primary) !important;
}

.btn-style1.white-hover:hover,
.btn-style1.white-hover:active,
.btn-style1.white-hover:focus {
    background: #fff !important;
    border-color: #fff !important;
}

.btn-style1.white-hover:hover span,
.btn-style1.white-hover:active span,
.btn-style1.white-hover:focus span {
    color: #111111 !important;
}

.btn-style1.saya-btn-cart {
    background-color: #111111 !important;
    border-color: #111111 !important;
}

.btn-style1.saya-btn-cart:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-style1.saya-btn-cart span,
.btn-style1.saya-btn-cart i {
    color: #fff !important;
}

.btn-style1.saya-btn-cart i {
    font-size: 0.95em;
}

p,
h1, h2, h3, h4, h5, h6,
.main-font,
.alt-font {
    color: inherit;
}

.navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
    color: var(--text-on-primary);
}

header.scrollHeader .navbar-nav > li > a,
header.fixedHeader.scrollHeader .navbar-nav > li > a {
    color: var(--text-color);
}

.card-style-01 .card-text,
.why-choose-box p,
.process-block p {
    color: var(--text-color);
}

.line {
    background-color: var(--primary-color);
}

.accordion-style .btn-link {
    color: var(--text-color);
}

.quform .form-control:focus {
    border-color: var(--primary-color);
}

.scroll-top-percentage {
    background-color: var(--primary-color) !important;
}

/* Logo Saya — header, footer, menu mobile */
.navbar-brand,
.navbar-brand.logodefault,
.footer-logo > a {
    display: inline-flex;
    align-items: center;
}

.navbar-brand img,
.navbar-brand.logodefault img,
#logo,
.footer-logo img {
    max-height: 52px !important;
    width: auto !important;
    height: auto !important;
    max-width: 160px;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .navbar-header,
    .navbar-header-custom {
        display: flex;
        align-items: center;
        z-index: 1001;
        position: relative;
    }

    .navbar-brand img,
    #logo {
        max-height: 44px !important;
        max-width: 140px;
    }

    /* Panneau menu mobile ouvert : logo toujours visible à gauche */
    .navbar-toggler.menu-opened ~ .navbar-nav,
    .menu_area .navbar-nav.open {
        padding-top: 1rem;
    }
}

/* Icônes compte + panier dans le header */
.attr-nav > ul > li.account > a,
.attr-nav > ul > li.cart > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.attr-nav > ul > li.account,
.attr-nav > ul > li.cart {
    margin-left: 0.15rem;
}

/* Logo à gauche — menu + icônes collés à droite */
@media screen and (min-width: 992px) {
    .saya-navbar {
        display: flex !important;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
    }

    .saya-navbar .navbar-header {
        flex: 0 0 auto;
        margin-right: auto;
    }

    .saya-navbar #nav.navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }

    .saya-navbar .attr-nav {
        margin-left: 0.75rem !important;
        flex: 0 0 auto;
    }

    .saya-navbar #nav.navbar-nav > li {
        position: relative;
    }

    .saya-navbar #nav.navbar-nav > li > ul {
        min-width: 220px;
        padding: 0.5rem 0;
        background: #fff;
        border: 1px solid rgba(34, 34, 34, 0.12);
        box-shadow: 0 8px 24px rgba(34, 34, 34, 0.08);
        text-align: left;
    }

    .saya-navbar #nav.navbar-nav > li > ul > li > a {
        color: var(--primary-color) !important;
        padding: 0.55rem 1.25rem;
        font-size: 0.85rem;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .saya-navbar #nav.navbar-nav > li > ul > li > a:hover {
        background: var(--body-bg);
        color: var(--secondary-color) !important;
    }
}

@media screen and (max-width: 991px) {
    .saya-navbar #nav.navbar-nav > li > ul > li > a {
        color: var(--text-color) !important;
    }
}

/* Photos produits & poses — rendu propre (portrait cover) */
.about-left > img,
.why-choose-img > img,
.card-style-01 .card-img > img,
.portfolio-style01 .portfolio-img img,
.process-img > img,
.owl-thumb-item img {
    object-fit: cover;
    object-position: center top;
}

.card-style-01 .card-img {
    overflow: hidden;
}

.card-style-01 .card-img > img {
    width: 100%;
    height: 280px;
}

.portfolio-style01 .portfolio-img {
    overflow: hidden;
    aspect-ratio: 3 / 4;
}

.portfolio-style01 .portfolio-img img {
    width: 100%;
    height: 100%;
}

.process-img > img {
    width: 160px;
    height: 160px;
}

.owl-thumb-item img {
    width: 60px;
    height: 60px;
}

.why-choose-img > img {
    width: 100%;
    max-height: 560px;
}

.about-left > img {
    width: 100%;
    max-height: 640px;
}

/* Fonds photo très discrets */
.saya-soft-bg.bg-img {
    background-color: var(--body-bg) !important;
}

.saya-soft-bg.bg-img::before,
.saya-soft-bg[data-overlay-light]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(248, 245, 240, 0.88) !important;
    z-index: 1;
    pointer-events: none;
}

.saya-soft-bg > .container {
    position: relative;
    z-index: 2;
}

.saya-soft-bg-dark.bg-img::before,
.saya-soft-bg-dark[data-overlay-dark]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(34, 34, 34, 0.72) !important;
    z-index: 1;
    pointer-events: none;
}

.saya-soft-bg-dark > .container {
    position: relative;
    z-index: 2;
}

/* Avis clients lisibles */
.saya-avis-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 12px;
    padding: 2rem 1.75rem;
    box-shadow: 0 12px 40px rgba(34, 34, 34, 0.08);
}

.saya-avis-panel h2,
.saya-avis-panel .item-content p,
.saya-avis-panel .item-title {
    color: var(--text-color) !important;
}

.saya-avis-panel .saya-avis-role {
    color: #555555 !important;
    font-weight: 600;
}

.saya-avis-initial {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.05rem;
    border: none !important;
    padding: 0 !important;
    margin: 0 0.5rem 0 0 !important;
    line-height: 1 !important;
    flex-shrink: 0;
    overflow: hidden;
    vertical-align: middle;
}

.saya-avis-initial.active,
.owl-thumbs .saya-avis-initial.active {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
    opacity: 1 !important;
}

.owl-thumbs .saya-avis-initial {
    opacity: 0.85;
}

@media (min-width: 768px) {
    .saya-avis-panel {
        padding: 2.5rem 2.25rem;
    }
}

.saya-gift-card__logo {
    width: 120px;
    height: auto;
}

.saya-collection-nav__link {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(112, 0, 11, 0.18);
    border-radius: 999px;
    color: #222;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.saya-collection-nav__link:hover,
.saya-collection-nav__link.is-active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

#collections,
#perruques,
#contact,
#a-propos {
    scroll-margin-top: 100px;
}
.saya-video-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #F8F5F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.saya-video-banner__wrap {
    position: relative;
    width: min(100%, calc(85vh * 9 / 16));
    max-width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 85vh;
    margin: 0 auto;
    background: transparent;
}

.saya-video-banner__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    background: transparent;
}

/* Format large : fond image claire semi-transparente + vidéo centrée */
.saya-video-banner--wide {
    position: relative;
    width: 100%;
    min-height: 70vh;
    background-color: #F8F5F0;
    background-image: var(--saya-video-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    isolation: isolate;
}

.saya-video-banner--wide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(248, 245, 240, 0.72);
    pointer-events: none;
}

.saya-video-banner__wrap--wide {
    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: auto;
    height: min(78vh, 820px);
    max-height: 78vh;
    min-height: 420px;
    background: transparent;
}

.saya-video-banner__wrap--wide .saya-video-banner__video {
    object-fit: contain;
    width: 100%;
    height: 100%;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .saya-video-banner__wrap {
        width: 100%;
        max-height: none;
        aspect-ratio: 9 / 16;
    }

    .saya-video-banner__wrap--wide {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 9 / 16;
    }

    .saya-video-banner__wrap--wide .saya-video-banner__video {
        position: relative;
        height: auto;
        aspect-ratio: 9 / 16;
    }
}

/* Cartes prix (template prix adapté) */
.saya-price-card {
    overflow: visible !important;
}

.saya-price-card__media {
    overflow: visible;
    margin-bottom: 0;
}

.saya-price-card__media .card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.saya-price-card .card-price {
    z-index: 3;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    bottom: -48px !important;
    right: 18px !important;
    width: 124px !important;
    height: 124px !important;
    padding: 0.65rem 0.4rem !important;
    background-color: var(--secondary-color) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.saya-price-card .card-price .saya-price-label {
    display: block;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.62rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: lowercase;
}

.saya-price-card .card-price .saya-price-value {
    color: #fff !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em;
}

.saya-price-card .card-price .saya-price-currency {
    font-size: 0.85em;
    font-weight: 700;
    margin-left: 0.05em;
}

.saya-price-card__body {
    background: #fff;
    padding-top: 4.75rem !important;
}

.saya-quote-icon {
    width: 60px;
    height: auto;
}

.saya-page-title {
    min-height: 380px;
    display: flex;
    align-items: center;
    background-position: center top !important;
}

.saya-page-title::before {
    background: rgba(34, 34, 34, 0.62) !important;
}

.saya-page-title h1,
.saya-page-title ul li,
.saya-page-title ul li a {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.saya-page-title--contact {
    background-position: center 30% !important;
}

.saya-about-cta {
    background-position: center 32% !important;
}

.saya-about-cta::before {
    background: rgba(34, 34, 34, 0.58) !important;
}

.saya-about-cta__title {
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.65);
}

.saya-why-title {
    font-size: 1.15rem !important;
    letter-spacing: 0.12em !important;
    font-weight: 800 !important;
}

.saya-why-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: inline-block;
}

.saya-flash-success-wrap {
    display: flex;
    justify-content: flex-end;
}

.saya-flash-success-wrap--toast {
    position: fixed;
    top: 6.25rem;
    right: 1.25rem;
    left: auto;
    z-index: 10050;
    justify-content: flex-end;
    pointer-events: none;
    margin: 0;
}

.saya-flash-success-wrap--toast .saya-flash-success {
    pointer-events: auto;
    animation: sayaFlashIn 0.35s ease;
}

.saya-flash-success-wrap--inline {
    justify-content: flex-start;
}

.saya-flash-success-wrap--inline .saya-flash-success {
    width: 100%;
    max-width: 100%;
}

#saya-contact {
    scroll-margin-top: 7rem;
}

@keyframes sayaFlashIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.saya-flash-success {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: fit-content;
    max-width: min(420px, calc(100vw - 2rem));
    margin: 0;
    padding: 0.85rem 1.1rem;
    border: 1px solid #b7e4c7;
    border-radius: 8px;
    background: #e8f8ee;
    color: #1b4332;
    font-weight: 600;
    line-height: 1.35;
    box-shadow: 0 10px 28px rgba(27, 67, 50, 0.16);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.saya-flash-success i {
    color: #2d6a4f;
    font-size: 1.15rem;
    flex: 0 0 auto;
}

.saya-flash-success.is-hiding {
    opacity: 0;
    transform: translateY(-6px);
}

@media (max-width: 575.98px) {
    .saya-flash-success-wrap--toast {
        top: 5.25rem;
        right: 0.85rem;
        left: 0.85rem;
        justify-content: stretch;
    }

    .saya-flash-success-wrap--toast .saya-flash-success {
        width: 100%;
        max-width: none;
    }
}

.saya-password-field {
    position: relative;
}

.saya-password-field .form-control {
    padding-right: 2.75rem;
}

.saya-password-field__toggle {
    position: absolute;
    top: 50%;
    right: 0.65rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #6b6560;
    padding: 0.25rem;
    line-height: 1;
    cursor: pointer;
}

.saya-password-field__toggle:hover,
.saya-password-field__toggle:focus-visible {
    color: var(--primary-color);
    outline: none;
}

.saya-why-section {
    background: var(--body-bg);
}

/* Page commander */
.saya-order__media img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.saya-order__price .saya-price-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

.saya-order__options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.saya-order__chip {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.saya-order__chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.saya-order__chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 44px;
    padding: 0.4rem 0.7rem;
    border: 1px solid #d9d4cc;
    background: #fff;
    color: var(--secondary-color);
    font-size: 0.9rem;
    font-weight: 600;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.saya-order__chip--wide span {
    min-width: 88px;
}

.saya-order__chip input:checked + span {
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: inset 0 0 0 1px var(--primary-color);
}

.saya-order__textures {
    display: grid;
    gap: 0.75rem;
}

.saya-order__texture {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.saya-order__texture input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.saya-order__texture > span {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.35rem 0;
    background: transparent;
    border: 0;
    font-weight: 600;
}

.saya-order__radio {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border: 2px solid #cfc8be;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.saya-order__radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: transparent;
    transform: scale(0);
    transition: transform 0.15s ease, background 0.15s ease;
}

.saya-order__texture input:checked + span .saya-order__radio {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.saya-order__texture input:checked + span .saya-order__radio::after {
    content: "";
    inset: auto;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border-radius: 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    background: transparent;
    transform: rotate(45deg) scale(1);
}

.saya-order__texture-label {
    color: var(--secondary-color);
    line-height: 1.35;
}

.saya-order__payments {
    display: grid;
    gap: 0.65rem;
}

.saya-order__card-grid {
    display: grid;
    grid-template-columns: repeat(3, 72px);
    gap: 0.55rem;
    justify-content: start;
}

.saya-order__payment {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.saya-order__payment input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.saya-order__payment > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.45rem;
    border: 1px solid #d9d4cc;
    background: #fff;
    font-weight: 600;
}

.saya-order__payment--card > span {
    aspect-ratio: 1 / 1;
    width: 72px;
    height: 72px;
    min-height: 0;
    padding: 0.5rem;
}

.saya-order__payment--card img {
    height: 28px;
    width: auto;
    max-width: 52px;
    object-fit: contain;
    display: block;
}

.saya-order__payment input:checked + span {
    border-color: var(--primary-color);
    box-shadow: inset 0 0 0 1px var(--primary-color);
}

.saya-cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.attr-nav .cart {
    position: relative;
}

.saya-cart__thumb {
    height: 110px;
    object-fit: cover;
}

.saya-cart__select {
    max-width: 220px;
}

.saya-cart__qty {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.saya-cart__qty input {
    width: 64px;
}

.saya-cart__qty-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #d9d4cc;
    background: #fff;
    color: var(--secondary-color);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.saya-cart__qty-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.saya-cart__trash {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e5ddd4;
    background: #fff;
    color: var(--primary-color);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.saya-cart__trash:hover {
    background: var(--primary-color);
    color: #fff;
}

.saya-invoice {
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.82);
}

.saya-invoice__logo {
    width: 64px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.saya-invoice__lines {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem 0;
    margin-bottom: 1.25rem;
}

.saya-invoice__line + .saya-invoice__line {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.saya-invoice__thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    flex: 0 0 auto;
}

.saya-invoice__meta {
    color: rgba(255, 255, 255, 0.62);
}

.saya-invoice__totals > div {
    color: rgba(255, 255, 255, 0.78);
}

.saya-invoice__due {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff !important;
    font-size: 1.1rem;
}

.saya-account__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(112, 0, 11, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.saya-account__avatar img {
    width: 78%;
    height: auto;
    object-fit: contain;
}

.saya-account__settings {
    color: var(--primary-color);
    font-size: 1rem;
    line-height: 1;
}

.saya-account__settings:hover {
    color: #4a0007;
}

.saya-auth-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #8a8580;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.saya-auth-divider::before,
.saya-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.saya-social-login__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 48px;
    padding: 0.65rem 1rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.saya-social-login__btn:hover {
    background: #f7f5f2;
    color: #1a1a1a;
    border-color: rgba(0, 0, 0, 0.2);
}

.saya-history-table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b6560;
    border-bottom-width: 1px;
}

.saya-order-status {
    display: inline-block;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
}

.saya-order-status--pending {
    background: rgba(180, 130, 20, 0.12);
    color: #8a6510;
}

.saya-order-status--awaiting {
    background: rgba(30, 90, 160, 0.12);
    color: #1a4f8c;
}

.saya-order-status--completed {
    background: rgba(40, 120, 70, 0.12);
    color: #1f6b3a;
}

.saya-order-status--cancelled {
    background: rgba(112, 0, 11, 0.1);
    color: var(--primary-color);
}

.saya-account__card {
    background: #fff;
    padding: 1.4rem 1.25rem;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.saya-account__badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35rem;
    text-align: center;
}

.saya-order-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.saya-order-timeline li {
    position: relative;
    padding: 0 0 1.1rem 1.1rem;
    border-left: 2px solid rgba(112, 0, 11, 0.18);
}

.saya-order-timeline li:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
}

.saya-order-timeline li::before {
    content: '';
    position: absolute;
    left: -0.35rem;
    top: 0.25rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--primary-color);
}

.saya-order-timeline time {
    display: block;
    font-size: 0.78rem;
    color: #6b6560;
    margin-bottom: 0.15rem;
}

.saya-initials-avatar {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    min-width: 2.8rem;
    min-height: 2.8rem;
    border-radius: 50% !important;
    border: 2px solid #70000B !important;
    background: #70000B !important;
    color: #fff !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    line-height: 1 !important;
    text-transform: uppercase;
    box-shadow: 0 0 0 2px rgba(112, 0, 11, 0.15);
    user-select: none;
}

.saya-initials-avatar--sm {
    width: 2.15rem;
    height: 2.15rem;
    min-width: 2.15rem;
    min-height: 2.15rem;
    font-size: 0.68rem !important;
}

.attr-nav .account .saya-header-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.attr-nav .account .saya-header-account__avatar {
    vertical-align: middle;
}

.saya-history-product {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: inherit;
    text-decoration: none;
    max-width: 100%;
}

.saya-history-product:hover {
    color: var(--primary-color);
}

.saya-history-product img {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: cover;
    border: 1px solid rgba(112, 0, 11, 0.15);
    flex-shrink: 0;
    background: #fff;
}

.saya-history-color {
    display: inline-flex;
    margin-top: 0.35rem;
    padding: 0.15rem 0.5rem;
    border: 1px solid #70000B;
    border-radius: 999px;
    color: #70000B;
    font-size: 0.72rem;
    font-weight: 700;
    background: rgba(112, 0, 11, 0.06);
}

.saya-account__card:hover {
    transform: translateY(-2px);
    color: inherit;
}

.saya-account__card i {
    color: var(--primary-color);
    font-size: 1.35rem;
}

@media (max-width: 575px) {
    .saya-order__media img {
        height: 260px;
    }

    .saya-order__card-grid {
        grid-template-columns: repeat(3, 64px);
        gap: 0.4rem;
    }

    .saya-order__payment--card > span {
        width: 64px;
        height: 64px;
    }

    .saya-order__payment--card img {
        height: 24px;
        max-width: 44px;
    }
}

