:root {
    --yr-bg: #fffaf0;
    --yr-paper: #fffdf7;
    --yr-cream: #f8ead1;
    --yr-cream-2: #fff4dc;
    --yr-gold: #c88b2e;
    --yr-gold-2: #e9bf73;
    --yr-bronze: #8a5622;
    --yr-brown: #4f3017;
    --yr-ink: #2b2118;
    --yr-muted: #7b6653;
    --yr-line: rgba(147, 96, 38, .18);
    --yr-shadow: 0 24px 70px rgba(101, 60, 20, .14);
    --yr-soft-shadow: 0 16px 40px rgba(101, 60, 20, .10);
    --yr-radius: 24px;
    --yr-container: 1180px;
    --yr-serif: "Playfair Display", Georgia, serif;
    --yr-sans: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(235, 197, 132, .24), transparent 34rem),
        linear-gradient(180deg, #fffaf1 0%, #fffdf8 38%, #fff8ea 100%);
    color: var(--yr-ink);
    font-family: var(--yr-sans);
    font-size: 16px;
    line-height: 1.72;
}

a { color: inherit; text-decoration: none; transition: .22s ease; }
a:hover { color: var(--yr-gold); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.screen-reader-text, .skip-link {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    left: 1rem;
    top: 1rem;
    width: auto;
    z-index: 100000;
    background: #fff;
    padding: .8rem 1rem;
    border-radius: 999px;
}

.yr-container {
    width: min(var(--yr-container), calc(100% - 36px));
    margin-inline: auto;
}

.yr-site-header {
    position: sticky;
    top: 0;
    z-index: 99;
    backdrop-filter: blur(18px);
    background: rgba(255, 250, 240, .92);
    border-bottom: 1px solid var(--yr-line);
    box-shadow: 0 10px 40px rgba(74, 42, 15, .05);
}

.yr-topbar {
    background: linear-gradient(90deg, #6f3f14, #b77828, #6f3f14);
    color: #fff7e8;
    font-size: .86rem;
}

.yr-topbar-inner,
.yr-brand-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.yr-topbar-inner { min-height: 38px; }
.yr-topbar-left,
.yr-topbar-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}
.yr-cart-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}
.yr-cart-count {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 .35rem;
    border-radius: 99px;
    background: #fff3d6;
    color: #80511c;
    font-weight: 800;
    font-size: .75rem;
}

.yr-brand-row { padding: 18px 0; }
.yr-brand {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    min-width: 240px;
}
.yr-logo-mark {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-size: 2rem;
    color: #fff;
    background:
        radial-gradient(circle at 32% 28%, #ffe6a3 0, #d79b3c 42%, #865018 100%);
    box-shadow: inset 0 2px 12px rgba(255,255,255,.35), 0 14px 30px rgba(128, 80, 24, .22);
}
.yr-brand-text strong {
    display: block;
    font-family: var(--yr-serif);
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--yr-bronze);
}
.yr-brand-text small {
    display: block;
    margin-top: .2rem;
    color: var(--yr-muted);
    font-size: .8rem;
    letter-spacing: .08em;
}
.custom-logo-link img { max-height: 72px; width: auto; }

.yr-search {
    width: min(420px, 45vw);
    display: flex;
    align-items: center;
    border: 1px solid var(--yr-line);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    padding: .28rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
.yr-search input {
    flex: 1;
    border: 0;
    outline: none;
    background: transparent;
    padding: .72rem .95rem;
    color: var(--yr-ink);
}
.yr-search button {
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(135deg, var(--yr-gold-2), var(--yr-gold));
    color: #fff;
    font-weight: 800;
}

.yr-menu-toggle {
    display: none;
    border: 1px solid var(--yr-line);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff8eb;
    color: var(--yr-bronze);
}

.yr-main-nav { border-top: 1px solid var(--yr-line); }
.yr-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.yr-menu li { position: relative; }
.yr-menu a {
    display: block;
    padding: 15px 18px;
    font-size: .92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #5a3a1d;
}
.yr-menu a:hover,
.yr-menu .current-menu-item > a {
    color: var(--yr-gold);
    background: linear-gradient(180deg, rgba(233,191,115,.15), transparent);
}
.yr-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    background: #fffdf7;
    list-style: none;
    padding: .6rem;
    border: 1px solid var(--yr-line);
    border-radius: 18px;
    box-shadow: var(--yr-shadow);
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
}
.yr-menu li:hover > .sub-menu { opacity: 1; transform: translateY(0); visibility: visible; }
.yr-menu .sub-menu a { padding: .7rem .9rem; text-transform: none; }

