.page-template-template-homepage-v2 .page-title {
    display: none !important;
}

/* Product search page */
.dar-search-v2 {
    background: #fff;
}

body.search.daruri-editorial-header-active .main-page-wrapper,
body.search.daruri-editorial-header-active .dar-home-v2-site-content {
    padding-top: 0 !important;
}

body.search.daruri-editorial-header-active .container.upper {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

body.search.daruri-editorial-header-active .content-layout-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.dar-search-v2__hero {
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    border-bottom: 1px solid #e1c6ad;
    background: linear-gradient(to bottom, #d1893d33 0, #fff 100%);
}

.dar-search-v2__hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image: url("../img/gift-pattern.svg?v=4");
    background-position: center top;
    background-size: 142px 100px;
    pointer-events: none;
}

.dar-search-v2__hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    align-items: center;
    gap: 60px;
    min-height: 310px;
    padding-top: 58px;
    padding-bottom: 58px;
}

.dar-search-v2__hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--v2-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.06;
}

.dar-search-v2__hero p {
    margin: 16px 0 0;
    color: var(--v2-muted);
    font-size: 16px;
}

.dar-search-v2__form {
    display: grid;
    grid-template-columns: 1fr 54px;
    padding: 6px;
    border: 1px solid rgba(168, 109, 55, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 38px rgba(92, 61, 38, .09);
}

.dar-search-v2__form input[type="search"] {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: var(--v2-ink);
    font-size: 15px;
    box-shadow: none;
}

.dar-search-v2__form button {
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 6px;
    background: var(--v2-gold);
    color: #fff;
    font-size: 17px;
}

.dar-search-v2__content {
    padding: 44px 0 82px;
}

.dar-search-v2__content .dar-v2-shell {
    transition: opacity .18s ease;
}

.dar-search-v2__content .dar-v2-shell.is-loading {
    opacity: .42;
    pointer-events: none;
}

.dar-search-v2__types-wrap {
    padding-bottom: 42px;
    border-bottom: 1px solid var(--v2-line);
}

.dar-search-v2__categories-wrap {
    margin-bottom: 38px;
}

.dar-search-v2__categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.dar-search-v2__category {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    min-width: 0;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 7px 14px 7px 7px;
    border: 1px solid var(--v2-line);
    border-radius: 6px;
    background: #fff;
    color: var(--v2-ink) !important;
    font-size: 13px;
    font-weight: 800;
}

.dar-search-v2__category img,
.dar-search-v2__category-placeholder {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 4px;
    background: #f8eee5;
    object-fit: cover;
}

.dar-search-v2__category > i {
    color: var(--v2-gold-dark);
    font-size: 11px;
}

.dar-search-v2__section-heading,
.dar-search-v2__results-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.dar-search-v2__section-heading {
    margin-bottom: 18px;
}

.dar-search-v2__section-heading h2,
.dar-search-v2__results-head h2,
.dar-search-v2__empty h2 {
    margin: 0;
    color: var(--v2-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    line-height: 1.15;
}

.dar-search-v2__section-heading > span,
.dar-search-v2__results-head > span {
    color: var(--v2-muted);
    font-size: 13px;
    font-weight: 700;
}

.dar-search-v2__types {
    display: grid;
    grid-template-columns: repeat(10, minmax(86px, 1fr));
    gap: 10px;
}

.dar-search-v2__type {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 6px;
    border: 1px solid var(--v2-line);
    border-radius: 6px;
    background: #fff;
    color: var(--v2-ink) !important;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.dar-search-v2__type:hover,
.dar-search-v2__type.is-active {
    border-color: var(--v2-gold);
    background: #fdf4eb;
    transform: translateY(-2px);
}

.dar-search-v2__type-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--v2-gold-dark);
    font-size: 22px;
}

.dar-search-v2__type-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.dar-search-v2__type small {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #9a897c;
    font-size: 9px;
    font-weight: 800;
}

.dar-search-v2__results-head {
    margin: 42px 0 22px;
}

.dar-search-v2__results-head .dar-v2-kicker {
    margin-bottom: 6px;
}

.dar-search-v2__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dar-search-v2__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 46px;
}

.dar-search-v2__pagination .page-numbers {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid var(--v2-line);
    border-radius: 5px;
    background: #fff;
    color: var(--v2-ink);
    font-size: 13px;
    font-weight: 800;
}

.dar-search-v2__pagination .page-numbers.current,
.dar-search-v2__pagination a.page-numbers:hover {
    border-color: var(--v2-gold);
    background: var(--v2-gold);
    color: #fff;
}

.dar-search-v2__pagination .prev {
    margin-right: auto;
}

.dar-search-v2__pagination .next {
    margin-left: auto;
}

.dar-search-v2__empty {
    padding: 70px 20px;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    text-align: center;
}

.dar-search-v2__empty > i {
    margin-bottom: 18px;
    color: var(--v2-gold);
    font-size: 34px;
}

.dar-search-v2__empty p {
    margin: 12px auto 22px;
    color: var(--v2-muted);
}

