:root {
    --theme-color: #d9a441;
    --theme-color2: #23282b;
    --theme-color-light: #f1e8d7;
    --theme-bg-light: #ffffff;
    --body-text-color: #6b7075;
    --color-white: #ffffff;
    --color-dark: #23282b;
    --color-green: #4c8c63;
    --color-yellow: #d9a441;
    --color-gray: #f1e8d7;
    --hero-overlay-color: #23282b;
    --footer-bg: #23282b;
    --footer-text-color: #fafaf8;
    --border-info-color: #f1e8d7;
    --border-info-color2: #f1e8d7;
    --box-shadow: 0 0 40px 5px rgba(35, 40, 43, 0.06);
}

/* Homepage merchandising system */
.ll-campaign-intro {
    max-width: 34rem;
    margin: 18px 0 22px;
    color: #6f6965;
    line-height: 1.75;
}

.ll-discover-head > p:not(.ll-section-kicker) {
    max-width: 760px;
    margin: 14px auto 20px;
    color: #6f6965;
    line-height: 1.7;
}

.ll-discover-content p {
    max-width: 28rem;
    margin: 10px 0 16px;
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    line-height: 1.55;
}

.ll-discover-content strong,
.ll-featured-card-content .ll-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ll-capability-heading {
    max-width: 760px;
    margin: 0 auto clamp(44px, 4vw, 64px);
    text-align: center;
}

.ll-capability-heading h2 {
    margin: 8px 0 0;
    font-family: var(--ll-font-display, serif);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.05;
}

