/* Glowcor — Outfit font + attractive header menu */

html,
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label, input, button, textarea, select,
.main-menu,
.section-heading__title,
.rr-btn-button,
.rr-btn-button2,
.rr-btn-button4 {
    font-family: "Outfit", sans-serif !important;
}

/* Brand logo */
.dh-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
}

.dh-brand__logo {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 11rem !important;
    max-height: 3.25rem !important;
    object-fit: contain;
}

.header-area.header-layoutone .header__logo img,
.dh-header .header__logo img,
.dh-header .dh-brand__logo {
    width: auto !important;
    height: auto !important;
    max-width: 11rem !important;
    max-height: 3.25rem !important;
    object-fit: contain;
}

.dh-footer .dh-brand__logo {
    max-width: 11rem !important;
    max-height: 3.25rem !important;
    height: auto !important;
    filter: brightness(0) invert(1);
}

.offset-logo .dh-brand__logo {
    max-width: 11rem !important;
    max-height: 3.25rem !important;
    height: auto !important;
}

.dh-brand__mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-family: "Outfit", sans-serif !important;
    font-weight: 700;
    font-size: 1.15rem;
    color: #fff;
    background: linear-gradient(145deg, #0C0C0C, #333333);
    box-shadow: 0 10px 24px rgba(12, 12, 12, 0.28);
}

.dh-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Outfit", sans-serif !important;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.03em;
    color: #0c0c0c;
}

.dh-brand__text span {
    font-weight: 500;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0C0C0C;
    margin-top: 2px;
}

.header-area.header-layoutone .header__logo img.normal-logo {
    display: none;
}

/* Header sticky (works with ScrollSmoother) */
.dh-header.header-area.header-layoutone,
.dh-header.header-area.header-layoutone.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transform: none !important;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(12, 12, 12, 0.08);
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.dh-header.header-area.header-layoutone.sticky,
.dh-header.is-sticky {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(12, 12, 12, 0.08);
    border-bottom: 1px solid rgba(12, 12, 12, 0.12);
}

.dh-header.header-area.transformed {
    transform: none !important;
}

/* Offset page content under fixed header */
#smooth-content {
    padding-top: 72px;
}

.dh-header .header-main {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* Main menu */
.header-area.header-layoutone .main-menu > ul,
.dh-menu.main-menu > ul {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
}

.dh-menu.main-menu > ul > li {
    margin: 0 !important;
    position: relative;
}

.dh-menu.main-menu > ul > li > a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 11px 18px !important;
    border-radius: 999px !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
    color: #2a2a2a !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease !important;
}

.dh-menu.main-menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 7px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #0C0C0C, #333333);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.28s ease;
}

.dh-menu.main-menu > ul > li:hover > a,
.dh-menu.main-menu > ul > li.is-active > a {
    color: #0C0C0C !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none;
}

.dh-menu.main-menu > ul > li:hover > a::before,
.dh-menu.main-menu > ul > li.is-active > a::before {
    transform: scaleX(1);
}

.dh-menu.main-menu li.menu-item-has-children > a:after {
    font-size: 10px !important;
    margin-left: 2px;
    color: #0C0C0C;
    opacity: 0.75;
}

/* Shop dropdown */
.header-area.header-layoutone .main-menu > ul > li .dp-menu,
.header-layoutthree .main-menu > ul > li .dp-menu {
    margin-top: -12px;
}

.dh-menu .dh-shop-dropdown {
    min-width: 280px !important;
    padding: 12px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(12, 12, 12, 0.12) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 24px 50px rgba(12, 12, 12, 0.12) !important;
    top: 100% !important;
    margin-top: -12px !important;
    overflow: hidden;
}

.dh-menu .dh-shop-dropdown li {
    width: 100% !important;
    margin: 0 !important;
}

.dh-menu .dh-shop-dropdown li a {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px;
    width: 100%;
    padding: 12px 12px !important;
    border-radius: 14px !important;
    color: #0c0c0c !important;
    line-height: 1.25 !important;
    transition: background 0.2s ease, transform 0.2s ease !important;
}

.dh-menu .dh-shop-dropdown li a i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(12, 12, 12, 0.1);
    color: #0C0C0C;
    flex-shrink: 0;
}

.dh-menu .dh-shop-dropdown li a strong {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
}

.dh-menu .dh-shop-dropdown li a small {
    display: block;
    margin-top: 3px;
    color: #707070;
    font-size: 0.78rem;
}

.dh-menu .dh-shop-dropdown li a:hover {
    background: rgba(255, 239, 242, 0.9) !important;
    transform: translateX(3px);
    color: #0C0C0C !important;
}

.dh-menu .dh-shop-dropdown li a:after {
    display: none !important;
}

.dh-menu .dh-shop-dropdown__cta a {
    justify-content: center !important;
    margin-top: 6px;
    background: linear-gradient(135deg, #0C0C0C, #333333) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.dh-menu .dh-shop-dropdown li.dh-shop-dropdown__cta a:hover,
.dh-menu .dh-shop-dropdown__cta a:hover {
    background: linear-gradient(135deg, #1a1a1a, #0C0C0C) !important;
    color: #fff !important;
    transform: none;
}

.dh-menu .dh-shop-dropdown__cta a i {
    display: none;
}

/* Action icons */
.dh-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(12, 12, 12, 0.08);
    background: #fff;
    color: #0c0c0c !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dh-icon-btn:hover {
    color: #0C0C0C !important;
    border-color: rgba(12, 12, 12, 0.28);
    box-shadow: 0 10px 22px rgba(12, 12, 12, 0.14);
    transform: translateY(-2px);
}

.dh-header .header__search .search-open-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid rgba(12, 12, 12, 0.08) !important;
}

.dh-header .header__search .search-open-btn svg {
    display: none;
}

.dh-header .header__search .search-open-btn i {
    font-size: 15px;
    color: #0c0c0c;
}

.dh-header .header-right .action-btn {
    display: none !important;
}

@media (max-width: 1199px) {
    .dh-brand__logo,
    .header-area.header-layoutone .header__logo img,
    .dh-header .dh-brand__logo {
        max-width: 9rem !important;
        max-height: 2.75rem !important;
    }

    .dh-brand__text span {
        display: none;
    }

    .dh-brand--light .dh-brand__text span {
        display: block;
    }

    /* Mobile: keep only hamburger menu */
    .dh-header .header__search,
    .dh-header .dh-actions > .dh-icon-btn,
    .dh-header .dh-actions > a.dh-icon-btn {
        display: none !important;
    }
}

/* ========== Attractive Footer ========== */
.dh-footer {
    position: relative;
    overflow: hidden;
}

.dh-footer__glow {
    position: absolute;
    inset: auto auto -120px -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(12, 12, 12, 0.28), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.dh-footer .container {
    position: relative;
    z-index: 1;
}

.dh-footer__newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin: 80px 0px 30px 0px;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(12, 12, 12, 0.22), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(12, 12, 12, 0.28);
    backdrop-filter: blur(8px);
}

.dh-footer__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0C0C0C;
    font-weight: 600;
}