@media (max-width: 1024px) {
    .dar-search-v2__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dar-search-v2__types {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .dar-search-v2__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dar-search-v2__hero-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding-top: 72px;
        padding-bottom: 34px;
    }

    .dar-search-v2__hero h1 {
        font-size: 34px;
    }

    .dar-search-v2__content {
        padding: 28px 0 56px;
    }

    .dar-search-v2__section-heading h2,
    .dar-search-v2__results-head h2 {
        font-size: 26px;
    }

    .dar-search-v2__types {
        display: grid;
        grid-auto-columns: 91px;
        grid-template-columns: none;
        grid-auto-flow: column;
        gap: 8px;
        overflow-x: auto;
        padding: 2px 1px 10px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .dar-search-v2__categories {
        display: grid;
        grid-auto-columns: min(82vw, 300px);
        grid-template-columns: none;
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
    }

    .dar-search-v2__categories::-webkit-scrollbar {
        display: none;
    }

    .dar-search-v2__types::-webkit-scrollbar {
        display: none;
    }

    .dar-search-v2__type {
        min-height: 104px;
        scroll-snap-align: start;
    }

    .dar-search-v2__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .dar-search-v2__results-head {
        align-items: flex-end;
        margin-top: 30px;
    }

    .dar-search-v2__pagination .prev span,
    .dar-search-v2__pagination .next span {
        display: none;
    }
}

.page-template-template-homepage-v2 .main-page-wrapper {
    padding-top: 0;
}

.page-template-template-homepage-v2 .container.upper {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.page-template-template-homepage-v2 .content-layout-wrapper {
    margin-right: 0;
    margin-left: 0;
}

.dar-home-v2-site-content {
    padding: 0 !important;
}

.dar-home-v2 {
    --v2-ink: #252422;
    --v2-muted: #68645f;
    --v2-line: #e8e4df;
    --v2-soft: #f6f5f3;
    --v2-gold: #cf843b;
    --v2-gold-dark: #9b5f27;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #fff;
    color: var(--v2-ink);
}

.dar-home-v2 *,
.dar-home-v2 *::before,
.dar-home-v2 *::after {
    box-sizing: border-box;
}

.dar-home-v2 a {
    text-decoration: none;
}

body.search-results.daruri-editorial-header-active .main-page-wrapper > .container.upper {
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.search-results.daruri-editorial-header-active .content-layout-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.search-results.daruri-editorial-header-active .dar-home-v2.dar-search-v2,
body.search-results.daruri-editorial-header-active .dar-search-v2__hero {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.search-results.daruri-editorial-header-active .dar-search-v2 .dar-v2-shell {
    width: min(100% - 32px, 1220px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Homepage V2 footer: isolated from the legacy Woodmart footer. */
.dar-v2-footer {
    --v2-footer-ink: #30261f;
    --v2-footer-muted: #74685f;
    --v2-footer-gold: #cc9963;
    --v2-footer-gold-dark: #81562f;
    --v2-footer-cream: #fbf7f1;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    background: var(--v2-footer-cream);
    color: var(--v2-footer-ink);
}

.dar-v2-footer *,
.dar-v2-footer *::before,
.dar-v2-footer *::after {
    box-sizing: border-box;
}

.dar-v2-footer a {
    text-decoration: none;
}

.dar-v2-footer__shell {
    width: min(100% - 32px, 1240px);
    margin-inline: auto;
}

.dar-v2-footer__contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #dfb98a 0%, #cc9963 100%);
    color: #fff;
}

.dar-v2-footer__contact::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../img/gift-pattern.svg?v=4") center / 142px 100px repeat;
    content: "";
    opacity: .1;
    pointer-events: none;
}

.dar-v2-footer__contact::after,
.dar-v2-workshop::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 360' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.35'%3E%3Cpath d='M-90 346C230 24 548 8 878 164S1332 342 1690 34'/%3E%3Cpath d='M-100 316C226 55 534 39 858 178S1320 327 1690 72'/%3E%3Cpath d='M-110 284C216 87 516 74 832 194S1302 311 1690 111'/%3E%3Cpath d='M-120 250C201 121 490 110 798 210S1280 293 1690 151'/%3E%3Cpath d='M-130 214C178 157 456 148 756 225S1252 274 1690 193'/%3E%3Cpath d='M-55 382C42 181 253 22 535-24'/%3E%3Cpath d='M42 390C153 220 350 86 624 19'/%3E%3Cpath d='M1120 378C1290 244 1450 120 1648-18'/%3E%3Cpath d='M1250 390C1387 273 1510 179 1665 91'/%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat;
    content: "";
    opacity: .22;
    pointer-events: none;
}

.dar-v2-footer__contact-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    min-height: 190px;
    padding-block: 38px;
}

.dar-v2-footer__contact-copy {
    max-width: 610px;
}

.dar-v2-footer__eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.dar-v2-footer__contact h2 {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.12;
}

.dar-v2-footer__contact p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
}

.dar-v2-footer__contact-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    gap: 12px;
}

.dar-v2-footer__contact-button,
.dar-v2-footer__schedule {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 12px;
    color: #fff !important;
}

.dar-v2-footer__contact-button {
    background: #fff;
    color: var(--v2-footer-gold-dark) !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.dar-v2-footer__contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(77, 48, 22, .14);
}

.dar-v2-footer__contact-button svg,
.dar-v2-footer__schedule svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.dar-v2-footer__contact-actions span {
    display: grid;
    gap: 2px;
}

.dar-v2-footer__contact-actions small {
    color: currentColor;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .76;
}

.dar-v2-footer__contact-actions strong {
    color: currentColor;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
}

.dar-v2-footer__contact-button span a {
    color: currentColor !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

@media (min-width: 1025px) {
    .dar-v2-footer__contact-inner {
        gap: 30px;
    }

    .dar-v2-footer__contact-copy {
        max-width: 500px;
    }

    .dar-v2-footer__contact-actions {
        flex: 1 1 610px;
        justify-content: flex-end;
    }

    .dar-v2-footer__contact-button {
        min-width: 330px;
    }

    .dar-v2-footer__schedule {
        min-width: 250px;
    }

    .dar-v2-footer__contact-actions span {
        grid-template-columns: auto auto;
        column-gap: 14px;
    }

    .dar-v2-footer__contact-actions small {
        grid-column: 1 / -1;
    }
}

.dar-v2-footer__main {
    padding: 58px 0 0;
}

.dar-v2-footer__grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(145px, 1fr));
    gap: 54px;
    padding-bottom: 48px;
}

.dar-v2-footer__logo {
    display: inline-block;
    width: 180px;
    max-width: 100%;
}

.dar-v2-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.dar-v2-footer__brand > p {
    max-width: 350px;
    margin: 22px 0 12px;
    color: var(--v2-footer-muted);
    font-size: 14px;
    line-height: 1.65;
}

.dar-v2-footer__trademark {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 7px;
    color: #6f6258;
    font-size: 11px;
    font-style: italic;
    line-height: 1.5;
}

.dar-v2-footer__trademark::before {
    content: "";
    width: 34px;
    height: 1px;
    flex: 0 0 34px;
    background: currentColor;
    opacity: .55;
}

.dar-v2-footer__socials {
    display: flex;
    gap: 9px;
    margin-top: 22px;
}

