:root {
    --dar-gold: #cf843b;
    --dar-gold-dark: #9b5f27;
    --dar-gold-soft: #f4e3cd;
    --dar-ink: #33271f;
    --dar-muted: #75685e;
    --dar-cream: #fbf7f1;
    --dar-line: #eadfD2;
    --dar-white: #fff;
}

body.blog,
body.single-post,
body.category,
body.tag,
body.date,
body.author {
    background: var(--dar-cream);
    color: var(--dar-ink);
}

.dar-gift-header {
    position: sticky !important;
    inset: 0 auto auto !important;
    z-index: 10000;
    display: block;
    width: 100%;
    min-height: 88px;
    clear: both;
    transform: none !important;
    border-bottom: 1px solid rgba(155, 95, 39, .16);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 6px 28px rgba(65, 43, 25, .06);
}

body.admin-bar .dar-gift-header { top: 32px !important; }

@media (max-width: 782px) {
    body.admin-bar .dar-gift-header { top: 46px !important; }
}

@media (max-width: 768px) {
    .dar-cart-steps__inner {
        width: calc(100% - 12px);
        gap: 3px;
        padding: 5px 0;
    }

    .dar-cart-steps__item {
        min-height: 48px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 2px;
        padding: 4px 2px;
        text-align: center;
    }

    .dar-cart-steps__item::after {
        right: -9px;
        width: 12px;
    }

    .dar-cart-steps__icon {
        width: 20px;
        height: 20px;
    }

    .dar-cart-steps__icon svg {
        width: 11px;
        height: 11px;
    }

    .dar-cart-steps__copy {
        width: 100%;
        gap: 1px;
    }

    .dar-cart-steps__copy small {
        display: block;
        font-size: 7.5px;
        line-height: 1;
    }

    .dar-cart-steps__copy strong {
        overflow: visible;
        font-size: 10.5px;
        line-height: 1.05;
        text-overflow: clip;
        white-space: normal;
    }

    .dar-cart-steps__copy em {
        display: none;
    }
}

body.single-post .dar-guide-article__hero {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0 !important;
}