.ll-featured-eyebrow {
    display: block;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ll-featured-card-content p {
    max-width: 28rem;
    margin: 10px 0 16px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.55;
}

.ll-ordering-works .row.g-0 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ll-ordering-column {
    width: auto;
    max-width: none;
}

.ll-ordering-action {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

@media (max-width: 991px) {
    .ll-ordering-works .row.g-0 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ll-ordering-works .row.g-0 {
        grid-template-columns: 1fr;
    }

    .ll-discover-content p,
    .ll-featured-card-content p {
        font-size: 13px;
    }
}

body {
    background: #ffffff;
    color: #23282b;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.theme-btn {
    color: #ffffff;
}

.theme-btn:hover {
    color: #ffffff;
}

.theme-btn::before {
    background: #eac979;
}

.theme-btn2 {
    color: #ffffff;
}

.theme-btn2:hover {
    color: #ffffff;
}

.product-item,
.shop-widget,
.modal-content,
.dropdown-menu,
.dropdown-cart-menu {
    background: #ffffff;
}

.header-top {
    background: #ffffff;
    border-bottom: 1px solid #f1e8d7;
}

.header-top a,
.header-top-list li {
    color: #6b7075;
    font-size: 14px;
    font-weight: 500;
}

.navbar {
    min-height: 74px;
    border-bottom: 1px solid #f1e8d7;
    box-shadow: 0 8px 20px rgba(35, 40, 43, 0.04);
}

.navbar-brand img {
    max-height: 72px;
}

.navbar .nav-link {
    color: #23282b;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #d9a441;
}

.nav-right .list-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1e8d7;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.2s ease;
}

.nav-right .list-link:hover {
    color: #ffffff;
    border-color: #d9a441;
    background: #d9a441;
}

.ll-mega-menu .mega-menu-item .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ll-mega-menu .mega-menu-item .dropdown-item span {
    color: #6b7075;
    font-size: 12px;
    font-weight: 500;
}

.mega-menu-bottom {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #f1e8d7;
}

.mega-menu-bottom a {
    color: #d9a441;
    font-weight: 600;
}

.mega-menu-bottom a:hover {
    color: #23282b;
}

.site-title {
    color: #23282b;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.site-title span,
.site-title-tagline,
.banner-content p,
.hero-single .hero-content .hero-sub-title {
    color: #d9a441;
}

.site-title-tagline {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-heading p {
    color: #6b7075;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.site-heading-inline {
    align-items: flex-end;
    gap: 22px;
    margin-bottom: 32px;
}

.site-heading-inline .site-title {
    font-size: 25px;
}

.site-heading-inline a {
    color: #6b7075;
    font-size: 16px;
    font-weight: 500;
}

.site-heading-inline a:hover {
    color: #d9a441;
}

.site-heading-inline .site-title::before,
.site-heading-inline .site-title::after {
    display: block;
}

.main,
.category-area,
.hero-section,
.feature-area,
.product-area,
.small-banner {
    background: #ffffff;
}

.category-area {
    padding-top: 34px;
}

.hero-section {
    margin-top: 26px !important;
}

.product-area {
    padding-top: 72px;
}

.product-area.pb-100 {
    padding-bottom: 90px;
}

.small-banner.pb-100 {
    padding-bottom: 70px;
}

.hero-single,
.hero-banner img,
.banner-wrap,
.banner-item {
    border-radius: 8px;
    overflow: hidden;
}

.hero-single {
    box-shadow: none;
}

.hero-single .hero-content .hero-title {
    max-width: 590px;
    color: #23282b;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.12;
    text-transform: capitalize;
}

.hero-single .hero-content p {
    max-width: 560px;
    color: #6b7075;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.hero-banner .banner-content h3,
.banner-content h3 {
    color: #23282b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
}

.banner-item {
    position: relative;
    border: 0;
    box-shadow: none;
}

.small-banner .banner-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.54),
        rgba(255, 255, 255, 0.08)
    );
    pointer-events: none;
}

.small-banner .banner-content {
    z-index: 2;
    max-width: 76%;
}

.small-banner .banner-content p {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 14px;
    border-radius: 8px;
    color: #ffffff;
    background: #d9a441;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.small-banner .banner-content h3 {
    color: #23282b;
    font-size: 23px;
    line-height: 1.16;
    text-shadow: none;
}

.small-banner .banner-content a {
    color: #23282b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none !important;
}

.small-banner .banner-content a:hover {
    color: #d9a441;
}

.banner-item img {
    transition: transform 0.35s ease;
}

.banner-item:hover img {
    transform: scale(1.035);
}

.feature-wrap {
    border: 0;
    border-radius: 8px;
    background: #f1e8d7;
    box-shadow: none;
}

.feature-item {
    padding: 26px 18px;
}

.feature-icon {
    box-shadow: 0 12px 24px rgba(217, 164, 65, 0.22);
}

.feature-content h4 {
    color: #23282b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.feature-content p {
    color: #6b7075;
    font-size: 15px;
    font-weight: 400;
}

.item-tab .nav-pills {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.item-tab .nav-pills .nav-link {
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid #f1e8d7;
    border-radius: 8px;
    color: #23282b;
    background: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    box-shadow: none;
}

.item-tab .nav-pills .nav-link.active,
.item-tab .nav-pills .show > .nav-link {
    color: #ffffff;
    border-color: #d9a441;
    background: #d9a441;
    box-shadow: none;
}

.item-tab .nav-pills .nav-link:hover {
    border-color: #eac979;
    color: #d9a441;
}

.item-tab .nav-pills .nav-link.active:hover {
    color: #ffffff;
}

.footer-widget-wrapper {
    padding-top: 82px !important;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.navbar.fixed-top {
    position: sticky !important;
    top: 0;
    width: 100%;
}

.category-slider .category-item {
    height: 116px;
}

.category-slider .category-item a,
.category-slider .category-info {
    height: 100%;
}

.category-slider .category-info {
    padding: 12px 18px 12px 12px;
    border: 1px solid #f1e8d7;
    border-radius: 8px;
    gap: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.category-slider .category-info:hover {
    transform: none;
    border-color: #eac979;
    box-shadow: none;
}

.category-slider .category-info .icon {
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
}

.category-slider .category-info .icon img {
    width: 44px;
}

.category-slider .category-info .content {
    min-width: 0;
}

.category-slider .category-info .content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #23282b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    max-height: 2.4em;
    margin-bottom: 4px;
    word-break: normal;
}

.category-slider .category-info .content p {
    color: #6b7075;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .site-title {
        font-size: 34px;
    }

    .site-heading-inline {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-heading-inline .site-title {
        font-size: 25px;
    }

    .hero-single .hero-content .hero-title {
        font-size: 38px;
    }

    .hero-single .hero-content p {
        font-size: 16px;
    }

    .item-tab .nav-pills {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .navbar {
        min-height: 70px;
    }

    .site-title,
    .site-heading-inline .site-title {
        font-size: 28px;
    }

    .site-heading p {
        font-size: 15px;
    }

    .hero-single .hero-content .hero-title {
        font-size: 32px;
    }

    .product-area {
        padding-top: 66px;
    }

    .product-area.pb-100 {
        padding-bottom: 76px;
    }

    .small-banner.pb-100 {
        padding-bottom: 64px;
    }

    .category-slider .category-item {
        height: 170px;
    }

    .category-slider .category-info {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 16px;
    }
}

/* Ambiance-inspired homepage upgrade */
:root {
    --theme-color: #111111;
    --theme-color2: #111111;
    --theme-color-light: #f3f3f1;
    --theme-bg-light: #ffffff;
    --body-text-color: #343434;
    --color-dark: #111111;
    --color-yellow: #111111;
    --color-gray: #e8e3da;
    --footer-bg: #111111;
    --border-info-color: #e6e0d6;
    --border-info-color2: #e6e0d6;
    --box-shadow: none;
}

body {
    background: #ffffff;
    color: #111111;
}

html,
body,
.main {
    overflow-x: clip;
}

.header-top {
    background: #000000;
    border-bottom: 0;
}

.header-top-wrapper {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ambiance-announcement {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1;
    text-transform: uppercase;
}

.main-navigation {
    background: #ffffff;
}

.navbar {
    min-height: 126px;
    border-bottom: 1px solid #e7e1d7;
    box-shadow: none;
}

.navbar .container {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 28px;
}

.navbar-brand {
    justify-self: start;
    margin-right: 0;
}

.navbar-brand img {
    max-height: 88px;
}

.offcanvas-body {
    justify-content: flex-end;
}

.navbar .navbar-nav {
    align-items: center;
    gap: 8px;
    padding-right: 24px !important;
}

.navbar .nav-link {
    color: #111111;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #111111;
    opacity: 0.56;
}

.nav-right .list-link,
.mobile-menu-btn .nav-right-link {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 0;
    color: #111111;
    background: transparent;
}

.nav-right .list-link:hover,
.mobile-menu-btn .nav-right-link:hover {
    color: #111111;
    background: transparent;
    opacity: 0.55;
}

.nav-right .list-link span,
.mobile-menu-btn .nav-right-link span {
    color: #ffffff;
    background: #111111;
}

.ll-mega-menu.dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100vw;
    transform: none;
    padding: 34px 0;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible;
    box-shadow: none !important;
}

.ll-mega-menu.dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.ll-mega-menu .mega-content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.ll-mega-layout {
    display: grid;
    grid-template-columns: 360px repeat(3, minmax(0, 1fr));
    min-height: 360px;
    border: 1px solid #111111;
    background: #f4f4f4;
}

.ll-mega-image-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: #111111;
}

.ll-mega-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
}

.ll-mega-image-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 34px;
    z-index: 2;
    color: #ffffff;
}

.ll-mega-image-content h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ll-mega-image-content a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 18px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.ll-mega-column {
    padding: 30px 30px 28px;
    border-left: 1px solid #d3d3d3;
    background: #f4f4f4;
}

.ll-mega-list {
    display: grid;
    gap: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ll-mega-list a {
    display: block;
    color: #111111;
}

.ll-mega-list strong {
    display: block;
    margin-bottom: 11px;
    color: #111111;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ll-mega-list span {
    display: block;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
}

.ll-mega-menu .mega-menu-title {
    color: #111111;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ll-mega-menu .mega-menu-item .dropdown-item {
    color: #111111;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.mega-menu-bottom a,
.site-title-tagline,
.site-title span,
.banner-content p,
.hero-single .hero-content .hero-sub-title {
    color: #111111;
}

.category-area,
.feature-area,
.video-area {
    display: none;
}

.feature-area.ll-ordering-works {
    display: block;
    padding: clamp(58px, 6vw, 82px) 0 !important;
    background: #fff;
}

.ll-ordering-works .site-heading {
    margin-bottom: clamp(30px, 3.5vw, 46px) !important;
}

.ll-ordering-works .feature-wrap {
    padding: 0;
    border: 1px solid #ded8d2;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
}

.ll-ordering-works .feature-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    justify-content: initial;
    gap: 18px;
    min-height: 156px;
    padding: 28px 24px;
    border-right: 1px solid #ded8d2;
}

.ll-ordering-works .row > div:last-child .feature-item {
    border-right: 0;
}

.ll-ordering-step {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: var(--ll-brand-sienna, #ad4d00);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

.ll-ordering-works .feature-content h4 {
    margin-bottom: 8px;
    color: #292521;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.ll-ordering-works .feature-content p {
    margin: 0;
    color: #77716b;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .ll-ordering-works .row > div:nth-child(2n) .feature-item {
        border-right: 0;
    }

    .ll-ordering-works .row > div:nth-child(-n + 2) .feature-item {
        border-bottom: 1px solid #ded8d2;
    }
}

@media (max-width: 575.98px) {
    .feature-area.ll-ordering-works {
        padding: 46px 0 !important;
    }

    .ll-ordering-works .feature-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 24px 10px;
        border-right: 0;
        border-bottom: 1px solid #ded8d2;
    }

    .ll-ordering-works .row > div:last-child .feature-item {
        border-bottom: 0;
    }

    .ll-ordering-step {
        width: 40px;
        height: 40px;
        font-size: 11px;
    }
}

.hero-section {
    margin-top: 0 !important;
}

.hero-section .container {
    max-width: 100%;
    padding: 0;
}

.hero-section .row {
    --bs-gutter-x: 0;
}

.hero-section .col-lg-3 {
    display: none;
}

.hero-section .col-lg-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.hero-slider,
.hero-single {
    border-radius: 0;
}

.hero-single {
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    background-position: center;
}

.ll-video-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: #111111;
}

.ll-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    z-index: 0;
}

