:root {
  --cs-ink: #11100f;
  --cs-cream: #f8f4ee;
  --cs-paper: #fffdf9;
  --cs-soft: #eee7dd;
  --cs-line: #e8e0d5;
  --cs-muted: #6c665e;
  --cs-accent: #b77a2d;
  --cs-radius: 14px;
  --cs-serif: Georgia, 'Times New Roman', serif;
  --cs-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.cs-body { margin: 0; background: var(--cs-paper); color: var(--cs-ink); font-family: var(--cs-sans); font-size: 15px; line-height: 1.5; }
.cs-body a { color: inherit; text-decoration: none; }
.cs-body img { max-width: 100%; display: block; }
.cs-body button, .cs-body input { font: inherit; }
.cs-body #container { min-height: 100vh; overflow: hidden; }
.cs-shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.cs-main { min-height: 50vh; }

.cs-topbar { background: #0e0e0e; color: #fff; font-size: 12px; }
.cs-topbar-inner { min-height: 42px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 20px; }
.cs-topbar-inner > div { display: flex; gap: 9px; align-items: center; justify-content: center; font-weight:500; letter-spacing: 0.4px; }
.cs-topbar-inner > div:first-child { justify-content: flex-start; }
.cs-topbar-inner > div:last-child { justify-content: flex-end; }
.cs-topbar i { color: var(--cs-accent); font-size: 14px; }

.cs-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #eee9e2; position: relative; z-index: 50; }
.cs-header-row { min-height: 78px; display: grid; grid-template-columns: 215px 1fr 260px; align-items: center; gap: 24px; }
.cs-logo img { width: auto; max-width: 180px; max-height: 46px; object-fit: contain; }
.cs-wordmark { font-family: var(--cs-serif); font-size: 29px; letter-spacing: -.03em; font-weight: 600; white-space: nowrap; }
.cs-wordmark::after { content: '.nl'; color: var(--cs-accent); font-size: .72em; margin-left: 1px; }
.cs-mainnav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2vw, 34px); min-width: 0; }
.cs-mainnav a { font-size: 13px; white-space: nowrap; transition: color .2s ease; }
.cs-mainnav a:hover { color: var(--cs-accent); }
.cs-mainnav i { font-size: 8px; margin-left: 4px; }
.cs-actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; min-width: 0; }
.cs-icon-button, .cs-search-dropdown summary { width: 42px; height: 42px; border: 0; background: transparent; display: grid; place-items: center; border-radius: 50%; cursor: pointer; color: var(--cs-ink); font-size: 18px; list-style: none; }
.cs-icon-button:hover, .cs-search-dropdown summary:hover { background: #f5f1eb; }
.cs-search-dropdown { position: relative; }
.cs-search-dropdown summary::-webkit-details-marker, .cs-mobile-menu summary::-webkit-details-marker { display: none; }
.cs-search-panel { position: absolute; right: 0; top: calc(100% + 14px); width: 330px; padding: 16px; background: #fff; border: 1px solid var(--cs-line); border-radius: 12px; box-shadow: 0 20px 50px rgba(30,20,10,.14); }
.cs-search-panel #search { margin: 0; }
.cs-search-panel .form-control { border-color: #d9d1c6; }
.cs-account-dropdown .dropdown-toggle::after { display: none; }
.cs-account-dropdown .dropdown-menu { border: 1px solid var(--cs-line); border-radius: 10px; box-shadow: 0 14px 35px rgba(0,0,0,.09); }
.cs-cart { width: 48px; min-width: 48px; height: 48px; overflow: visible; }
.cs-cart #cart { width: 100%; height: 100%; margin: 0; }
.cs-cart .btn-lg, .cs-cart button { background: transparent !important; border: 0 !important; color: var(--cs-ink) !important; padding: 0 !important; width: 48px; height: 48px; box-shadow: none !important; font-size: 0 !important; }
.cs-cart button i { font-size: 18px; }
.cs-cart .dropdown-menu { min-width: 330px; right: 0; left: auto; border-color: var(--cs-line); box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.cs-mobile-nav { display: none; }

.cs-benefit-bar { background: #fff; border-bottom: 1px solid var(--cs-line); }
.cs-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 75px; align-items: center; }
.cs-benefit { display: flex; align-items: center; gap: 15px; padding: 0px 28px; border-right: 1px solid #eee8df; min-width: 0; }
.cs-benefit:first-child { padding-left: 0; }
.cs-benefit:last-child { border-right: 0; }
.cs-benefit > i { color: var(--cs-accent); font-size: 27px; width: 32px; text-align: center; flex: 0 0 auto; }
.cs-benefit div { min-width: 0; }
.cs-benefit strong, .cs-benefit span { display: block; line-height: 1.25; }
.cs-benefit strong { font-size: 14px; font-weight: 650; }
.cs-benefit span { color: #59534c; font-size: 12px; margin-top: 3px; }
.cs-benefit small { color: var(--cs-accent); letter-spacing: 2px; display: block; margin-top: 5px; }

.cs-section { padding: 42px 0 10px; }
.cs-section-head { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 18px; }
.cs-section-head h2 { font-family: var(--cs-serif); font-size: 28px; font-weight: 500; margin: 0; letter-spacing: -.025em; }
.cs-section-head a { font-size: 12px; color: #37322e; white-space: nowrap; font-weight:600; }
.cs-section-head a i { margin-left: 6px; font-size: 10px; }

.cs-occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cs-occasion { height: 170px; position: relative; overflow: hidden; border-radius: var(--cs-radius); background: #d2baa2; isolation: isolate; }
.cs-occasion::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,10,6,.58) 0%, rgba(16,10,6,.04) 65%); z-index: 1; }
.cs-occasion img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cs-occasion:hover img { transform: scale(1.035); }
.cs-occasion span { position: absolute; left: 18px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 650; font-size: 15px; }
.cs-occasion span i { width: 38px; height: 38px; background: #fff; color: var(--cs-accent); border-radius: 50%; display: grid; place-items: center; }

.cs-products-section { padding-top: 38px; }
.cs-product-row { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; }
.cs-product-card { min-width: 148px; background: #fff; border: 1px solid var(--cs-line); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.cs-product-image { aspect-ratio: 1 / 1.08; padding: 10px; background: linear-gradient(135deg,#fff,#f7f3ee); display: grid; place-items: center; overflow: hidden; }
.cs-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.cs-product-card:hover .cs-product-image img { transform: scale(1.03); }
.cs-product-body { padding: 10px 11px 12px; display: flex; flex-direction: column; flex: 1; }
.cs-product-body h3 { font-size: 12px; line-height: 1.3; min-height: 31px; margin: 0 0 7px; font-weight: 650; }
.cs-rating { color: var(--cs-accent); font-size: 9px; letter-spacing: 1px; min-height: 14px; }
.cs-product-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 9px; }
.cs-price { min-width: 0; }
.cs-price strong, .cs-price del { display: block; }
.cs-price strong { font-size: 12px; }
.cs-price del { color: #8c857d; font-size: 10px; }
.cs-add { width: 27px; height: 27px; border: 0; border-radius: 50%; background: #111; color: #fff; display: grid; place-items: center; font-size: 10px; cursor: pointer; flex: 0 0 auto; }
.cs-add:hover { background: var(--cs-accent); }
.cs-empty { padding: 30px; border: 1px dashed var(--cs-line); border-radius: 10px; color: var(--cs-muted); text-align: center; }

.cs-giftbox-wrap { padding: 28px 0 8px; }
.cs-giftbox-banner { min-height: 142px; padding: 0 24px 0 0; background: linear-gradient(100deg, #151515, #060606); color: #fff; border-radius: 13px; display: grid; grid-template-columns: 36% 1fr auto; align-items: center; gap: 28px; overflow: hidden; }
.cs-giftbox-image { align-self: stretch; min-height: 142px; overflow: hidden; }
.cs-giftbox-image img { width: 100%; height: 100%; object-fit: cover; }
.cs-giftbox-copy h2 { color: #d8a65d; font-family: var(--cs-serif); font-weight: 500; font-size: 28px; margin: 0 0 14px; }
.cs-giftbox-points { display: flex; gap: 24px; flex-wrap: wrap; color: #eee; font-size: 12px; }
.cs-giftbox-points span { white-space: nowrap; }
.cs-giftbox-points i { color: #d49a47; margin-right: 7px; }

.cs-new-row { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; overflow-x: auto; padding: 2px 0 14px; scrollbar-width: thin; }
.cs-new-card { min-width: 148px; height: 130px; border-radius: 9px; overflow: hidden; position: relative; background: #e9dfd2; }
.cs-new-card::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.55)); }
.cs-new-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.cs-new-card:hover img { transform: scale(1.04); }
.cs-new-badge { position: absolute; top: 7px; left: 7px; z-index: 2; background: #111; color: #dba759; border: 1px solid rgba(219,167,89,.6); border-radius: 4px; font-size: 8px; padding: 4px 7px; }
.cs-new-name { position: absolute; z-index: 2; left: 9px; bottom: 8px; right: 9px; color: #fff; font-size: 10px; font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.cs-reviews { padding: 24px 0 12px; }
.cs-review-grid { border: 1px solid var(--cs-line); border-radius: 11px; min-height: 125px; display: grid; grid-template-columns: repeat(4, 1fr); }
.cs-review-grid blockquote { margin: 0; padding: 20px 28px; text-align: center; border-right: 1px solid var(--cs-line); display: flex; flex-direction: column; justify-content: center; }
.cs-review-grid blockquote p { font-size: 11px; color: #4e4944; margin: 6px 0; }
.cs-review-grid cite { font-style: normal; font-size: 10px; }
.cs-stars { font-size: 11px; letter-spacing: 2px; }
.cs-review-link { display: grid; place-items: center; padding: 20px; font-size: 11px; }

.cs-service-strip { padding: 8px 0 30px; }
.cs-service-grid { border: 1px solid var(--cs-line); border-radius: 11px; display: grid; grid-template-columns: repeat(4, 1fr); }
.cs-service-grid > div { display: flex; align-items: flex-start; gap: 15px; padding: 22px 25px; border-right: 1px solid var(--cs-line); }
.cs-service-grid > div:last-child { border-right: 0; }
.cs-service-grid i { color: var(--cs-accent); font-size: 24px; width: 30px; text-align: center; }
.cs-service-grid p { margin: 0; }
.cs-service-grid strong, .cs-service-grid span { display: block; }
.cs-service-grid strong { font-size: 13px; }
.cs-service-grid span { margin-top: 2px; color: #5e5851; font-size: 10px; line-height: 1.35; }

.cs-opencart-slot { width: min(1320px, calc(100% - 64px)); margin: 20px auto; }
.cs-opencart-slot:empty { display: none; }
.cs-opencart-slot-bottom { margin-bottom: 34px; }

.cs-footer { margin-top: 0; color: var(--cs-ink); border-top: 1px solid var(--cs-line); background: #1E1E1E; padding: 0 0 22px; }
.cs-footer-top { display: grid; grid-template-columns: 1.35fr .85fr .65fr; gap: 52px; align-items: center; padding: 28px 0 20px; }
.cs-newsletter { min-height: 160px; background: linear-gradient(100deg, #f4ede5, #efe3d4); border: 1px solid #e5dbcf; border-radius: 12px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; overflow: hidden; }
.cs-newsletter > div { padding: 23px 8px 22px 24px; }
.cs-newsletter h2 { margin: 0 0 6px; font-family: var(--cs-serif); font-weight: 500; font-size: 26px; }
.cs-newsletter p { font-size: 11px; margin: 0 0 14px; color: #5f584f; }
.cs-newsletter img { width: 100%; height: 100%; object-fit: cover; }
.cs-newsletter-form { display: flex; max-width: 330px; }
.cs-newsletter-form input { flex: 1; min-width: 0; border: 1px solid #dcd3c8; border-radius: 5px 0 0 5px; background: #fff; height: 39px; padding: 0 12px; font-size: 11px; }
.cs-newsletter-form button { border: 0; background: #111; color: #fff; border-radius: 0 5px 5px 0; padding: 0 18px; font-size: 11px; }
.cs-footer-brand p { font-size: 11px; max-width: 280px; color: #5e5851; margin: 10px 0 14px; }
.cs-socials { display: flex; gap: 15px; font-size: 14px; }
.cs-payments { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.cs-payments span { min-width: 58px; height: 34px; padding: 0 9px; border: 1px solid var(--cs-line); border-radius: 5px; background: #fff; display: grid; place-items: center; font-weight: 700; font-size: 10px; }
.cs-footer-links { border-top: 1px solid var(--cs-line); border-bottom: 1px solid var(--cs-line); padding: 18px 5%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.cs-footer-links > div { display: flex; flex-direction: column; gap: 5px; }
.cs-footer-links h3 { font-size: 11px; margin: 0 0 4px; }
.cs-footer-links a { color: #554f49; font-size: 9px; width: fit-content; }
.cs-footer-links a:hover { color: var(--cs-accent); }
.cs-footer-bottom { text-align: center; color: #8a837b; font-size: 9px; padding-top: 17px; }

@media (max-width: 1180px) {
  .cs-shell { width: min(100% - 40px, 1180px); }
  .cs-header-row { grid-template-columns: 185px 1fr 205px; gap: 14px; }
  .cs-mainnav { gap: 15px; }
  .cs-mainnav a { font-size: 12px; }
  .cs-product-row, .cs-new-row { grid-template-columns: repeat(8, 150px); }
  .cs-giftbox-banner { grid-template-columns: 32% 1fr auto; }
  .cs-giftbox-points { gap: 12px; }
}

@media (max-width: 960px) {
  .cs-topbar-inner { grid-template-columns: 1fr 1fr; }
  .cs-topbar-inner > div { justify-content: flex-start !important;}
  .cs-topbar-inner > div:last-child { display: none; }
  .cs-header-row { grid-template-columns: 54px 1fr auto; min-height: 68px; }
  .cs-mobile-nav { display: block; }
  .cs-mainnav { display: none; }
  .cs-logo { text-align: center; }
  .cs-logo img { margin-inline: auto; max-width: 160px; }
  .cs-mobile-menu { position: relative; }
  .cs-mobile-menu summary { list-style: none; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; cursor: pointer; }
  .cs-mobile-menu nav { position: absolute; top: 50px; left: 0; width: 240px; background: #fff; border: 1px solid var(--cs-line); border-radius: 10px; padding: 10px; box-shadow: 0 18px 42px rgba(0,0,0,.12); display: flex; flex-direction: column; z-index: 60; }
  .cs-mobile-menu nav a { padding: 9px 10px; border-radius: 6px; font-size: 13px; }
  .cs-mobile-menu nav a:hover { background: #f7f2ec; }
  .cs-hero-grid { grid-template-columns: 48% 52%; }
  .cs-hero-copy h1 { font-size: 48px; }
  .cs-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-benefit { border-bottom: 1px solid var(--cs-line); }
  .cs-benefit:nth-child(2) { border-right: 0; }
  .cs-benefit:nth-child(3), .cs-benefit:nth-child(4) { border-bottom: 0; }
  .cs-benefit:first-child { padding-left: 28px; }
  .cs-occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-giftbox-banner { grid-template-columns: 210px 1fr; padding-right: 18px; }
  .cs-giftbox-banner > .cs-btn { grid-column: 2; justify-self: start; margin-bottom: 18px; }
  .cs-giftbox-copy { padding-top: 18px; }
  .cs-review-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-review-grid blockquote:nth-child(2) { border-right: 0; }
  .cs-review-grid blockquote:nth-child(-n+2) { border-bottom: 1px solid var(--cs-line); }
  .cs-review-link { border-top: 1px solid var(--cs-line); }
  .cs-service-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-service-grid > div:nth-child(2) { border-right: 0; }
  .cs-service-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--cs-line); }
  .cs-footer-top { grid-template-columns: 1.25fr .75fr; }
  .cs-payments { grid-column: 1 / -1; justify-content: flex-start; }
  
      .cs-hero,
    .cs-hero-inner {
        min-height: 540px;
    }

    .cs-hero {
        background-position:
            center center,
            62% center;
    }

    .cs-hero-copy {
        max-width: 480px;
    }

    .cs-hero-copy h1 {
        font-size: 48px;
    }
}

@media (max-width: 720px) {
  .cs-shell, .cs-opencart-slot { width: calc(100% - 28px); }
  .cs-topbar-inner { grid-template-columns: 1fr; min-height: 36px; }
  .cs-topbar-inner > div { justify-content: center !important; }
  .cs-topbar-inner > div:nth-child(2) { display: none; }
  .cs-header-row { grid-template-columns: 44px 1fr auto; gap: 4px; }
  .cs-wordmark { font-size: 23px; }
  .cs-actions { gap: 0; }
  .cs-account-dropdown { display: none; }
  .cs-icon-button, .cs-search-dropdown summary { width: 38px; height: 38px; font-size: 16px; }
  .cs-cart { width: 40px; min-width: 40px; height: 40px; }
  .cs-cart .btn-lg, .cs-cart button { width: 40px; height: 40px; }
  .cs-search-panel { position: fixed; left: 14px; right: 14px; top: 112px; width: auto; }
  .cs-hero { min-height: 650px; }
  .cs-hero-grid { min-height: 650px; grid-template-columns: 1fr; grid-template-rows: auto 290px; }
  .cs-hero-copy { padding: 44px 8px 10px; max-width: 100%; }
  .cs-hero-copy h1 { font-size: 45px; max-width: 510px; }
  .cs-hero-copy p { font-size: 14px; }
  .cs-hero-art { margin-inline: -14px; }
  .cs-hero-art img { object-position: 60% center; }
  .cs-benefit-grid { grid-template-columns: 1fr 1fr; }
  .cs-benefit { padding: 16px 10px !important; gap: 10px; }
  .cs-benefit > i { font-size: 21px; width: 25px; }
  .cs-benefit strong { font-size: 11px; }
  .cs-benefit span { font-size: 9px; }
  .cs-section { padding-top: 34px; }
  .cs-section-head h2 { font-size: 25px; }
  .cs-section-head a { font-size: 10px; }
  .cs-occasion-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cs-occasion { height: 145px; }
  .cs-occasion span { left: 10px; bottom: 10px; font-size: 12px; gap: 7px; }
  .cs-occasion span i { width: 31px; height: 31px; }
  .cs-product-row, .cs-new-row { margin-right: -14px; padding-right: 14px; }
  .cs-giftbox-banner { grid-template-columns: 1fr; padding: 0 18px 20px; gap: 12px; }
  .cs-giftbox-image { margin: 0 -18px; min-height: 150px; }
  .cs-giftbox-copy { padding-top: 4px; }
  .cs-giftbox-copy h2 { font-size: 25px; }
  .cs-giftbox-banner > .cs-btn { grid-column: 1; margin: 0; }
  .cs-review-grid { grid-template-columns: 1fr; }
  .cs-review-grid blockquote { border-right: 0; border-bottom: 1px solid var(--cs-line) !important; }
  .cs-service-grid { grid-template-columns: 1fr; }
  .cs-service-grid > div { border-right: 0; border-bottom: 1px solid var(--cs-line) !important; }
  .cs-service-grid > div:last-child { border-bottom: 0 !important; }
  .cs-footer-top { grid-template-columns: 1fr; gap: 24px; }
  .cs-newsletter { grid-template-columns: 1fr 130px; }
  .cs-newsletter > div { padding: 20px 6px 20px 18px; }
  .cs-newsletter h2 { font-size: 23px; }
  .cs-footer-links { gap: 20px; padding-inline: 0; }
  .cs-payments { grid-column: auto; }
  
  .cs-hero {
        min-height: 600px;

        background-image:
            linear-gradient(
                0deg,
                rgba(250, 247, 240, 0.98) 0%,
                rgba(250, 247, 240, 0.92) 38%,
                rgba(250, 247, 240, 0.10) 75%
            ),
            url('../image/header.png');

        background-position:
            center center,
            65% center;

        background-size:
            cover,
            cover;
    }

    .cs-hero-inner {
        min-height: 600px;

        align-items: flex-end;
    }

    .cs-hero-copy {
        width: 100%;
        max-width: 100%;

        padding: 250px 8px 48px;
    }

    .cs-hero-copy h1 {
        font-size: 45px;
        max-width: 510px;
    }

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

    .cs-hero-actions {
        gap: 10px;
    }

    .cs-btn {
        min-height: 48px;
        padding: 0 18px;
    }
}

@media (max-width: 470px) {
  .cs-topbar { font-size: 10px; }
  .cs-logo img { max-width: 125px; }
  .cs-actions > a.cs-icon-button { display: none; }
  .cs-hero { min-height: 620px; }
  .cs-hero-grid { min-height: 620px; grid-template-rows: auto 255px; }
  .cs-hero-copy h1 { font-size: 39px; }
  .cs-hero-actions { display: grid; grid-template-columns: 1fr; }
  .cs-btn { width: 100%; }
  .cs-benefit-grid { grid-template-columns: 1fr; }
  .cs-benefit { border-right: 0; border-bottom: 1px solid var(--cs-line) !important; }
  .cs-benefit:last-child { border-bottom: 0 !important; }
  .cs-occasion-grid { grid-template-columns: 1fr; }
  .cs-occasion { height: 155px; }
  .cs-section-head { align-items: center; }
  .cs-section-head a { max-width: 125px; text-align: right; }
  .cs-newsletter { grid-template-columns: 1fr; }
  .cs-newsletter img { display: none; }
  .cs-footer-links { grid-template-columns: 1fr 1fr; }
  .cs-footer-links > div:last-child { grid-column: 1 / -1; }
  
    .cs-hero {min-height: 560px; background-position: center center, 68% center;}
    .cs-hero-inner {min-height: 560px;}
    .cs-hero-copy {padding-top: 230px; padding-bottom: 36px;}
    .cs-hero-copy h1 {font-size: 38px;}
    .cs-hero-actions {flex-direction: column; align-items: stretch;}

    .cs-btn {
        width: 100%;
    }
}








.cs-hero {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-image:
        linear-gradient(
            90deg,
            rgba(250, 247, 240, 0.96) 0%,
            rgba(250, 247, 240, 0.82) 20%,
            rgba(250, 247, 240, 0.15) 50%,
            rgba(250, 247, 240, 0) 85%
        ),
        url('../image/header.png');

    background-repeat: no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.cs-hero-inner {position: relative; z-index: 2; min-height: 450px; display: flex; align-items: center; }

.cs-hero-copy {position: relative; z-index: 2; max-width: 520px;}

.cs-hero-copy h1 {font-family: var(--cs-serif); font-size: 42px; line-height: 0.98; letter-spacing: -0.04em; margin: 0 0 24px; font-weight: 500; max-width: 570px;}

.cs-hero-copy p {max-width: 430px; color: #4f4943; font-size: 15px; line-height: 1.6; margin: 0 0 28px;}
    
.cs-hero-actions {display: flex; gap: 14px; flex-wrap: wrap;}

.cs-btn {
    min-height: 50px; padding: 0 23px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 500; font-size: 13px; text-decoration: none; transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.cs-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.cs-btn-dark {
    background: #111;
    color: #fff !important;

    border: 1px solid #111;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.cs-btn-dark:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff !important;
}

.cs-btn-outline {
    border: 1px solid var(--cs-accent);

    background: rgba(255, 255, 255, 0.45);

    color: #2a2118 !important;
}

.cs-btn-outline:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #2a2118 !important;
}









/* =========================================================
   CADEAUSHOP MEGA MENU
   ========================================================= */

.cs-main-menu {
    position: relative;
    z-index: 200;
    width: 100%;
}


/* Main navigation */

.cs-menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-menu-item {
    position: static;

    margin: 0;
    padding: 0;
}

.cs-menu-link-row {
    display: flex;
    align-items: center;
}

.cs-menu-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 16px;
    color: #181512;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    transition: color .2s ease;
}

.cs-menu-link:hover,
.cs-menu-item.is-active > .cs-menu-link-row .cs-menu-link {
    color: var(--cs-accent);
}


/* Underline */
.cs-menu-link::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 2px;
    background: var(--cs-accent);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.cs-menu-item:hover > .cs-menu-link-row .cs-menu-link::after,
.cs-menu-item.is-active > .cs-menu-link-row .cs-menu-link::after {
    transform: scaleX(1);
}


/* Desktop dropdown button */

.cs-submenu-toggle {
    display: none;
}


/* =========================================================
   MEGA DROPDOWN
   ========================================================= */

.cs-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border-top: 1px solid #eee9e2;
    border-bottom: 1px solid #ddd4c8;
    box-shadow:
    0 22px 45px rgba(25, 18, 12, .12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition:
        opacity .18s ease,
        visibility .18s ease,
        transform .18s ease;
}


@media (min-width: 992px) {

    .cs-menu-item:hover > .cs-mega-menu,
    .cs-menu-item:focus-within > .cs-mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

}


/* Mega menu content */

.cs-mega-inner {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 34px 0 22px;
}


.cs-mega-grid {
    display: grid;

    grid-template-columns:
        repeat(
            var(--cs-menu-columns, 4),
            minmax(0, 1fr)
        );

    gap: 30px 46px;
}


/* Level 2 */

.cs-mega-title {
    display: inline-block;

    margin: 0 0 13px;

    color: #18130f;

    font-family: var(--cs-serif);
    font-size: 19px;
    font-weight: 500;

    text-decoration: none !important;
}

.cs-mega-title:hover,
.cs-mega-title.is-active {
    color: var(--cs-accent);
}


/* Level 3 */

.cs-mega-links {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
}

.cs-mega-links li {
    display: block;

    margin: 0;
    padding: 0;
}

.cs-mega-links a {
    display: block;

    padding: 5px 0;

    color: #696159;

    font-size: 13px;
    line-height: 1.45;

    text-decoration: none !important;

    transition:
        color .15s ease,
        transform .15s ease;
}

.cs-mega-links a:hover {
    color: #17130f;

    transform: translateX(3px);
}

.cs-mega-links a.is-active {
    color: var(--cs-accent);

    font-weight: 600;
}


/* Bottom link */

.cs-mega-footer {
    margin-top: 28px;

    padding-top: 17px;

    border-top: 1px solid #eee9e2;
}

.cs-mega-footer a {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: #18130f;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;
}

.cs-mega-footer i {
    color: var(--cs-accent);

    transition: transform .2s ease;
}

.cs-mega-footer a:hover i {
    transform: translateX(4px);
}


/* =========================================================
   MOBILE MENU
   ========================================================= */

.cs-menu-mobile-toggle {
    display: none;
}


@media (max-width: 991px) {

    .cs-main-menu > .cs-shell {
        width: min(100% - 32px, 1320px);
    }


    .cs-menu-mobile-toggle {
        display: flex;
        align-items: center;

        width: 100%;
        height: 54px;

        gap: 10px;

        margin: 0;
        padding: 0;

        border: 0;

        background: transparent;

        color: #17130f;

        font-size: 14px;
        font-weight: 700;

        cursor: pointer;
    }

    .cs-menu-mobile-toggle i {
        color: var(--cs-accent);

        font-size: 17px;
    }


    .cs-menu-list {
        display: none;

        flex-direction: column;
        align-items: stretch;

        width: 100%;

        padding: 0 0 16px;

        gap: 0;
    }

    .cs-menu-list.is-open {
        display: flex;
    }


    .cs-menu-item {
        width: 100%;

        border-top: 1px solid #eee9e2;
    }


    .cs-menu-link-row {
        width: 100%;
    }

    .cs-menu-link {
        flex: 1;

        min-height: 52px;

        padding: 0 4px;

        font-size: 14px;
    }

    .cs-menu-link::after {
        display: none;
    }


    .cs-submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 52px;
        height: 52px;

        flex: 0 0 52px;

        padding: 0;

        border: 0;

        background: transparent;

        cursor: pointer;
    }

    .cs-submenu-toggle i {
        font-size: 11px;

        transition: transform .2s ease;
    }

    .cs-menu-item.is-open
    > .cs-menu-link-row
    .cs-submenu-toggle i {
        transform: rotate(180deg);
    }


    .cs-mega-menu {
        position: static;

        display: none;

        width: 100%;

        opacity: 1;
        visibility: visible;

        pointer-events: auto;

        transform: none;

        border: 0;

        box-shadow: none;

        background: #faf7f1;
    }

    .cs-menu-item.is-open > .cs-mega-menu {
        display: block;
    }


    .cs-mega-inner {
        width: 100%;

        padding: 20px;
    }

    .cs-mega-grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .cs-mega-title {
        margin-bottom: 7px;

        font-size: 18px;
    }

    .cs-mega-footer {
        margin-top: 20px;
    }
}