:root {
    --aybish-purple: #7e22ce;
    --aybish-violet: #a855f7;
    --aybish-magenta: #c026d3;
    --aybish-plum: #210b35;
    --aybish-lilac: #fff7ff;
    --aybish-pink: #f0abfc;
}

.ribbon-theme {
    --ribbon-primary: var(--aybish-purple);
    --ribbon-primary-dark: #5b21b6;
    --ribbon-ink: #261331;
    --ribbon-muted: #76617f;
    --ribbon-line: #eadcf2;
    --ribbon-paper: #fffaff;
    --ribbon-soft: #f9efff;
    --ribbon-success: #7e22ce;
    --theme-primary: var(--aybish-purple);
    --theme-secondary: var(--aybish-magenta);
    --theme-accent: var(--aybish-violet);
    --theme-soft: var(--aybish-lilac);
    --theme-deep: var(--aybish-plum);
    --theme-highlight: var(--aybish-pink);
    background: var(--ribbon-paper);
}

.ribbon-theme .header-middle,
.ribbon-theme .header-top.headerozel1 {
    background: #fffaff !important;
}

.ribbon-theme .header-top.ozelbg1,
.ribbon-theme .header-bottom-bg-color {
    background: linear-gradient(110deg, #210b35 0%, #5b21b6 54%, #a21caf 100%) !important;
}

.ribbon-theme .header-top.ozelbg1 {
    color: #fff;
}

.ribbon-theme .header-top.headerozel1 .header-info > ul > li > a,
.ribbon-theme .header-top.headerozel1 .header-info > ul > li > a i,
.ribbon-theme .header-top.headerozel1 .header-info > ul > li > a.language-dropdown-active,
.ribbon-theme .header-top.headerozel1 .header-info > ul > li > a.language-dropdown-active i {
    color: #3b174f !important;
    font-weight: 700;
}

.ribbon-theme .header-top.headerozel1 .header-info > ul > li > a:hover,
.ribbon-theme .header-top.headerozel1 .header-info > ul > li > a:focus-visible,
.ribbon-theme .header-top.headerozel1 .header-info > ul > li:hover > a {
    color: var(--aybish-purple) !important;
}

.ribbon-theme .header-top.headerozel1 .header-info > ul > li:before {
    background: #d8c3e2;
}

.ribbon-theme .header-bottom,
.ribbon-theme .header-bottom-bg-color {
    background: linear-gradient(110deg, #210b35 0%, #5b21b6 54%, #a21caf 100%) !important;
}

.ribbon-theme .header-bottom .main-menu > nav > ul > li > a,
.ribbon-theme .header-bottom .hotline p,
.ribbon-theme .header-bottom .hotline p span {
    color: #fff !important;
}

.ribbon-theme .header-bottom .main-menu > nav > ul > li > a:hover,
.ribbon-theme .header-bottom .main-menu > nav > ul > li:hover > a,
.ribbon-theme .header-bottom .main-menu > nav > ul > li > a:focus-visible {
    background: rgba(255, 255, 255, .14) !important;
    color: #fce7ff !important;
}

.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.sub-menu,
.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.level-menu {
    background: #fffaff !important;
}

.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.sub-menu a,
.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.level-menu a {
    color: #3b174f !important;
}

.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.sub-menu a:hover,
.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.sub-menu a:focus-visible,
.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.level-menu a:hover,
.ribbon-theme .header-bottom .main-menu > nav > ul > li ul.level-menu a:focus-visible {
    background: #f4e8fb !important;
    color: var(--aybish-purple) !important;
}

.ribbon-theme .header-middle .site-brand-logo,
.ribbon-theme .header-bottom .site-brand-logo {
    max-width: 205px;
    max-height: 76px;
}

.ribbon-theme .header-action-icon-2 a:hover,
.ribbon-theme .main-menu > nav > ul > li > a:hover {
    color: var(--aybish-pink) !important;
}

.ribbon-theme .search-style-2 form button,
.ribbon-theme .btn,
.ribbon-theme .button,
.ribbon-theme button:not(.slick-arrow):not(.btn-close) {
    background: linear-gradient(135deg, var(--aybish-purple), var(--aybish-magenta)) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.ribbon-theme .search-style-2 form:focus-within {
    border-color: var(--aybish-violet) !important;
    box-shadow: 0 0 0 4px rgba(168, 85, 247, .14) !important;
}

.aybish-hero {
    margin: 18px 0 8px;
}

.aybish-hero-content {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
    align-items: center;
    min-height: 360px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 80% 20%, rgba(240, 171, 252, .2), transparent 34%),
        linear-gradient(125deg, #210b35 0%, #3d145d 45%, #7e22ce 100%);
    box-shadow: 0 22px 55px rgba(83, 29, 111, .18);
}

.aybish-hero-copy {
    padding: 44px 20px 44px 56px;
    color: #fff;
}

.aybish-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #f0abfc;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.aybish-hero h1 {
    max-width: 500px;
    margin: 0 0 14px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 5vw, 70px);
    line-height: .98;
}

.aybish-hero p {
    max-width: 470px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.7;
}

.aybish-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.aybish-hero-actions .btn {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px !important;
}

.aybish-btn-primary {
    background: linear-gradient(135deg, #f0abfc, #c026d3) !important;
    color: #210b35 !important;
}

.aybish-btn-ghost {
    border: 1px solid rgba(255, 255, 255, .38) !important;
    background: rgba(255, 255, 255, .09) !important;
    color: #fff !important;
}

.aybish-hero-art {
    display: grid;
    align-items: center;
    min-height: 360px;
    padding: 20px 28px 16px 0;
}

.aybish-hero-art img {
    display: block;
    width: 100%;
    max-height: 330px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .24));
}

