:root {
    --zl-obsidian: #0b0908;
    --zl-ink: #171310;
    --zl-ivory: #fffaf0;
    --zl-cream: #f8efe0;
    --zl-champagne: #e9d3a2;
    --zl-gold: #c7a35c;
    --zl-muted: #7a6f62;
    --zl-line: rgba(199, 163, 92, .22);
    --zl-shadow: 0 18px 48px rgba(20, 14, 8, .12);
    --zl-soft-shadow: 0 10px 28px rgba(20, 14, 8, .08);
    --zl-front-header-offset: 124px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    color: var(--zl-ink);
    background: linear-gradient(180deg, #fff, #fffaf3 48%, #fff);
    font-family: "Jost", "PT Sans", Arial, sans-serif;
    letter-spacing: .01em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

#myDiv {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.footer_head,
.proTitleText,
.proTitleInside {
    font-family: "Cormorant Garamond", "Jura", Georgia, serif;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--zl-gold) #f4eee5;
}

*::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

*::-webkit-scrollbar-track {
    background: #f4eee5;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d8bd7d, #9f7d39);
    border: 2px solid #f4eee5;
    border-radius: 999px;
}

a,
button,
.btn,
input[type="submit"],
.cta,
.btnSm,
.menuBtn,
.searchBtn,
.userBtn {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease;
}

a:hover {
    color: var(--zl-gold);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
.cta:hover,
.btnSm:hover {
    transform: translateY(-1px);
}

.cta,
input[type="submit"],
.checkDel,
.btn-primary {
    border-radius: 999px !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .10);
}

.form-control,
input,
select,
textarea {
    border-radius: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--zl-gold) !important;
    box-shadow: 0 0 0 .16rem rgba(199, 163, 92, .18) !important;
    outline: 0;
}

.fixedTopMenu {
    background: rgba(12, 9, 8, .96) !important;
    backdrop-filter: saturate(130%) blur(8px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, .18);
}

#myDiv > .sliderWrapper:first-of-type {
    margin-top: var(--zl-front-header-offset);
}

.meunTab,
.userTab,
.searchContent {
    backdrop-filter: blur(6px);
}

.bannerImage,
.owl-carousel .item,
.MagicZoom,
.productImage,
.thumbnail,
.card,
.card-box,
.zouple-cart-item,
.zouple-checkout-panel,
.modal-content {
    border-radius: 10px;
}

.card,
.card-box,
.thumbnail,
.product-card,
.zouple-product-card,
.zouple-cart-item,
.zouple-checkout-panel,
.modal-content {
    border: 1px solid rgba(199, 163, 92, .12);
    box-shadow: var(--zl-soft-shadow);
    transition: box-shadow .24s ease, transform .24s ease, border-color .24s ease;
}

.card:hover,
.card-box:hover,
.thumbnail:hover,
.product-card:hover,
.zouple-product-card:hover {
    border-color: var(--zl-line);
    box-shadow: var(--zl-shadow);
    transform: translateY(-3px);
}

.thumbnail,
.product-card,
.zouple-product-card {
    overflow: hidden;
    background: rgba(255, 250, 240, .72);
}

.thumbnail img,
.product-card img,
.zouple-product-card img,
.productImage img,
.magicImg,
.owl-carousel img {
    transition: transform .36s ease, filter .36s ease, opacity .24s ease;
}

.thumbnail:hover img,
.product-card:hover img,
.zouple-product-card:hover img,
.productImage:hover img {
    transform: scale(1.03);
}

/* MagicZoom's external hover pane can escape the product image column and cover
   the product details. Keep the gallery/click behavior, but suppress that pane. */
.mz-zoom-window:not(.mz-expanded),
.MagicZoom .mz-lens {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.MagicZoom .mz-figure.mz-active {
    overflow: hidden !important;
}

.MagicZoom .mz-figure.mz-active > img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}

.breadcrumb {
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pagination .page-link,
.pagination a,
.pagination span {
    border-radius: 999px !important;
    margin: 0 3px;
}

.alert {
    border: 0;
    border-radius: 10px;
    box-shadow: var(--zl-soft-shadow);
}

.zouple-luxury-footer {
    background: radial-gradient(circle at top left, rgba(199, 163, 92, .15), transparent 32%), var(--zl-obsidian);
    color: var(--zl-ivory);
}

.zouple-luxury-footer a {
    color: var(--zl-ivory) !important;
}

.zouple-luxury-footer a:hover {
    color: var(--zl-champagne) !important;
}

.zouple-footer-newsletter,
.zouple-footer-links,
.zouple-footer-trust,
.zouple-footer-copy {
    background: transparent !important;
    border-color: rgba(233, 211, 162, .18) !important;
}

.zouple-footer-brand {
    border-bottom: 1px solid rgba(233, 211, 162, .16);
}

.zouple-footer-tagline {
    max-width: 560px;
    color: rgba(255, 250, 240, .72);
    font-size: 15px;
    line-height: 1.7;
}

.zouple-luxury-footer .footer_head {
    color: var(--zl-champagne);
    font-size: 22px !important;
}

.zouple-luxury-footer .footer_head::before {
    background: var(--zl-gold);
}

.zouple-luxury-footer .subscribe .form-control {
    background: rgba(255, 255, 255, .06) !important;
    border-color: rgba(233, 211, 162, .28) !important;
}

.zouple-footer-trust {
    border-top: 1px solid rgba(233, 211, 162, .14);
    border-bottom: 1px solid rgba(233, 211, 162, .14);
}

.zouple-footer-trust .text-dark,
.zouple-footer-trust .h6 {
    color: rgba(255, 250, 240, .78) !important;
}

.zouple-footer-trust img {
    max-height: 44px;
    object-fit: contain;
    filter: saturate(.85) brightness(1.05);
}

.zouple-luxury-footer input[type="submit"] {
    background: var(--zl-gold);
    border: 1px solid var(--zl-gold);
    color: #120f0c;
    font-weight: 700;
}

.zouple-reveal {
    opacity: 1;
}

.zouple-back-to-top {
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 250, 240, .24);
    border-radius: 50%;
    color: var(--zl-obsidian);
    background: var(--zl-champagne);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .22s ease, transform .22s ease, background-color .22s ease;
}

