.jm-product-card{--jm-gold:var(--jl2-color-gold,        #b8854a);--jm-gold-soft:rgba(184, 133, 74, 0.30);--jm-gold-line:rgba(184, 133, 74, 0.45);--jm-cream:var(--jl2-color-cream,       #faf8f2);--jm-ivory:#fdfcf8;--jm-ink:var(--jl2-color-ink,         #14140f);--jm-mute:var(--jl2-color-mute,        #6b6660);--jm-line:var(--jl2-color-line,        rgba(20, 20, 15, 0.10));--jm-radius:4px;--jm-font-sans:var(--jl2-font-sans,         "Inter", system-ui, sans-serif);--jm-font-disp:var(--jl2-font-display,      "Fraunces", Georgia, serif);position:relative;box-sizing:border-box;display:grid;grid-template-columns:38% 1fr;grid-template-areas:"media  content" "qty    content";column-gap:.9rem;row-gap:.5rem;padding:.85rem 0 1rem;background:#fff0;color:var(--jm-ink);font-family:var(--jm-font-sans);border:0;border-radius:0}.jm-product-card *,.jm-product-card *::before,.jm-product-card *::after{box-sizing:border-box}.jm-product-card+.jm-product-card{border-top:1px solid var(--jm-gold-soft)}.jm-product-card__link{position:absolute;inset:0;z-index:1;color:#fff0;text-decoration:none;font-size:0}.jm-product-card__link:focus-visible{outline:2px solid var(--jm-gold);outline-offset:-2px}.jm-product-card__media{grid-area:media;position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--jm-ivory)}.jm-product-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block}.jm-product-card__img-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--jm-font-disp);font-size:2.4rem;color:var(--jm-gold);background:var(--jm-ivory)}.jm-product-card__badge{display:none}.jm-product-card__content{grid-area:content;display:flex;flex-direction:column;gap:.45rem;min-width:0}.jm-product-card__title{order:1}.jm-product-card__rating{order:2}.jm-product-card__divider{order:3;display:none}.jm-product-card__footer{order:4}.jm-product-card__title{margin:0;font-family:var(--jm-font-sans);font-size:12px;font-weight:700;line-height:1.35;color:var(--jm-ink);letter-spacing:.01em;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.jm-product-card__rating{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--jm-font-sans);font-size:11px;color:var(--jm-mute)}.jm-product-card__rating .star-rating{position:relative;display:inline-block;width:5.2em;height:1em;font-family:star;font-size:.82em;line-height:1;overflow:hidden;color:rgb(20 20 15 / .18)}.jm-product-card__rating .star-rating::before{content:"\73\73\73\73\73";position:absolute;inset:0;letter-spacing:.08em}.jm-product-card__rating .star-rating>span{position:absolute;inset:0;overflow:hidden;color:var(--jm-gold)}.jm-product-card__rating .star-rating>span::before{content:"\53\53\53\53\53";position:absolute;left:0;top:0;letter-spacing:.08em}.jm-product-card__rating-count{font-size:10px;letter-spacing:.04em;color:var(--jm-mute)}.jm-product-card__price{margin:0;font-family:var(--jm-font-sans);font-size:13px;font-weight:600;color:var(--jm-ink);display:flex;align-items:baseline;gap:.35rem;min-width:0}.jm-product-card__price del{display:inline-flex;align-items:baseline;color:var(--jm-mute);font-size:11px;font-weight:500;opacity:.78;text-decoration:line-through}.jm-product-card__price del .woocommerce-Price-amount,.jm-product-card__price del bdi{color:var(--jm-mute);font-weight:500;text-decoration:line-through}.jm-product-card__price ins{text-decoration:none;font-weight:700;color:var(--jm-ink)}.jm-product-card__price ins .woocommerce-Price-amount,.jm-product-card__price ins bdi,.jm-product-card__price>.woocommerce-Price-amount,.jm-product-card__price>.woocommerce-Price-amount bdi{color:var(--jm-ink);font-weight:700;text-decoration:none}.jm-product-card__from{font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--jm-mute)}.jm-product-card__footer{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}@media (max-width:639px){.jm-product-card__footer{flex-direction:column;align-items:flex-start;gap:.45rem;margin-top:auto}}.jm-product-card__cart{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.1rem;min-height:36px;width:auto;min-width:130px;font-family:var(--jm-font-sans);font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--jm-cream);background:var(--jm-ink);border:1px solid var(--jm-ink);border-radius:999px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background 200ms ease,color 200ms ease,border-color 200ms ease,transform 200ms ease}.jm-product-card__cart:hover,.jm-product-card__cart:focus-visible{background:var(--jm-gold);border-color:var(--jm-gold);color:#fff;outline:0;transform:translateY(-1px)}.jm-product-card__cart:disabled,.jm-product-card__cart[disabled]{opacity:.5;cursor:not-allowed;transform:none}.jm-product-card__cart-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.jm-product-card__cart-icon svg{width:16px;height:16px}.jm-product-card__cart-spinner{display:none;width:14px;height:14px;border-radius:50%;border:2px solid currentColor;border-top-color:#fff0;animation:jm-spin 700ms linear infinite}.jm-product-card.is-loading .jm-product-card__cart-icon{display:none}.jm-product-card.is-loading .jm-product-card__cart-spinner{display:inline-block}.jm-product-card.is-loading .jm-product-card__cart-label::after{content:"…"}.jm-product-card.is-added .jm-product-card__cart{background:var(--jm-gold);border-color:var(--jm-gold)}.jm-product-card.is-added .jm-product-card__cart-label::before{content:"✓ "}@keyframes jm-spin{to{transform:rotate(360deg)}}.jm-product-card__qty{grid-area:qty;position:relative;z-index:2;display:inline-flex;align-items:stretch;height:32px;width:100%;max-width:130px;margin-top:.5rem;border:1px solid var(--jm-gold-line);border-radius:999px;overflow:hidden;background:var(--jm-cream)}.jm-product-card__qty-btn{flex:0 0 auto;width:32px;border:0;background:#fff0;color:var(--jm-ink);font-family:var(--jm-font-sans);font-size:14px;font-weight:600;line-height:1;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.jm-product-card__qty-btn:hover,.jm-product-card__qty-btn:focus-visible{background:var(--jm-gold);color:#fff;outline:0}.jm-product-card__qty-input{flex:1 1 auto;width:100%;min-width:0;border:0;border-left:1px solid var(--jm-gold-line);border-right:1px solid var(--jm-gold-line);background:#fff0;text-align:center;font-family:var(--jm-font-sans);font-size:13px;font-weight:600;color:var(--jm-ink);-moz-appearance:textfield}.jm-product-card__qty-input::-webkit-outer-spin-button,.jm-product-card__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.jm-product-card__qty-input:focus-visible{outline:2px solid var(--jm-gold);outline-offset:2px}@media (min-width:640px){.jm-product-card{display:flex;flex-direction:column;grid-template-areas:none;padding:0;gap:0;border:1px solid var(--jm-gold-line);border-radius:var(--jm-radius);background:var(--jm-ivory);overflow:hidden}.jm-product-card+.jm-product-card{border-top:1px solid var(--jm-gold-line)}.jm-product-card__media{width:100%;aspect-ratio:1 / 1}.jm-product-card__content{padding:.85rem .9rem .9rem;gap:.4rem}.jm-product-card__content{flex:1 1 auto}.jm-product-card__rating{order:1;justify-content:center}.jm-product-card__title{order:2;font-size:14px;text-align:center;-webkit-line-clamp:4;min-height:calc(1.35em * 4)}.jm-product-card__divider{order:3;display:block;height:1px;background:var(--jm-gold-soft);margin:auto 0 .4rem}.jm-product-card__footer{order:4}.jm-product-card__rating .star-rating{font-size:1em;width:5.4em}.jm-product-card__price{flex-wrap:wrap;gap:.3rem .5rem}.jm-product-card__footer{flex-direction:row;align-items:center;gap:.5rem}.jm-product-card__price{flex:0 0 80%;min-width:0;font-size:14px}.jm-product-card__cart{flex:0 0 calc(20% - 0.5rem);width:auto;min-width:36px;min-height:36px;padding:0;border-radius:999px}.jm-product-card__cart-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.jm-product-card__qty{display:none}}@media (min-width:1024px){.jm-product-card{transition:border-color 240ms ease,transform 240ms ease,box-shadow 240ms ease}.jm-product-card:hover{border-color:var(--jm-gold);transform:translateY(-2px);box-shadow:0 14px 28px -14px rgb(64 42 12 / .25)}.jm-product-card__title{font-size:14px}.jm-product-card__price{font-size:14px}.jm-product-card__rating .star-rating{font-size:1.18em;width:5.6em}}body.jm-infinite-ready nav.woocommerce-pagination,body.jm-infinite-ready .woocommerce-pagination{display:none!important}.jm-infinite-sentinel{display:block;width:100%;height:1px;margin:0;padding:0}.jm-infinite-status{display:block;width:100%;margin:1.5rem 0 .5rem;padding:.75rem 0;text-align:center;font-family:var(--jl2-font-sans,"Inter",system-ui,sans-serif);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--jl2-color-mute,#6b6660);opacity:0;transition:opacity 200ms ease}body.jm-infinite-loading .jm-infinite-status,body.jm-infinite-done .jm-infinite-status{opacity:1}body.jm-infinite-loading .jm-infinite-status::before{content:"";display:inline-block;vertical-align:-2px;width:12px;height:12px;margin-right:.5rem;border:2px solid currentColor;border-top-color:#fff0;border-radius:50%;animation:jm-spin 700ms linear infinite}.woocommerce-result-count{margin:.75rem 0 .5rem;padding:.6rem 0 .6rem 2.25rem;position:relative;font-family:var(--jl2-font-sans,"Inter",system-ui,sans-serif);font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--jl2-color-ink,#14140f)}.woocommerce-result-count::before{content:"";position:absolute;left:0;top:50%;width:1.5rem;height:1px;background:linear-gradient(to right,#fff0 0%,var(--jl2-color-gold,#b8854a) 30%,var(--jl2-color-gold,#b8854a) 100%);transform:translateY(-.5px)}.woocommerce-ordering{margin:0 0 .75rem}.woocommerce-ordering select.orderby,.woocommerce-ordering select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:.65rem 2.6rem .65rem 1.1rem;background-color:var(--jl2-color-cream,#faf8f2);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1L5 5L9 1' stroke='%23b8854a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:10px 6px;border:1px solid rgb(184 133 74 / .45);border-radius:999px;font-family:var(--jl2-font-sans,"Inter",system-ui,sans-serif);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--jl2-color-ink,#14140f);cursor:pointer;min-width:0;width:100%;max-width:280px;transition:border-color 200ms ease,background-color 200ms ease,box-shadow 200ms ease}.woocommerce-ordering select.orderby:hover,.woocommerce-ordering select.orderby:focus-visible{border-color:var(--jl2-color-gold,#b8854a);background-color:#fdfcf8;outline:0;box-shadow:0 1px 0 rgb(184 133 74 / .18)}@media (max-width:639px){.woocommerce-result-count{margin-bottom:.4rem}.woocommerce-ordering select.orderby,.woocommerce-ordering select{max-width:none}}@media (min-width:640px){.woocommerce-result-count{float:left;margin:1.1rem 0 1.25rem}.woocommerce-ordering{float:right;margin:.9rem 0 1.25rem}.woocommerce-ordering select.orderby,.woocommerce-ordering select{min-width:220px}}ul.products:has(>.jm-product-card),ul.products.products:has(>.jm-product-card){clear:both}.jm-product-grid{display:grid;grid-template-columns:1fr;gap:0;padding:0;margin:0;list-style:none}@media (min-width:640px){.jm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width:1024px){.jm-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}}ul.products:has(>.jm-product-card){display:grid;grid-template-columns:1fr;gap:0;padding:0;margin:0;list-style:none}ul.products:has(>.jm-product-card)::before,ul.products:has(>.jm-product-card)::after{display:none}@media (min-width:640px){ul.products:has(>.jm-product-card){grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width:1024px){ul.products:has(>.jm-product-card){grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}}ul.products li.product.jm-product-card{float:none;width:100%;max-width:none;margin:0}html{scroll-behavior:smooth}.jm-cat-grid-anchor{display:block;height:1px;scroll-margin-top:130px;pointer-events:none;visibility:hidden}@media (max-width:767px){.jm-cat-grid-anchor{scroll-margin-top:90px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body.tax-product_cat #primary.content-area{padding-top:0!important}body.tax-product_cat main.site-main{padding-top:56px!important}@media (max-width:767px){body.tax-product_cat main.site-main{padding-top:40px!important}}body.tax-product_cat .jm-product-category-shell{max-width:1280px;margin-inline:auto}@media (min-width:640px){body.tax-product_cat .jm-product-category-shell{padding-inline:1.5rem}}@media (min-width:1024px){body.tax-product_cat .jm-product-category-shell{padding-inline:clamp(2rem, 5vw, 4rem)}}.jm-cat-hero{box-sizing:border-box;width:100%;margin:0 0 1rem;padding-block:.5rem;color:var(--jl2-color-ink,#14140f)}.jm-cat-hero *,.jm-cat-hero *::before,.jm-cat-hero *::after{box-sizing:border-box}.jm-cat-hero__inner{display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:center}@media (max-width:1023px){.jm-cat-hero__text{order:2}.jm-cat-hero__media{order:1}}@media (min-width:1024px){.jm-cat-hero{margin:.25rem 0 1.5rem}.jm-cat-hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:2.5rem}}.jm-cat-hero__text{display:grid;gap:.85rem;min-width:0;text-align:left}.jm-cat-hero__eyebrow-row{display:inline-flex;align-items:center;gap:.85rem}.jm-cat-hero__eyebrow{font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:11px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--jl2-color-mute,#6b6660)}.jm-cat-hero__eyebrow-rule{display:inline-block;width:2.25rem;height:1px;background:var(--jl2-color-gold,#b8854a)}.jm-cat-hero__title{margin:0;font-family:var(--jl2-font-display,"Fraunces",Georgia,serif);font-weight:400;font-variation-settings:"opsz" 120;font-size:clamp(2.2rem, 5.4vw, 4rem);line-height:1;letter-spacing:-.012em;color:var(--jl2-color-ink,#14140f)}@media (min-width:1024px){.jm-cat-hero__title{max-width:12ch}}.jm-cat-hero__title-rule{display:block;width:clamp(140px, 22vw, 220px);height:12px;color:var(--jl2-color-gold,#b8854a);margin:.1rem 0 .25rem}.jm-cat-hero__title-rule svg{width:100%;height:100%;display:block}.jm-cat-hero__tagline{margin:0;font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:15px;line-height:1.55;color:var(--jl2-color-mute,#6b6660);max-width:38ch}@media (min-width:1024px){.jm-cat-hero__tagline{font-size:16px}}.jm-cat-hero__ctas{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}.jm-cat-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:999px;font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color 220ms ease,border-color 220ms ease,color 220ms ease,transform 220ms ease}@media (max-width:639px){.jm-cat-hero__ctas{flex-direction:column;gap:.5rem}.jm-cat-hero__cta{width:100%;padding:.95rem 1.25rem;font-size:11.5px}}.jm-cat-hero__cta--primary{background:var(--jl2-color-gold,#b8854a);color:#fff;border:1px solid var(--jl2-color-gold,#b8854a)}.jm-cat-hero__cta--primary:hover,.jm-cat-hero__cta--primary:focus-visible{background:var(--jl2-color-ink,#14140f);border-color:var(--jl2-color-ink,#14140f);color:#fff;transform:translateY(-1px);outline:0}.jm-cat-hero__cta--ghost{background:#fff0;color:var(--jl2-color-ink,#14140f);border:1px solid rgb(184 133 74 / .5)}.jm-cat-hero__cta--ghost:hover,.jm-cat-hero__cta--ghost:focus-visible{background:var(--jl2-color-ink,#14140f);border-color:var(--jl2-color-ink,#14140f);color:#fff;outline:0}.jm-cat-hero__cta-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.jm-cat-hero__cta-icon svg{width:100%;height:100%;display:block}.jm-cat-hero__badges{list-style:none;padding:1.5rem 0 0;margin:1.5rem 0 0;border-top:1px solid rgb(184 133 74 / .22);display:grid;grid-template-columns:1fr;gap:0}@media (min-width:768px){.jm-cat-hero__badges{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}}@media (max-width:767px){.jm-cat-hero__badge{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:.85rem;align-items:center;padding:.9rem 0;border-bottom:1px solid rgb(184 133 74 / .16);text-align:left}.jm-cat-hero__badge:last-child{border-bottom:0}.jm-cat-hero__badge-title{font-size:12px;letter-spacing:.12em;max-width:none;text-align:left}}@media (min-width:768px){.jm-cat-hero__badge{display:grid;justify-items:center;align-content:start;gap:.7rem;min-width:0;text-align:center;padding:.25rem .5rem;border-right:1px solid rgb(184 133 74 / .18)}.jm-cat-hero__badge:last-child{border-right:0}}.jm-cat-hero__badge-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgb(184 133 74 / .4);border-radius:50%;background:rgb(184 133 74 / .06);color:var(--jl2-color-gold,#b8854a);flex-shrink:0;transition:background-color 220ms ease,border-color 220ms ease,transform 220ms ease}.jm-cat-hero__badge:hover .jm-cat-hero__badge-icon{background:rgb(184 133 74 / .14);border-color:var(--jl2-color-gold,#b8854a);transform:translateY(-1px)}.jm-cat-hero__badge-icon svg{width:22px;height:22px;display:block}.jm-cat-hero__badge-icon img{width:24px;height:24px;display:block;filter:invert(53%) sepia(28%) saturate(854%) hue-rotate(355deg) brightness(91%) contrast(85%)}.jm-cat-hero__badge-title{font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:11px;font-weight:600;line-height:1.35;letter-spacing:.1em;text-transform:uppercase;color:var(--jl2-color-ink,#14140f);max-width:16ch}@media (min-width:1024px){.jm-cat-hero__badge-title{font-size:12px}}.jm-cat-hero__badge--stat .jm-cat-hero__badge-title{display:grid;gap:.05rem;letter-spacing:0;text-transform:none}.jm-cat-hero__badge-value{font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:16px;font-weight:700;line-height:1;letter-spacing:-.005em;color:var(--jl2-color-ink,#14140f)}@media (min-width:1024px){.jm-cat-hero__badge-value{font-size:17px}}.jm-cat-hero__badge-label{font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;color:var(--jl2-color-mute,#6b6660)}@media (max-width:767px){.jm-cat-hero__badge--stat .jm-cat-hero__badge-title{grid-template-columns:auto 1fr;align-items:baseline;column-gap:.5rem}}.jm-cat-hero__media{position:relative;width:100%;min-width:0}.jm-cat-hero__media-frame{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden}.jm-cat-hero__media-frame img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}@media (max-width:1023px){.jm-cat-hero__media{max-width:none;margin-inline:0}}@media (min-width:1024px){.jm-cat-hero__media-frame{max-width:560px;margin-left:auto}}.jm-cat-filter-strip{box-sizing:border-box;width:100%;margin:0 0 .75rem;padding:.75rem 1rem;background:rgb(253 252 248 / .6);border:1px solid rgb(184 133 74 / .22);border-radius:6px}.jm-cat-filter-strip__inner{display:flex;flex-direction:column;gap:.5rem;min-width:0}@media (min-width:768px){.jm-cat-filter-strip__inner{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem}}.jm-cat-filter-group{display:grid;grid-template-columns:1fr;gap:.3rem;min-width:0}@media (min-width:768px){.jm-cat-filter-group{display:inline-flex;align-items:center;gap:.6rem}}.jm-cat-filter-group__title{font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--jl2-color-mute,#6b6660);line-height:1;white-space:nowrap}.jm-cat-filter-links{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0}@media (max-width:767px){.jm-cat-filter-links{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.3rem}.jm-cat-filter-links::-webkit-scrollbar{display:none}}.jm-cat-filter-link{display:inline-flex;align-items:center;flex:0 0 auto;padding:.32rem .75rem;background:#fff;border:1px solid rgb(184 133 74 / .3);border-radius:999px;font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:11px;font-weight:500;letter-spacing:.02em;color:var(--jl2-color-ink,#14140f);text-decoration:none;white-space:nowrap;transition:background-color 200ms ease,border-color 200ms ease,color 200ms ease}.jm-cat-filter-link:hover,.jm-cat-filter-link:focus-visible{background:var(--jl2-color-cream,#faf8f2);border-color:var(--jl2-color-gold,#b8854a);color:var(--jl2-color-gold,#b8854a);outline:0}.jm-cat-filter-link--active{background:var(--jl2-color-ink,#14140f);border-color:var(--jl2-color-ink,#14140f);color:var(--jl2-color-cream,#faf8f2)}.jm-cat-filter-strip__clear{display:inline-flex;align-items:center;gap:.4rem;margin-left:auto;font-family:var(--jl2-font-sans,"Inter",sans-serif);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--jl2-color-gold,#b8854a);text-decoration:none;transition:color 200ms ease}.jm-cat-filter-strip__clear:hover,.jm-cat-filter-strip__clear:focus-visible{color:var(--jl2-color-ink,#14140f);outline:0}@media (max-width:639px){body.home ul.products:has(>.jm-product-card),body.single-product ul.products:has(>.jm-product-card){grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem .75rem;padding:0;margin:0}body.home .jm-product-card,body.single-product .jm-product-card{display:flex;flex-direction:column;grid-template-areas:none;grid-template-columns:1fr;padding:0;gap:0;border:1px solid var(--jm-gold-line);border-radius:var(--jm-radius);background:var(--jm-ivory);overflow:hidden}body.home .jm-product-card+.jm-product-card,body.single-product .jm-product-card+.jm-product-card{border-top:1px solid var(--jm-gold-line)}body.home .jm-product-card__media,body.single-product .jm-product-card__media{width:100%;aspect-ratio:1 / 1}body.home .jm-product-card__content,body.single-product .jm-product-card__content{padding:.7rem .7rem .85rem;gap:.35rem}body.home .jm-product-card__rating,body.single-product .jm-product-card__rating{order:1;justify-content:center}body.home .jm-product-card__rating .star-rating,body.single-product .jm-product-card__rating .star-rating{font-size:.78em}body.home .jm-product-card__title,body.single-product .jm-product-card__title{order:2;font-size:11.5px;text-align:center;-webkit-line-clamp:3;min-height:calc(1.35em * 3)}body.home .jm-product-card__divider,body.single-product .jm-product-card__divider{order:3;display:block;height:1px;background:var(--jm-gold-soft);margin:auto 0 .3rem}body.home .jm-product-card__footer,body.single-product .jm-product-card__footer{order:4;flex-direction:row;align-items:center;gap:.4rem;margin-top:0}body.home .jm-product-card__price,body.single-product .jm-product-card__price{flex:1 1 auto;flex-wrap:wrap;gap:.25rem .4rem;font-size:12px}body.home .jm-product-card__cart,body.single-product .jm-product-card__cart{flex:0 0 32px;width:32px;min-width:32px;min-height:32px;padding:0;border-radius:999px}body.home .jm-product-card__cart-label,body.single-product .jm-product-card__cart-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.home .jm-product-card__qty,body.single-product .jm-product-card__qty{display:none}}