.ribbon-theme .section-title h3,
.ribbon-theme .section-title.style-1 h3,
.ribbon-theme .text-brand,
.ribbon-theme .product-price > span:not(.old-price),
.ribbon-theme .product-content-wrap h2 a:hover {
    color: var(--aybish-purple) !important;
}

.ribbon-theme .product-cart-wrap {
    border-color: #eadcf2 !important;
}

.ribbon-theme .product-cart-wrap:hover {
    border-color: rgba(168, 85, 247, .5) !important;
    box-shadow: 0 18px 42px rgba(126, 34, 206, .12) !important;
}

.ribbon-theme .product-action-1 .action-btn:hover,
.ribbon-theme .product-card-add:hover {
    background: var(--aybish-purple) !important;
    color: #fff !important;
}

.ribbon-theme .newsletter .newsletter-inner {
    background: linear-gradient(135deg, #3b1456, #7e22ce) !important;
}

.ribbon-theme .footer-mid,
.ribbon-theme footer {
    background: #210b35 !important;
}

@media (max-width: 991px) {
    .aybish-hero-content {
        grid-template-columns: 1fr;
    }

    .aybish-hero-copy {
        padding: 36px 30px 18px;
    }

    .aybish-hero-art {
        min-height: 220px;
        padding: 0 28px 22px;
    }

    .aybish-hero-art img {
        max-height: 220px;
    }
}

@media (max-width: 575px) {
    .ribbon-theme .container {
        width: calc(100% - 28px);
    }

    .aybish-hero {
        margin-top: 10px;
    }

    .aybish-hero-content {
        min-height: 0;
        border-radius: 20px;
    }

    .aybish-hero-copy {
        padding: 30px 22px 14px;
    }

    .aybish-eyebrow {
        font-size: 9px;
        letter-spacing: .11em;
    }

    .aybish-hero h1 {
        font-size: 40px;
    }

    .aybish-hero p {
        font-size: 14px;
    }

    .aybish-hero-actions {
        display: grid;
    }

    .aybish-hero-actions .btn {
        width: 100%;
    }

    .aybish-hero-art {
        min-height: 150px;
        padding: 0 18px 18px;
    }

    .aybish-hero-art img {
        max-height: 150px;
    }
}

@media (min-width: 992px) {
    body.ribbon-theme .header-style-1.header-style-5 .header-bottom,
    body.ribbon-theme .header-style-1.header-style-5 .header-bottom-bg-color {
        background: #ffffff !important;
        border-bottom: 1px solid #eadcf2 !important;
    }

    body.ribbon-theme .header-style-1.header-style-5 .header-bottom .main-menu > nav > ul > li > a,
    body.ribbon-theme .header-style-1.header-style-5 .header-bottom .main-menu > nav > ul > li > a i {
        color: #3b174f !important;
        text-shadow: none !important;
    }

    body.ribbon-theme .header-style-1.header-style-5 .header-bottom .main-menu > nav > ul > li > a:hover,
    body.ribbon-theme .header-style-1.header-style-5 .header-bottom .main-menu > nav > ul > li:hover > a,
    body.ribbon-theme .header-style-1.header-style-5 .header-bottom .main-menu > nav > ul > li > a:focus-visible {
        background: #f4e8fb !important;
        color: #5b21b6 !important;
    }

    body.ribbon-theme .header-style-1.header-style-5 .header-bottom .hotline p,
    body.ribbon-theme .header-style-1.header-style-5 .header-bottom .hotline p span {
        color: #263142 !important;
    }
}

body.ribbon-theme .product-detail .detail-extralink {
    box-sizing: border-box;
    display: flex !important;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 10px;
}

body.ribbon-theme .product-detail .detail-extralink > .detail-qty {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 96px !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin: 0 !important;
    float: none !important;
    align-self: center;
}

body.ribbon-theme .product-detail .detail-extralink > .product-extra-link2 {
    box-sizing: border-box;
    display: flex !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 8px;
}

body.ribbon-theme .product-detail .product-extra-link2 > .button-add-to-cart,
body.ribbon-theme .product-detail .product-extra-link2 > .whatsapp_buton {
    box-sizing: border-box;
    display: flex !important;
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 50px;
    height: auto;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    line-height: 1.25 !important;
    text-align: center;
    white-space: normal;
}

body.ribbon-theme .product-detail .product-extra-link2 > .button-add-to-cart i,
body.ribbon-theme .product-detail .product-extra-link2 > .whatsapp_buton .ozelwp {
    float: none;
    flex: 0 0 auto;
    margin: 0 8px 0 0;
}

@media (min-width: 768px) {
    body.ribbon-theme .product-detail .product-extra-link2 > .button-add-to-cart,
    body.ribbon-theme .product-detail .product-extra-link2 > .whatsapp_buton {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    body.ribbon-theme .main.pages .detail-extralink {
        box-sizing: border-box;
        width: auto !important;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    body.ribbon-theme .main.pages .detail-extralink > .detail-qty {
        flex-basis: 76px !important;
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
    }

    body.ribbon-theme .main.pages .detail-extralink > .product-extra-link2 {
        flex: 1 1 auto !important;
        gap: 6px;
    }

    body.ribbon-theme .main.pages .detail-extralink > .product-extra-link2 > .button-add-to-cart {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 11px;
    }
}

body.ribbon-theme .product-image-slider .slick-track,
body.ribbon-theme .slider-nav-thumbnails .slick-track {
    max-width: none !important;
}

body.ribbon-theme .product-image-slider .slick-slide,
body.ribbon-theme .slider-nav-thumbnails .slick-slide {
    flex: 0 0 auto !important;
    max-width: none !important;
}

body.ribbon-theme .slider-nav-thumbnails {
    display: block !important;
    width: 100% !important;
}

body.ribbon-theme .slider-nav-thumbnails .slick-list {
    width: 100% !important;
    max-width: 100% !important;
}