.dar-v2-footer__socials a {
    display: grid;
    width: 36px;
    height: 36px;
    border: 1px solid #e2d6c9;
    border-radius: 50%;
    color: var(--v2-footer-gold-dark) !important;
    place-items: center;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.dar-v2-footer__socials a:hover {
    border-color: var(--v2-footer-gold);
    background: var(--v2-footer-gold);
    color: #fff !important;
    transform: translateY(-2px);
}

.dar-v2-footer__socials svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.dar-v2-footer__socials a:first-child svg {
    fill: currentColor;
    stroke: none;
}

.dar-v2-footer__social-dot {
    fill: currentColor;
}

.dar-v2-footer__nav h3 {
    margin: 7px 0 18px;
    color: var(--v2-footer-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.dar-v2-footer__nav ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dar-v2-footer__nav a {
    color: var(--v2-footer-muted) !important;
    font-size: 13px;
    line-height: 1.45;
    transition: color .2s ease, transform .2s ease;
}

.dar-v2-footer__nav a > i {
    width: 15px;
    margin-right: 7px;
    color: var(--v2-footer-gold-dark);
    font-size: 11px;
    text-align: center;
}

.dar-v2-footer__nav a:hover {
    display: inline-block;
    color: var(--v2-footer-gold-dark) !important;
    transform: translateX(3px);
}

.dar-v2-footer__nav-panel {
    display: contents;
}

@media (min-width: 768px) {
    .dar-v2-footer__grid {
        grid-template-columns: minmax(220px, .8fr) minmax(160px, .55fr) minmax(0, 1.65fr);
        gap: 30px;
    }

    .dar-v2-footer__logo {
        width: 145px;
    }

    .dar-v2-footer__brand > p {
        font-size: 11.2px;
        line-height: 1.55;
    }

    .dar-v2-footer__nav-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        padding: 26px 28px;
        border: 1px solid #e4d8cc;
        border-radius: 16px;
        background: #fff;
    }

    .dar-v2-footer__nav h3 {
        margin-bottom: 12px;
    }

    .dar-v2-footer__nav ul {
        gap: 5px;
    }

    .dar-v2-footer__nav a {
        line-height: 1.25;
    }
}

.dar-v2-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 92px;
    padding-block: 18px;
    border-top: 1px solid #e7ddd3;
}

.dar-v2-footer__legal {
    display: grid;
    gap: 4px;
    color: var(--v2-footer-muted);
    font-size: 11px;
}

.dar-v2-footer__legal strong {
    color: var(--v2-footer-ink);
    font-size: 12px;
}

.dar-v2-footer__certifications {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.dar-v2-footer__certifications img {
    display: block;
    width: auto;
    height: 31px;
    object-fit: contain;
}

.dar-v2-footer__certifications .dar-v2-footer__payments {
    height: 27px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    body.woocommerce-cart .dar-v2-footer__trademark,
    body.woocommerce-checkout .dar-v2-footer__trademark,
    body.woocommerce-cart .dar-v2-footer__nav--help,
    body.woocommerce-checkout .dar-v2-footer__nav--help,
    body.woocommerce-cart .dar-v2-footer__nav-panel,
    body.woocommerce-checkout .dar-v2-footer__nav-panel {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .dar-v2-footer__contact-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .dar-v2-footer__grid {
        grid-template-columns: 1.25fr repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .dar-v2-footer__shell {
        width: min(100% - 28px, 1240px);
    }

    .dar-v2-footer__contact-inner {
        min-height: 0;
        padding-block: 26px;
    }

    .dar-v2-footer__contact h2 {
        font-size: 25px;
    }

    .dar-v2-footer__contact-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .dar-v2-footer__contact-button,
    .dar-v2-footer__schedule {
        min-width: 0;
        padding: 11px 12px;
    }

    .dar-v2-footer__contact-actions svg {
        width: 20px;
        height: 20px;
    }

    .dar-v2-footer__contact-actions strong {
        font-size: 12px;
        white-space: normal;
    }

    .dar-v2-footer__contact-button span a {
        font-size: 12px;
    }

    .dar-v2-footer__main {
        padding-top: 24px;
    }

    .dar-v2-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
        padding-bottom: 24px;
    }

    .dar-v2-footer__brand {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: 104px minmax(0, 1fr);
        align-items: start;
        column-gap: 14px;
        row-gap: 0;
    }

    .dar-v2-footer__logo {
        grid-column: 1;
        grid-row: 1;
        width: 104px;
        align-self: center;
    }

    .dar-v2-footer__brand > p {
        grid-column: 2;
        grid-row: 1 / span 2;
        margin: 0;
        font-size: 10.5px;
        line-height: 1.35;
    }

    .dar-v2-footer__trademark {
        justify-content: flex-start;
        margin-top: 3px;
        text-align: left;
        font-size: 10px;
        line-height: 1.2;
    }

    .dar-v2-footer__socials {
        grid-column: 1 / -1;
        grid-row: 3;
        width: 100%;
        justify-self: center;
        justify-content: stretch;
        gap: 0;
        margin-top: 4px;
    }

    .dar-v2-footer__socials a {
        width: 25%;
        height: 40px;
        border-radius: 0;
        border-right-width: 0;
    }

    .dar-v2-footer__socials a:first-child {
        border-radius: 8px 0 0 8px;
    }

    .dar-v2-footer__socials a:last-child {
        border-right-width: 1px;
        border-radius: 0 8px 8px 0;
    }

    .dar-v2-footer__socials svg {
        width: 20px;
        height: 20px;
    }

    .dar-v2-footer__nav--discover {
        display: none;
    }

    .dar-v2-footer__nav h3 {
        margin: 0 0 7px;
        font-size: 11px;
    }

    .dar-v2-footer__nav ul {
        gap: 0;
        line-height: 1.1;
    }

    .dar-v2-footer__nav li {
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.1 !important;
    }

    .dar-v2-footer__nav a {
        display: block;
        min-height: 0;
        padding: 2px 0;
        font-size: 11px;
        line-height: 1.1;
    }

    .dar-v2-footer__nav:last-child {
        grid-column: auto;
        padding-top: 0;
        border-top: 0;
    }

    .dar-v2-footer__nav:last-child ul {
        grid-template-columns: 1fr;
    }

    .dar-v2-footer__bottom {
        align-items: center;
        flex-direction: column;
        gap: 12px;
        min-height: 0;
        padding-block: 16px 20px;
        text-align: center;
    }

    .dar-v2-footer__legal {
        width: 100%;
        gap: 2px;
        text-align: center;
    }

    .dar-v2-footer__certifications {
        display: grid;
        width: 100%;
        grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(0, 1fr));
        align-items: center;
        gap: 5px;
    }

    .dar-v2-footer__certifications > a {
        display: block;
        min-width: 0;
    }

    .dar-v2-footer__certifications img,
    .dar-v2-footer__certifications .dar-v2-footer__payments {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 25px;
        margin: 0;
        object-fit: contain;
    }

    .dar-v2-footer__certifications .dar-v2-footer__payments {
        max-height: 20px;
    }
}

@media (max-width: 420px) {
    .dar-v2-footer__contact-actions {
        grid-template-columns: 1fr 1fr;
    }

    .dar-v2-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .dar-v2-footer__brand {
        grid-column: 1 / -1;
    }

    .dar-v2-footer__nav {
        padding-top: 0;
        border-top: 0;
    }

    .dar-v2-footer__nav:first-of-type {
        padding-top: 0;
        border-top: 0;
    }

    .dar-v2-footer__nav:last-child ul { grid-template-columns: 1fr; }
}

.dar-v2-shell {
    width: min(100% - 32px, 1240px);
    margin-inline: auto;
}

.dar-v2-section {
    padding: 76px 0;
}

.dar-v2-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--v2-gold-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dar-v2-heading {
    margin-bottom: 28px;
}

.dar-v2-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.dar-v2-heading h2,
.dar-v2-category h2 {
    margin: 0;
    color: var(--v2-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.dar-v2-heading p {
    max-width: 670px;
    margin: 12px 0 0;
    color: var(--v2-muted);
    font-size: 16px;
    line-height: 1.65;
}

.dar-v2-text-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--v2-ink) !important;
    font-size: 14px;
    font-weight: 800;
}

.dar-v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.dar-v2-button--primary {
    border-color: var(--v2-gold);
    background: var(--v2-gold);
    color: #fff !important;
}

.dar-v2-button--primary:hover {
    border-color: var(--v2-gold-dark);
    background: var(--v2-gold-dark);
    color: #fff !important;
}

.dar-v2-button--ghost {
    border-color: #7c655a;
    background: transparent;
    color: #4b3d37 !important;
}

.dar-v2-button--ghost:hover {
    border-color: #4b3d37;
    background: #4b3d37;
    color: #fff !important;
}

.dar-v2-hero {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-bottom: 1px solid #e1c6ad;
    background: linear-gradient(to bottom, #d1893d33 0, #fff 100%);
}

.dar-v2-hero.dar-pattern-hero::before {
    background-image: url("../img/gift-pattern.svg?v=4");
    background-position: center top;
    background-size: 142px 100px;
    opacity: 1;
}

.dar-v2-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
    align-items: center;
    gap: 52px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.dar-v2-hero__copy {
    max-width: 610px;
}

.dar-v2-hero .dar-v2-kicker {
    color: var(--v2-gold-dark);
}

.dar-v2-hero h1 {
    max-width: 610px;
    margin: 0;
    color: var(--v2-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: 0;
}

.dar-v2-hero p {
    max-width: 570px;
    margin: 20px 0 0;
    color: #5f5551;
    font-size: 17px;
    line-height: 1.65;
}

.dar-v2-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.dar-v2-hero__videos {
    min-width: 0;
    min-height: 390px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.dar-v2-hero__video-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 6px;
    background: #171513;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .24);
}

.dar-v2-hero__video-card:nth-child(2) {
    margin-top: 22px;
    margin-bottom: 22px;
}

.dar-v2-hero__video-card:nth-child(3) {
    margin-top: 44px;
}

.dar-v2-hero__video-card video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
    transition: transform .35s ease, opacity .35s ease;
}

.dar-v2-hero__video-card:hover video {
    transform: scale(1.04);
    opacity: 1;
}

.dar-v2-hero__video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .14);
    pointer-events: none;
}

.dar-v2-hero__video-number {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #6b4627;
    font-size: 12px;
    font-weight: 900;
}

.dar-v2-hero__video-title {
    position: absolute;
    right: 13px;
    bottom: 14px;
    left: 13px;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-shadow: 0 1px 7px rgba(0, 0, 0, .8);
}

.dar-v2-trust {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    border-bottom: 1px solid #b57f4b;
    background: linear-gradient(135deg, #DFB98A 0%, #CC9963 100%);
    color: #fff;
}

.dar-v2-trust__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dar-v2-trust__item {
    display: flex;
    min-width: 0;
    min-height: 142px;
    align-items: center;
    gap: 16px;
    padding: 25px 28px;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(47, 36, 27, .28);
}

.dar-v2-trust__item + .dar-v2-trust__item {
    border-left: 1px solid rgba(255,255,255,.38);
}

.dar-v2-trust__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dar-v2-trust__icon--fill {
    fill: currentColor;
    stroke: none;
}

.dar-v2-trust__copy {
    display: block;
    min-width: 0;
}

.dar-v2-trust__item strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(24px, 2.1vw, 31px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.015em;
}

.dar-v2-trust__copy > span {
    display: block;
    color: rgba(255,255,255,.92);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.dar-v2-trust__item i {
    margin-left: 4px;
    color: #fff;
    font-style: normal;
    transition: transform .2s ease;
}

a.dar-v2-trust__item:hover {
    background: rgba(101,66,34,.12);
    color: #fff !important;
}

a.dar-v2-trust__item:hover i {
    display: inline-block;
    transform: translate(2px,-2px);
}

.dar-v2-shop {
    background: #fff;
}

.dar-v2-shop .dar-v2-heading {
    position: relative;
    padding-right: 44px;
}

.dar-v2-shop__all-link {
    position: absolute;
    top: 2px;
    right: 0;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(207, 132, 59, .3);
    border-radius: 50%;
    background: rgba(244, 227, 205, .38);
    color: var(--v2-gold-dark) !important;
    font-size: 11px;
}

.dar-v2-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--v2-line);
    border-left: 1px solid var(--v2-line);
}

.dar-v2-type {
    position: relative;
    min-height: 118px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 16px;
    padding: 24px;
    border-right: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    background: #fff;
    color: var(--v2-ink) !important;
    transition: background-color .2s ease;
}

.dar-v2-type:hover {
    background: #faf8f5;
}

.dar-v2-type__icon {
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--v2-gold);
    border-radius: 50%;
    background: var(--v2-gold);
}