.dh-footer__newsletter-copy h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.dh-footer__newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    min-width: min(420px, 100%);
}

.dh-footer__newsletter-form input {
    flex: 1;
    min-width: 220px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 0 18px;
    background: rgba(12, 12, 12, 0.35);
    color: #fff;
    outline: none;
}

.dh-footer__newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.dh-footer__newsletter-form button {
    height: 48px;
    padding: 0 22px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #0C0C0C, #333333);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dh-footer__newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(12, 12, 12, 0.35);
}

.dh-footer__main,
.dh-footer .footer1-main {
    position: relative;
    padding: 50px 0px 50px;
    border-top: none !important;
}

.dh-footer .footer1-main::before {
    display: none !important;
}

.dh-brand--light .dh-brand__text {
    color: #fff;
}

.dh-brand--light .dh-brand__text span {
    color: #cccccc;
}

.dh-footer__brand-card .footer1-widget__text {
    margin-top: 16px;
    max-width: 320px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72) !important;
}

.dh-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.dh-footer__social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dh-footer__social a:hover {
    background: linear-gradient(145deg, #0C0C0C, #333333);
    border-color: transparent;
    transform: translateY(-3px);
}

.dh-footer .footer1-widget__title {
    color: #fff !important;
    margin-bottom: 18px !important;
}

.dh-footer .footer1-widget__title::before,
.dh-footer .footer1-widget__title::after {
    background: #0C0C0C !important;
}

.dh-footer__nav .footer1-widget__nav-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78) !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
}

.dh-footer__nav .footer1-widget__nav-link i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 0.75rem;
    background: rgba(12, 12, 12, 0.15);
    color: #cccccc;
}

.dh-footer__nav .footer1-widget__nav-link:hover {
    color: #fff !important;
    transform: translateX(4px);
}

.dh-footer__contact-grid {
    display: grid;
    gap: 12px;
}

.dh-footer__contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.dh-footer__contact-card:hover {
    transform: translateY(-2px);
    border-color: rgba(12, 12, 12, 0.4);
    background: rgba(12, 12, 12, 0.12);
}

.dh-footer__contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #0C0C0C, #333333);
    color: #fff;
    flex-shrink: 0;
}

.dh-footer__contact-card small {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    margin-bottom: 3px;
}