.yr-hero {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid var(--yr-line);
    background:
        radial-gradient(circle at 75% 45%, rgba(232, 180, 92, .34), transparent 24rem),
        linear-gradient(105deg, #fff1d5 0%, #fffaf1 45%, #d6a15a 100%);
}
.yr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,250,240,.96), rgba(255,250,240,.70) 38%, rgba(255,255,255,0) 70%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.16) 1px, transparent 1px, transparent 80px);
    pointer-events: none;
}
.yr-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 2rem;
    align-items: center;
}
.yr-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--yr-bronze);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .82rem;
}
.yr-kicker::before {
    content: "";
    width: 36px;
    height: 1px;
    background: currentColor;
}
.yr-hero h1,
.yr-section-head h2,
.yr-feature-copy h2,
.yr-flash-head h2,
.yr-page-title h1 {
    font-family: var(--yr-serif);
    color: var(--yr-bronze);
    line-height: 1.08;
    letter-spacing: -.02em;
}
.yr-hero h1 {
    font-size: clamp(2.45rem, 5vw, 5.2rem);
    margin: 1.1rem 0 1.3rem;
    max-width: 760px;
    text-transform: uppercase;
}
.yr-hero p {
    max-width: 520px;
    color: var(--yr-muted);
    font-size: 1.05rem;
}
.yr-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}
.yr-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 48px;
    padding: .9rem 1.45rem;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: linear-gradient(135deg, #f5d18b 0%, #bd7a25 55%, #7b4614 100%) !important;
    color: #fff !important;
    font-weight: 800;
    letter-spacing: .03em;
    box-shadow: 0 18px 34px rgba(131, 79, 22, .22);
}
.yr-button:hover,
.button:hover,
.woocommerce a.button:hover { transform: translateY(-1px); filter: brightness(1.04); color: #fff !important; }
.yr-button-ghost {
    background: rgba(255,255,255,.68) !important;
    color: var(--yr-bronze) !important;
    border: 1px solid var(--yr-line);
    box-shadow: none;
}
.yr-button-small { min-height: 42px; padding: .72rem 1.1rem; }

.yr-hero-art {
    position: relative;
    min-height: 520px;
    isolation: isolate;
}
.yr-hero-art::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: 3%;
    top: 8%;
    background: radial-gradient(circle, rgba(255,255,255,.9) 0 18%, rgba(247,215,151,.42) 19% 48%, rgba(152,93,29,.20) 49% 68%, transparent 69%);
    filter: blur(.2px);
    z-index: -2;
}
.yr-lux-box {
    position: absolute;
    right: 4%;
    top: 16%;
    width: 42%;
    height: 58%;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.45), rgba(232,179,89,.18)),
        linear-gradient(135deg, #f9dfad, #b97827);
    box-shadow: var(--yr-shadow);
    border: 1px solid rgba(255,255,255,.45);
}
.yr-lux-box::before,
.yr-gift-box::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(120,70,18,.25);
    border-radius: 20px;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,.52), transparent 4rem),
        repeating-linear-gradient(45deg, rgba(255,255,255,.14), rgba(255,255,255,.14) 2px, transparent 2px, transparent 12px);
}
.yr-round-box {
    position: absolute;
    left: 8%;
    top: 17%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle, #fff9eb 0 16%, #f6d18b 17% 22%, #f9e4b7 23% 42%, #c7832c 43% 48%, #ffefc8 49% 64%, #9d5f21 65% 100%);
    box-shadow: 0 32px 90px rgba(90,51,16,.28);
    border: 2px solid rgba(255,255,255,.74);
}
.yr-round-box::before {
    content: "";
    position: absolute;
    inset: 62px;
    border-radius: 50%;
    background:
        conic-gradient(from 12deg, rgba(255,255,255,.8), rgba(216,152,54,.18), rgba(255,255,255,.9), rgba(216,152,54,.2), rgba(255,255,255,.75));
    filter: blur(.2px);
}
.yr-round-box span {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fffaf1;
    color: var(--yr-bronze);
    font-family: var(--yr-serif);
    font-size: 1.35rem;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px var(--yr-line);
}
.yr-nest {
    position: absolute;
    border-radius: 48% 52% 58% 42%;
    background:
        repeating-linear-gradient(130deg, rgba(255,255,255,.85) 0 4px, rgba(222,188,133,.92) 5px 8px),
        #f5e8cf;
    filter: drop-shadow(0 18px 22px rgba(74, 41, 15, .18));
}
.yr-nest-one { width: 150px; height: 88px; left: 3%; bottom: 9%; transform: rotate(-9deg); }
.yr-nest-two { width: 190px; height: 112px; right: 4%; bottom: 11%; transform: rotate(7deg); }
.yr-jar {
    position: absolute;
    width: 86px;
    height: 146px;
    border-radius: 28px 28px 18px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(230,166,62,.34)), linear-gradient(90deg, #d69336, #fff0c6 50%, #a9681d);
    box-shadow: var(--yr-soft-shadow);
    border: 1px solid rgba(255,255,255,.72);
}
.yr-jar::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 16px;
    right: 16px;
    height: 28px;
    border-radius: 12px 12px 6px 6px;
    background: linear-gradient(180deg, #efd18c, #995a19);
}
.yr-jar-one { right: 17%; bottom: 6%; transform: rotate(-5deg); }
.yr-jar-two { right: 3%; bottom: 20%; transform: rotate(6deg) scale(.85); }