.dar-v2-type__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.dar-v2-type__label {
    align-self: end;
    font-size: 17px;
    font-weight: 800;
}

.dar-v2-type__count {
    display: inline-flex;
    align-self: start;
    align-items: center;
    gap: 6px;
    color: var(--v2-muted);
    font-size: 12px;
}

.dar-v2-type__count i {
    color: var(--v2-gold-dark);
    font-size: 9px;
}

.dar-v2-type__samples {
    grid-column: 3;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.dar-v2-type__samples img {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    background: #f1efec;
    box-shadow: 0 2px 8px rgba(37, 36, 34, .12);
}

.dar-v2-type__samples img:nth-child(1) { z-index: 3; }
.dar-v2-type__samples img:nth-child(2) { z-index: 2; }
.dar-v2-type__samples img:nth-child(3) { z-index: 1; }

.dar-v2-popular {
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    background: var(--v2-soft);
}

.dar-v2-product-rail,
.dar-v2-workshop__rail,
.dar-v2-reviews__rail {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.dar-v2-product-rail::-webkit-scrollbar,
.dar-v2-workshop__rail::-webkit-scrollbar,
.dar-v2-reviews__rail::-webkit-scrollbar {
    display: none;
}

.dar-v2-product-rail {
    grid-auto-columns: minmax(230px, 1fr);
    gap: 14px;
}

.dar-v2-product {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: 6px;
    background: #fff;
    scroll-snap-align: start;
}

.dar-v2-product__video {
    position: absolute;
    z-index: 20;
    top: 10px;
    right: 10px;
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    filter: invert(1) drop-shadow(0 1px 2px rgba(255, 255, 255, .18));
    cursor: pointer;
}

.dar-v2-product__image .dar-v2-product__video img {
    display: block !important;
    width: 19px !important;
    min-width: 19px !important;
    max-width: 19px !important;
    height: 19px !important;
    min-height: 19px !important;
    max-height: 19px !important;
    object-fit: contain !important;
    transform: none !important;
}

.dar-v2-product__video:hover,
.dar-v2-product__video:focus {
    background: transparent;
    box-shadow: none;
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .dar-v2-product__video {
        top: 6px;
        right: 6px;
        width: 27px;
        height: 27px;
    }
}

.dar-v2-product__image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f1ef;
}

.dar-v2-product__image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.dar-v2-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.dar-v2-product:hover .dar-v2-product__image img {
    transform: scale(1.035);
}

.dar-v2-product__badge {
    position: absolute;
    top: 38px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 3px;
    background: #a5424c;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.dar-v2-product__stars {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #e3a526;
    font-size: 13px;
    line-height: 1;
}

.dar-v2-product__dimensions {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    padding: 6px 9px;
    border-radius: 7px;
    background: #65584b2e;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(3px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.dar-v2-product__body {
    padding: 15px;
}

.dar-v2-product h3 {
    min-height: 43px;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--v2-ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.dar-v2-product h3 a {
    color: inherit;
}

.dar-v2-product__footer {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 2px;
}

.dar-v2-product__price {
    color: var(--v2-ink);
    font-size: 15px;
    font-weight: 800;
}

.dar-v2-product__price del {
    margin-right: 4px;
    color: #8d8984;
    font-size: 12px;
    font-weight: 500;
}

.dar-v2-product__price ins {
    color: #a5424c;
    text-decoration: none;
}

.dar-v2-icon-link,
.dar-v2-rail-controls button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d3cd;
    border-radius: 50%;
    background: #fff;
    color: var(--v2-ink) !important;
}

.dar-v2-rail-controls {
    display: flex;
    gap: 8px;
}

.dar-v2-rail-controls button {
    padding: 0;
    cursor: pointer;
}

.dar-v2-campaigns:empty {
    display: none;
}

.dar-v2-campaigns .scorix-collective-campaigns {
    margin-top: 40px;
    margin-bottom: 40px;
}

.dar-v2-occasions {
    background: #fff;
}

.dar-v2-category {
    padding: 42px 0;
    border-bottom: 1px solid var(--v2-line);
}

.dar-v2-category:nth-child(even) {
    background: #f8f8f7;
}

.dar-v2-category__layout {
    display: grid;
    grid-template-columns: minmax(260px, .92fr) minmax(0, 2.08fr);
    gap: 22px;
}

.dar-v2-category__intro {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: #2d2925;
    color: #fff !important;
}

.dar-v2-category__media,
.dar-v2-category__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dar-v2-category__media {
    display: block;
    object-fit: cover;
}

.dar-v2-category__overlay {
    background: rgba(27, 24, 21, .57);
}

.dar-v2-category--rose .dar-v2-category__overlay { background: rgba(82, 47, 51, .58); }
.dar-v2-category--gold .dar-v2-category__overlay { background: rgba(71, 50, 27, .58); }
.dar-v2-category--ink .dar-v2-category__overlay { background: rgba(31, 35, 40, .6); }
.dar-v2-category--sage .dar-v2-category__overlay { background: rgba(45, 65, 55, .6); }
.dar-v2-category--berry .dar-v2-category__overlay { background: rgba(83, 37, 53, .6); }
.dar-v2-category--blue .dar-v2-category__overlay { background: rgba(41, 59, 72, .6); }
.dar-v2-category--clay .dar-v2-category__overlay { background: rgba(77, 52, 43, .6); }

.dar-v2-category__copy {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 28px;
}

.dar-v2-category__count {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 3px;
    color: rgba(255, 255, 255, .9);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.dar-v2-category h2 {
    color: #fff;
    font-size: 31px;
}

.dar-v2-category__description {
    margin-top: 12px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.55;
}

.dar-v2-category__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.dar-v2-category__products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.dar-v2-category__products .dar-v2-product h3 {
    font-size: 13px;
}

.dar-v2-category__end-video {
    display: none;
}

.dar-v2-workshop {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #dfb98a 0%, #cc9963 100%);
    color: #fff;
}

.dar-v2-workshop > .dar-v2-shell {
    position: relative;
    z-index: 2;
}

.dar-v2-workshop--shop {
    margin: 0;
    padding: 48px 0;
    border-radius: 0;
}

.dar-v2-workshop--shop .dar-v2-heading {
    margin-bottom: 22px;
}

.dar-v2-workshop .dar-v2-kicker {
    color: rgba(255, 255, 255, .82);
}

.dar-v2-workshop .dar-v2-heading h2,
.dar-v2-workshop .dar-v2-heading p {
    color: #fff;
}

.dar-v2-workshop .dar-v2-heading p {
    color: rgba(255, 255, 255, .72);
}

.dar-v2-workshop .dar-v2-rail-controls button {
    border-color: rgba(255, 255, 255, .35);
    background: transparent;
    color: #fff !important;
}

.dar-v2-workshop__rail {
    grid-auto-columns: minmax(185px, 1fr);
    gap: 12px;
}

.dar-v2-workshop__mobile-copy {
    display: none;
}

.dar-v2-workshop__item {
    position: relative;
    aspect-ratio: 9 / 15;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
    color: #fff !important;
    scroll-snap-align: start;
}

.dar-v2-workshop__item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .84;
}

.dar-v2-workshop__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .16);
    pointer-events: none;
}