.dh-footer__contact-card strong {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.dh-footer__bottom {
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dh-footer__bottom a {
    color: rgba(255, 255, 255, 0.75) !important;
}

.dh-footer__bottom a:hover {
    color: #0C0C0C !important;
}

@media (max-width: 767px) {
    .dh-footer__newsletter {
        padding: 22px 18px;
    }

    .dh-footer__newsletter-form {
        min-width: 100%;
    }
}

/* ========== Hero Banner Slider ========== */
.dh-hero-slider.intro1 {
    margin-top: -72px;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 72px 0 0 !important;
    box-sizing: border-box;
    background: #0C0C0C !important;
    color: #fff;
}

.dh-hero-slider {
    position: relative;
    overflow: hidden;
}

.dh-hero-slider .intro1__bg-text,
.dh-hero-slider .dh-hero-watermark {
    color: rgba(255, 255, 255, 0.06) !important;
}

.dh-hero-slider .intro1__content-subtext {
    color: rgba(255, 255, 255, 0.85) !important;
}

.dh-hero-slider .intro1__content-title,
.dh-hero-slider .intro1__content-title span,
.dh-hero-slider .dh-hero-content h1 {
    color: #fff !important;
}

.dh-hero-slider .intro1__content-desc,
.dh-hero-slider .dh-hero-content p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.dh-hero-slider .intro1__content-button .rr-btn-button {
    background: #fff !important;
    border-color: #fff !important;
    color: #0C0C0C !important;
}

.dh-hero-slider .intro1__content-button .rr-btn-button .text,
.dh-hero-slider .intro1__content-button .rr-btn-button .icon {
    color: #0C0C0C !important;
}

.dh-hero-slider .intro1__content-button .rr-btn-button svg path {
    stroke: #0C0C0C !important;
}

.dh-hero-slider .intro1__content-button .rr-btn-button:hover {
    background: transparent !important;
    color: #fff !important;
}

.dh-hero-slider .intro1__content-button .rr-btn-button:hover .text,
.dh-hero-slider .intro1__content-button .rr-btn-button:hover .icon {
    color: #fff !important;
}

.dh-hero-slider .intro1__content-button .rr-btn-button:hover svg path {
    stroke: #fff !important;
}

.dh-hero-slider .intro1__video-content p {
    color: #0C0C0C !important;
}

.dh-hero-slider .dh-banner-swiper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.dh-hero-slider .swiper-wrapper,
.dh-hero-slider .swiper-slide {
    height: 100%;
}

.dh-hero-slider .swiper-slide {
    display: flex;
    align-items: center;
}

.dh-hero-slider .dh-hero-row {
    min-height: calc(100vh - 110px);
    align-items: center;
}

.dh-hero-watermark {
    animation: dhWatermarkFloat 10s ease-in-out infinite;
    pointer-events: none;
}

.dh-hero-content > * {
    opacity: 0;
    transform: translateY(28px);
}

.dh-hero-thumb {
    opacity: 0;
    transform: scale(0.92) translateY(20px);
}

.dh-hero-card {
    opacity: 0;
    transform: translateX(30px);
}

.swiper-slide.is-animated .dh-hero-content > *:nth-child(1) {
    animation: dhHeroIn 0.7s ease forwards 0.05s;
}
.swiper-slide.is-animated .dh-hero-content > *:nth-child(2) {
    animation: dhHeroIn 0.75s ease forwards 0.18s;
}
.swiper-slide.is-animated .dh-hero-content > *:nth-child(3) {
    animation: dhHeroIn 0.75s ease forwards 0.3s;
}
.swiper-slide.is-animated .dh-hero-content > *:nth-child(4) {
    animation: dhHeroIn 0.75s ease forwards 0.42s;
}
.swiper-slide.is-animated .dh-hero-thumb {
    animation: dhHeroThumb 0.9s ease forwards 0.2s;
}
.swiper-slide.is-animated .dh-hero-card {
    animation: dhHeroCard 0.85s ease forwards 0.35s;
}

.dh-hero-thumb .main-img {
    transition: transform 0.6s ease;
}

.dh-hero-slider:hover .swiper-slide-active .dh-hero-thumb .main-img {
    transform: scale(1.03);
}

.dh-hero-card .intro1__video-card {
    animation: dhFloatSoft 4.5s ease-in-out infinite;
}

.dh-hero-nav {
    position: absolute;
    right: 4%;
    bottom: 40px;
    z-index: 5;
    display: flex;
    gap: 10px;
}

.dh-hero-nav__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(12, 12, 12, 0.12);
    background: #fff;
    color: #0c0c0c;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dh-hero-nav__btn:hover {
    background: linear-gradient(145deg, #0C0C0C, #333333);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(12, 12, 12, 0.28);
}

.dh-hero-pagination {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
    width: auto !important;
}

.dh-hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(12, 12, 12, 0.2);
    opacity: 1;
    border-radius: 999px;
    transition: width 0.3s ease, background 0.3s ease;
}

.dh-hero-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: linear-gradient(90deg, #0C0C0C, #333333);
}

@keyframes dhHeroIn {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes dhHeroThumb {
    from { opacity: 0; transform: scale(0.92) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes dhHeroCard {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes dhFloatSoft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes dhWatermarkFloat {
    0%, 100% { transform: translate(-50%, -15%); }
    50% { transform: translate(-50%, calc(-15% - 12px)); }
}

@media (max-width: 991px) {
    .dh-hero-slider.intro1 {
        margin-top: -72px;
        height: auto;
        min-height: 100vh;
        padding: 90px 0 80px !important;
    }

    .dh-hero-slider .dh-hero-row {
        min-height: auto;
    }

    .dh-hero-nav {
        right: 16px;
        bottom: 56px;
    }

    .dh-hero-card .intro1__video-card {
        animation: none;
    }
}

/* ========== Black & White Theme Overrides ========== */
:root {
    --primary: #F5F5F5 !important;
    --primary-two: #0C0C0C !important;
    --secondary: #F0F0F0 !important;
    --thardary: #EAEAEA !important;
    --bg-color: #EDEDED !important;
    --bg-color2: #F2F2F2 !important;
    --yellow: #0C0C0C !important;
}

.rr-btn-button,
.rr-btn-button .text,
.rr-btn-button .icon {
    color: #fff !important;
}

.rr-btn-button {
    background: #0C0C0C !important;
    border-color: #0C0C0C !important;
}

.rr-btn-button:hover {
    background: #000 !important;
}

.rr-btn-button2 {
    background: #fff !important;
    border: 1px solid #0C0C0C !important;
    color: #0C0C0C !important;
}

.rr-btn-button2 .text,
.rr-btn-button2 .icon,
.rr-btn-button2 svg path {
    color: #0C0C0C !important;
    stroke: #0C0C0C !important;
}

.rr-btn-button4 {
    background: #0C0C0C !important;
    color: #fff !important;
}

.rr-btn-button4 .text {
    color: #fff !important;
}

.rr-btn-button4:hover {
    background: #ffffff !important;
    color: #0C0C0C !important;
}

.rr-btn-button4:hover .text {
    color: #0C0C0C !important;
}

.rr-btn-button4:hover .icon {
    background: #0C0C0C !important;
    color: #ffffff !important;
}

.rr-btn-button4:hover .icon svg path {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

.bg-light-pick,
.section-spacing-120.bg-light-pick {
    background: #F5F5F5 !important;
}

.mean-container .mean-nav ul li a.mean-expand,
.main-menu ul li a:hover,
.section-heading__title span {
    color: #0C0C0C !important;
}

/* Offer banner text on dark background */
.offer1__content-text,
.offer1__content-title,
.offer1__content-title .subtitle,
.offer1__content-subtext {
    color: #fff !important;
}

.offer1__content-button .rr-btn-button2 {
    background: #fff !important;
    border-color: #fff !important;
    color: #0C0C0C !important;
}

.offer1__content-button .rr-btn-button2 .text,
.offer1__content-button .rr-btn-button2 .icon {
    color: #0C0C0C !important;
}

.offer1__content-button .rr-btn-button2 svg path {
    stroke: #0C0C0C !important;
}

.offer1-wrapper {
    padding: 0 !important;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .offer1-wrapper {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .offer1-wrapper {
        min-height: 200px;
    }
}

/* ========== Shared page hero (all pages) ========== */
.dh-page-hero {
    position: relative;
    min-height: min(66vh, 560px);
    display: flex;
    align-items: center;
    padding: 56px 0;
    overflow: hidden;
    color: #fff;
    background: #0C0C0C;
}

.dh-page-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: right 18%;
    transform: scale(1.04);
    animation: dhAboutKen 18s ease-in-out infinite alternate;
}

.dh-page-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(95deg, rgba(12, 12, 12, 0.92) 0%, rgba(12, 12, 12, 0.72) 42%, rgba(12, 12, 12, 0.28) 75%, rgba(12, 12, 12, 0.15) 100%);
}

.dh-page-hero .container {
    position: relative;
    z-index: 2;
}

.dh-page-hero__brand {
    margin: 0 0 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 0.95;
    color: #fff;
}

.dh-page-hero__title {
    margin: 0 0 16px;
    max-width: 16ch;
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 500;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.92);
}

.dh-page-hero__text {
    margin: 0 0 28px;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.65;
}

.dh-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.dh-page-hero__link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 2px;
}

.dh-page-hero__link:hover {
    border-bottom-color: #fff;
    color: #fff;
}

.dh-page-hero__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-top: 22px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.dh-page-hero__crumbs a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.dh-page-hero__crumbs a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

.dh-page-hero__crumbs span:last-child {
    color: #fff;
    font-weight: 500;
}

@keyframes dhAboutKen {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}

@media (max-width: 991.98px) {
    .dh-page-hero {
        min-height: 55vh;
        padding: 48px 0;
    }

    .dh-page-hero__media {
        background-position: center 20%;
    }

    .dh-page-hero__veil {
        background: linear-gradient(180deg, rgba(12, 12, 12, 0.55) 0%, rgba(12, 12, 12, 0.82) 100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dh-page-hero__media {
        animation: none;
    }
}

/* ========== About page ========== */
.breadcumb-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about1-content .section-heading3__subtitle,
.about1-content-info__list-items::before,
.about2-items__info-title {
    color: #0C0C0C !important;
}

.dh-about-kicker {
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 600;
    color: #707070;
}

/* ========== Product grid cards ========== */
.dh-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px 24px;
    margin-bottom: 32px;
}

.dh-section-head .dh-about-heading {
    margin-bottom: 0;
}

.dh-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.dh-product-grid__empty {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
    color: #707070;
}

.dh-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.dh-product-card:hover {
    transform: translateY(-6px);
    background: #0C0C0C;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.dh-product-card__media {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}

.dh-product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.dh-product-card:hover .dh-product-card__media::after {
    opacity: 1;
}

.dh-product-card__image {
    display: block;
}

.dh-product-card__image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.dh-product-card:hover .dh-product-card__image img {
    transform: scale(1.05);
}

.dh-product-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    padding: 6px 12px;
    background: #0C0C0C;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dh-product-card__media .dh-fav-form,
.dh-product-card__media > .dh-fav-btn--card {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}

.dh-product-card__media .dh-fav-form .dh-fav-btn--card {
    position: static;
}

.dh-product-card__actions {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dh-product-card:hover .dh-product-card__actions {
    opacity: 1;
    transform: translateY(0);
}

.dh-product-card__actions form {
    margin: 0;
}

.dh-product-card__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border: none;
    background: #fff;
    color: #0C0C0C;
    font-family: "Outfit", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.dh-product-card__cart:hover {
    background: #0C0C0C;
    color: #fff;
}

.dh-product-card__cart--muted {
    background: rgba(255, 255, 255, 0.85);
    cursor: default;
}

.dh-product-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 18px 16px 20px;
    background: #fff;
    flex: 1;
    transition: background 0.35s ease;
}

.dh-product-card:hover .dh-product-card__body {
    background: #0C0C0C;
}

.dh-product-card__title {
    margin: 0;
    font-family: "Outfit", sans-serif !important;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
}

.dh-product-card__title a {
    color: #0C0C0C;
    text-decoration: none;
    transition: color 0.35s ease;
}

.dh-product-card:hover .dh-product-card__title a {
    color: #fff;
}

.dh-product-card__meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    color: #777;
    font-size: 0.86rem;
    transition: color 0.35s ease;
}

.dh-product-card__meta .fa-star {
    color: #0C0C0C;
    font-size: 0.75rem;
    transition: color 0.35s ease;
}

.dh-product-card:hover .dh-product-card__meta,
.dh-product-card:hover .dh-product-card__meta .fa-star {
    color: rgba(255, 255, 255, 0.75);
}

.dh-product-card__price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 2px;
}

.dh-product-card__price strong {
    color: #0C0C0C;
    font-size: 1.05rem;
    font-weight: 700;
    transition: color 0.35s ease;
}

.dh-product-card__price s {
    color: #999;
    font-size: 0.9rem;
    transition: color 0.35s ease;
}

.dh-product-card:hover .dh-product-card__price strong {
    color: #fff;
}

.dh-product-card:hover .dh-product-card__price s {
    color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1199.98px) {
    .dh-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .dh-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .dh-product-card__actions {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .dh-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dh-section-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ========== Category grid ========== */
.dh-categories__head {
    margin: 0 auto 40px;
    max-width: 40rem;
    text-align: center;
}

.dh-categories__head p {
    margin: -6px auto 0;
    color: #666;
    line-height: 1.65;
}

.dh-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.dh-categories__empty {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
    color: #707070;
}

.dh-cat-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.dh-cat-card:hover {
    transform: translateY(-6px);
    background: #0C0C0C;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
}

.dh-cat-card__media {
    position: relative;
    overflow: hidden;
    background: #ececec;
}

.dh-cat-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.dh-cat-card:hover .dh-cat-card__media::after {
    opacity: 1;
}

.dh-cat-card__media img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.35s ease;
}

.dh-cat-card:hover .dh-cat-card__media img {
    transform: scale(1.06);
    filter: brightness(0.92);
}

.dh-cat-card__offer {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 8px 12px;
    background: #0C0C0C;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dh-cat-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 20px 22px;
    background: #fff;
    border-top: 1px solid rgba(12, 12, 12, 0.06);
    flex: 1;
    transition: background 0.35s ease, border-color 0.35s ease;
}

.dh-cat-card:hover .dh-cat-card__body {
    background: #0C0C0C;
    border-top-color: rgba(255, 255, 255, 0.08);
}

.dh-cat-card__desc {
    margin: 0;
    color: #777;
    font-size: 0.86rem;
    line-height: 1.45;
    transition: color 0.35s ease;
}

.dh-cat-card:hover .dh-cat-card__desc {
    color: rgba(255, 255, 255, 0.7);
}

.dh-cat-card__title {
    margin: 0;
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    font-weight: 600;
    line-height: 1.2;
    color: #0C0C0C;
    transition: color 0.35s ease;
}

.dh-cat-card:hover .dh-cat-card__title {
    color: #fff;
}

.dh-cat-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    color: #0C0C0C;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.35s ease, gap 0.25s ease;
}

.dh-cat-card:hover .dh-cat-card__cta {
    color: #fff;
    gap: 12px;
}

@media (max-width: 991.98px) {
    .dh-categories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .dh-categories__grid {
        grid-template-columns: 1fr;
    }
}

.dh-about-heading {
    margin: 0 0 18px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 600;
    line-height: 1.1;
    color: #0C0C0C;
}

.dh-about-story__visual {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 14px;
    align-items: end;
    padding-right: 12px;
}

.dh-about-story__frame {
    position: relative;
    overflow: hidden;
}

.dh-about-story__frame img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.dh-about-story__visual:hover .dh-about-story__frame img {
    transform: scale(1.03);
}

.dh-about-story__stack {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 28px;
}

.dh-about-story__stack > img {
    width: 100%;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(12, 12, 12, 0.12);
}

.dh-about-story__float {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 16px 18px;
    background: #0C0C0C;
    color: #fff;
    max-width: none;
}

.dh-about-story__float span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 4px;
}

.dh-about-story__float strong {
    font-size: 1.02rem;
    color: #fff;
    font-weight: 600;
}

.dh-about-story__content p {
    margin: 0 0 14px;
    color: #555;
    line-height: 1.75;
    font-size: 1.02rem;
}

.dh-about-story__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 22px;
    margin-top: 28px;
}

.dh-about-story__more {
    color: #0C0C0C;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(12, 12, 12, 0.35);
    padding-bottom: 2px;
    transition: border-color 0.2s ease;
}

.dh-about-story__more:hover {
    border-bottom-color: #0C0C0C;
}

.dh-about-checks {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
}

.dh-about-checks li {
    position: relative;
    padding-left: 22px;
    color: #0C0C0C;
    font-weight: 500;
    font-size: 0.95rem;
}

.dh-about-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0C0C0C;
}