.yr-promise-strip {
    background: rgba(255, 253, 247, .92);
    border-bottom: 1px solid var(--yr-line);
}
.yr-promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.yr-promise-grid div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .1rem .85rem;
    align-items: center;
    padding: 22px 26px;
    border-right: 1px solid var(--yr-line);
}
.yr-promise-grid div:last-child { border-right: 0; }
.yr-promise-grid span {
    grid-row: span 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff4dc;
    color: var(--yr-gold);
    font-size: 1.35rem;
}
.yr-promise-grid strong { color: var(--yr-bronze); font-weight: 800; }
.yr-promise-grid small { color: var(--yr-muted); }

.yr-section { padding: 72px 0; }
.yr-section-head {
    width: min(720px, calc(100% - 36px));
    margin: 0 auto 34px;
    text-align: center;
}
.yr-section-head span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: .4rem;
    border-radius: 50%;
    color: var(--yr-gold);
    background: #fff4dd;
}
.yr-section-head h2,
.yr-feature-copy h2,
.yr-flash-head h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin: .2rem 0 .65rem; }
.yr-section-head p { color: var(--yr-muted); margin: 0; }
.yr-section-head-light h2,
.yr-section-head-light p { color: #fff9ed; }
.yr-section-head-light span { background: rgba(255,255,255,.16); color: #fff3ce; }

.yr-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.yr-category-card {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    padding: 26px;
    border-radius: var(--yr-radius);
    background:
        linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,244,220,.96)),
        radial-gradient(circle at 70% 20%, rgba(255,255,255,.9), transparent 7rem),
        linear-gradient(135deg, #f6dba5, #fff9ed);
    border: 1px solid var(--yr-line);
    box-shadow: var(--yr-soft-shadow);
}
.yr-category-card::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -42px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.68) 0 22%, rgba(211,150,52,.38) 23% 60%, transparent 61%);
}
.yr-category-card span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--yr-gold-2), var(--yr-gold));
    font-size: 1.6rem;
    box-shadow: 0 16px 28px rgba(149,92,26,.18);
}
.yr-category-card h3 {
    position: relative;
    z-index: 1;
    margin: 1.2rem 0 .4rem;
    color: var(--yr-bronze);
    font-family: var(--yr-serif);
    font-size: 1.45rem;
}
.yr-category-card p { position: relative; z-index: 1; margin: 0; color: var(--yr-muted); }
.yr-category-card:hover { transform: translateY(-5px); box-shadow: var(--yr-shadow); }