.ll-video-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.58)),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.16),
            rgba(0, 0, 0, 0.04) 48%,
            rgba(0, 0, 0, 0.22)
        );
    pointer-events: none;
}

.ll-video-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto 78px;
    padding: 0 22px;
    text-align: center;
}

.ll-video-hero .hero-sub-title {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.8px;
    line-height: 1;
    text-transform: uppercase;
}

.ll-video-hero .hero-title {
    margin-top: 18px;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5.4vw, 76px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.02;
    text-transform: none;
}

.ll-video-hero .hero-content p {
    max-width: 560px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

.ll-video-hero .hero-btn {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.hero-single::before {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.62)),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.42),
            rgba(0, 0, 0, 0.04) 58%,
            rgba(0, 0, 0, 0.18)
        );
}

.hero-single .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.hero-single .hero-content {
    max-width: 620px;
    margin: 0 auto 70px;
    text-align: center;
}

.hero-single .hero-content .hero-sub-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.8px;
}

.hero-single .hero-content .hero-title {
    max-width: none;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.02;
    text-transform: none;
}

.hero-single .hero-content .hero-title span {
    color: inherit;
}

.hero-single .hero-content p {
    max-width: 520px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
}

.theme-btn {
    min-height: 48px;
    padding: 13px 28px;
    border: 1px solid #111111;
    border-radius: 0;
    color: #ffffff;
    background: #111111;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: none;
}