.dh-about-values {
    padding: 20px 0 60px;
}

.dh-about-values__intro {
    margin-bottom: 28px;
    max-width: 100%;
}

.dh-about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid rgba(12, 12, 12, 0.1);
    border-bottom: 1px solid rgba(12, 12, 12, 0.1);
}

.dh-about-values__grid article {
    padding: 36px 28px;
    border-right: 1px solid rgba(12, 12, 12, 0.1);
}

.dh-about-values__grid article:last-child {
    border-right: none;
}

.dh-about-values__grid span {
    display: block;
    margin-bottom: 14px;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    color: #999;
}

.dh-about-values__grid h3 {
    margin: 0 0 10px;
    font-size: 1.35rem;
    color: #0C0C0C;
}

.dh-about-values__grid p {
    margin: 0;
    color: #666;
    line-height: 1.65;
}

.dh-about-manifesto__inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.dh-about-manifesto h2 {
    margin: 0 0 36px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 500;
    line-height: 1.25;
    color: #0C0C0C;
}

.dh-about-manifesto h2 img {
    display: inline-block;
    width: 72px;
    height: 48px;
    object-fit: cover;
    border-radius: 999px;
    margin: 0 8px;
    vertical-align: middle;
    transform: translateY(-4px);
}

.dh-about-manifesto blockquote {
    margin: 0 auto;
    max-width: 34rem;
    padding: 0;
    border: none;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #444;
    font-style: italic;
}