.dar-v2-workshop__play {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(20, 20, 20, .42);
    color: #fff;
    font-size: 11px;
}

.dar-v2-workshop__title {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 1px 7px rgba(0, 0, 0, .75);
}

.dar-v2-reviews {
    padding-top: 88px;
    padding-bottom: 96px;
    background: #f7f4f1;
}

.dar-v2-reviews__summary {
    min-height: 92px;
    display: grid;
    grid-template-columns: 1.15fr 1fr 1.25fr;
    align-items: center;
    margin-bottom: 26px;
    border-top: 1px solid #ddd4cc;
    border-bottom: 1px solid #ddd4cc;
    background: rgba(255, 255, 255, .58);
}

.dar-v2-reviews__summary > div {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;
    border-right: 1px solid #ddd4cc;
    color: #554d48;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.dar-v2-reviews__summary > div:last-child {
    border-right: 0;
}

.dar-v2-reviews__summary i {
    color: var(--v2-gold-dark);
    font-size: 18px;
}

.dar-v2-reviews__summary .dar-v2-reviews__total {
    gap: 10px;
}

.dar-v2-reviews__total strong {
    color: var(--v2-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 34px;
    line-height: 1;
}

.dar-v2-reviews__total span {
    max-width: 110px;
    color: #665c56;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
}

.dar-v2-reviews__rail {
    display: block;
    column-count: 3;
    column-gap: 18px;
    overflow: visible;
}

.dar-v2-review {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 18px;
    border: 1px solid #e0d9d3;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(51, 45, 40, .07);
    break-inside: avoid;
    vertical-align: top;
}

.dar-v2-review__media {
    position: relative;
    height: 270px;
    overflow: hidden;
    background: #e9e5e1;
}

.dar-v2-review:nth-child(5n + 1) .dar-v2-review__media {
    height: 330px;
}

.dar-v2-review:nth-child(5n + 2) .dar-v2-review__media {
    height: 220px;
}

.dar-v2-review:nth-child(5n + 4) .dar-v2-review__media {
    height: 295px;
}

.dar-v2-review__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dar-v2-review__media > span {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 6px 9px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .94);
    color: #5e4a3f;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.dar-v2-review__body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.dar-v2-review__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.dar-v2-review__stars {
    color: #d89239;
    font-size: 15px;
    letter-spacing: 0;
}