.zouple-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.zouple-back-to-top:hover {
    background: var(--zl-gold);
    transform: translateY(-2px);
}

/* Testimonial platform logo: optional source logo beside the gold stars. */
.review-rating-row {
    min-height: 34px;
}

.review-platform-logo {
    max-height: 28px;
    width: auto;
    max-width: 96px;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    :root {
        --zl-front-header-offset: 108px;
    }

    html {
        scroll-padding-top: 82px;
    }

    .zouple-back-to-top {
        right: 16px;
        bottom: 82px;
        width: 38px;
        height: 38px;
    }

    .zouple-footer-tagline {
        font-size: 14px;
    }

    .fixedTopMenu {
        min-height: 96px;
    }

    .fixedTopMenu .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .fixedTopMenu .row.maxWidhtContainer {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .fixedTopMenu .menuContent {
        display: flex !important;
        flex: 0 0 54px !important;
        justify-content: flex-start;
        margin: 0 !important;
        max-width: 54px !important;
        order: 1 !important;
        text-align: left !important;
    }

    .fixedTopMenu .logoContent {
        display: flex !important;
        flex: 1 1 auto !important;
        justify-content: center;
        margin: 0 !important;
        max-width: none !important;
        min-width: 74px;
        order: 2 !important;
        text-align: center !important;
    }

    .fixedTopMenu .logoContent img {
        height: auto;
        max-width: 30vw;
        width: 86px !important;
    }

    .fixedTopMenu .cartContent {
        display: flex !important;
        flex: 0 1 auto !important;
        flex-wrap: nowrap !important;
        gap: 2px;
        justify-content: flex-end !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        max-width: 54% !important;
        min-width: 0;
        order: 3 !important;
        overflow: visible;
        text-align: right !important;
    }

    .fixedTopMenu .btnSm {
        line-height: 1 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-width: 48px !important;
        min-height: 48px !important;
        padding: 6px 4px !important;
        white-space: nowrap;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fixedTopMenu .btnSm i {
        font-size: 15px;
        line-height: 1;
    }

    .fixedTopMenu .btnSm span {
        display: block;
        font-size: 10px !important;
        line-height: 1.1;
    }

    .meunTab,
    .userTab,
    .searchContent {
        max-width: 100vw !important;
        width: 100vw !important;
        z-index: 1045 !important;
    }

    .meunTab,
    .userTab {
        height: 100dvh;
    }

    .searchContent {
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important;
    }

    .searchContent .searchBox {
        flex: 0 0 100%;
        margin-left: 0 !important;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .sliderWrapper,
    #myDiv > .sliderWrapper:first-of-type {
        margin-top: var(--zl-front-header-offset) !important;
    }

    .container,
    .container-fluid {
        max-width: 100%;
    }

    .row {
        min-width: 0;
    }
}

@media (max-width: 420px) {
    .fixedTopMenu .logoContent img {
        width: 76px !important;
    }

    .fixedTopMenu .btnSm {
        min-width: 44px !important;
        min-height: 44px !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .fixedTopMenu .cartContent .btnSm span {
        display: none !important;
    }
}

/* Mobile/tablet rescue: keep the existing desktop design, but prevent the
   homepage hero from using desktop video height and oversized overlay text. */
@media (max-width: 991.98px) {
    :root {
        --zl-front-header-offset: 96px;
    }

    #myDiv > .sliderWrapper:first-of-type,
    .sliderWrapper {
        margin-top: var(--zl-front-header-offset) !important;
    }

    .sliderWrapper,
    .slidehover {
        min-height: 0 !important;
        overflow: hidden !important;
    }

    #myVideo {
        display: block !important;
        height: clamp(250px, 58vw, 420px) !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    .slideHoverContent {
        left: 0 !important;
        max-width: 100% !important;
        padding: 0 18px !important;
        top: 52% !important;
        transform: translateY(-50%) !important;
        width: 100% !important;
    }

    .slideHoverContent .h1 {
        font-size: clamp(24px, 8vw, 42px) !important;
        line-height: 1.05 !important;
        overflow-wrap: anywhere;
    }

    .slideHoverContent .h4 {
        font-size: clamp(13px, 4vw, 18px) !important;
        line-height: 1.35 !important;
        margin-top: 8px !important;
    }

    .viewBtn2 {
        margin-top: 14px !important;
    }

    .viewBtn2 a {
        display: inline-flex !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        padding: 9px 18px !important;
    }

    .headpadding {
        padding-bottom: 22px !important;
        padding-top: 34px !important;
    }

    .zouple-trust-strip {
        padding: 12px 0 !important;
    }
}

@media (max-width: 575.98px) {
    :root {
        --zl-front-header-offset: 86px;
    }

    .fixedTopMenu {
        min-height: 82px !important;
    }

    .fixedTopMenu .container-fluid {
        padding: 6px 8px 8px !important;
    }

    .fixedTopMenu .logoContent img {
        width: 78px !important;
    }

    .fixedTopMenu .btnSm {
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 4px 3px !important;
    }

    .fixedTopMenu .btnSm i {
        font-size: 14px !important;
    }

    .fixedTopMenu .btnSm span {
        font-size: 9px !important;
    }

    #myVideo {
        height: 300px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .zouple-reveal {
        opacity: 1;
    }
}