.theme-btn:hover {
    border-color: #111111;
    color: #111111;
    background: #ffffff;
}

.theme-btn::before {
    display: none;
}

.hero-content .theme-btn {
    border-color: #ffffff;
    color: #111111 !important;
    background: #ffffff;
}

.hero-content .theme-btn:hover {
    color: #ffffff;
    background: transparent;
}

.site-heading-inline,
.ambiance-section-head {
    margin-bottom: 30px;
}

.site-title,
.ambiance-title {
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 400;
    line-height: 1.12;
    text-transform: none;
}

.site-heading-inline a,
.ambiance-link {
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.product-area {
    padding-top: 96px;
}

.product-area.ll-recently-selected {
    padding-bottom: clamp(64px, 6vw, 96px);
}

.ll-product-feed-status {
    width: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(36px, 5vw, 68px) 24px;
    border: 1px solid #e4ddd6;
    background: #fbfaf8;
    color: #4d4844;
    text-align: center;
}

.ll-product-feed-status__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    place-items: center;
    border: 1px solid #d8c9bb;
    border-radius: 50%;
    color: #aa4b00;
    font-size: 18px;
}

.ll-product-feed-status h3 {
    margin: 4px 0 10px;
    color: #211d1a;
    font-family: var(--ll-font-display, serif);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 400;
}

.ll-product-feed-status > p:not(.ll-section-kicker) {
    max-width: 560px;
    margin-bottom: 24px;
}

.ll-product-feed-status__action {
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #aa4b00;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ll-product-feed-status__action i {
    margin-left: 8px;
}

.product-area > .container {
    max-width: 1920px;
    padding-right: clamp(24px, 2.6vw, 54px);
    padding-left: clamp(24px, 2.6vw, 54px);
}

.product-area .site-heading-inline.item-tab {
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 42px;
}

.product-area .site-heading-inline.item-tab .site-title {
    margin: 0;
}

.product-area .tab-pane > .row.g-4 {
    --bs-gutter-x: clamp(24px, 3vw, 54px);
    --bs-gutter-y: 42px;
}

.product-area .product-item {
    background: transparent;
}

.ambiance-top-sellers {
    background: #f2f2f2;
    padding: 86px 0 96px;
}

.ambiance-editorial-img {
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #29231f;
}

.ambiance-editorial-story {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 700ms ease, visibility 700ms ease;
}

.ambiance-editorial-story.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.ambiance-editorial-story img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.025);
    transition: transform 7s ease;
}

.ambiance-editorial-story.is-active img {
    transform: scale(1);
}

.ambiance-editorial-story::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 20, 17, 0.05) 26%, rgba(25, 20, 17, 0.92) 100%);
}

.ambiance-editorial-story__content {
    position: absolute;
    z-index: 2;
    right: clamp(24px, 4vw, 46px);
    bottom: 42px;
    left: clamp(24px, 4vw, 46px);
    max-width: 440px;
    color: #fff;
}

.ambiance-editorial-story__content p {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ambiance-editorial-img .ambiance-editorial-story__content h3 {
    margin-bottom: 14px;
    color: #fff !important;
    font-family: var(--ll-font-display, serif);
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.04;
}

.ambiance-editorial-story__content > span {
    display: block;
    max-width: 390px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.65;
}

.ambiance-editorial-story__content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.ambiance-editorial-controls {
    position: absolute;
    z-index: 3;
    right: 22px;
    top: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background: rgba(25, 20, 17, 0.66);
    backdrop-filter: blur(8px);
}

.ambiance-editorial-controls button {
    display: grid;
    width: 28px;
    height: 28px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #fff;
}

.ambiance-editorial-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ambiance-editorial-dots button {
    width: 18px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    transition: width 250ms ease, background-color 250ms ease;
}

.ambiance-editorial-dots button.is-active {
    width: 30px;
    background: #fff;
}

.ambiance-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}

.ambiance-product-grid .product-item {
    padding: 24px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
}

.ll-more-gifts {
    padding: 88px 0 104px;
    background: #ffffff;
}

.ll-more-gifts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 24px;
}

.ll-more-gifts__grid .product-item {
    min-width: 0;
}

.small-banner {
    padding-top: 96px;
}

.small-banner .banner-item {
    border-radius: 0;
    height: 260px;
}

.small-banner .banner-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.small-banner .banner-item::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.58),
        rgba(255, 255, 255, 0.2) 48%,
        rgba(255, 255, 255, 0.04)
    );
}

.small-banner .banner-content p {
    color: #111111;
    background: #ffffff;
    border-radius: 0;
}

.small-banner .banner-content h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

.small-banner .ll-promo-gift img {
    object-position: center 56%;
}

.small-banner .ll-promo-occasion img {
    object-position: center 52%;
}

.small-banner .ll-promo-sale img {
    object-position: center 54%;
}

.ll-discover-section {
    background: #e8e8e8;
    padding: 72px clamp(20px, 4vw, 54px) 88px;
}

.ll-discover-inner {
    max-width: 1800px;
    margin: 0 auto;
}

.ll-discover-head {
    margin-bottom: 40px;
}