.dh-about-manifesto cite {
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    color: #0C0C0C;
    font-weight: 600;
}

.dh-about-cta {
    padding-bottom: 100px;
}

.dh-about-cta__panel {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    padding: 56px 48px;
    color: #fff;
    background: #0C0C0C;
}

.dh-about-cta__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    transform: scale(1.04);
    opacity: 0.45;
}

.dh-about-cta__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(12, 12, 12, 0.96) 0%, rgba(12, 12, 12, 0.82) 48%, rgba(12, 12, 12, 0.55) 100%);
}

.dh-about-cta__content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.dh-about-cta__eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.dh-about-cta__panel h2,
.dh-about-cta__copy h2 {
    margin: 0 0 12px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3.1rem);
    font-weight: 600;
    color: #fff !important;
    line-height: 1.12;
}

.dh-about-cta__panel p,
.dh-about-cta__copy p {
    margin: 0;
    max-width: 30rem;
    color: rgba(255, 255, 255, 0.78) !important;
    line-height: 1.65;
    font-size: 1.02rem;
}

.dh-about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.dh-about-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    background: #fff;
    color: #0C0C0C !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid #fff;
    transition: background 0.2s ease, color 0.2s ease;
}

.dh-about-cta__btn:hover {
    background: transparent;
    color: #fff !important;
}

.dh-about-cta__ghost {
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 2px;
}

.dh-about-cta__ghost:hover {
    border-bottom-color: #fff;
}

/* === About videos + modal === */
.dh-about-videos__intro {
    max-width: 36rem;
    margin-bottom: 36px;
}

.dh-about-videos__intro p {
    margin: 10px 0 0;
    color: #5c5552;
    font-size: 1rem;
    line-height: 1.65;
}

.dh-about-videos__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dh-about-videos__card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 520px;
    padding: 0;
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    background: #1a1a1a;
    box-shadow: 0 18px 40px rgba(40, 24, 20, 0.14);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dh-about-videos__card:hover,
.dh-about-videos__card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(40, 24, 20, 0.22);
    outline: none;
}

.dh-about-videos__thumb {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

.dh-about-videos__card:hover .dh-about-videos__thumb {
    transform: scale(1.06);
}

.dh-about-videos__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.12) 0%, rgba(12, 12, 12, 0.2) 40%, rgba(12, 12, 12, 0.78) 100%);
}

.dh-about-videos__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #0C0C0C;
    font-size: 1.05rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background 0.3s ease;
}

.dh-about-videos__play i {
    margin-left: 3px;
}

.dh-about-videos__card:hover .dh-about-videos__play {
    transform: scale(1.08);
    background: #fff;
}

.dh-about-videos__meta {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}

.dh-about-videos__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dh-about-videos__title {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.dh-video-modal[hidden] {
    display: none !important;
}

.dh-video-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: grid;
    place-items: center;
    padding: 24px;
}

.dh-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 8, 0.78);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.dh-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    background: #0C0C0C;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.dh-video-modal__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dh-video-modal__top h3 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.dh-video-modal__close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.2s ease;
}

.dh-video-modal__close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.dh-video-modal__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
}

.dh-video-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.dh-video-modal-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .dh-about-videos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .dh-about-videos__card {
        max-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .dh-about-videos__grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }

    .dh-about-videos__card {
        max-height: none;
    }

    .dh-video-modal__dialog {
        width: min(360px, 100%);
    }
}

@media (max-width: 991.98px) {
    .dh-about-story__visual {
        grid-template-columns: 1.2fr 0.9fr;
        padding-right: 0;
        max-width: 520px;
    }

    .dh-about-values__grid {
        grid-template-columns: 1fr;
    }

    .dh-about-values__grid article {
        border-right: none;
        border-bottom: 1px solid rgba(12, 12, 12, 0.1);
    }

    .dh-about-values__grid article:last-child {
        border-bottom: none;
    }

    .dh-about-checks {
        grid-template-columns: 1fr;
    }

    .dh-about-cta__panel {
        padding: 40px 28px;
        min-height: 0;
    }

    .dh-about-cta__bg {
        background-position: center;
        opacity: 0.35;
    }
}

@media (max-width: 575.98px) {
    .dh-about-story__visual {
        grid-template-columns: 1fr;
    }

    .dh-about-story__stack {
        flex-direction: row;
        align-items: stretch;
        padding-bottom: 0;
    }

    .dh-about-story__stack > img {
        width: 48%;
        aspect-ratio: 1;
    }

    .dh-about-story__float {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dh-about-story__frame img {
        transition: none;
    }
}

.dh-menu > ul > li.is-active > a {
    color: #0C0C0C !important;
}

/* ========== Blog / policy pages ========== */
.dh-blog-post__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    margin-bottom: 18px;
    color: #707070;
    font-size: 0.9rem;
}

.dh-blog-post__title {
    margin: 0 0 16px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.2;
    color: #0C0C0C;
}

.dh-blog-post__excerpt {
    margin: 0 0 28px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #555;
    max-width: 46rem;
}

.dh-blog-post__thumb {
    margin: 0 0 32px;
    border-radius: 18px;
    overflow: hidden;
}

.dh-blog-post__thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 480px;
}

/* ========== Blog detail ========== */
.dh-blog-hero {
    position: relative;
    min-height: min(58vh, 520px);
    display: flex;
    align-items: flex-end;
    padding: 100px 0 56px;
    overflow: hidden;
    color: #fff;
    background: #0C0C0C;
}