.yr-feature-band {
    overflow: hidden;
    padding: 78px 0;
    background:
        radial-gradient(circle at 78% 40%, rgba(255,255,255,.42), transparent 18rem),
        linear-gradient(110deg, #fff5df 0%, #f2d5a1 52%, #af7024 100%);
    border-block: 1px solid var(--yr-line);
}
.yr-feature-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 3rem;
    align-items: center;
}
.yr-feature-copy p { color: #765b42; max-width: 540px; }
.yr-feature-copy ul {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0 1.8rem;
    display: grid;
    gap: .85rem;
}
.yr-feature-copy li {
    position: relative;
    padding-left: 2rem;
    color: #5f4228;
    font-weight: 600;
}
.yr-feature-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: .05rem;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff8e8;
    color: var(--yr-gold);
    font-size: .78rem;
}
.yr-gift-scene {
    min-height: 420px;
    position: relative;
}
.yr-gift-box {
    position: absolute;
    inset: 6% 4% 8% 10%;
    border-radius: 34px;
    background: linear-gradient(135deg, #ffefc9, #d79a3f 58%, #81501b);
    box-shadow: var(--yr-shadow);
    transform: rotate(-3deg);
}
.yr-cup {
    position: absolute;
    right: 4%;
    bottom: 5%;
    width: 210px;
    height: 120px;
    border-radius: 0 0 96px 96px;
    background: radial-gradient(circle at 50% 16%, rgba(255,255,255,.96) 0 46%, transparent 47%), linear-gradient(180deg, rgba(255,255,255,.92), #f3d9a6);
    border: 2px solid rgba(137,84,24,.22);
    box-shadow: 0 24px 40px rgba(74,42,15,.18);
}
.yr-cup::after {
    content: "";
    position: absolute;
    right: -48px;
    top: 24px;
    width: 66px;
    height: 48px;
    border: 12px solid rgba(255,249,232,.9);
    border-left: 0;
    border-radius: 0 50px 50px 0;
}
.yr-spoon {
    position: absolute;
    right: 32%;
    bottom: 17%;
    width: 220px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8c551f, #f6d28b);
    transform: rotate(-24deg);
}
.yr-spoon::before {
    content: "";
    position: absolute;
    left: -38px;
    top: -16px;
    width: 54px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f7d48c, #9a5d20);
}

.yr-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.yr-products-grid-compact { margin-top: 30px; }
.yr-product-card {
    overflow: hidden;
    border-radius: var(--yr-radius);
    background: rgba(255,255,255,.78);
    border: 1px solid var(--yr-line);
    box-shadow: var(--yr-soft-shadow);
    transition: .25s ease;
}
.yr-product-card:hover { transform: translateY(-5px); box-shadow: var(--yr-shadow); }
.yr-product-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / .92;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(255,255,255,.92), transparent 32%),
        linear-gradient(135deg, #f6ddad, #fff8e9);
}
.yr-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.yr-product-card:hover .yr-product-image img { transform: scale(1.05); }
.yr-product-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    padding: .42rem .72rem;
    border-radius: 999px;
    background: rgba(80, 47, 16, .88);
    color: #fff8e8;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.yr-product-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}
.yr-product-fallback span {
    width: 52%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, #fffdf6 0 18%, #f7dba5 19% 56%, #b47524 57% 100%);
    box-shadow: inset 0 0 0 22px rgba(255,255,255,.22), 0 22px 50px rgba(99,59,20,.15);
}
.yr-product-body { padding: 18px; }
.yr-product-body h3 {
    min-height: 3.2em;
    margin: 0 0 .55rem;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--yr-brown);
}
.yr-price,
.woocommerce ul.products li.product .price {
    color: var(--yr-gold) !important;
    font-weight: 900;
    margin-bottom: .9rem;
}
.yr-price del,
.woocommerce del { color: #a28c76; opacity: .7; font-weight: 500; }
.yr-price ins,
.woocommerce ins { text-decoration: none; }
.yr-mini-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .55rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 139, 46, .32);
    background: #fff7e6;
    color: var(--yr-bronze);
    font-weight: 800;
    font-size: .84rem;
}
.yr-mini-button:hover { background: var(--yr-gold); color: #fff; }

.yr-coupon-section {
    padding: 76px 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 18rem),
        linear-gradient(135deg, #4f2b0c, #a3631f 48%, #d49a43);
    color: #fff8eb;
}
.yr-coupon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.yr-coupon-card {
    padding: 22px;
    border-radius: var(--yr-radius);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.20);
    box-shadow: 0 20px 46px rgba(55,28,6,.20);
}
.yr-coupon-card strong { display: block; font-size: 1.05rem; margin-bottom: .5rem; }
.yr-coupon-card p { margin: 0; color: rgba(255,248,235,.86); }
.yr-copy-code {
    border: 1px dashed rgba(255,255,255,.56);
    border-radius: 999px;
    padding: .35rem .8rem;
    background: rgba(255,255,255,.16);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
}

.yr-flash-sale { padding: 72px 0; }
.yr-flash-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}
.yr-countdown {
    display: flex;
    gap: .65rem;
}
.yr-countdown span {
    min-width: 78px;
    padding: .8rem .7rem;
    border-radius: 18px;
    background: #fff6e3;
    border: 1px solid var(--yr-line);
    text-align: center;
    box-shadow: var(--yr-soft-shadow);
}
.yr-countdown b {
    display: block;
    color: var(--yr-bronze);
    font-size: 1.45rem;
    line-height: 1;
}
.yr-countdown small { color: var(--yr-muted); font-size: .75rem; }