.ll-discover-head h2 {
    margin-bottom: 14px;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3vw, 54px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

.ll-discover-head p {
    max-width: 1280px;
    margin-bottom: 28px;
    color: #111111;
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.1px;
}

.ll-discover-link {
    display: inline-flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 3px solid #111111;
    color: #111111;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.9px;
    line-height: 1;
    text-transform: uppercase;
}

.ll-discover-link:hover {
    color: #111111;
    opacity: 0.68;
}

.ll-discover-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.1vw, 18px);
}

.ll-discover-card {
    position: relative;
    display: block;
    min-height: 280px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
    color: #ffffff;
    background: #111111;
}

.ll-discover-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02) 36%,
        rgba(0, 0, 0, 0.66) 100%
    );
    pointer-events: none;
}

.ll-discover-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.ll-discover-card:hover img {
    transform: scale(1.045);
}

.ll-discover-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: block;
}

.ll-discover-content h3 {
    margin: 0 42px 8px 0;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    min-width: 0;
    font-size: clamp(17px, 1.35vw, 22px);
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.ll-discover-content p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 42px 12px 0;
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ll-discover-content strong {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ll-discover-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.ll-discover-card.is-hamper img {
    object-position: center 58%;
}

.ll-discover-card.is-occasion img {
    object-position: center 48%;
}

.ll-discover-card.is-wellness img {
    object-position: center 50%;
}

.ll-discover-card.is-corporate img {
    object-position: center 54%;
}

.ll-featured-collections-section {
    background: #e8e8e8;
    padding: clamp(42px, 4.5vw, 72px) clamp(20px, 3.2vw, 30px) 30px;
}

.ll-featured-collections-inner {
    max-width: 1880px;
    margin: 0 auto;
}

.ll-featured-hero {
    position: relative;
    min-height: clamp(420px, 34vw, 560px);
    overflow: hidden;
    color: #ffffff;
    background: #111111;
}

.ll-featured-slides,
.ll-featured-slide {
    position: absolute;
    inset: 0;
}

.ll-featured-slide {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .75s ease, visibility .75s ease;
}

.ll-featured-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.ll-featured-slide::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(
        90deg,
        rgba(28, 18, 15, .76),
        rgba(28, 18, 15, .38) 46%,
        rgba(28, 18, 15, .08)
    );
    pointer-events: none;
}

.ll-featured-hero img,
.ll-featured-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ll-featured-hero img {
    object-position: center 48%;
    transform: scale(1.025);
    transition: transform 6.5s ease;
}

.ll-featured-slide.is-active img {
    transform: scale(1);
}

.ll-featured-hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: clamp(36px, 5vw, 72px);
    transform: translateY(14px);
    opacity: 0;
    transition: opacity .55s ease .14s, transform .55s ease .14s;
}

.ll-featured-slide.is-active .ll-featured-hero-content {
    transform: translateY(0);
    opacity: 1;
}

.ll-featured-count {
    display: block;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .16em;
}

.ll-featured-hero-content h2 {
    margin-bottom: 8px;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

.ll-featured-hero-content p {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: clamp(18px, 1.55vw, 25px);
    font-weight: 300;
    line-height: 1.35;
}

.ll-outline-btn {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border: 1px solid #ffffff;
    color: #111111;
    background: #ffffff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 1;
    text-transform: uppercase;
}

.ll-outline-btn:hover {
    color: #ffffff;
    background: transparent;
}

.ll-featured-controls {
    position: absolute;
    right: clamp(28px, 4vw, 58px);
    bottom: 30px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ll-featured-controls > button {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(20, 14, 12, .18);
    color: #fff;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.ll-featured-controls > button:hover,
.ll-featured-controls > button:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #241f1c;
}

.ll-featured-dots {
    display: flex;
    gap: 7px;
}

.ll-featured-dots button {
    width: 28px;
    height: 20px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    background: transparent;
    cursor: pointer;
}

.ll-featured-dots button.is-active {
    border-bottom-color: #fff;
    border-bottom-width: 2px;
}

.ll-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.ll-featured-card {
    position: relative;
    display: flex;
    min-height: clamp(340px, 30vw, 520px);
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    background: #111111;
}

.ll-featured-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02) 28%,
        rgba(0, 0, 0, 0.62) 100%
    );
    pointer-events: none;
}

.ll-featured-card img {
    transition: transform 0.45s ease;
}

.ll-featured-card:hover img {
    transform: scale(1.04);
}

.ll-featured-card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 28px 34px;
    text-align: center;
}

.ll-featured-card-content h3 {
    margin-bottom: 22px;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.38);
}

.ll-featured-card-content .ll-outline-btn {
    min-height: 52px;
    padding: 13px 26px;
    font-size: 15px;
}

.ll-featured-card.is-cups img {
    object-position: center 50%;
}

.ll-featured-card.is-tumblers img {
    object-position: center 52%;
}

.ll-featured-card.is-wellness img {
    object-position: center 50%;
}