.dh-blog-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}

.dh-blog-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 12, 12, 0.35) 0%, rgba(12, 12, 12, 0.55) 40%, rgba(12, 12, 12, 0.88) 100%);
}

.dh-blog-hero .container {
    position: relative;
    z-index: 2;
}

.dh-blog-hero__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 18px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
}

.dh-blog-hero__crumbs a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.dh-blog-hero__crumbs a:hover {
    color: #fff;
}

.dh-blog-hero__tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.dh-blog-hero__title {
    margin: 0 0 14px;
    max-width: 18ch;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.dh-blog-hero__excerpt {
    margin: 0 0 22px;
    max-width: 38rem;
    font-size: 1.08rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
}

.dh-blog-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
}

.dh-blog-hero__author {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #fff;
}

.dh-blog-hero__avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: #0C0C0C;
    font-size: 0.85rem;
    font-weight: 700;
}

.dh-blog-article {
    padding-top: 0;
    margin-top: -48px;
    position: relative;
    z-index: 3;
}

.dh-blog-post__figure {
    margin: 0 0 36px;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 0 24px 50px rgba(12, 12, 12, 0.12);
}

.dh-blog-post__figure img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.dh-blog-post__body {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #333;
}

.dh-blog-post__body p {
    margin: 0 0 1.25rem;
}

.dh-blog-post__body p:first-of-type::first-letter {
    float: left;
    margin: 0.1em 0.12em 0 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0.85;
    color: #0C0C0C;
}

.dh-blog-post__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(12, 12, 12, 0.1);
}

.dh-blog-post__back-link {
    color: #0C0C0C;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(12, 12, 12, 0.25);
    padding-bottom: 2px;
}

.dh-blog-post__back-link:hover {
    border-bottom-color: #0C0C0C;
}

.dh-blog-post__footer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.dh-blog-post__ghost {
    color: #0C0C0C;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(12, 12, 12, 0.3);
    padding-bottom: 2px;
}

.dh-blog-post__ghost:hover {
    border-bottom-color: #0C0C0C;
}

.dh-blog-related {
    padding: 20px 0 80px;
}

.dh-blog-related__head {
    margin-bottom: 28px;
}

.dh-blog-related__card {
    display: block;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(12, 12, 12, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dh-blog-related__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(12, 12, 12, 0.08);
}

.dh-blog-related__thumb {
    overflow: hidden;
    background: #f3f3f3;
}

.dh-blog-related__thumb img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dh-blog-related__card:hover .dh-blog-related__thumb img {
    transform: scale(1.05);
}

.dh-blog-related__body {
    padding: 18px 18px 22px;
}

.dh-blog-related__tag {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #707070;
}

.dh-blog-related__body h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.35;
    color: #0C0C0C;
}

.dh-blog-related__meta {
    font-size: 0.86rem;
    color: #888;
}

@media (max-width: 991.98px) {
    .dh-blog-hero {
        min-height: 48vh;
        padding: 88px 0 44px;
    }

    .dh-blog-article {
        margin-top: -32px;
    }

    .dh-blog-post__body p:first-of-type::first-letter {
        font-size: 2.8rem;
    }
}

.dh-blog-post__back {
    margin-top: 36px;
}

/* ========== Shop / product / contact pages ========== */
.dh-product-gallery__main {
    border-radius: 18px;
    overflow: hidden;
    background: #f5f5f5;
}

.dh-product-gallery__main img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.dh-product-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.dh-product-gallery__thumb {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.dh-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dh-product-info__cat {
    display: inline-block;
    margin-bottom: 10px;
    color: #707070;
    text-decoration: none;
    font-size: 0.9rem;
}

.dh-product-info__title {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    line-height: 1.25;
    color: #0C0C0C;
}

.dh-product-info__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 16px;
    color: #707070;
    font-size: 0.9rem;
}

.dh-product-info__meta .fa-star {
    color: #0C0C0C;
}

.dh-product-info__price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
}

.dh-product-info__price strong {
    font-size: 1.6rem;
    color: #0C0C0C;
}

.dh-product-info__price s {
    color: #999;
    font-size: 1.05rem;
}

.dh-product-info__excerpt {
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
}

.dh-product-info__specs {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.dh-product-info__specs li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(12, 12, 12, 0.06);
    color: #444;
}

.dh-product-desc {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(12, 12, 12, 0.08);
}

.dh-product-desc h2 {
    margin: 0 0 16px;
    font-size: 1.4rem;
}

.dh-contact-form {
    background: #fff;
    border: 1px solid rgba(12, 12, 12, 0.08);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(12, 12, 12, 0.04);
}

.dh-contact-lead {
    margin: 14px 0 28px;
    color: #555;
    line-height: 1.7;
}

.dh-contact-info {
    display: grid;
    gap: 12px;
}

.dh-contact-info__card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(12, 12, 12, 0.1);
    text-decoration: none !important;
    color: #0C0C0C;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

a.dh-contact-info__card:hover {
    transform: translateY(-2px);
    border-color: rgba(12, 12, 12, 0.22);
    box-shadow: 0 10px 24px rgba(12, 12, 12, 0.06);
    color: #0C0C0C;
}

.dh-contact-info__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #0C0C0C;
    color: #fff;
    flex-shrink: 0;
}

.dh-contact-info__text {
    min-width: 0;
}

.dh-contact-info__text small {
    display: block;
    color: #707070;
    font-size: 0.78rem;
    margin-bottom: 4px;
}

.dh-contact-info__text strong {
    display: block;
    color: #0C0C0C;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35;
    word-break: break-word;
}

.dh-contact-form h3 {
    margin: 0 0 18px;
    font-size: 1.25rem;
    color: #0C0C0C;
}

.dh-contact-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.86rem;
    color: #555;
}

.dh-contact-form input,
.dh-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(12, 12, 12, 0.12);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fafafa;
    color: #0C0C0C;
    outline: none;
}

.dh-contact-form input:focus,
.dh-contact-form textarea:focus {
    border-color: #0C0C0C;
    background: #fff;
}

.dh-contact-alert {
    margin-bottom: 24px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #f0f0f0;
    color: #0C0C0C;
    border: 1px solid rgba(12, 12, 12, 0.08);
}

.dh-contact-alert--error {
    background: #fff5f5;
    border-color: rgba(180, 40, 40, 0.2);
    color: #8a1f1f;
}

/* ========== Customer auth ========== */
.dh-auth-card {
    background: #fff;
    border: 1px solid rgba(12, 12, 12, 0.08);
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 12px 36px rgba(12, 12, 12, 0.05);
}