.dar-v2-review__meta time {
    color: #8a827c;
    font-size: 11px;
}

.dar-v2-review__quote {
    height: 28px;
    margin-top: 12px;
    color: #d6b58e;
    font-family: Georgia, serif;
    font-size: 52px;
    line-height: .9;
}

.dar-v2-review p {
    margin: 4px 0 18px;
    color: #4f4945;
    font-size: 14px;
    line-height: 1.65;
}

.dar-v2-review__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee9e5;
}

.dar-v2-review__footer > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dar-v2-review__footer strong {
    color: var(--v2-ink);
    font-size: 14px;
}

.dar-v2-review__footer span {
    color: #8a827c;
    font-size: 10px;
}

.dar-v2-review__footer > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: var(--v2-gold-dark) !important;
    font-size: 11px;
    font-weight: 800;
}

@media (min-width: 1025px) {
    .dar-v2-type__samples img {
        width: 59px;
        height: 59px;
        min-width: 59px;
        max-width: 59px;
        max-height: 59px;
    }

    .dar-v2-workshop--shop .dar-v2-heading p {
        display: none;
    }

    .dar-v2-product-rail {
        grid-auto-flow: initial;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dar-v2-workshop__rail {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 60px) / 6);
        grid-template-columns: none;
    }

    .dar-v2-product-rail .dar-v2-product:nth-child(n + 5) {
        display: none;
    }
}