@media (max-width: 1199px) {
    .ll-discover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ll-discover-section {
        padding: 54px 18px 64px;
    }

    .ll-discover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ll-discover-card {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .ll-discover-content {
        right: 12px;
        bottom: 12px;
        left: 12px;
        gap: 8px;
    }

    .ll-discover-content h3 {
        font-size: 17px;
        line-height: 1.18;
    }

    .ll-discover-arrow {
        font-size: 21px;
    }

    .ll-featured-collections-section {
        padding: 42px 18px 24px;
    }

    .ll-capability-heading {
        margin-bottom: 36px;
    }

    .ll-featured-hero {
        min-height: 430px;
    }

    .ll-featured-grid {
        gap: 12px;
        margin-top: 12px;
    }

    .ll-featured-card {
        min-height: 230px;
    }

    .ll-featured-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        min-height: 240px;
    }

    .ll-featured-card-content {
        padding: 0 12px 16px;
    }

    .ll-featured-card-content h3 {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.08;
    }

    .ll-featured-card-content .ll-outline-btn {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 10px;
        letter-spacing: .08em;
    }

    .ll-featured-hero-content {
        padding: 42px 24px 105px;
    }

    .ll-featured-controls {
        right: 24px;
        bottom: 24px;
        left: 24px;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ll-featured-slide,
    .ll-featured-hero img,
    .ll-featured-hero-content {
        transition: none;
    }
}

.item-tab .nav-pills {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 34px;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.item-tab .nav-pills::-webkit-scrollbar {
    display: none;
}

.item-tab .nav-pills .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    min-height: 61px;
    padding: 0 28px;
    border: 1px solid rgba(217, 164, 65, .28);
    border-radius: 0;
    color: #111111;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-tab .nav-pills .nav-link.active,
.item-tab .nav-pills .show > .nav-link {
    border-color: #111111;
    color: #ffffff;
    background: #111111;
}

@media (max-width: 991px) {
    .product-area .site-heading-inline.item-tab {
        align-items: flex-start;
        gap: 20px;
    }

    .item-tab .nav-pills {
        width: 100%;
        justify-content: flex-start;
        gap: 12px;
    }

    .item-tab .nav-pills .nav-link {
        min-height: 48px;
        padding: 0 18px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .product-area > .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .product-area .tab-pane > .row.g-4 {
        --bs-gutter-y: 32px;
    }
}

.ll-gift-atelier {
    background: #0b0b0a;
    color: #f7f2ea;
    padding: clamp(48px, 6vw, 92px) clamp(20px, 5vw, 72px);
}

.ll-gift-atelier__inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.05fr);
    gap: clamp(32px, 5vw, 78px);
    align-items: center;
    max-width: 1680px;
    margin: 0 auto;
}

.ll-gift-atelier__copy {
    min-width: 0;
    max-width: 680px;
}

.ll-gift-atelier__kicker {
    margin: 0 0 18px;
    color: rgba(247, 242, 234, .62);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ll-gift-atelier__copy h2 {
    margin: 0;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(36px, 4vw, 66px) !important;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 1.02 !important;
}

.ll-gift-atelier__copy > p:not(.ll-gift-atelier__kicker) {
    max-width: 58ch;
    margin: 22px 0 0;
    color: rgba(247, 242, 234, .72);
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 300;
    line-height: 1.72;
}

.ll-gift-atelier__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: clamp(28px, 3vw, 42px) 0;
    border: 1px solid rgba(247, 242, 234, .16);
    background: rgba(247, 242, 234, .16);
}

.ll-gift-atelier__metrics div {
    min-width: 0;
    background: #0b0b0a;
    padding: clamp(18px, 2vw, 26px);
}

.ll-gift-atelier__metrics span,
.ll-gift-atelier__metrics small {
    display: block;
}

.ll-gift-atelier__metrics span {
    margin-bottom: 16px;
    color: #d8b96c;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .18em;
    line-height: 1;
}

.ll-gift-atelier__metrics strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.3;
}

.ll-gift-atelier__metrics small {
    color: rgba(247, 242, 234, .6);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.55;
}

.ll-gift-atelier__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 26px;
}

.ll-gift-atelier__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: #0b0b0a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .18em;
    line-height: 1;
    text-transform: uppercase;
}

.ll-gift-atelier__button:hover {
    border-color: #d8b96c;
    background: #d8b96c;
    color: #0b0b0a;
}

.ll-gift-atelier__text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid rgba(247, 242, 234, .56);
    color: rgba(247, 242, 234, .78);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
}

.ll-gift-atelier__text-link:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.ll-gift-atelier__media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, .42fr);
    gap: clamp(14px, 2vw, 24px);
    min-width: 0;
    align-items: stretch;
}

.ll-gift-atelier__hero-image,
.ll-gift-atelier__mini-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    background: #191714;
}

.ll-gift-atelier__hero-image {
    height: 100%;
    min-height: 560px;
}

.ll-gift-atelier__hero-image img,
.ll-gift-atelier__mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.ll-gift-atelier__hero-image img {
    object-position: center 62%;
}

.ll-gift-atelier__image-stack {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    min-width: 0;
}

.ll-gift-atelier__mini-image {
    color: #ffffff;
    height: 100%;
    min-height: 0;
}

.ll-gift-atelier__mini-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 30%, rgba(0, 0, 0, .68) 100%);
    pointer-events: none;
}

.ll-gift-atelier__mini-image:hover img,
.ll-gift-atelier__hero-image:hover img {
    transform: scale(1.035);
}