.yr-advice { background: rgba(255,253,247,.66); }
.yr-advice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.yr-advice-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border-radius: 20px;
    background: #fffdf7;
    border: 1px solid var(--yr-line);
    color: var(--yr-brown);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(101, 60, 20, .06);
}
.yr-advice-card span { color: var(--yr-gold); }
.yr-advice-card:hover { transform: translateY(-3px); box-shadow: var(--yr-soft-shadow); }

.yr-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.yr-blog-card,
.yr-entry-card {
    overflow: hidden;
    border-radius: var(--yr-radius);
    background: rgba(255,255,255,.8);
    border: 1px solid var(--yr-line);
    box-shadow: var(--yr-soft-shadow);
}
.yr-blog-thumb,
.yr-entry-thumb {
    display: block;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #f3d59b, #fff9ed);
}
.yr-blog-thumb img,
.yr-entry-thumb img { width: 100%; height: 100%; object-fit: cover; }
.yr-blog-thumb span,
.yr-entry-thumb span {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 50%, #fff, transparent 22%),
        linear-gradient(135deg, #edd09a, #fff8e8);
}
.yr-blog-card > div,
.yr-entry-body { padding: 22px; }
.yr-blog-card time,
.yr-entry-body time,
.yr-page-title time { color: var(--yr-gold); font-size: .86rem; font-weight: 700; }
.yr-blog-card h3,
.yr-entry-body h1 {
    margin: .45rem 0 .55rem;
    color: var(--yr-brown);
    font-family: var(--yr-serif);
    line-height: 1.25;
}
.yr-blog-card p,
.yr-entry-body p { color: var(--yr-muted); margin: 0 0 1rem; }

.yr-page { padding: 64px 0; min-height: 56vh; }
.yr-content-layout { max-width: 980px; }
.yr-post-list { display: grid; gap: 26px; }
.yr-single-content { max-width: 920px; }
.yr-page-title {
    text-align: center;
    margin-bottom: 32px;
}
.yr-page-title h1 { font-size: clamp(2rem, 4vw, 3.4rem); margin: .25rem 0; }
.yr-content {
    padding: 34px;
    border-radius: var(--yr-radius);
    background: rgba(255,255,255,.82);
    border: 1px solid var(--yr-line);
    box-shadow: var(--yr-soft-shadow);
}
.yr-content h2,
.yr-content h3 { font-family: var(--yr-serif); color: var(--yr-bronze); }
.yr-content a { color: var(--yr-gold); font-weight: 700; }
.yr-single-thumb {
    overflow: hidden;
    border-radius: var(--yr-radius);
    margin-bottom: 26px;
    box-shadow: var(--yr-soft-shadow);
}
.yr-pagination { margin-top: 30px; text-align: center; }

.yr-footer {
    background:
        radial-gradient(circle at 20% 0%, rgba(255,255,255,.08), transparent 20rem),
        linear-gradient(135deg, #2e1c10, #6b3d17);
    color: #fff5df;
    margin-top: 40px;
}
.yr-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .9fr 1fr 1.1fr;
    gap: 32px;
    padding: 58px 0;
}
.yr-footer h3 { margin: 0 0 1rem; font-family: var(--yr-serif); color: #ffe0a4; }
.yr-footer p { color: rgba(255,245,223,.78); margin: 0 0 1rem; }
.yr-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1rem;
    font-family: var(--yr-serif);
    font-size: 1.3rem;
    color: #ffe1a9;
}
.yr-footer .yr-logo-mark { width: 40px; height: 40px; font-size: 1.5rem; }
.yr-footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.yr-footer-menu a,
.yr-footer-menu li { color: rgba(255,245,223,.80); }
.yr-footer-hotline a { color: #ffe0a4; font-weight: 900; }
.yr-footer-button {
    display: inline-flex;
    padding: .75rem 1rem;
    border-radius: 999px;
    background: #ffe0a4;
    color: #5a3515;
    font-weight: 900;
}
.yr-footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,245,223,.68);
    font-size: .9rem;
}

.yr-floating-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 10px;
    z-index: 100;
}
.yr-floating-contact a {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--yr-gold-2), var(--yr-gold));
    color: #fff;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(104,60,16,.24);
}