@media (max-width: 1024px) {
    .dar-v2-section {
        padding: 58px 0;
    }

    .dar-v2-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dar-v2-hero__inner {
        grid-template-columns: minmax(0, .85fr) minmax(410px, 1.15fr);
        gap: 28px;
    }

    .dar-v2-hero h1 {
        font-size: 44px;
    }

    .dar-v2-hero__videos {
        min-height: 350px;
    }

    .dar-v2-category__layout {
        grid-template-columns: minmax(240px, .8fr) minmax(0, 2.2fr);
    }

    .dar-v2-category__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dar-v2-category__products .dar-v2-product:nth-child(n + 3) {
        display: none;
    }

    .dar-v2-reviews__rail {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .dar-v2-shell {
        width: min(100% - 28px, 1240px);
    }

    .dar-v2-section {
        padding: 46px 0;
    }

    .dar-v2-heading--split {
        align-items: flex-start;
    }

    .dar-v2-heading h2 {
        font-size: 26px;
    }

    .dar-v2-popular .dar-v2-heading--split {
        position: relative;
        display: block;
        min-height: 58px;
        padding-right: 82px;
    }

    .dar-v2-popular .dar-v2-rail-controls {
        position: absolute;
        top: 50%;
        right: 0;
        gap: 6px;
        transform: translateY(-50%);
    }

    .dar-v2-popular .dar-v2-rail-controls button {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .dar-v2-heading p {
        font-size: 12px;
    }

    .dar-v2-hero {
        min-height: 620px;
    }

    .dar-v2-hero__inner {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 24px;
        padding-top: 65px;
        padding-bottom: 32px;
    }

    .dar-v2-hero h1 {
        font-size: 38px;
        line-height: 1.04;
    }

    .dar-v2-hero p {
        max-width: 520px;
        font-size: 15px;
    }

    .dar-v2-hero__videos {
        width: 100%;
        min-height: 0;
        height: auto;
        gap: 8px;
        align-items: start;
    }

    .dar-v2-hero__video-card {
        width: 100%;
        aspect-ratio: 3 / 5;
    }

    .dar-v2-hero__video-card:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dar-v2-hero__video-card:nth-child(3) {
        margin-top: 20px;
    }

    .dar-v2-hero__video-number {
        top: 8px;
        left: 8px;
        width: 24px;
        height: 24px;
        font-size: 10px;
    }

    .dar-v2-hero__video-title {
        right: 9px;
        bottom: 9px;
        left: 9px;
        -webkit-line-clamp: 2;
        font-size: 10px;
    }

    .dar-v2-trust__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
    }

    .dar-v2-trust__item {
        min-height: 106px;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        padding: 12px 6px;
        text-align: center;
    }

    .dar-v2-trust__item:nth-child(3) {
        border-left: 0;
    }

    .dar-v2-trust__item:nth-child(n + 3) {
        border-top: 1px solid rgba(255,255,255,.38);
    }

    .dar-v2-trust__icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .dar-v2-trust__item strong {
        font-size: 19px;
    }

    .dar-v2-trust__copy > span {
        font-size: 9px;
    }

    .dar-v2-type {
        min-height: 105px;
        grid-template-columns: 44px minmax(0, calc(50% - 62px)) minmax(0, calc(50% - 6px));
        column-gap: 12px;
        padding: 18px;
    }

    .dar-v2-type__icon {
        width: 44px;
        height: 44px;
    }

    .dar-v2-type__icon img {
        width: 26px;
        height: 26px;
    }

    .dar-v2-type__label {
        overflow: visible;
        font-size: clamp(12px, 3.8vw, 15px);
        white-space: nowrap;
    }

    .dar-v2-type__samples {
        width: 100%;
        min-width: 0;
        justify-content: flex-end;
        padding-left: 0;
    }

    .dar-v2-type__samples img {
        width: 69px;
        height: 69px;
        min-width: 69px;
        max-width: 69px;
        max-height: 69px;
        margin-left: calc((100% - 207px) / 2);
    }

    .dar-v2-type__samples img:first-child {
        margin-left: 0;
    }

    .dar-v2-product-rail {
        grid-auto-columns: minmax(205px, 58vw);
    }

    .dar-v2-product__image {
        aspect-ratio: 3 / 4;
    }

    .dar-v2-product__stars {
        top: 6px;
        left: 6px;
        gap: 1px;
        font-size: 14px;
    }

    .dar-v2-product__badge {
        top: 29px;
        left: 6px;
    }

    .dar-v2-product__dimensions {
        right: 6px;
        bottom: 6px;
        padding: 5px 7px;
        font-size: 9px;
    }

    .dar-v2-popular .dar-v2-product-rail {
        grid-auto-columns: calc((100% - 16px) / 2.5);
        gap: 8px;
    }

    .dar-v2-category {
        padding: 30px 0;
    }

    .dar-v2-category__layout {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 20px) / 2.25);
        align-items: stretch;
        gap: 10px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .dar-v2-category__intro {
        min-height: 0;
        scroll-snap-align: start;
    }

    .dar-v2-category__products {
        display: contents;
    }

    .dar-v2-category__layout::-webkit-scrollbar {
        display: none;
    }

    .dar-v2-category__products .dar-v2-product:nth-child(n + 3) {
        display: block;
    }

    .dar-v2-category__products .dar-v2-product {
        height: 100%;
        scroll-snap-align: start;
    }

    .dar-v2-category__end-video {
        position: relative;
        display: block;
        height: 100%;
        overflow: hidden;
        border-radius: 6px;
        background: #2d2925;
        color: #fff !important;
        scroll-snap-align: start;
    }

    .dar-v2-category__end-video::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(30, 22, 17, .52);
        pointer-events: none;
    }

    .dar-v2-category__end-video video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dar-v2-category__end-video > span {
        position: absolute;
        z-index: 1;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 11px;
        padding: 18px;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.25;
        text-align: center;
    }

    .dar-v2-category__end-video > span i {
        font-size: 22px;
    }

    .dar-v2-category__end-video > span b {
        color: #fff;
        font-size: 14px;
        font-weight: 800;
    }

    .dar-v2-category__link {
        position: absolute;
        top: 9px;
        right: 9px;
        width: 32px;
        height: 32px;
        justify-content: center;
        margin: 0;
        border-radius: 0;
        background: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        font-size: 0;
    }

    .dar-v2-category__link i {
        color: #fff;
        font-size: 14px;
        text-shadow: 0 1px 5px rgba(0, 0, 0, .55);
    }

    .dar-v2-category__copy h2 {
        order: 1;
    }

    .dar-v2-category__overlay {
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .5) 42%, #000 78%);
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .5) 42%, #000 78%);
    }

    .dar-v2-category__description {
        order: 2;
    }

    .dar-v2-category__count {
        position: absolute;
        top: 9px;
        left: 9px;
        margin: 0;
    }

    .dar-v2-workshop--shop .dar-v2-heading {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px 14px;
        margin-bottom: 18px;
    }

    .dar-v2-workshop--shop .dar-v2-heading > div:first-child {
        display: contents;
    }

    .dar-v2-workshop--shop .dar-v2-kicker {
        display: none;
    }

    .dar-v2-workshop--shop .dar-v2-rail-controls {
        grid-column: 2;
        grid-row: 1;
    }

    .dar-v2-workshop--shop .dar-v2-heading h2 {
        grid-column: 1;
        grid-row: 1;
    }

    .dar-v2-workshop--shop .dar-v2-heading p {
        display: none;
    }

    .dar-v2-workshop__rail {
        grid-auto-columns: 44%;
    }

    .dar-v2-workshop--shop {
        padding: 38px 0;
    }

    .dar-v2-reviews {
        padding-top: 56px;
        padding-bottom: 62px;
    }

    .dar-v2-reviews__summary {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
    }

    .dar-v2-reviews__summary > div {
        min-height: 68px;
        padding: 12px;
        font-size: 11px;
    }

    .dar-v2-reviews__summary .dar-v2-reviews__total {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 1px solid #ddd4cc;
    }

    .dar-v2-reviews__summary > div:nth-child(2) {
        border-right: 1px solid #ddd4cc;
    }

    .dar-v2-reviews__summary > div:last-child {
        border-right: 0;
    }

    .dar-v2-reviews__rail {
        column-count: 2;
    }
}