.ll-gift-atelier__mini-image span {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.ll-gift-atelier__mini-image:first-child img {
    object-position: center 45%;
}

.ll-gift-atelier__mini-image:last-child img {
    object-position: center 48%;
}

@media (max-width: 1199px) {
    .ll-gift-atelier__inner {
        grid-template-columns: 1fr;
    }

    .ll-gift-atelier__copy {
        max-width: 820px;
    }

    .ll-gift-atelier__hero-image {
        height: 520px;
        min-height: 520px;
    }
}

@media (max-width: 767px) {
    .ll-gift-atelier {
        padding: 44px 18px;
    }

    .ll-gift-atelier__copy h2 {
        font-size: clamp(32px, 10vw, 44px) !important;
        line-height: 1.08 !important;
    }

    .ll-gift-atelier__metrics {
        grid-template-columns: 1fr;
    }

    .ll-gift-atelier__metrics div {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px 14px;
        align-items: center;
        padding: 18px;
    }

    .ll-gift-atelier__metrics span {
        margin-bottom: 0;
    }

    .ll-gift-atelier__metrics strong {
        margin-bottom: 0;
    }

    .ll-gift-atelier__metrics small {
        display: none;
    }

    .ll-gift-atelier__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ll-gift-atelier__button {
        width: 100%;
        max-width: 320px;
    }

    .ll-gift-atelier__media {
        grid-template-columns: 1fr;
    }

    .ll-gift-atelier__hero-image {
        height: 380px;
        min-height: 380px;
    }

    .ll-gift-atelier__image-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .ll-gift-atelier__mini-image {
        height: 220px;
        min-height: 220px;
    }
}

.ll-footer {
    color: var(--ll-footer-text);
    background: var(--ll-footer-main-bg);
}

.ll-community {
    padding: 58px 20px 92px;
    text-align: center;
    color: #111111;
    background: #f7f7f5;
}

.ll-community h2 {
    margin-bottom: 16px;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 2.4vw, 42px);
    font-weight: 400;
    line-height: 1.1;
}

.ll-community p {
    max-width: 760px;
    margin: 0 auto;
    color: #111111;
    font-size: clamp(17px, 1.45vw, 22px);
    font-weight: 300;
    line-height: 1.45;
}

.ll-newsletter {
    padding: 52px clamp(24px, 4vw, 72px);
    background: var(--ll-footer-newsletter-bg);
}

.ll-newsletter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 640px);
    gap: clamp(32px, 7vw, 120px);
    align-items: start;
    max-width: 1760px;
    margin: 0 auto;
}

.ll-newsletter h3 {
    margin-bottom: 16px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 2.8vw, 42px);
    font-weight: 400;
    line-height: 1.08;
}

.ll-newsletter p,
.ll-newsletter small {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.ll-newsletter small {
    display: block;
    margin-top: 14px;
    font-size: 15px;
}

.ll-newsletter a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ll-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.ll-newsletter-form input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid #dadada;
    border-radius: 0;
    color: #111111;
    background: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.ll-newsletter-form button {
    min-height: 56px;
    padding: 0 28px;
    border: 1px solid #000000;
    color: #ffffff;
    background: #000000;
    font-size: 18px;
    font-weight: 300;
}

.ll-newsletter-form button:hover {
    color: #111111;
    background: #ffffff;
}

.ll-footer-main {
    padding: 70px clamp(24px, 4vw, 72px) 42px;
    background: var(--ll-footer-main-bg);
}

.ll-footer-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.35fr) 0.75fr 0.85fr 1fr;
    gap: clamp(34px, 5vw, 86px);
    max-width: 1760px;
    margin: 0 auto;
}