body.single-post .main-page-wrapper,
body.blog .main-page-wrapper {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* The legacy account layout pulls `.upper` 88px upwards to sit below the old
 * Woodmart header. The editorial header already occupies its own sticky row,
 * so that negative offset makes the account content slide underneath it. */
body.woocommerce-account.daruri-editorial-header-active .main-page-wrapper > .upper {
    margin-top: 0 !important;
    padding-top: 28px !important;
}

body.woocommerce-account.daruri-editorial-header-active .contulmeu {
    margin-top: 0 !important;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-my-account-wrapper {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    margin: 0 !important;
}

body.woocommerce-account.daruri-editorial-header-active .wd-my-account-sidebar,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
}

body.woocommerce-account.daruri-editorial-header-active .wd-my-account-sidebar {
    position: sticky;
    top: 96px;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav {
    padding: 9px;
    border: 1px solid #eadcca;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(84, 59, 34, .07);
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__list {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item {
    margin: 0;
    border: 0;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item a {
    display: grid;
    min-height: 48px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 7px 11px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #45382d;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item a:hover {
    border-color: #efdfcd;
    background: #fff9f2;
    color: #8d5c2f;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item.is-active a {
    border-color: #d8ad7c;
    background: linear-gradient(135deg, #dfb98a 0%, #cc9963 100%);
    color: #fff;
    box-shadow: 0 7px 16px rgba(170, 112, 55, .18);
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__icon {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 9px;
    background: #fbf1e5;
    color: #a36a36;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item.is-active .dar-account-nav__icon {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item a > b {
    color: #c18a52;
    font-size: 16px;
    font-weight: 500;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item.is-active a > b {
    color: #fff;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item--customer-logout {
    margin-top: 7px;
    padding-top: 8px;
    border-top: 1px solid #f0e5d8;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item--customer-logout a {
    color: #9b4d43;
}

body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item--customer-logout .dar-account-nav__icon {
    background: #fff1ef;
    color: #a34d43;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content {
    min-width: 0;
    padding: 26px;
    border: 1px solid #eadcca;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(84, 59, 34, .06);
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content > h2,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content header > h2,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content h3 {
    color: #302820;
    text-transform: none;
    letter-spacing: 0;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content > h2,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content header > h2 {
    margin-bottom: 20px;
    font-size: clamp(22px, 2.2vw, 30px);
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child {
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 1px solid #eee1d2;
    border-radius: 13px;
    background: #fffaf4;
    font-size: 14px;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content a:not(.button) {
    color: #986332;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content .button,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content button[type="submit"] {
    min-height: 42px;
    padding: 11px 18px;
    border: 0;
    border-radius: 9px;
    background: #a86e38;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
    box-shadow: none;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content button[type="submit"]:hover {
    background: #87542a;
    color: #fff;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content input:not([type="checkbox"]):not([type="radio"]),
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content select,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content textarea {
    min-height: 46px;
    border: 1px solid #ded4c8;
    border-radius: 9px;
    background: #fff;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content input:focus,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content select:focus,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content textarea:focus {
    border-color: #c88f56;
    box-shadow: 0 0 0 3px rgba(200, 143, 86, .12);
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content fieldset {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #eadcca;
    border-radius: 14px;
    background: #fffaf4;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content fieldset legend {
    padding: 0 8px;
    color: #6f4b2d;
    font-size: 15px;
    font-weight: 800;
    text-transform: none;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-orders-table,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content table.shop_table {
    overflow: hidden;
    border: 1px solid #eadcca;
    border-radius: 14px;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-orders-table thead,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content table.shop_table thead {
    background: #fff7ed;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-orders-table th,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-orders-table td,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content table.shop_table th,
body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content table.shop_table td {
    padding: 13px 12px;
    border-color: #eee5db;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-Address {
    width: 100%;
    max-width: none;
    padding: 18px;
    border: 1px solid #eadcca;
    border-radius: 14px;
    background: #fffaf4;
}

body.woocommerce-account.daruri-editorial-header-active .woocommerce-Address address {
    margin-bottom: 0;
    color: #685b50;
    font-size: 14px;
    line-height: 1.7;
}

body.woocommerce-account.daruri-editorial-header-active .wd-my-account-links {
    gap: 10px;
    margin-top: 18px;
}

body.woocommerce-account.daruri-editorial-header-active .wd-my-account-links > div {
    padding: 0;
    border: 1px solid #eadcca;
    border-radius: 12px;
    background: #fffaf4;
}

body.woocommerce-account.daruri-editorial-header-active .wd-my-account-links > div a {
    min-height: 76px;
    padding: 14px;
    font-size: 13px;
}

@media (max-width: 767px) {
    body.woocommerce-account.daruri-editorial-header-active .main-page-wrapper > .upper {
        padding-top: 18px !important;
    }

    body.woocommerce-account.daruri-editorial-header-active .woocommerce-my-account-wrapper {
        display: block;
    }

    body.woocommerce-account.daruri-editorial-header-active .wd-my-account-sidebar {
        position: static;
        margin: 0 0 14px !important;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav {
        overflow: hidden;
        padding: 7px 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__list {
        display: flex !important;
        gap: 7px;
        overflow-x: auto;
        padding: 0 12px 3px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__list::-webkit-scrollbar {
        display: none;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item {
        flex: 0 0 91px;
        min-width: 91px;
        scroll-snap-align: start;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item--customer-logout {
        margin: 0;
        padding: 0;
        border: 0;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item a {
        display: flex;
        min-height: 77px;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        padding: 7px 5px;
        text-align: center;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item a > b {
        display: none;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__icon {
        width: 29px;
        height: 29px;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__icon svg {
        width: 16px;
        height: 16px;
    }

    body.woocommerce-account.daruri-editorial-header-active .dar-account-nav__item a > span {
        font-size: 10px;
        line-height: 1.15;
    }

    body.woocommerce-account.daruri-editorial-header-active .woocommerce-MyAccount-content {
        padding: 17px 14px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    body.woocommerce-account.daruri-editorial-header-active .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    body.woocommerce-account.daruri-editorial-header-active .woocommerce-orders-table {
        overflow: visible;
        border: 0;
    }

    body.woocommerce-account.daruri-editorial-header-active .woocommerce-orders-table tr {
        margin-bottom: 10px;
        padding: 14px;
        border: 1px solid #eadcca;
        border-radius: 12px;
        background: #fff;
    }
}

.dar-cart-steps {
    position: relative;
    z-index: 30;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(155, 95, 39, .12);
    background:
        linear-gradient(to bottom, rgba(209, 137, 61, .10) 0, #fff 100%);
}

.dar-cart-steps__inner {
    display: grid;
    width: min(1180px, calc(100% - 32px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 auto;
    padding: 14px 0;
    align-items: stretch;
}

@media (min-width: 769px) {
    body.woocommerce-cart .dar-cart-steps__inner,
    body.woocommerce-checkout .dar-cart-steps__inner {
        width: 35%;
    }

    body.woocommerce-cart .dar-cart-steps__item,
    body.woocommerce-checkout .dar-cart-steps__item {
        box-sizing: border-box;
        width: 100%;
        height: 68px;
        min-height: 68px;
        max-height: 68px;
        margin: 0 !important;
        align-self: stretch;
        transform: none !important;
        box-shadow: none !important;
    }
}

.dar-cart-steps__item {
    position: relative;
    display: grid;
    min-height: 68px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 10px 13px;
    border: 1px solid rgba(204, 153, 99, .20);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    color: var(--dar-muted) !important;
    cursor: pointer;
    pointer-events: auto;
    text-decoration: none !important;
    height: 100%;
}

.dar-cart-steps__item:not(.is-active) {
    opacity: .62;
}

.dar-cart-steps__item.is-complete {
    opacity: 1;
}

.dar-cart-steps__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 21px;
    height: 1px;
    background: rgba(204, 153, 99, .35);
}

.dar-cart-steps__item:last-child::after {
    content: none;
}

.dar-cart-steps__item.is-active {
    border-color: rgba(204, 153, 99, .45);
    background: #fff;
    color: var(--dar-ink) !important;
    box-shadow: none;
}

.dar-cart-steps__item.is-complete {
    border-color: rgba(89, 148, 96, .34);
    background: rgba(255, 255, 255, .92);
    color: var(--dar-ink) !important;
}

.dar-cart-steps__item.is-complete .dar-cart-steps__icon {
    background: #5f9f69;
    color: #fff;
}

.dar-cart-steps__item.is-complete:hover,
.dar-cart-steps__item.is-complete:focus {
    border-color: rgba(89, 148, 96, .52);
    box-shadow: 0 8px 22px rgba(65, 43, 25, .08);
}

.dar-cart-steps__item:not(.is-active):not(.is-complete) .dar-cart-steps__icon {
    background: #ece8e3;
    color: #9d958d;
}

.dar-cart-steps__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--dar-gold-soft);
    color: var(--dar-gold-dark);
}

.dar-cart-steps__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dar-cart-steps__copy {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.dar-cart-steps__copy small {
    color: var(--dar-gold-dark);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.dar-cart-steps__copy strong {
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dar-cart-steps__copy em {
    overflow: hidden;
    color: var(--dar-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    body.woocommerce-cart .dar-cart-steps__inner,
    body.woocommerce-checkout .dar-cart-steps__inner {
        align-items: stretch;
        grid-auto-rows: 64px;
    }

    body.woocommerce-cart .dar-cart-steps__item,
    body.woocommerce-checkout .dar-cart-steps__item {
        box-sizing: border-box;
        width: 100%;
        height: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important;
        grid-template-columns: 1fr;
        grid-template-rows: 20px auto;
        align-self: stretch;
        align-content: center;
        align-items: center;
        justify-items: center;
        gap: 3px;
        margin: 0 !important;
        padding: 5px 4px !important;
        transform: none !important;
        box-shadow: none !important;
        text-align: center;
    }

    body.woocommerce-cart .dar-cart-steps__icon,
    body.woocommerce-checkout .dar-cart-steps__icon {
        width: 20px;
        height: 20px;
    }

    body.woocommerce-cart .dar-cart-steps__icon svg,
    body.woocommerce-checkout .dar-cart-steps__icon svg {
        width: 11px;
        height: 11px;
    }

    body.woocommerce-cart .dar-cart-steps__copy,
    body.woocommerce-checkout .dar-cart-steps__copy {
        width: 100%;
        align-self: center;
        justify-items: center;
        gap: 1px;
        text-align: center;
    }

    body.woocommerce-cart .dar-cart-steps__copy strong,
    body.woocommerce-checkout .dar-cart-steps__copy strong {
        overflow: visible;
        font-size: 10.5px;
        line-height: 1.1;
        text-overflow: clip;
        white-space: normal;
    }

    body.woocommerce-cart .dar-cart-steps__copy small,
    body.woocommerce-checkout .dar-cart-steps__copy small {
        display: block;
        font-size: 7.5px;
        line-height: 1;
        text-align: center;
    }

    body.woocommerce-cart .dar-cart-steps__copy em,
    body.woocommerce-checkout .dar-cart-steps__copy em {
        display: none;
    }
}

body.woocommerce-cart.daruri-editorial-header-active .main-page-wrapper > .upper,
body.woocommerce-checkout.daruri-editorial-header-active .main-page-wrapper > .upper {
    margin-top: 0 !important;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-cart-steps {
    margin-bottom: 10px;
}

.dar-cart-step-variants {
    display: grid;
    gap: 7px;
    margin-bottom: 10px;
}

.dar-cart-step-variants .dar-cart-steps {
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.dar-cart-steps__variant-label {
    display: block;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto -7px;
    padding-top: 7px;
    color: var(--dar-gold-dark);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.dar-cart-step-variants .dar-cart-steps__item,
.dar-cart-step-variants .dar-cart-steps__item.is-active,
.dar-cart-step-variants .dar-cart-steps__item.is-complete {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
}

.dar-cart-step-variants .dar-cart-steps__item::after {
    height: 2px;
    border-radius: 999px;
    background: rgba(204, 153, 99, .28);
}

.dar-cart-steps--variant-3 {
    background: linear-gradient(to bottom, rgba(209, 137, 61, .16) 0, rgba(255, 255, 255, .96) 100%);
}

.dar-cart-steps--variant-3 .dar-cart-steps__item.is-active .dar-cart-steps__icon {
    background: var(--dar-gold);
    color: #fff;
}

.dar-cart-steps--variant-4 {
    background: transparent;
}

.dar-cart-steps--variant-4 .dar-cart-steps__icon {
    background: transparent;
    color: var(--dar-gold-dark);
    box-shadow: inset 0 0 0 2px rgba(204, 153, 99, .45);
}

.dar-cart-steps--variant-4 .dar-cart-steps__item:not(.is-active):not(.is-complete) .dar-cart-steps__icon {
    background: transparent;
    color: #9d958d;
    box-shadow: inset 0 0 0 2px #ddd6cf;
}

.dar-cart-steps--variant-5 {
    background: var(--dar-cream);
}

.dar-cart-steps--variant-5 .dar-cart-steps__icon {
    background: #fff;
    color: var(--dar-gold-dark);
    box-shadow: 0 5px 14px rgba(65, 43, 25, .08), inset 0 0 0 1px rgba(204, 153, 99, .2);
}

.dar-cart-steps--variant-5 .dar-cart-steps__item:not(.is-active):not(.is-complete) .dar-cart-steps__icon {
    background: rgba(255, 255, 255, .72);
    color: #9d958d;
}

@media (min-width: 769px) {
    body.woocommerce-cart .dar-cart-steps__variant-label,
    body.woocommerce-checkout .dar-cart-steps__variant-label {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .dar-cart-step-variants {
        gap: 5px;
    }

    .dar-cart-steps__variant-label {
        width: calc(100% - 12px);
        margin-bottom: -3px;
        padding-top: 5px;
        font-size: 7px;
    }
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-notices-wrapper,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-notices-wrapper {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    margin: 0 0 16px;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error,
body.woocommerce-cart.daruri-editorial-header-active .woocommerce-info,
body.woocommerce-cart.daruri-editorial-header-active .woocommerce-message,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-info,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-message {
    position: relative;
    display: flex !important;
    width: 100%;
    min-height: 54px;
    align-items: center;
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding: 13px 16px 13px 54px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    color: #463a31 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: 0 5px 16px rgba(65, 43, 25, .05) !important;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error::before,
body.woocommerce-cart.daruri-editorial-header-active .woocommerce-info::before,
body.woocommerce-cart.daruri-editorial-header-active .woocommerce-message::before,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error::before,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-info::before,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-message::before {
    position: absolute;
    top: 50%;
    left: 15px;
    display: grid;
    width: 28px;
    height: 28px;
    margin: 0;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-message,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-message {
    border-color: rgba(95, 159, 105, .24) !important;
    background: #f3faf4 !important;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-message::before,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-message::before {
    content: "✓";
    background: #5f9f69;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-info,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-info {
    border-color: rgba(204, 153, 99, .28) !important;
    background: #fff9f2 !important;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-info::before,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-info::before {
    content: "i";
    background: #cc9963;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error {
    border-color: rgba(190, 75, 75, .22) !important;
    background: #fff5f4 !important;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error::before,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error::before {
    content: "!";
    background: #bf5a54;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error li,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    line-height: inherit !important;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error strong,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error strong {
    color: #923d38 !important;
}

body.woocommerce-cart.daruri-editorial-header-active .woocommerce-message .button,
body.woocommerce-cart.daruri-editorial-header-active .woocommerce-info .button,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-message .button,
body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-info .button {
    min-height: 32px;
    margin: 0 0 0 auto !important;
    padding: 8px 13px !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: var(--dar-gold-dark) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: inset 0 0 0 1px rgba(155, 95, 39, .18) !important;
}

body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-NoticeGroup-checkout,
body.woocommerce-checkout.daruri-editorial-header-active form.checkout > .woocommerce-NoticeGroup {
    margin: 0 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

@media (max-width: 520px) {
    body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error,
    body.woocommerce-cart.daruri-editorial-header-active .woocommerce-info,
    body.woocommerce-cart.daruri-editorial-header-active .woocommerce-message,
    body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error,
    body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-info,
    body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-message {
        min-height: 50px;
        padding: 11px 12px 11px 48px !important;
        border-radius: 12px !important;
        font-size: 12px;
    }

    body.woocommerce-cart.daruri-editorial-header-active .woocommerce-error::before,
    body.woocommerce-cart.daruri-editorial-header-active .woocommerce-info::before,
    body.woocommerce-cart.daruri-editorial-header-active .woocommerce-message::before,
    body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-error::before,
    body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-info::before,
    body.woocommerce-checkout.daruri-editorial-header-active .woocommerce-message::before {
        left: 12px;
        width: 26px;
        height: 26px;
    }
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-previews {
    display: grid;
    gap: 14px;
    margin: 12px 0 18px;
}

body.woocommerce-checkout.daruri-editorial-header-active .tipPersoanaCheckout,
body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview--cards {
    display: none;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview--segmented .dar-person-type-preview__label {
    display: block;
    margin: 0 0 9px;
    color: var(--dar-muted);
    font-size: 11px;
    letter-spacing: .04em;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__label {
    display: block;
    margin: 0 0 8px;
    color: var(--dar-gold-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__option {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 76px;
    padding: 12px 34px 12px 12px;
    border: 1px solid rgba(117, 104, 94, .14);
    border-radius: 16px;
    background: linear-gradient(135deg, #fff 0%, #fbf7f1 100%);
    color: var(--dar-ink);
    text-align: left;
    text-transform: none;
    box-shadow: none;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__option.is-active {
    border-color: rgba(204, 153, 99, .62);
    background: linear-gradient(135deg, #fff 0%, #fff5ea 100%);
    box-shadow: 0 10px 24px rgba(65, 43, 25, .08);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 14px;
    background: rgba(204, 153, 99, .12);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__copy strong {
    color: var(--dar-ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__copy small {
    color: var(--dar-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__check {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #5f9f69;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    opacity: 0;
    transform: scale(.8);
    transition: .2s ease;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__option.is-active .dar-person-type-preview__check {
    opacity: 1;
    transform: scale(1);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    overflow: hidden;
    border: 1px solid #e6d8c9;
    border-radius: 18px;
    background: #f2e8dc;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 70px;
    padding: 9px 38px 9px 12px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--dar-muted);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    box-shadow: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option:nth-child(2) {
    padding-right: 12px;
    padding-left: 38px;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option span {
    display: block;
    line-height: 1.2;
    transform: none;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option.is-active {
    background: #fff;
    color: var(--dar-ink);
    box-shadow: 0 4px 14px rgba(65, 43, 25, .09);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option img {
    width: 42px;
    height: 42px;
    padding: 7px;
    border-radius: 13px;
    background: rgba(204, 153, 99, .16);
    object-fit: contain;
    flex: 0 0 auto;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option.is-active img {
    background: rgba(204, 153, 99, .28);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__toggle {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: block;
    width: 48px;
    height: 26px;
    padding: 0;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 999px;
    background: #d7b58e;
    box-shadow: 0 3px 10px rgba(65, 43, 25, .18);
    pointer-events: none;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__toggle span {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    transform: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(65, 43, 25, .2);
    transition: transform .2s ease;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented.is-juridica .dar-person-type-segmented__toggle span {
    transform: translateX(22px);
}

@media (max-width: 520px) {
    body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-preview__grid {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 6px;
        min-height: 64px;
        padding: 7px 31px 7px 7px;
        font-size: 10px;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option:nth-child(2) {
        padding-right: 7px;
        padding-left: 31px;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__option img {
        width: 34px;
        height: 34px;
        padding: 5px;
        border-radius: 10px;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__toggle {
        width: 42px;
        height: 24px;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented__toggle span {
        width: 14px;
        height: 14px;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-person-type-segmented.is-juridica .dar-person-type-segmented__toggle span {
        transform: translateX(18px);
    }
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card {
    position: relative;
    margin: 14px 0 !important;
    padding: 16px !important;
    overflow: hidden;
    border: 1px solid rgba(204, 153, 99, .18) !important;
    border-radius: 20px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(251, 247, 241, .96) 100%) !important;
    box-shadow: 0 10px 24px rgba(65, 43, 25, .06);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card::after {
    content: "";
    position: absolute;
    top: -42px;
    right: -38px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(204, 153, 99, .10);
    pointer-events: none;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle,
body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-date-head {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px !important;
    margin: 0;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle {
    grid-template-columns: 42px minmax(0, 1fr) 44px;
    cursor: pointer;
    user-select: none;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle input[type="checkbox"] {
    position: absolute;
    inset: 0 auto auto 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 15px;
    background: rgba(204, 153, 99, .14);
    color: var(--dar-gold-dark);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle input[type="checkbox"]:checked + .dar-checkout-note-card__icon {
    background: #5f9f69;
    color: #fff;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-toggle-ui {
    position: relative;
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #d8d2cc;
    box-shadow: inset 0 0 0 1px rgba(65, 43, 25, .08);
    transition: background-color .2s ease;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-toggle-ui span {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(65, 43, 25, .2);
    transition: transform .2s ease;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle input[type="checkbox"]:checked ~ .dar-checkout-toggle-ui {
    background: #5f9f69;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle input[type="checkbox"]:checked ~ .dar-checkout-toggle-ui span {
    transform: translateX(20px);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card__title,
body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-date-head label {
    margin: 0 !important;
    color: var(--dar-ink);
    font-size: 15px;
    font-weight: 900 !important;
    line-height: 1.25;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card__text {
    position: relative;
    z-index: 1;
    margin: 10px 0 0 53px !important;
    padding: 0 !important;
    color: var(--dar-muted) !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.55 !important;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-date-input {
    position: relative;
    z-index: 1;
    min-height: 46px;
    margin-top: 13px;
    padding: 10px 14px !important;
    border: 1px solid rgba(204, 153, 99, .25) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: var(--dar-ink);
    font-weight: 800;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-timeline {
    position: relative;
    z-index: 1;
    margin-top: 12px !important;
    padding: 12px !important;
    border: 1px solid rgba(204, 153, 99, .22) !important;
    border-radius: 16px !important;
    background: rgba(255, 248, 239, .78) !important;
    color: var(--dar-muted) !important;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-timeline ul {
    display: grid !important;
    grid-auto-rows: 1fr;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-timeline li {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 9px 10px !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
    color: var(--dar-muted);
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    min-height: 64px;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-timeline li > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--dar-gold-dark);
    font-size: 11px;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(204, 153, 99, .24);
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-timeline strong {
    display: block !important;
    margin: 0 0 2px !important;
    color: var(--dar-ink);
    font-size: 12px !important;
    font-weight: 900;
    line-height: 1.25 !important;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-timeline__copy {
    display: block !important;
    min-width: 0;
}

body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-timeline__copy small {
    display: block !important;
    margin: 0 !important;
    color: var(--dar-muted) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

@media (max-width: 520px) {
    body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card {
        padding: 14px !important;
        border-radius: 18px !important;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-note-card__text {
        margin-left: 0 !important;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle {
        grid-template-columns: 36px minmax(0, 1fr) 40px;
        gap: 8px !important;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle .dar-checkout-note-card__icon {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-toggle-ui {
        width: 40px;
    }

    body.woocommerce-checkout.daruri-editorial-header-active .dar-checkout-sms-toggle input[type="checkbox"]:checked ~ .dar-checkout-toggle-ui span {
        transform: translateX(16px);
    }
}

body.single-post .main-page-wrapper > .upper,
body.blog .main-page-wrapper > .upper,
body.single-post .content-layout-wrapper,
body.blog .content-layout-wrapper {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0 !important;
}

.dar-gift-header__inner,
.dar-guide-shell {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.dar-gift-header__inner {
    min-height: 88px;
    display: grid;
    grid-template-columns: 126px minmax(180px, 220px) minmax(320px, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.dar-gift-header__brand-wrap { display: flex; align-items: center; gap: 8px; }
.dar-gift-header__brand { display: inline-flex; width: 82px; }
.dar-gift-header__brand img { display: block; width: 82px; height: 64px; object-fit: contain; }
.dar-gift-header__nav { display: flex; align-items: center; justify-content: center; gap: clamp(9px, 1vw, 16px); }
.dar-gift-header__nav a { position: relative; display: inline-flex; align-items: center; gap: 6px; color: var(--dar-ink); font-size: 14px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.dar-gift-header__nav a > svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: #cc9963; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dar-gift-header__nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--dar-gold); transition: right .2s ease; }
.dar-gift-header__nav a:hover::after,
.dar-gift-header__nav a[aria-current="page"]::after { right: 0; }
.dar-gift-header__search { position: relative; min-width: 0; }
.dar-gift-header__search .searchform,
.dar-gift-header__mobile-search .searchform { position: relative; display: flex; margin: 0; }
.dar-gift-header__search .searchform .s,
.dar-gift-header__mobile-search .searchform .s { width: 100%; height: 42px; padding: 0 43px 0 15px; border: 1px solid var(--dar-line); border-radius: 24px; background: #fbf8f4; color: var(--dar-ink); font-size: 13px; }
.dar-gift-header__search .searchsubmit,
.dar-gift-header__mobile-search .searchsubmit { position: absolute; top: 0; right: 0; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--dar-gold-dark); }
.dar-gift-header__search .searchsubmit svg,
.dar-gift-header__mobile-search .searchsubmit svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.dar-gift-header__search .searchsubmit::before,
.dar-gift-header__search .searchsubmit::after,
.dar-gift-header__mobile-search .searchsubmit::before,
.dar-gift-header__mobile-search .searchsubmit::after { content: none !important; display: none !important; }
.dar-gift-header__search .woodmart-search-results,
.dar-gift-header__mobile-search .woodmart-search-results { position: absolute; top: calc(100% + 10px); right: 0; z-index: 10020; display: none; width: min(680px, calc(100vw - 30px)); max-height: min(72vh, 680px); overflow: auto; border: 1px solid var(--dar-line); border-radius: 16px; background: #fff; box-shadow: 0 22px 55px rgba(51,39,31,.18); }
.dar-gift-header__search .woodmart-search-results.wd-opened,
.dar-gift-header__mobile-search .woodmart-search-results.wd-opened { display: block; }
.dar-gift-header__search .wd-scroll-content,
.dar-gift-header__mobile-search .wd-scroll-content { padding: 16px; }
.dar-gift-header__search .autocomplete-suggestions,
.dar-gift-header__mobile-search .autocomplete-suggestions { position: relative; clear: both; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.dar-gift-header__search .autocomplete-suggestions::before,
.dar-gift-header__mobile-search .autocomplete-suggestions::before { content: "Produse"; display: block; grid-column: 1 / -1; margin: 0 0 2px; padding-top: 12px; border-top: 1px solid #eee3d7; color: var(--dar-muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dar-gift-header__search .autocomplete-suggestion,
.dar-gift-header__mobile-search .autocomplete-suggestion { display: grid; min-width: 0; min-height: 106px; grid-template-columns: 84px minmax(0, 1fr); align-items: center; gap: 12px; padding: 10px; border: 1px solid #eadfd2; border-radius: 12px; background: #fff; color: var(--dar-ink); box-shadow: 0 7px 20px rgba(72, 48, 30, .07); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.dar-gift-header__search .autocomplete-suggestion:hover,
.dar-gift-header__mobile-search .autocomplete-suggestion:hover { border-color: rgba(207, 132, 59, .55); box-shadow: 0 11px 26px rgba(72, 48, 30, .12); transform: translateY(-1px); }
.dar-gift-header__search .suggestion-thumb,
.dar-gift-header__mobile-search .suggestion-thumb { width: 84px; max-width: none; height: 84px; max-height: none; overflow: hidden; border: 0; border-radius: 9px !important; background: var(--dar-cream); aspect-ratio: 1 / 1; }
.dar-gift-header__search .suggestion-thumb img,
.dar-gift-header__mobile-search .suggestion-thumb img { width: 100%; height: 100%; object-fit: cover; }
.dar-gift-header__search .suggestion-content,
.dar-gift-header__mobile-search .suggestion-content { min-width: 0; }
.dar-gift-header__search .wd-entities-title,
.dar-gift-header__mobile-search .wd-entities-title { display: -webkit-box; margin: 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: var(--dar-ink); font-family: inherit; font-size: 13px; font-weight: 800; line-height: 1.38; }
.dar-gift-header__search .wd-entities-title strong,
.dar-gift-header__mobile-search .wd-entities-title strong { color: var(--dar-gold-dark); }
.dar-gift-header__search .categories-wrapper,
.dar-gift-header__mobile-search .categories-wrapper { display: grid !important; width: 100% !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; margin: 0 0 16px; }
.dar-gift-header__search .categories-wrapper::before,
.dar-gift-header__mobile-search .categories-wrapper::before { content: "Categorii"; grid-column: 1 / -1; margin-bottom: 1px; color: var(--dar-muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dar-gift-header__search .categories-wrapper a,
.dar-gift-header__mobile-search .categories-wrapper a { position: relative; display: flex !important; width: 100% !important; min-height: 44px; align-items: center; margin: 0 !important; padding: 9px 32px 9px 12px; border: 1px solid #ead9c5; border-radius: 9px; background: #fbf5ed; color: var(--dar-gold-dark); font-size: 12px; font-weight: 800; line-height: 1.3; }
.dar-gift-header__search .categories-wrapper a::after,
.dar-gift-header__mobile-search .categories-wrapper a::after { content: "›"; position: absolute; top: 50%; right: 12px; color: var(--dar-gold-dark); font-size: 19px; font-weight: 400; line-height: 1; transform: translateY(-52%); }
.dar-gift-header__search .view-all-results,
.dar-gift-header__mobile-search .view-all-results { grid-column: 1 / -1; padding: 4px 0 0; text-align: center; }
.dar-gift-header__search .view-all-results a,
.dar-gift-header__mobile-search .view-all-results a { display: flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 9px; background: var(--dar-gold-dark); color: #fff; font-size: 12px; font-weight: 900; }
.dar-gift-header__actions { display: flex; align-items: center; gap: 12px; }
.dar-gift-header__phone { padding-right: 10px; text-align: right; color: var(--dar-ink); line-height: 1.25; }
.dar-gift-header__phone span { display: block; color: var(--dar-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.dar-gift-header__phone strong { font-size: 14px; }
.dar-gift-header__icon { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--dar-line); border-radius: 50%; color: var(--dar-gold-dark); transition: .2s ease; }
.dar-gift-header__icon:hover { color: #fff; border-color: var(--dar-gold); background: var(--dar-gold); transform: translateY(-1px); }
.dar-gift-header__icon svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.dar-gift-header__account-trigger { margin: 0; padding: 0; border-color: var(--dar-line); background: #fff; color: var(--dar-gold-dark); font-family: Lato, Arial, sans-serif; box-shadow: none; cursor: pointer; }
.dar-gift-header__account-trigger > span { font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.dar-gift-header__cart > span { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 4px; border: 2px solid #fff; border-radius: 20px; background: var(--dar-gold-dark); color: #fff; font-size: 10px; }
.dar-gift-header__account-dialog { display: none; }
.dar-gift-header__account-dialog[open] { display: block; width: min(450px, calc(100% - 32px)); max-height: calc(100dvh - 40px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 16px; background: #fff; color: var(--dar-ink); box-shadow: 0 30px 90px rgba(39,27,18,.34); }
.dar-gift-header__account-dialog::backdrop { background: rgba(47,36,27,.62); backdrop-filter: blur(4px); }
.dar-gift-header__account-dialog-inner { position: relative; padding: 30px 27px 25px; border-top: 4px solid var(--dar-gold); }
.dar-gift-header__account-dialog-close { position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; margin: 0; padding: 0; border: 1px solid var(--dar-line); border-radius: 50%; background: #fff; color: var(--dar-ink); box-shadow: none; }
.dar-gift-header__account-dialog-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.dar-gift-header__account-profile { display: flex; align-items: center; gap: 15px; padding-right: 48px; }
.dar-gift-header__account-avatar { display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--dar-gold), var(--dar-gold-dark)); color: #fff; font-size: 15px; font-weight: 900; letter-spacing: .05em; }
.dar-gift-header__account-profile small, .dar-gift-header__account-profile h2 { display: block; }
.dar-gift-header__account-profile small { margin-bottom: 3px; color: var(--dar-muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dar-gift-header__account-profile h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 27px; font-weight: 650; line-height: 1.15; }
.dar-gift-header__account-points { display: grid; min-height: 68px; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 24px 0 10px; padding: 11px 14px; border: 1px solid #dfc5a6; border-radius: 10px; background: linear-gradient(135deg, #fff9f1, #f8ead8); color: var(--dar-ink); }
.dar-gift-header__account-points:hover { color: var(--dar-ink); }
.dar-gift-header__account-points > svg { width: 32px; height: 32px; fill: none; stroke: var(--dar-gold-dark); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.dar-gift-header__account-points small, .dar-gift-header__account-points strong { display: block; }
.dar-gift-header__account-points small { color: var(--dar-muted); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.dar-gift-header__account-points strong { margin-top: 2px; color: var(--dar-gold-dark); font-size: 17px; }
.dar-gift-header__account-points > b { color: var(--dar-gold-dark); }
.dar-gift-header__account-links { display: grid; border-top: 1px solid var(--dar-line); }
.dar-gift-header__account-links > a { display: grid; min-height: 53px; grid-template-columns: 35px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 8px 6px; border-bottom: 1px solid #eee5da; color: var(--dar-ink); font-size: 13px; font-weight: 800; }
.dar-gift-header__account-links > a:hover { color: var(--dar-gold-dark); }
.dar-gift-header__account-links i { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; background: var(--dar-gold-soft); color: var(--dar-gold-dark); }
.dar-gift-header__account-links i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dar-gift-header__account-links b { color: var(--dar-gold-dark); font-size: 11px; }
.dar-gift-header__account-logout { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; margin-top: 17px; border: 1px solid #d9b8ad; border-radius: 7px; background: #fff6f3; color: #9a4938; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.dar-gift-header__account-logout:hover { background: #9a4938; color: #fff; }
.dar-gift-header__account-logout svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dar-gift-header__mobile,
.dar-gift-header__mobile-tools,
.dar-gift-header__mobile-search-toggle,
.dar-gift-header__mobile-account,
.dar-gift-header__contact-dialog,
.dar-gift-header__mobile-menu-dialog { display: none; }
.dar-gift-header__mobile-menu-trigger { display: grid; width: 34px; height: 34px; place-items: center; margin: 0; padding: 5px; border: 1px solid var(--dar-line); border-radius: 6px; background: #fff; color: var(--dar-gold-dark); box-shadow: none; }
.dar-gift-header__mobile-menu-trigger svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.dar-editorial-useful-trigger,
.dar-editorial-useful-dialog { display: none; }

.dar-guide-hub,
.dar-guide-article { font-family: Lato, Arial, sans-serif; }
.dar-pattern-hero { position: relative; overflow: hidden; width: 100vw; margin-inline: calc(50% - 50vw); background: linear-gradient(to bottom, #d1893d33 0, #fff 100%); }
.dar-pattern-hero::before { position: absolute; inset: 0; background-image: url("/wp-content/themes/woodmart-child/img/gift-pattern.svg?v=4"); background-position: center top; background-size: 142px 100px; content: ""; pointer-events: none; }
.dar-pattern-hero > :first-child { position: relative; z-index: 1; }
.dar-guide-hero { padding: 29px 0 32px; border-bottom: 1px solid var(--dar-line); }
.dar-guide-hero__inner { display: grid; grid-template-columns: minmax(0, 365px) minmax(0, 1fr); align-items: stretch; gap: 30px; }
.dar-guide-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--dar-gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dar-guide-hero h1,
.dar-guide-article__heading h1 { max-width: 780px; margin: 0 0 22px; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; }
.dar-guide-hero h1 { font-size: clamp(38px, 3.2vw, 52px); font-weight: 800; }
.dar-guide-hero__copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 255px; padding-right: 12px; }
.dar-guide-hero__copy > p { max-width: 650px; margin-bottom: 20px; color: var(--dar-muted); font-size: 15px; line-height: 1.62; }
.dar-guide-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 3px; background: linear-gradient(135deg, var(--dar-gold), var(--dar-gold-dark)); color: #fff !important; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 10px 25px rgba(155,95,39,.2); }
.dar-guide-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(155,95,39,.27); }
.dar-guide-hero__mark { width: 300px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; justify-self: center; border: 1px solid rgba(155,95,39,.3); border-radius: 50%; color: var(--dar-gold-dark); background: rgba(255,255,255,.55); box-shadow: inset 0 0 0 18px rgba(255,255,255,.38); transform: rotate(-5deg); }
.dar-guide-hero__mark::before { content: "✦"; margin-bottom: 12px; font-size: 24px; }
.dar-guide-hero__mark span { font-size: 14px; letter-spacing: .17em; text-transform: uppercase; }
.dar-guide-hero__mark strong { font-family: "Playfair Display", Georgia, serif; font-size: 34px; font-style: italic; font-weight: 500; }
.dar-guide-hero__videos { position: relative; display: grid; grid-template-columns: 1.14fr .9fr 1.02fr .9fr 1.08fr; gap: 8px; min-width: 0; min-height: 255px; padding: 8px; border: 1px solid rgba(155,95,39,.18); border-radius: 18px; background: rgba(255,255,255,.48); box-shadow: 0 14px 34px rgba(65,43,25,.08); }
.dar-guide-hero__video { position: relative; display: block; min-width: 0; min-height: 239px; overflow: hidden; border-radius: 11px; background: #d9b78f; transform: translateZ(0); }
.dar-guide-hero__video--2,
.dar-guide-hero__video--4 { margin-block: 13px; }
.dar-guide-hero__video--3 { margin-block: 6px; }
.dar-guide-hero__video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,21,14,.82), rgba(31,21,14,.06) 58%, transparent); pointer-events: none; }
.dar-guide-hero__video video { width: 100%; height: 100%; display: block; object-fit: cover; opacity: .9; transition: transform .4s ease, opacity .4s ease; }
.dar-guide-hero__video:hover video { transform: scale(1.045); opacity: 1; }
.dar-guide-hero__video-number { position: absolute; top: 9px; left: 9px; z-index: 2; display: grid; min-width: 27px; height: 24px; padding-inline: 6px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(45,31,21,.46); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .08em; backdrop-filter: blur(7px); }
.dar-guide-hero__video-caption { position: absolute; right: 10px; bottom: 11px; left: 10px; z-index: 2; color: #fff; text-shadow: 0 1px 7px rgba(0,0,0,.6); }
.dar-guide-hero__video-caption small { display: block; overflow: hidden; margin-bottom: 3px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.dar-guide-hero__video-caption strong { display: -webkit-box; overflow: hidden; font-size: 10px; font-weight: 800; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dar-guide-intro { max-width: 840px; padding-top: 58px; text-align: center; color: var(--dar-muted); }
.dar-guide-listing { padding-top: 76px; padding-bottom: 90px; }
.dar-guide-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 34px; }
.dar-guide-heading h2 { margin: 0; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 3.5vw, 44px); font-weight: 500; }
.dar-guide-heading > p { max-width: 430px; margin: 0; color: var(--dar-muted); line-height: 1.65; }
.dar-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.dar-guide-listing > .dar-guide-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: stretch; }
.dar-guide-listing > .dar-guide-grid > .dar-guide-card { grid-column: span 4; }
.dar-guide-listing > .dar-guide-grid > .dar-guide-card:first-child { grid-column: span 8; }
.dar-guide-listing > .dar-guide-grid > .dar-guide-card:first-child .dar-guide-card__image { aspect-ratio: 16/8.45; }
.dar-guide-listing > .dar-guide-grid > .dar-guide-card:first-child h2 { max-width: 780px; font-size: clamp(30px, 3vw, 42px); }
.dar-guide-listing > .dar-guide-grid > .dar-guide-card:nth-child(2) .dar-guide-card__image { aspect-ratio: 4/3; }
.dar-guide-card { overflow: hidden; margin: 0; border: 1px solid var(--dar-line); border-radius: 4px; background: #fff; box-shadow: 0 10px 35px rgba(65,43,25,.055); transition: transform .25s ease, box-shadow .25s ease; }
.dar-guide-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(65,43,25,.11); }
.dar-guide-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #ead8c2; }
.dar-guide-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.dar-guide-card:hover .dar-guide-card__image img { transform: scale(1.035); }
.dar-guide-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(155,95,39,.7); font-family: "Playfair Display", Georgia, serif; font-size: 22px; background: linear-gradient(135deg, #f6eadc, #dfbd97); }
.dar-guide-card__body { padding: 24px; }
.dar-guide-card__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 13px; color: var(--dar-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.dar-guide-card__meta span { color: var(--dar-gold-dark); font-weight: 800; }
.dar-guide-card h2,
.dar-guide-card h3 { margin: 0 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 25px; font-weight: 600; line-height: 1.25; }
.dar-guide-card h3 { font-size: 22px; }
.dar-guide-card h2 a,
.dar-guide-card h3 a { color: var(--dar-ink); }
.dar-guide-card__body > p { color: var(--dar-muted); font-size: 14px; line-height: 1.65; }
.dar-guide-card__link { color: var(--dar-gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.dar-guide-card__link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.dar-guide-card__link:hover span { transform: translateX(4px); }
.dar-guide-pagination { margin-top: 45px; }
.dar-guide-pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.dar-guide-pagination .page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--dar-line); background: #fff; color: var(--dar-ink); }
.dar-guide-pagination .current { border-color: var(--dar-gold); background: var(--dar-gold); color: #fff; }

.dar-guide-article__hero { padding: 58px 0 64px; }
.dar-guide-article__hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); align-items: center; gap: 58px; }
.dar-guide-breadcrumbs { display: flex; gap: 8px; margin-bottom: 28px; color: var(--dar-muted); font-size: 12px; }
.dar-guide-breadcrumbs a { color: var(--dar-muted); }
.dar-guide-article__heading h1 { font-size: clamp(38px, 4.5vw, 62px); }
.dar-guide-article__lead { max-width: 680px; color: var(--dar-muted); font-size: 18px; line-height: 1.65; }
.dar-guide-article__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 25px; color: var(--dar-muted); font-size: 12px; }
.dar-guide-article__meta > * + *::before { content: "•"; margin-right: 18px; color: var(--dar-gold); }
.dar-guide-article__cover { margin: 0; aspect-ratio: 5/4; overflow: hidden; border: 10px solid rgba(255,255,255,.75); box-shadow: 0 22px 55px rgba(65,43,25,.16); }
.dar-guide-article__cover img { width: 100%; height: 100%; object-fit: cover; }
.dar-guide-article__layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(260px, 330px); justify-content: space-between; gap: 70px; padding-top: 64px; padding-bottom: 82px; }
.dar-guide-article__content { min-width: 0; color: #493d34; font-family: Lora, Georgia, serif; font-size: 17px; line-height: 1.85; }
.dar-guide-article__content > p:first-child::first-letter { float: left; margin: 8px 9px 0 0; color: var(--dar-gold-dark); font-family: "Playfair Display", Georgia, serif; font-size: 64px; line-height: .75; }
.dar-guide-article__content h2,
.dar-guide-article__content h3 { margin: 1.7em 0 .65em; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.25; }
.dar-guide-article__content h2 { font-size: 35px; }
.dar-guide-article__content h3 { font-size: 27px; }
.dar-guide-article__content a { color: var(--dar-gold-dark); text-decoration: underline; text-decoration-color: rgba(155,95,39,.35); text-underline-offset: 3px; }
.dar-guide-article__content blockquote { margin: 36px 0; padding: 24px 30px; border-left: 3px solid var(--dar-gold); background: #fff8ef; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-style: italic; }
.dar-guide-article__content img { border-radius: 3px; }
.dar-guide-article__aside { position: relative; }
.dar-guide-aside-card { position: sticky; top: 24px; padding: 34px 30px; border: 1px solid var(--dar-line); background: #fff; box-shadow: 0 16px 45px rgba(65,43,25,.07); }
.dar-guide-aside-card::before { position: absolute; top: 27px; right: 30px; margin: 0; color: var(--dar-gold); font-size: 28px; line-height: 1; content: "✦"; pointer-events: none; }
.dar-guide-aside-card h2 { margin: 0 0 15px; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-size: 29px; line-height: 1.2; }
.dar-guide-aside-card p { margin-bottom: 24px; color: var(--dar-muted); font-size: 14px; line-height: 1.7; }
.dar-guide-aside-categories { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--dar-line); }
.dar-guide-aside-categories h3 { margin: 0 0 13px; color: var(--dar-ink); font-family: Lato, Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }
.dar-guide-aside-categories ul { margin: 0; padding: 0; list-style: none; }
.dar-guide-aside-categories li + li { border-top: 1px solid #f0e7dc; }
.dar-guide-aside-categories a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; color: var(--dar-ink); font-size: 13px; font-weight: 700; }
.dar-guide-aside-categories a:hover { color: var(--dar-gold-dark); }
.dar-guide-aside-categories small { flex: 0 0 auto; min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--dar-gold-soft); color: var(--dar-gold-dark); font-size: 10px; }
.dar-guide-products { margin-top: 54px; padding-top: 42px; border-top: 1px solid var(--dar-line); font-family: Lato, Arial, sans-serif; }
.dar-guide-products__heading h2 { margin-top: 0; font-size: 34px; }
.dar-guide-products .products { margin-top: 25px; }
.dar-guide-article__footer { margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--dar-line); font-family: Lato, Arial, sans-serif; }
.dar-guide-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 12px; }
.dar-guide-tags > span { font-weight: 800; }
.dar-guide-tags a { padding: 6px 10px; border: 1px solid var(--dar-line); border-radius: 20px; text-decoration: none; }
.dar-guide-comments { width: 100vw; margin-inline: calc(50% - 50vw); padding: 66px 0 72px; border-top: 1px solid var(--dar-line); background: #fbf7f1; }
.dar-guide-comments__inner { display: grid; grid-template-columns: minmax(240px, 330px) minmax(0, 1fr); gap: clamp(38px, 6vw, 78px); align-items: start; }
.dar-guide-comments__heading h2 { margin: 9px 0 13px; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(31px, 3.4vw, 43px); font-weight: 600; line-height: 1.14; }
.dar-guide-comments__heading p { margin: 0; color: var(--dar-muted); font-size: 15px; line-height: 1.72; }
.dar-guide-comments__panel { min-width: 0; padding: 34px 36px 38px; border: 1px solid var(--dar-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(65,43,25,.06); }
.dar-guide-comments__area { margin: 0; }
.dar-guide-comments__list-heading h3,
.dar-guide-comments__area .comment-reply-title { margin: 0 0 8px; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-size: 27px; font-weight: 600; }
.dar-guide-comments__area .comment-list { display: grid; gap: 14px; margin: 0 0 34px; padding: 0; list-style: none; }
.dar-guide-comments__area .comment-list .comment { margin: 0; padding: 20px; border: 1px solid #eee4da; border-radius: 13px; background: #fff; }
.dar-guide-comments__area .comment-list .children { display: grid; gap: 12px; margin: 16px 0 0 34px; padding: 0; list-style: none; }
.dar-guide-comments__area .comment-author { display: flex; align-items: center; gap: 11px; color: var(--dar-ink); font-size: 14px; }
.dar-guide-comments__area .comment-author img { width: 42px; height: 42px; border-radius: 50%; }
.dar-guide-comments__area .comment-meta { margin: -9px 0 13px 53px; font-size: 11px; }
.dar-guide-comments__area .comment-meta a { color: #998779; }
.dar-guide-comments__area .comment-content { color: var(--dar-muted); font-size: 14px; line-height: 1.7; }
.dar-guide-comments__area .reply { margin-top: 10px; }
.dar-guide-comments__area .reply a { color: var(--dar-gold-dark); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.dar-guide-comments__area .comment-navigation { display: flex; justify-content: space-between; gap: 20px; margin: -14px 0 32px; font-size: 12px; font-weight: 800; }
.dar-guide-comments__area .comment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; margin-top: 20px; }
.dar-guide-comments__area .comment-form > p { margin: 0; }
.dar-guide-comments__area .comment-notes,
.dar-guide-comments__area .logged-in-as,
.dar-guide-comments__area .comment-form-comment,
.dar-guide-comments__area .comment-form-cookies-consent,
.dar-guide-comments__area .form-submit { grid-column: 1 / -1; }
.dar-guide-comments__area .comment-notes,
.dar-guide-comments__area .logged-in-as { color: #918174; font-size: 12px; line-height: 1.55; }
.dar-guide-comments__area .comment-form label { display: block; margin-bottom: 7px; color: #59473a; font-size: 12px; font-weight: 800; }
.dar-guide-comments__area .comment-form input[type="text"],
.dar-guide-comments__area .comment-form input[type="email"],
.dar-guide-comments__area .comment-form textarea { width: 100%; border: 1px solid #dfd3c8; border-radius: 9px; background: #fff; color: var(--dar-ink); box-shadow: none; }
.dar-guide-comments__area .comment-form input[type="text"],
.dar-guide-comments__area .comment-form input[type="email"] { height: 50px; padding: 0 14px; }
.dar-guide-comments__area .comment-form textarea { min-height: 140px; padding: 13px 14px; resize: vertical; }
.dar-guide-comments__area .comment-form input:focus,
.dar-guide-comments__area .comment-form textarea:focus { border-color: var(--dar-gold); outline: 0; box-shadow: 0 0 0 3px rgba(207,132,59,.11); }
.dar-guide-comments__area .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 9px; }
.dar-guide-comments__area .comment-form-cookies-consent input { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; accent-color: var(--dar-gold-dark); }
.dar-guide-comments__area .comment-form-cookies-consent label { margin: 0; color: #86766a; font-weight: 500; }
.dar-guide-comments__submit { min-height: 48px; padding: 12px 22px !important; border-radius: 9px !important; background: var(--dar-gold-dark) !important; color: #fff !important; font-size: 13px !important; font-weight: 900 !important; text-transform: none !important; }
.dar-guide-related { width: 100vw; margin-inline: calc(50% - 50vw); padding: 70px 0 90px; border-top: 1px solid #eee6de; background: #fff; }
.dar-guide-inline-video { width: 100%; display: grid; grid-template-columns: minmax(390px, 1.45fr) minmax(250px, .8fr); overflow: hidden; margin: 44px 0; border: 1px solid var(--dar-line); background: #fff; box-shadow: 0 18px 46px rgba(65,43,25,.1); font-family: Lato, Arial, sans-serif; }
.dar-guide-inline-video__media { height: 540px; background: #2e251f; }
.dar-guide-inline-video video { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: 0; }
.dar-guide-inline-video figcaption { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 30px; }
.dar-guide-inline-video figcaption > span:first-child { margin-bottom: 12px; color: var(--dar-gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dar-guide-inline-video figcaption strong { margin-bottom: 15px; color: var(--dar-ink); font-family: "Playfair Display", Georgia, serif; font-size: 25px; line-height: 1.25; }
.dar-guide-inline-video__price { margin-bottom: 18px; color: var(--dar-gold-dark); font-size: 18px; font-weight: 800; }
.dar-guide-inline-video figcaption a { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.dar-article-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 42px 0 52px; font-family: Lato, Arial, sans-serif; }
.dar-article-product-grid[data-products="1"] { grid-template-columns: minmax(0, 1fr); max-width: 380px; }
.dar-article-product-card { min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; margin: 0; border: 1px solid #e5d8c9; border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(65,43,25,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.dar-article-product-card:hover { transform: translateY(-5px); border-color: rgba(207,132,59,.65); box-shadow: 0 22px 46px rgba(65,43,25,.14); }
.dar-article-product-card__media { position: relative; display: block; aspect-ratio: 1.08 / 1; overflow: hidden; background: linear-gradient(145deg, #fbf8f3, #f0e5d8); text-decoration: none !important; }
.dar-article-product-card__media img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 16px; border-radius: 0; transition: transform .4s ease; }
.dar-article-product-card:hover .dar-article-product-card__media img { transform: scale(1.035); }
.dar-article-product-card__view { position: absolute; right: 13px; bottom: 13px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(51,39,31,.88); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(7px); }
.dar-article-product-card__view b { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--dar-gold); font-size: 12px; }
.dar-article-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 22px; border-top: 3px solid var(--dar-gold); }
.dar-article-product-card__category { margin-bottom: 10px; color: var(--dar-gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.dar-guide-article__content .dar-article-product-card h3 { margin: 0 0 18px; font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 650; line-height: 1.25; }
.dar-guide-article__content .dar-article-product-card h3 a { color: var(--dar-ink); text-decoration: none; }
.dar-article-product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid #eee3d7; }
.dar-article-product-card__price { color: var(--dar-ink); font-size: 17px; font-weight: 900; white-space: nowrap; }
.dar-article-product-card__button { display: inline-flex; align-items: center; gap: 6px; color: var(--dar-gold-dark) !important; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-decoration: none !important; text-transform: uppercase; }
.dar-article-product-card__button span { transition: transform .2s ease; }
.dar-article-product-card__button:hover span { transform: translateX(4px); }

@media (max-width: 1024px) {
    .dar-gift-header__inner { grid-template-columns: 112px 165px 1fr auto; gap: 11px; }
    .dar-gift-header__nav { gap: 8px; }
    .dar-gift-header__nav a { font-size: 12px; }
    .dar-gift-header__phone { display: none; }
    .dar-guide-hero__inner { grid-template-columns: minmax(0, 315px) minmax(0, 1fr); gap: 18px; }
    .dar-guide-hero__videos,
    .dar-guide-hero__video { min-height: 235px; }
    .dar-guide-hero__copy { min-height: 251px; }
    .dar-guide-article__layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 38px; }
}

@media (min-width: 768px) {
    .dar-gift-header__mobile-menu-dialog[open] { display: block; width: 430px; max-width: 430px; height: 100dvh; max-height: 100dvh; margin: 0 auto 0 0; padding: 0; overflow: auto; border: 0; border-radius: 0 20px 20px 0; background: #fff; color: var(--dar-ink); box-shadow: 22px 0 65px rgba(47,36,27,.3); }
    .dar-gift-header__mobile-menu-dialog::backdrop { background: rgba(47,36,27,.58); backdrop-filter: blur(3px); }
    .dar-gift-header__mobile-menu-dialog-inner { position: relative; min-height: 100%; padding: 22px 25px 30px; border-right: 4px solid var(--dar-gold); text-align: center; }
    .dar-gift-header__mobile-menu-dialog-close { position: sticky; top: 14px; z-index: 5; display: grid; width: 38px; height: 38px; place-items: center; margin: 0 0 -38px auto; padding: 0; border: 1px solid var(--dar-line); border-radius: 50%; background: #fff; color: var(--dar-ink); box-shadow: 0 5px 16px rgba(47,36,27,.1); }
    .dar-gift-header__mobile-menu-dialog-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
    .dar-gift-header__mobile-menu-logo { display: block; width: 112px; margin: 0 auto 8px; }
    .dar-gift-header__mobile-menu-logo img { display: block; width: 112px; height: 84px; object-fit: contain; }
    .dar-gift-header__mobile-menu-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 5px 0 14px; padding: 4px; border-radius: 12px; background: var(--dar-cream); }
    .dar-gift-header__mobile-menu-tabs button { min-height: 42px; margin: 0; padding: 8px 12px; border: 0; border-radius: 9px; background: transparent; color: var(--dar-muted); font-size: 12px; font-weight: 900; letter-spacing: .04em; box-shadow: none; text-transform: uppercase; }
    .dar-gift-header__mobile-menu-tabs button[aria-selected="true"] { background: #fff; color: var(--dar-gold-dark); box-shadow: 0 4px 14px rgba(65,43,25,.1); }
    .dar-gift-header__mobile-menu-panel[hidden] { display: none !important; }
    .dar-gift-header__mobile-menu-links { display: grid; border-top: 1px solid var(--dar-line); text-align: left; }
    .dar-gift-header__mobile-menu-links > a,
    .dar-gift-header__mobile-account-dropdown summary { display: grid; min-height: 50px; grid-template-columns: 36px 1fr auto; align-items: center; gap: 11px; padding: 7px 10px; border-bottom: 1px solid #eee5da; color: var(--dar-ink); font-size: 13px; font-weight: 800; text-align: left; }
    .dar-gift-header__mobile-menu-links > a > i,
    .dar-gift-header__mobile-account-dropdown summary > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--dar-gold-soft); color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-menu-links svg,
    .dar-gift-header__mobile-account-dropdown summary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-menu-links > a > b,
    .dar-gift-header__mobile-account-dropdown summary > b { color: var(--dar-gold-dark); font-size: 13px; }
    .dar-gift-header__mobile-menu-links > a[aria-current="page"] { margin: 4px 0; border: 0; border-radius: 9px; background: rgba(204,153,99,.13); box-shadow: inset 3px 0 0 var(--dar-gold); color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-account-dropdown { border-bottom: 1px solid #eee5da; }
    .dar-gift-header__mobile-account-dropdown summary { cursor: pointer; list-style: none; }
    .dar-gift-header__mobile-account-dropdown summary::-webkit-details-marker { display: none; }
    .dar-gift-header__mobile-account-submenu { display: grid; gap: 3px; padding: 6px 8px 10px 48px; background: #fcf8f3; }
    .dar-gift-header__mobile-account-submenu > a { display: grid; min-height: 38px; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 8px; padding: 6px 8px; border-radius: 8px; color: #625448; font-size: 12px; font-weight: 800; text-align: left; }
    .dar-gift-header__mobile-account-submenu > a > i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #fff; color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-account-submenu svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-category-links { display: grid; gap: 7px; text-align: left; }
    .dar-gift-header__mobile-category-item { min-width: 0; overflow: hidden; border: 1px solid var(--dar-line); border-radius: 9px; background: #fff; }
    .dar-gift-header__mobile-category-row { display: grid; min-height: 56px; grid-template-columns: minmax(0,1fr) 38px; align-items: center; }
    .dar-gift-header__mobile-category-row > a { display: grid; min-width: 0; grid-template-columns: 36px minmax(0,1fr); align-items: center; gap: 9px; padding: 8px 5px 8px 10px; color: var(--dar-ink); font-size: 12px; font-weight: 800; }
    .dar-gift-header__mobile-category-row > a > i { display: grid; width: 34px; height: 34px; place-items: center; padding: 5px; border-radius: 50%; background: var(--dar-gold-soft); }
    .dar-gift-header__mobile-category-row img { width: 100%; height: 100%; object-fit: contain; }
    .dar-gift-header__mobile-category-row > button { display: grid; width: 34px; height: 34px; place-items: center; margin: 0; padding: 0; border: 0; border-radius: 50%; background: var(--dar-cream); color: var(--dar-gold-dark); box-shadow: none; }
    .dar-gift-header__mobile-category-row > button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
    .dar-gift-header__mobile-category-row > button[aria-expanded="true"] svg { transform: rotate(180deg); }
    .dar-gift-header__mobile-subcategories[hidden] { display: none !important; }
    .dar-gift-header__mobile-subcategories { display: grid; padding: 5px 8px 9px 17px; border-top: 1px solid #eee5da; background: #fcf8f3; }
    .dar-gift-header__mobile-subcategories > a { display: grid; min-height: 42px; grid-template-columns: 26px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 7px 3px; border-bottom: 1px solid #eee5da; color: #625448; font-size: 11px; font-weight: 750; }
    .dar-gift-header__mobile-subcategories > a img { width: 26px; height: 26px; border-radius: 50%; object-fit: contain; }
    .dar-gift-header__mobile-subcategories > .dar-gift-header__mobile-subcategory-all { min-height: 35px; grid-template-columns: 1fr; color: var(--dar-gold-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
}

@media (max-width: 767px) {
    .dar-editorial-useful-nav { display: none !important; }
    .dar-editorial-useful-trigger { position: fixed; top: 50%; right: 0; bottom: auto; z-index: 10040; display: inline-flex; width: 48px; min-height: 0; flex-direction: column; align-items: center; gap: 9px; margin: 0; padding: 14px 0; border: 1px solid rgba(255,255,255,.5); border-right: 0; border-radius: 16px 0 0 16px; background: linear-gradient(135deg, #b77a3d, #95602c); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; box-shadow: -8px 10px 26px rgba(68,42,20,.24); transform: translateY(-50%); }
    .dar-editorial-useful-trigger svg { width: 21px; height: 21px; flex: 0 0 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
    .dar-editorial-useful-trigger span { writing-mode: vertical-rl; transform: rotate(180deg); }
    .dar-editorial-useful-dialog[open] { display: block; width: min(520px, 100%); max-width: none; max-height: min(78dvh, 650px); margin: auto auto 0; padding: 0; overflow: auto; border: 0; border-radius: 22px 22px 0 0; background: #fff; color: var(--dar-ink); box-shadow: 0 -20px 60px rgba(47,36,27,.26); }
    .dar-editorial-useful-dialog::backdrop { background: rgba(47,36,27,.58); backdrop-filter: blur(3px); }
    .dar-editorial-useful-dialog__inner { padding: 27px 20px max(24px, env(safe-area-inset-bottom)); border-top: 4px solid var(--dar-gold); }
    .dar-editorial-useful-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 0 4px 18px; border-bottom: 1px solid var(--dar-line); }
    .dar-editorial-useful-dialog__header .dar-guide-eyebrow { margin-bottom: 6px; font-size: 9px; }
    .dar-editorial-useful-dialog__header h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 29px; font-weight: 600; line-height: 1.15; }
    .dar-editorial-useful-dialog__close { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; margin: 0; padding: 0; border: 1px solid var(--dar-line); border-radius: 50%; background: #fff; color: var(--dar-ink); box-shadow: none; }
    .dar-editorial-useful-dialog__close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
    .dar-editorial-useful-dialog__links { display: grid; padding-top: 8px; }
    .dar-editorial-useful-dialog__links a { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 10px; border-bottom: 1px solid #eee5da; color: #5d5045; font-size: 13px; font-weight: 800; }
    .dar-editorial-useful-dialog__links a:last-child { border-bottom: 0; }
    .dar-editorial-useful-dialog__links a.is-active { margin: 4px 0; padding-inline: 13px; border: 0; border-radius: 8px; background: rgba(204,153,99,.14); box-shadow: inset 3px 0 0 var(--dar-gold); color: var(--dar-gold-dark); }
    .dar-editorial-useful-dialog__links b { color: var(--dar-gold-dark); font-size: 11px; }
    .dar-pattern-hero::before { background-size: 118px 84px; }
    .dar-gift-header {
        position: sticky !important;
        inset: 0 auto auto !important;
        z-index: 10050;
        min-height: 72px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(65, 43, 25, .1);
    }
    .dar-gift-header__inner,
    .dar-guide-shell { width: min(100% - 28px, 1240px); }
    .dar-gift-header__inner { position: relative; display: grid; min-height: 72px; grid-template-columns: auto minmax(74px, 1fr) 40px 40px 40px; align-items: center; gap: 6px; }
    .dar-gift-header__brand-wrap { gap: 6px; }
    .dar-gift-header__brand,
    .dar-gift-header__brand img { width: 65px; height: 54px; }
    .dar-gift-header__nav,
    .dar-gift-header__search,
    .dar-gift-header__actions { display: none; }
    .dar-gift-header__mobile-tools { display: contents; }
    .dar-gift-header__mobile-menu-trigger { display: grid; width: 38px; height: 38px; place-items: center; margin: 0; padding: 4px; border: 1px solid var(--dar-line) !important; border-radius: 5px; background: transparent !important; color: var(--dar-gold-dark); box-shadow: none !important; }
    .dar-gift-header__mobile-menu-trigger svg { display: block; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
    .dar-gift-header__mobile-menu-dialog[open] { display: block; width: 60vw; max-width: none; height: 100dvh; max-height: 100dvh; margin: 0 auto 0 0; padding: 0; overflow: auto; border: 0; border-radius: 0 20px 20px 0; background: #fff; color: var(--dar-ink); box-shadow: 22px 0 65px rgba(47,36,27,.3); }
    .dar-gift-header__mobile-menu-dialog::backdrop { background: rgba(47,36,27,.6); backdrop-filter: blur(3px); }
    .dar-gift-header__mobile-menu-dialog-inner { position: relative; min-height: 100%; padding: 20px 20px max(24px, env(safe-area-inset-bottom)); border-right: 4px solid var(--dar-gold); text-align: center; }
    .dar-gift-header__mobile-menu-dialog-close { position: sticky; top: 14px; z-index: 5; display: grid; width: 38px; height: 38px; place-items: center; margin: 0 0 -38px auto; padding: 0; border: 1px solid var(--dar-line); border-radius: 50%; background: #fff; color: var(--dar-ink); box-shadow: 0 5px 16px rgba(47,36,27,.1); }
    .dar-gift-header__mobile-menu-dialog-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
    .dar-gift-header__mobile-menu-logo { display: block; width: 103px; margin: 0 auto 5px; }
    .dar-gift-header__mobile-menu-logo img { display: block; width: 103px; height: 79px; object-fit: contain; }
    .dar-gift-header__mobile-menu-dialog .dar-guide-eyebrow { margin-bottom: 12px; font-size: 9px; }
    .dar-gift-header__mobile-menu-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 4px 0 12px; padding: 4px; border-radius: 12px; background: var(--dar-cream); }
    .dar-gift-header__mobile-menu-tabs button { min-height: 42px; margin: 0; padding: 8px 12px; border: 0; border-radius: 9px; background: transparent; color: var(--dar-muted); font-size: 12px; font-weight: 900; letter-spacing: .04em; box-shadow: none; text-transform: uppercase; }
    .dar-gift-header__mobile-menu-tabs button[aria-selected="true"] { background: #fff; color: var(--dar-gold-dark); box-shadow: 0 4px 14px rgba(65,43,25,.1); }
    .dar-gift-header__mobile-menu-panel[hidden] { display: none !important; }
    .dar-gift-header__mobile-menu-links { display: grid; border-top: 1px solid var(--dar-line); text-align: left; }
    .dar-gift-header__mobile-menu-links > a { display: grid; min-height: 52px; grid-template-columns: 36px 1fr auto; align-items: center; gap: 11px; padding: 8px 10px; border-bottom: 1px solid #eee5da; color: var(--dar-ink); font-size: 14px; font-weight: 800; }
    .dar-gift-header__mobile-menu-links > a > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--dar-gold-soft); color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-menu-links > a > i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-menu-links > a > b { color: var(--dar-gold-dark); font-size: 13px; }
    .dar-gift-header__mobile-menu-links > a[aria-current="page"] { margin: 4px 0; border: 0; border-radius: 9px; background: rgba(204,153,99,.13); box-shadow: inset 3px 0 0 var(--dar-gold); color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-account-dropdown { border-bottom: 1px solid #eee5da; }
    .dar-gift-header__mobile-account-dropdown summary { display: grid; min-height: 52px; grid-template-columns: 36px 1fr auto; align-items: center; gap: 11px; padding: 8px 10px; color: var(--dar-ink); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
    .dar-gift-header__mobile-account-dropdown summary::-webkit-details-marker { display: none; }
    .dar-gift-header__mobile-account-dropdown summary > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--dar-gold-soft); color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-account-dropdown summary > i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-account-dropdown summary > b { color: var(--dar-gold-dark); font-size: 15px; transition: transform .2s ease; }
    .dar-gift-header__mobile-account-dropdown[open] summary { border-radius: 9px 9px 0 0; background: rgba(204,153,99,.13); color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-account-dropdown[open] summary > b { transform: rotate(180deg); }
    .dar-gift-header__mobile-account-submenu { display: grid; gap: 3px; padding: 6px 8px 10px 48px; background: #fcf8f3; }
    .dar-gift-header__mobile-account-submenu > a { display: grid; min-height: 39px; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 8px; padding: 6px 8px; border-radius: 8px; color: #625448; font-size: 12px; font-weight: 800; }
    .dar-gift-header__mobile-account-submenu > a > i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #fff; color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-account-submenu > a svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-account-submenu > a:hover { background: #fff; color: var(--dar-gold-dark); }
    .dar-gift-header__mobile-account-submenu > .dar-gift-header__mobile-account-logout { margin-top: 4px; background: #fff6f3; color: #9a4938; }
    .dar-gift-header__mobile-account-submenu > .dar-gift-header__mobile-account-logout > i { color: #9a4938; }
    .dar-gift-header__mobile-category-links { display: grid; grid-template-columns: minmax(0, 1fr); gap: 7px; text-align: left; }
    .dar-gift-header__mobile-category-item { min-width: 0; overflow: hidden; border: 1px solid var(--dar-line); border-radius: 9px; background: #fff; }
    .dar-gift-header__mobile-category-row { display: grid; min-height: 56px; grid-template-columns: minmax(0, 1fr) 38px; align-items: center; }
    .dar-gift-header__mobile-category-row > a { display: grid; min-width: 0; grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 9px; padding: 8px 5px 8px 10px; color: var(--dar-ink); font-size: 12px; font-weight: 800; line-height: 1.3; }
    .dar-gift-header__mobile-category-row > a > i { display: grid; width: 34px; height: 34px; place-items: center; padding: 5px; border-radius: 50%; background: var(--dar-gold-soft); }
    .dar-gift-header__mobile-category-row > a > i img { display: block; width: 100%; height: 100%; object-fit: contain; }
    .dar-gift-header__mobile-category-row > a > i svg { width: 22px; height: 22px; fill: none; stroke: var(--dar-gold-dark); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-category-row > button { display: grid; width: 34px; height: 34px; place-items: center; margin: 0; padding: 0; border: 0; border-radius: 50%; background: var(--dar-cream); color: var(--dar-gold-dark); box-shadow: none; }
    .dar-gift-header__mobile-category-row > button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
    .dar-gift-header__mobile-category-row > button[aria-expanded="true"] svg { transform: rotate(180deg); }
    .dar-gift-header__mobile-category-row > b { padding-right: 12px; color: var(--dar-gold-dark); font-size: 12px; text-align: right; }
    .dar-gift-header__mobile-subcategories[hidden] { display: none !important; }
    .dar-gift-header__mobile-subcategories { display: grid; padding: 5px 8px 9px 17px; border-top: 1px solid #eee5da; background: #fcf8f3; }
    .dar-gift-header__mobile-subcategories > a { display: grid; min-height: 43px; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 7px 3px; border-bottom: 1px solid #eee5da; color: #625448; font-size: 11px; font-weight: 750; line-height: 1.3; }
    .dar-gift-header__mobile-subcategories > a:last-child { border-bottom: 0; }
    .dar-gift-header__mobile-subcategories > a img { display: block; width: 26px; height: 26px; border-radius: 50%; object-fit: contain; }
    .dar-gift-header__mobile-subcategories > a > .dar-gift-header__mobile-subcategory-fallback { width: 22px; height: 22px; margin: auto; fill: none; stroke: var(--dar-gold-dark); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-subcategories > a b { color: var(--dar-gold-dark); font-size: 10px; }
    .dar-gift-header__mobile-subcategories > .dar-gift-header__mobile-subcategory-all { min-height: 35px; grid-template-columns: minmax(0, 1fr); color: var(--dar-gold-dark); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
    .dar-gift-header__mobile-contact-trigger svg,
    .dar-gift-header__mobile-account svg,
    .dar-gift-header__mobile-cart svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-contact-trigger,
    .dar-gift-header__mobile-account,
    .dar-gift-header__mobile-cart { position: relative; display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; margin: 0; padding: 0; border: 1px solid var(--dar-line); border-radius: 50%; background: #fff; color: var(--dar-gold-dark); box-shadow: none; }
    .dar-gift-header__mobile-contact-trigger { border: 0 !important; border-radius: 0; background: transparent !important; }
    .dar-gift-header__mobile-account > span { font-size: 11px; font-weight: 900; letter-spacing: .04em; }
    .dar-gift-header__mobile-cart > span { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 20px; background: var(--dar-gold-dark); color: #fff; font-size: 9px; font-weight: 800; }
    .dar-gift-header__mobile-search-toggle { display: block; justify-self: center; }
    .dar-gift-header__mobile-search-toggle summary { display: flex; width: auto; min-width: 74px; height: 40px; align-items: center; justify-content: center; gap: 6px; padding: 0 16px 0 11px; border: 1px solid var(--dar-line); border-radius: 22px; color: var(--dar-gold-dark); cursor: pointer; list-style: none; }
    .dar-gift-header__mobile-search-toggle summary::-webkit-details-marker { display: none; }
    .dar-gift-header__mobile-search-toggle summary svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
    .dar-gift-header__mobile-search-toggle summary .dar-gift-header__mobile-search-close { display: none; }
    .dar-gift-header__mobile-search-toggle[open] summary .dar-gift-header__mobile-search-icon { display: none; }
    .dar-gift-header__mobile-search-toggle[open] summary .dar-gift-header__mobile-search-close { display: block; }
    .dar-gift-header__mobile-search-toggle summary span { font-size: 11px; font-weight: 900; letter-spacing: .02em; }
    .dar-gift-header__mobile-search-toggle summary .dar-gift-header__mobile-search-label-close { display: none; }
    .dar-gift-header__mobile-search-toggle[open] summary .dar-gift-header__mobile-search-label-open { display: none; }
    .dar-gift-header__mobile-search-toggle[open] summary .dar-gift-header__mobile-search-label-close { display: inline; }
    .dar-gift-header__mobile-search-toggle[open] summary { border-color: var(--dar-gold); background: var(--dar-gold-soft); }
    .dar-gift-header__mobile-search-panel { position: absolute; top: 72px; right: auto; left: 50%; z-index: 10030; width: 100vw; padding: 12px 0; border-top: 1px solid var(--dar-line); border-bottom: 1px solid var(--dar-line); border-radius: 0 0 20px 20px; background: #fff; box-shadow: 0 16px 30px rgba(65,43,25,.12); transform: translateX(-50%); }
    .dar-gift-header__contact-dialog[open] { display: block; width: min(430px, calc(100% - 28px)); max-height: calc(100dvh - 36px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 2px; background: #fff; color: var(--dar-ink); box-shadow: 0 28px 80px rgba(41, 28, 18, .3); }
    .dar-gift-header__contact-dialog::backdrop { background: rgba(47, 36, 27, .58); backdrop-filter: blur(3px); }
    .dar-gift-header__contact-dialog-inner { position: relative; padding: 34px 28px 28px; border-top: 4px solid var(--dar-gold); }
    .dar-gift-header__contact-dialog-close { position: absolute; top: 17px; right: 17px; display: grid; width: 38px; height: 38px; place-items: center; margin: 0; padding: 0; border: 1px solid var(--dar-line); border-radius: 50%; background: #fff; color: var(--dar-ink); box-shadow: none; }
    .dar-gift-header__contact-dialog-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
    .dar-gift-header__contact-dialog h2 { max-width: 300px; margin: 8px 0 12px; padding-right: 30px; font-family: "Playfair Display", Georgia, serif; font-size: 30px; font-weight: 600; line-height: 1.14; }
    .dar-gift-header__contact-dialog p { margin: 0 0 23px; color: var(--dar-muted); font-size: 13px; line-height: 1.65; }
    .dar-gift-header__contact-dialog-actions { display: grid; gap: 10px; }
    .dar-gift-header__contact-dialog-action { display: flex; align-items: center; gap: 15px; padding: 15px 17px; border: 1px solid var(--dar-line); color: var(--dar-ink); }
    .dar-gift-header__contact-dialog-action > svg { width: 27px; height: 27px; flex: 0 0 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__contact-dialog-action span, .dar-gift-header__contact-dialog-action small, .dar-gift-header__contact-dialog-action strong { display: block; }
    .dar-gift-header__contact-dialog-action small { margin-bottom: 3px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .dar-gift-header__contact-dialog-action strong { font-size: 15px; }
    .dar-gift-header__contact-dialog-action--phone { background: var(--dar-gold); color: #fff; }
    .dar-gift-header__contact-dialog-action--whatsapp { border-color: rgba(31, 155, 84, .3); background: #edf9f1; color: #167a40; }
    .dar-gift-header__mobile-account-actions { display: flex; gap: 10px; padding-top: 14px; }
    .dar-gift-header__mobile-account-actions a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 8px; background: var(--dar-cream); color: var(--dar-gold-dark); text-align: center; font-size: 12px; font-weight: 800; }
    .dar-gift-header__mobile-account-actions svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .dar-gift-header__mobile-search { position: relative; margin-bottom: 0; }
    .dar-gift-header__mobile-search .searchform .s { width: calc(100% - 20px); margin: 0 10px; border: 0; background: #fff; box-shadow: none; }
    .dar-gift-header__mobile-search .searchsubmit { right: 10px; }
    .dar-gift-header__mobile-search .woodmart-search-results { top: 48px; right: -1px; width: calc(100% + 2px); max-height: calc(100dvh - 132px); border-radius: 0; }
    .dar-gift-header__mobile-search .wd-scroll-content { padding: 13px 12px 16px; }
    .dar-gift-header__mobile-search .autocomplete-suggestions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .dar-gift-header__mobile-search .product-suggestion { display: grid !important; min-height: 0; grid-template-columns: minmax(0, 1fr) !important; grid-template-rows: auto auto; align-content: start; gap: 9px; padding: 6px 6px 11px; }
    .dar-gift-header__mobile-search .product-suggestion .suggestion-thumb { width: 100%; max-width: none; height: auto; max-height: none; border-radius: 8px !important; aspect-ratio: 1 / 1; }
    .dar-gift-header__mobile-search .product-suggestion .suggestion-content { position: static !important; display: block !important; width: 100%; min-width: 0; padding: 0 4px; visibility: visible !important; opacity: 1 !important; }
    .dar-gift-header__mobile-search .product-suggestion .wd-entities-title { position: static !important; display: -webkit-box !important; width: 100%; min-height: 34px; margin: 0 !important; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #33271f !important; visibility: visible !important; opacity: 1 !important; font-family: inherit !important; font-size: 12px !important; font-weight: 800 !important; line-height: 1.4 !important; text-align: left; }
    .dar-gift-header__mobile-search .categories-wrapper a { min-height: 46px; font-size: 11px; }
    .dar-guide-hero { padding: 27px 0 30px; }
    .dar-guide-hero__inner,
    .dar-guide-article__hero-inner { display: block; }
    .dar-guide-hero__mark { display: none; }
    .dar-guide-hero h1 { font-size: 35px; }
    .dar-guide-article__heading h1 { font-size: 40px; }
    .dar-guide-hero__copy > p,
    .dar-guide-article__lead { font-size: 16px; }
    .dar-guide-hero__copy { min-height: 0; padding: 2px 0 23px; }
    .dar-guide-hero__videos { display: flex; gap: 8px; min-height: 202px; padding: 7px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .dar-guide-hero__videos::-webkit-scrollbar { display: none; }
    .dar-guide-hero__video,
    .dar-guide-hero__video--2,
    .dar-guide-hero__video--3,
    .dar-guide-hero__video--4 { min-height: 188px; flex: 0 0 42vw; margin: 0; scroll-snap-align: start; }
    .dar-guide-hero__video:first-child { flex-basis: 50vw; }
    .dar-guide-hero__video-number { top: 8px; left: 8px; min-width: 25px; height: 22px; font-size: 8px; }
    .dar-guide-hero__video-caption { right: 9px; bottom: 9px; left: 9px; }
    .dar-guide-hero__video-caption strong { font-size: 10px; }
    .dar-guide-listing { padding-top: 55px; padding-bottom: 65px; }
    .dar-guide-heading { display: block; }
    .dar-guide-heading > p { margin-top: 12px; }
    .dar-guide-grid { grid-template-columns: 1fr; gap: 20px; }
    .dar-guide-listing > .dar-guide-grid { grid-template-columns: 1fr; }
    .dar-guide-listing > .dar-guide-grid > .dar-guide-card,
    .dar-guide-listing > .dar-guide-grid > .dar-guide-card:first-child { grid-column: auto; }
    .dar-guide-article__hero { padding: 38px 0 42px; }
    .dar-guide-article__cover { margin-top: 34px; border-width: 6px; }
    .dar-guide-article__meta > * + *::before { display: none; }
    .dar-guide-article__layout { display: block; padding-top: 42px; padding-bottom: 60px; }
    .dar-guide-article__content { font-size: 16px; }
    .dar-guide-article__content h2 { font-size: 30px; }
    .dar-guide-article__content h3 { font-size: 24px; }
    .dar-guide-article__aside { margin-top: 48px; }
    .dar-guide-aside-card { position: static; }
    .dar-guide-comments { padding: 47px 0 52px; }
    .dar-guide-comments__inner { display: block; }
    .dar-guide-comments__heading { margin-bottom: 25px; }
    .dar-guide-comments__heading h2 { font-size: 32px; }
    .dar-guide-comments__panel { padding: 25px 18px 28px; border-radius: 14px; }
    .dar-guide-comments__area .comment-form { grid-template-columns: 1fr; gap: 15px; }
    .dar-guide-comments__area .comment-form-author,
    .dar-guide-comments__area .comment-form-email { grid-column: 1 / -1; }
    .dar-guide-comments__area .comment-list .comment { padding: 16px; }
    .dar-guide-comments__area .comment-list .children { margin-left: 12px; }
    .dar-guide-related { padding: 55px 0 65px; }
    .dar-guide-inline-video { display: block; }
    .dar-guide-inline-video__media { height: min(76vh, 430px); }
    .dar-article-product-grid { grid-template-columns: 1fr; gap: 18px; margin: 34px 0 42px; }
    .dar-article-product-grid[data-products="1"] { max-width: none; }
    .dar-article-product-card__media { aspect-ratio: 1.25 / 1; }
}

@media (max-width: 390px) {
    .dar-gift-header__inner { width: calc(100% - 20px); }
    .dar-gift-header__brand,
    .dar-gift-header__brand img { width: 52px; height: 48px; }
    .dar-gift-header__mobile-tools { gap: 3px; }
    .dar-gift-header__mobile-menu-trigger,
    .dar-gift-header__mobile-search-toggle summary,
    .dar-gift-header__mobile-contact-trigger,
    .dar-gift-header__mobile-account,
    .dar-gift-header__mobile-cart { width: 36px; height: 36px; flex-basis: 36px; }
}