@media (max-width: 520px) {
    .dar-v2-type {
        min-height: 83px;
        padding: 0 15px;
    }

    .dar-v2-heading--split {
        flex-direction: column;
        gap: 16px;
    }

    .dar-v2-kicker {
        font-size: 11px;
    }

    .dar-v2-hero {
        min-height: 590px;
    }

    .dar-v2-hero h1 {
        font-size: 34px;
    }

    .dar-v2-hero p {
        margin-top: 14px;
        line-height: 1.5;
    }

    .dar-v2-hero__actions {
        margin-top: 20px;
    }

    .dar-v2-hero__videos {
        min-height: 0;
        height: auto;
    }

    .dar-v2-button {
        min-height: 45px;
        padding: 11px 15px;
        font-size: 13px;
    }

    .dar-v2-type-grid {
        grid-template-columns: 1fr;
    }

    .dar-v2-type {
        min-height: 96px;
        padding: 15px;
    }

    .dar-v2-category__intro {
        min-height: 0;
    }

    .dar-v2-category__copy {
        padding: 18px 14px;
    }

    .dar-v2-category h2 {
        font-size: 20px;
    }

    .dar-v2-category__description {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.4;
    }

    .dar-v2-reviews__rail {
        column-count: 1;
    }

}

.dar-v2-seo {
    border-top: 1px solid var(--v2-line);
    background: #fff;
}

.dar-v2-seo__intro {
    max-width: 900px;
    margin: 0 auto 36px;
    text-align: center;
}

.dar-v2-seo__intro h2,
.dar-v2-faq h2,
.dar-v2-journal h2 {
    margin: 0;
    color: var(--v2-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1.15;
}

.dar-v2-seo__intro p {
    margin: 16px 0 0;
    color: var(--v2-muted);
    font-size: 15px;
    line-height: 1.75;
}

.dar-v2-seo-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.dar-v2-seo-categories a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid var(--v2-line);
    border-radius: 6px;
    background: #fbf8f4;
    color: var(--v2-ink) !important;
    font-size: 13px;
    font-weight: 800;
}

.dar-v2-seo-category__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 6px;
	border: 1px solid #eadfd4;
	border-radius: 10px;
	background: #fff;
}

.dar-v2-seo-category__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dar-v2-seo-category__label {
	display: block;
	min-width: 0;
}

.dar-v2-seo-category__copy {
	display: block;
	min-width: 0;
	text-align: left;
}

.dar-v2-seo-category__copy small {
	display: block;
	margin-top: 2px;
	color: var(--v2-muted);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
}

.dar-v2-seo-categories i {
    color: var(--v2-gold-dark);
}

.dar-v2-seo-categories__toggle {
    display: none;
}

.dar-v2-seo__action {
    display: flex;
    justify-content: center;
}

.dar-v2-faq-section {
    border-top: 1px solid var(--v2-line);
    background: #fff;
}

.dar-v2-faq {
    max-width: 960px;
    margin-inline: auto;
}

.dar-v2-faq .dar-v2-heading {
    text-align: center;
}

.dar-v2-faq__list {
    border-top: 1px solid var(--v2-line);
}

.dar-v2-faq details {
    border-bottom: 1px solid var(--v2-line);
}

.dar-v2-faq summary {
    position: relative;
    padding: 20px 44px 20px 4px;
    color: var(--v2-ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
}

.dar-v2-faq summary::-webkit-details-marker { display: none; }
.dar-v2-faq summary::after { position: absolute; top: 50%; right: 8px; color: var(--v2-gold-dark); content: "+"; font-size: 24px; transform: translateY(-50%); }
.dar-v2-faq details[open] summary::after { content: "−"; }
.dar-v2-faq details p { max-width: 800px; margin: -3px 0 20px; padding: 0 44px 0 4px; color: var(--v2-muted); font-size: 14px; line-height: 1.7; }

.dar-v2-journal {
    border-top: 1px solid var(--v2-line);
    background: #f7f4f1;
}

.dar-v2-journal__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dar-v2-journal-card {
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    background: #fff;
}

.dar-v2-journal-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #eee8e1; }
.dar-v2-journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dar-v2-journal-card:hover .dar-v2-journal-card__image img { transform: scale(1.035); }
.dar-v2-journal-card__body { padding: 20px; }
.dar-v2-journal-card time { color: var(--v2-gold-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.dar-v2-journal-card h3 { margin: 9px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 20px; line-height: 1.3; }
.dar-v2-journal-card h3 a { color: var(--v2-ink) !important; }
.dar-v2-journal-card p { margin: 0 0 15px; color: var(--v2-muted); font-size: 13px; line-height: 1.6; }
.dar-v2-journal-card__link { color: var(--v2-gold-dark) !important; font-size: 12px; font-weight: 800; }

@media (max-width: 767px) {
    .dar-v2-seo__intro,
    .dar-v2-faq .dar-v2-heading { text-align: left; }
    .dar-v2-seo-categories { grid-template-columns: 1fr 1fr; margin-bottom: 24px; }
    .dar-v2-seo-categories .dar-v2-seo-category--mobile-extra { display: none; }
    .dar-v2-seo-categories.is-expanded .dar-v2-seo-category--mobile-extra { display: grid; }
    .dar-v2-seo-categories__toggle { display: flex; width: 100%; min-height: 42px; align-items: center; justify-content: center; gap: 9px; margin: 0; padding: 10px 17px; border: 1px solid var(--v2-line); border-radius: 6px; background: #fff; color: var(--v2-gold-dark); font-size: 12px; font-weight: 800; }
    .dar-v2-seo-categories__toggle i { font-size: 10px; transition: transform .2s ease; }
    .dar-v2-seo-categories__toggle[aria-expanded="true"] i { transform: rotate(180deg); }
    .dar-v2-journal__grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 82vw); grid-template-columns: none; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
    .dar-v2-journal-card { scroll-snap-align: start; }
}

@media (max-width: 480px) {
    .dar-v2-seo-categories { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .dar-home-v2 *,
    .dar-home-v2 *::before,
    .dar-home-v2 *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