.dh-auth-card h2 {
    margin: 0 0 8px;
    font-size: 1.7rem;
    color: #0C0C0C;
}

.dh-auth-card__sub {
    margin: 0 0 22px;
    color: #707070;
    line-height: 1.55;
}

.dh-auth-field {
    margin-bottom: 14px;
}

.dh-auth-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.86rem;
    color: #555;
}

.dh-auth-field input {
    width: 100%;
    border: 1px solid rgba(12, 12, 12, 0.12);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fafafa;
    color: #0C0C0C;
    outline: none;
}

.dh-auth-field input:focus {
    border-color: #0C0C0C;
    background: #fff;
}

.dh-auth-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0 18px;
    font-size: 0.9rem;
    color: #555;
    cursor: pointer;
}

.dh-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 4px 0 18px;
    flex-wrap: wrap;
}

.dh-auth-row .dh-auth-check {
    margin: 0;
}

.dh-auth-forgot {
    color: #0C0C0C;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dh-auth-submit {
    width: 100%;
    justify-content: center;
}

.dh-auth-switch {
    margin: 22px 0 0;
    text-align: center;
    color: #707070;
    font-size: 0.92rem;
}

.dh-auth-switch a {
    color: #0C0C0C;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ========== Favourites ========== */
.dh-product-info__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.dh-fav-form {
    display: inline-flex;
    margin: 0;
}

.dh-fav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(12, 12, 12, 0.1);
    background: #fff;
    color: #0C0C0C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dh-fav-btn:hover,
.dh-fav-btn.is-active {
    background: #0C0C0C;
    color: #fff;
    border-color: #0C0C0C;
}

.dh-fav-btn--card {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 38px;
    height: 38px;
    box-shadow: 0 6px 16px rgba(12, 12, 12, 0.12);
}

.dh-fav-btn--lg {
    width: 48px;
    height: 48px;
    font-size: 1.05rem;
}

.trending-product-card__thumb {
    position: relative;
}

.dh-icon-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 99px;
    background: #0C0C0C;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ========== Cart ========== */
.dh-cart-list {
    display: grid;
    gap: 14px;
}

.dh-cart-item {
    display: grid;
    grid-template-columns: 96px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(12, 12, 12, 0.08);
    border-radius: 16px;
}

.dh-cart-item__thumb {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    display: block;
}

.dh-cart-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dh-cart-item__info h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
}

.dh-cart-item__info h3 a {
    color: #0C0C0C;
    text-decoration: none;
}

.dh-cart-item__info p {
    margin: 0 0 10px;
    color: #707070;
    font-size: 0.9rem;
}

.dh-cart-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dh-cart-qty label {
    font-size: 0.82rem;
    color: #555;
}

.dh-cart-qty input {
    width: 64px;
    border: 1px solid rgba(12, 12, 12, 0.12);
    border-radius: 8px;
    padding: 6px 8px;
}

.dh-cart-qty button,
.dh-cart-remove,
.dh-cart-actions button {
    border: none;
    background: transparent;
    color: #0C0C0C;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    padding: 0;
    font-size: 0.88rem;
}

.dh-cart-item__side {
    text-align: right;
    display: grid;
    gap: 10px;
    justify-items: end;
}

.dh-cart-item__side strong {
    font-size: 1.1rem;
}

.dh-cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    gap: 12px;
    flex-wrap: wrap;
}

.dh-cart-actions a {
    color: #0C0C0C;
}

.dh-cart-summary {
    background: #fff;
    border: 1px solid rgba(12, 12, 12, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(12, 12, 12, 0.04);
}

.dh-cart-summary h3 {
    margin: 0 0 16px;
    font-size: 1.2rem;
}

.dh-cart-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(12, 12, 12, 0.06);
    color: #555;
    font-size: 0.95rem;
}

.dh-cart-summary__total {
    border-bottom: none;
    color: #0C0C0C;
    font-weight: 700;
    font-size: 1.05rem;
    padding-top: 14px;
}

.dh-pay-options {
    display: grid;
    gap: 10px;
}

.dh-pay-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.dh-pay-option:has(input:checked) {
    border-color: #0C0C0C;
    background: #f7f7f7;
}

.dh-pay-option input {
    margin-top: 4px;
}

.dh-pay-option strong {
    display: block;
    color: #0C0C0C;
}

.dh-pay-option small {
    display: block;
    margin-top: 3px;
    color: #707070;
    font-size: 0.82rem;
}

.dh-checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.dh-checkout-steps__item {
    font-size: 0.92rem;
    color: #999;
    font-weight: 500;
}

.dh-checkout-steps__item.is-active,
.dh-checkout-steps__item.is-done {
    color: #0C0C0C;
}

.dh-checkout-steps__item.is-active {
    font-weight: 700;
}

.dh-checkout-steps__sep {
    width: 28px;
    height: 1px;
    background: rgba(12, 12, 12, 0.2);
}

.dh-checkout-notes {
    width: 100%;
    border: 1px solid rgba(12, 12, 12, 0.12);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fafafa;
    color: #0C0C0C;
    outline: none;
    resize: vertical;
}

.dh-checkout-notes:focus {
    border-color: #0C0C0C;
    background: #fff;
}

.dh-checkout-summary {
    position: sticky;
    top: 100px;
}

.dh-checkout-lines {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(12, 12, 12, 0.06);
}

.dh-checkout-line {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 12px;
    align-items: center;
}

.dh-checkout-line img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    background: #f5f5f5;
}

.dh-checkout-line strong {
    display: block;
    font-size: 0.92rem;
    color: #0C0C0C;
    line-height: 1.35;
}

.dh-checkout-line small {
    display: block;
    margin-top: 3px;
    color: #707070;
    font-size: 0.8rem;
}

.dh-checkout-back {
    display: block;
    text-align: center;
    margin-top: 14px;
    color: #555;
    text-decoration: none;
}

.dh-checkout-back:hover {
    color: #0C0C0C;
}

.dh-add-cart-form {
    margin: 0;
}

.trending-product-card__thumb-btn-wrapper form {
    margin: 0;
}

.trending-product-card__thumb-btn-wrapper button.rr-btn-button4 {
    border: none;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .dh-cart-item {
        grid-template-columns: 72px 1fr;
    }

    .dh-cart-item__side {
        grid-column: 1 / -1;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}




/* ========== Product detail (attractive) ========== */
.dh-pd {
    padding: 36px 0 100px;
}

.dh-pd-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    font-size: 0.86rem;
    color: #999;
}

.dh-pd-crumb a {
    color: #555;
    text-decoration: none;
}

.dh-pd-crumb a:hover {
    color: #0C0C0C;
}

.dh-pd-gallery__main {
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
}