/* WooCommerce */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 24px; color: var(--yr-muted); }
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: var(--yr-radius);
    background: rgba(255,255,255,.82);
    border: 1px solid var(--yr-line);
    box-shadow: var(--yr-soft-shadow);
    padding-bottom: 18px;
}
.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / .92;
    object-fit: cover;
    margin: 0 0 14px !important;
}
.woocommerce-loop-product__title {
    color: var(--yr-brown);
    padding: 0 16px !important;
    font-size: 1rem !important;
    line-height: 1.45;
}
.woocommerce ul.products li.product .price { padding: 0 16px; }
.woocommerce ul.products li.product .button { margin: 0 16px !important; }
.woocommerce span.onsale {
    background: #7d4615;
    color: #fff8e9;
    border-radius: 999px;
    min-height: auto;
    line-height: 1;
    padding: .5rem .7rem;
}
.woocommerce div.product {
    background: rgba(255,255,255,.80);
    border: 1px solid var(--yr-line);
    border-radius: var(--yr-radius);
    padding: 28px;
    box-shadow: var(--yr-soft-shadow);
}
.woocommerce div.product .product_title {
    font-family: var(--yr-serif);
    color: var(--yr-bronze);
    font-size: clamp(2rem, 4vw, 3.1rem);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--yr-gold); font-weight: 900; }
.woocommerce-tabs.wc-tabs-wrapper,
.related.products { margin-top: 40px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--yr-gold);
    background: #fff8e8;
    color: var(--yr-brown);
    border-radius: 16px;
}
.woocommerce-message::before,
.woocommerce-info::before { color: var(--yr-gold); }

@media (max-width: 1024px) {
    .yr-hero-grid,
    .yr-feature-grid { grid-template-columns: 1fr; }
    .yr-hero { min-height: auto; padding: 64px 0 30px; }
    .yr-hero-art { min-height: 460px; }
    .yr-category-grid,
    .yr-products-grid,
    .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
    .yr-promise-grid { grid-template-columns: repeat(2, 1fr); }
    .yr-blog-grid,
    .yr-advice-grid,
    .yr-coupon-grid { grid-template-columns: repeat(2, 1fr); }
    .yr-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .yr-topbar-inner { align-items: flex-start; padding: .6rem 0; }
    .yr-topbar-left,
    .yr-topbar-right { gap: .45rem .8rem; }
    .yr-topbar-right { display: none; }
    .yr-brand-inner { flex-wrap: wrap; }
    .yr-menu-toggle { display: inline-grid; place-items: center; }
    .yr-brand { min-width: auto; flex: 1; justify-content: center; }
    .yr-brand-text strong { font-size: 1.05rem; }
    .yr-logo-mark { width: 42px; height: 42px; font-size: 1.6rem; }
    .yr-search { order: 3; width: 100%; }
    .yr-main-nav { display: none; }
    .yr-main-nav.is-open { display: block; }
    .yr-menu { display: grid; align-items: stretch; padding: .6rem 0; }
    .yr-menu a { padding: .85rem .2rem; text-align: center; }
    .yr-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-radius: 14px; margin: 0 18px 8px; }
    .yr-hero { padding-top: 46px; }
    .yr-hero::before { background: linear-gradient(180deg, rgba(255,250,240,.95), rgba(255,250,240,.82)); }
    .yr-hero h1 { font-size: clamp(2.1rem, 12vw, 3.25rem); }
    .yr-hero-art { min-height: 350px; transform: scale(.78); transform-origin: top center; margin-bottom: -70px; }
    .yr-promise-grid,
    .yr-category-grid,
    .yr-products-grid,
    .woocommerce ul.products,
    .yr-blog-grid,
    .yr-advice-grid,
    .yr-coupon-grid,
    .yr-footer-grid { grid-template-columns: 1fr; }
    .yr-promise-grid div { border-right: 0; border-bottom: 1px solid var(--yr-line); }
    .yr-flash-head { display: grid; }
    .yr-countdown span { min-width: 68px; }
    .yr-section { padding: 54px 0; }
    .yr-content { padding: 22px; }
}

@media (max-width: 420px) {
    .yr-container { width: min(var(--yr-container), calc(100% - 24px)); }
    .yr-hero-actions { display: grid; }
    .yr-button { width: 100%; }
    .yr-round-box { width: 290px; height: 290px; left: 0; }
    .yr-lux-box { width: 48%; right: 0; }
}