.ll-footer h4 {
    margin-bottom: 28px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.4px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ll-footer-about p,
.ll-footer .ll-footer-links a,
.ll-footer-app p,
.ll-footer-bottom {
    color: #d8d8d8;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.48;
}

.ll-footer-about p + p {
    margin-top: 30px;
}

.ll-footer .ll-footer-links {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ll-footer .ll-footer-links a {
    display: inline-flex;
    color: #d8d8d8;
}

.ll-footer .ll-footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.ll-store-buttons {
    display: flex;
    gap: 38px;
    align-items: center;
    margin-bottom: 42px;
}

.ll-store-button {
    display: inline-flex;
    min-width: 132px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #a7a7a7;
    border-radius: 7px;
    color: #ffffff;
    background: #000000;
    font-size: 13px;
    line-height: 1.1;
}

.ll-store-button i {
    margin-right: 8px;
    font-size: 22px;
}

.ll-store-button span {
    display: block;
    font-size: 9px;
}

.ll-store-button strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.ll-footer-app-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
}

.ll-footer-app-links a {
    color: #d8d8d8;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.ll-footer-app-links a:hover {
    color: #ffffff;
}

.ll-footer-bottom {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
    max-width: 1760px;
    margin: 54px auto 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ll-footer-social {
    display: flex;
    gap: 18px;
    align-items: center;
}

.ll-footer-social a {
    color: #ffffff;
    font-size: 22px;
}

.ll-footer-social a:hover {
    opacity: 0.65;
}

.ll-footer-currency {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .ll-newsletter-grid,
    .ll-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ll-footer-about,
    .ll-footer-app {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .ll-newsletter-grid,
    .ll-footer-grid,
    .ll-footer-app-links {
        grid-template-columns: 1fr;
    }

    .ll-newsletter-form,
    .ll-footer-bottom {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ll-store-buttons {
        flex-wrap: wrap;
        gap: 14px;
    }
}

@media (max-width: 991px) {
    .navbar {
        min-height: 92px;
    }

    .navbar .container {
        display: flex;
    }

    .hero-single {
        min-height: 560px;
    }

    .ll-video-hero {
        min-height: 560px;
    }

    .ambiance-editorial-img {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .ambiance-editorial-story__content {
        right: 24px;
        bottom: 28px;
        left: 24px;
    }

    .ambiance-editorial-story__content h3 {
        font-size: 32px;
    }

    .ambiance-editorial-story__content > span {
        display: -webkit-box;
        margin-bottom: 16px;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ambiance-editorial-controls {
        top: 14px;
        right: 14px;
    }

    .ambiance-announcement {
        font-size: 10px;
        letter-spacing: 1px;
        text-align: center;
    }

    .hero-single {
        min-height: 520px;
    }

    .ll-video-hero {
        min-height: 520px;
    }

    .ambiance-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ambiance-product-grid .product-item {
        min-width: 0;
        padding: 10px;
    }

    .ambiance-product-grid .product-content {
        min-height: 84px;
        padding: 12px 2px 4px;
    }

    .ambiance-product-grid .product-title,
    .ambiance-product-grid .product-title a {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    .ambiance-product-grid .product-price span {
        font-size: 15px;
    }

    .ambiance-product-grid .ll-card-hover-action {
        padding: 7px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .ambiance-product-grid .ll-card-quickview {
        height: 36px;
        padding-inline: 8px;
        font-size: 13px;
    }

    .ll-more-gifts {
        padding: 64px 0 76px;
    }

    .ll-more-gifts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ambiance-editorial-story,
    .ambiance-editorial-story img {
        transition: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ll-more-gifts__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .main-navigation {
        transition:
            box-shadow 0.2s ease,
            border-color 0.2s ease;
        -webkit-user-select: none;
        user-select: none;
    }

    .navbar {
        min-height: 152px;
        padding: 0;
        transition: min-height 0.2s ease;
    }

    .navbar .container {
        display: block;
        max-width: 1320px;
        min-height: 140px;
        padding-top: 18px;
        padding-bottom: 16px;
        position: relative;
        transition:
            min-height 0.2s ease,
            padding 0.2s ease;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
        width: max-content;
        margin: 0 auto 18px;
        padding: 0 !important;
    }

    .navbar-brand img {
        max-height: 66px;
    }

    .offcanvas {
        position: static;
        visibility: visible !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        border: 0;
        background: transparent;
    }

    .offcanvas-body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        overflow: visible;
    }

    .navbar .navbar-nav {
        justify-content: center;
        max-width: calc(100% - 430px);
        gap: 24px;
        margin: 0 auto;
        padding-right: 0 !important;
    }

    .navbar .nav-link {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.55px;
        line-height: 1.25;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-transform: uppercase !important;
        font-weight: 300 !important;
        font-size: 15px !important;
    }

    .ambiance-desktop-search {
        position: absolute;
        left: 18px;
        bottom: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        color: #111111;
        font-size: 25px;
        line-height: 1;
    }

    .ambiance-desktop-search:hover {
        color: #111111;
        opacity: 0.56;
    }

    .nav-right {
        position: absolute;
        right: 18px;
        bottom: 16px;
    }

    .nav-right-list {
        display: flex;
        align-items: center;
        gap: 18px;
        margin: 0;
    }

    .nav-right-list > li:first-child {
        display: none;
    }

    .nav-right .list-link {
        width: 34px;
        height: 42px;
        padding: 0;
        font-size: 23px;
    }

    .nav-right .list-link span {
        top: -2px;
        right: -6px;
        width: 18px;
        height: 18px;
        min-width: 18px;
        font-size: 10px;
        line-height: 18px;
    }

    .mobile-menu-right {
        display: none;
    }

    .navbar .nav-item .ll-mega-menu.dropdown-menu {
        position: fixed !important;
        top: 204px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw;
        max-width: none;
        transform: none !important;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 999;
    }

    .mega-menu-bottom {
        margin-top: 30px;
    }

    body.is-nav-compact .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1100;
        border-bottom: 1px solid #111111;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    }

    body.is-nav-compact .navbar {
        min-height: 72px;
        border-bottom: 0;
    }

    body.is-nav-compact .navbar .container {
        min-height: 72px;
        padding-top: 0;
        padding-bottom: 0;
    }

    body.is-nav-compact .navbar-brand {
        display: none;
    }

    body.is-nav-compact .offcanvas-body {
        min-height: 72px;
    }

    body.is-nav-compact .ambiance-desktop-search,
    body.is-nav-compact .nav-right {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    body.is-nav-compact .navbar .nav-item .ll-mega-menu.dropdown-menu {
        top: 72px !important;
    }
}

@media (max-width: 991px) {
    .ambiance-desktop-search {
        display: none;
    }
}