.dh-pd-gallery__main img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.dh-pd-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 12px;
    background: #0C0C0C;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.dh-pd-badge--new {
    background: #fff;
    color: #0C0C0C;
}

.dh-pd-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.dh-pd-gallery__thumb {
    width: 76px;
    height: 76px;
    padding: 0;
    border: 1px solid rgba(12, 12, 12, 0.12);
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.7;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.dh-pd-gallery__thumb.is-active,
.dh-pd-gallery__thumb:hover {
    opacity: 1;
    border-color: #0C0C0C;
}

.dh-pd-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dh-pd-info__cat {
    display: inline-block;
    margin-bottom: 8px;
    color: #707070;
    text-decoration: none;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dh-pd-info__brand {
    margin: 0 0 6px;
    color: #999;
    font-size: 0.9rem;
}

.dh-pd-info__title {
    margin: 0 0 14px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.15;
    color: #0C0C0C;
}

.dh-pd-info__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 18px;
    color: #707070;
    font-size: 0.9rem;
}

.dh-pd-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #0C0C0C;
}

.dh-pd-stars em {
    margin-left: 6px;
    font-style: normal;
    color: #555;
}

.dh-pd-info__meta .is-in { color: #1a7a3c; }
.dh-pd-info__meta .is-out { color: #a11; }

.dh-pd-info__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 14px;
    margin-bottom: 16px;
}

.dh-pd-info__price strong {
    font-size: 1.85rem;
    color: #0C0C0C;
}

.dh-pd-info__price s {
    color: #999;
    font-size: 1.1rem;
}

.dh-pd-save {
    padding: 4px 10px;
    background: #f0f0f0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #0C0C0C;
}

.dh-pd-info__excerpt {
    margin: 0 0 20px;
    color: #555;
    line-height: 1.7;
    font-size: 1.02rem;
}

.dh-pd-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.dh-pd-specs div {
    padding: 12px 14px;
    border: 1px solid rgba(12, 12, 12, 0.08);
    background: #fafafa;
}

.dh-pd-specs span {
    display: block;
    margin-bottom: 4px;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}

.dh-pd-specs strong {
    color: #0C0C0C;
    font-size: 0.95rem;
}

.dh-pd-buy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.dh-pd-buy__forms {
    display: contents;
}

.dh-pd-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(12, 12, 12, 0.15);
    height: 48px;
}

.dh-pd-qty__btn {
    width: 42px;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
    color: #0C0C0C;
}

.dh-pd-qty input {
    width: 48px;
    height: 100%;
    border: none;
    border-left: 1px solid rgba(12, 12, 12, 0.1);
    border-right: 1px solid rgba(12, 12, 12, 0.1);
    text-align: center;
    background: #fff;
    color: #0C0C0C;
}

.dh-pd-add {
    min-width: 180px;
    justify-content: center;
}

.dh-pd-buy-now {
    height: 48px;
    padding: 0 22px;
    border: 1px solid #0C0C0C;
    background: #fff;
    color: #0C0C0C;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.dh-pd-buy-now:hover {
    background: #0C0C0C;
    color: #fff;
}

.dh-pd-perks {
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(12, 12, 12, 0.08);
    display: grid;
    gap: 10px;
}

.dh-pd-perks li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 0.92rem;
}

.dh-pd-perks i {
    width: 28px;
    text-align: center;
    color: #0C0C0C;
}

.dh-pd-about,
.dh-pd-related {
    margin-top: 64px;
    padding-top: 36px;
    border-top: 1px solid rgba(12, 12, 12, 0.08);
}

.dh-pd-about__head {
    margin-bottom: 22px;
}

.dh-pd-about__head h2,
.dh-pd-related .dh-pd-about__head h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    color: #0C0C0C;
}

.dh-pd-about__body {
    max-width: 46rem;
    color: #444;
    line-height: 1.8;
    font-size: 1.05rem;
}

@media (max-width: 767.98px) {
    .dh-pd-specs {
        grid-template-columns: 1fr;
    }

    .dh-pd-buy {
        align-items: stretch;
    }

    .dh-pd-add,
    .dh-pd-buy-now {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* === Instagram Reels (home) === */
.dh-instagram-reels {
    background: linear-gradient(180deg, #f7f2f0 0%, #f0ebe8 55%, #ebe4e0 100%) !important;
}

.dh-instagram-reels__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.dh-instagram-reels__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-family: Outfit, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #7a4b45;
}

.dh-instagram-reels__eyebrow i {
    font-size: 1.05rem;
}

.dh-instagram-reels__text {
    max-width: 34rem;
    margin: 10px 0 0;
    color: #5c5552;
    font-family: Outfit, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

.dh-instagram-reels__follow {
    flex-shrink: 0;
}

.dh-instagram-reels__track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

.dh-instagram-reels__card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    min-height: 280px;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    background: #1a1a1a;
    box-shadow: 0 18px 40px rgba(40, 24, 20, 0.14);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dh-instagram-reels__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(40, 24, 20, 0.2);
}

.dh-instagram-reels__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.dh-instagram-reels__card:hover .dh-instagram-reels__media {
    transform: scale(1.06);
}

.dh-instagram-reels__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.08) 0%, rgba(12, 12, 12, 0.15) 45%, rgba(12, 12, 12, 0.72) 100%);
    pointer-events: none;
}

.dh-instagram-reels__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dh-instagram-reels__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #0C0C0C;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
    pointer-events: none;
}

.dh-instagram-reels__play i {
    margin-left: 2px;
}

.dh-instagram-reels__card:hover .dh-instagram-reels__play {
    transform: scale(1.08);
    background: #fff;
}

.dh-instagram-reels__handle {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    pointer-events: none;
}

.dh-instagram-reels__cta {
    margin-top: 28px;
    text-align: center;
}

.dh-instagram-reels__cta .rr-btn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 8px 0 22px;
    box-shadow: 0 12px 28px rgba(12, 12, 12, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.dh-instagram-reels__cta .rr-btn-button:hover {
    transform: translateY(-3px);
    background: #000 !important;
    box-shadow: 0 18px 36px rgba(12, 12, 12, 0.28);
}

.dh-instagram-reels__cta .rr-btn-button:active {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(12, 12, 12, 0.22);
}

@media (max-width: 1199.98px) {
    .dh-instagram-reels__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dh-instagram-reels__head {
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .dh-instagram-reels__follow {
        width: 100%;
    }

    .dh-instagram-reels__track {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 4px 2px 14px;
        scrollbar-width: thin;
    }

    .dh-instagram-reels__card {
        flex: 0 0 72%;
        max-width: 260px;
        min-height: 360px;
        scroll-snap-align: start;
    }
}
