:root{--jh-rec-text: #212121;--jh-rec-muted: rgba(33, 33, 33, .68);--jh-rec-border: rgba(33, 33, 33, .12);--jh-rec-bg: #ffffff;--jh-rec-soft-bg: #f6f4f1;--jh-rec-gap-mobile: 12px;--jh-rec-gap-tablet: 14px;--jh-rec-gap-desktop: 16px}.jh-rec-section,.jh-cart-upsell,.jh-added-popup,.jh-hook{box-sizing:border-box;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--jh-rec-text)}.jh-rec-section *,.jh-cart-upsell *,.jh-added-popup *,.jh-hook *{box-sizing:border-box}.jh-hook{width:100%;min-width:0}.jh-rec-section{width:100%;max-width:100%;margin:22px 0;padding:0;overflow:hidden}.jh-rec-section--boxed{border:1px solid var(--jh-rec-border);padding:14px;background:var(--jh-rec-bg)}.jh-rec-header{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:8px;margin-bottom:12px}.jh-rec-header a{align-self:flex-start;color:var(--jh-rec-text);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}.jh-rec-title{margin:0;font-size:16px;line-height:1.25;font-weight:700;letter-spacing:.01em;color:var(--jh-rec-text)}.jh-rec-subtitle{margin:5px 0 0;font-size:13px;line-height:1.45;color:var(--jh-rec-muted)}.jh-rec-grid{display:grid;grid-template-columns:repeat(var(--jh-rec-mobile-columns, 2),minmax(0,1fr));gap:var(--jh-rec-gap-mobile);width:100%;min-width:0}.jh-rec-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(148px,44%);gap:var(--jh-rec-gap-mobile);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:0 2px 8px;margin-inline:-2px;-webkit-overflow-scrolling:touch}.jh-rec-scroller::-webkit-scrollbar{height:5px}.jh-rec-scroller::-webkit-scrollbar-thumb{background:#2121213d}.jh-rec-scroller .jh-rec-card{scroll-snap-align:start}.jh-rec-card{position:relative;min-width:0;background:var(--jh-rec-bg)}.jh-rec-card__media{display:block;position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--jh-rec-soft-bg);text-decoration:none}.jh-rec-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .24s ease}@media(hover:hover){.jh-rec-card:hover .jh-rec-card__media img{transform:scale(1.035)}}.jh-rec-card__body{padding-top:8px}.jh-rec-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px;margin:0 0 4px;font-size:12px;line-height:1.38;font-weight:500;color:var(--jh-rec-text);text-decoration:none}.jh-rec-card__price{margin:0 0 8px;font-size:12px;line-height:1.2;font-weight:700;color:var(--jh-rec-text)}.jh-rec-card__compare{margin-left:6px;color:#2121217a;text-decoration:line-through;font-weight:400}.jh-rec-card__button,.jh-bundle__button,.jh-cart-upsell__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;border:1px solid var(--jh-rec-text);border-radius:0;padding:0 12px;background:var(--jh-rec-text);color:#fff;font-size:12px;font-weight:700;letter-spacing:.055em;line-height:1.2;text-align:center;text-transform:uppercase;text-decoration:none;cursor:pointer;touch-action:manipulation;transition:opacity .18s ease,background .18s ease,color .18s ease}.jh-rec-card__button:hover,.jh-bundle__button:hover,.jh-cart-upsell__button:hover{opacity:.88}.jh-rec-card__button:focus-visible,.jh-bundle__button:focus-visible,.jh-cart-upsell__button:focus-visible,.jh-added-popup__close:focus-visible{outline:2px solid var(--jh-rec-text);outline-offset:3px}.jh-rec-card__button[disabled],.jh-bundle__button[disabled],.jh-cart-upsell__button[disabled]{opacity:.45;cursor:not-allowed}.jh-rec-card__button--secondary{background:#fff;color:var(--jh-rec-text)}.jh-bundle{width:100%;min-width:0;border:1px solid rgba(33,33,33,.14);padding:12px;background:var(--jh-rec-bg)}.jh-bundle__items{display:grid;gap:10px;margin-bottom:12px}.jh-bundle-line{display:grid;grid-template-columns:24px 52px minmax(0,1fr);gap:10px;align-items:center;min-width:0}.jh-bundle-line__checkbox{width:20px;height:20px;accent-color:var(--jh-rec-text)}.jh-bundle-line__image{width:52px;height:68px;object-fit:cover;background:var(--jh-rec-soft-bg)}.jh-bundle-line__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 3px;font-size:13px;line-height:1.3;font-weight:600}.jh-bundle-line__price{display:block;margin:0;font-size:12px;color:var(--jh-rec-muted)}.jh-bundle__summary{display:flex;justify-content:space-between;gap:12px;margin:12px 0;padding-top:12px;border-top:1px solid var(--jh-rec-border);font-size:14px;font-weight:700}.jh-progress{margin:12px 0 16px}.jh-progress__message{margin:0 0 8px;font-size:13px;line-height:1.4;color:var(--jh-rec-text)}.jh-progress__track{position:relative;width:100%;height:8px;background:#2121211a;overflow:hidden}.jh-progress__bar{width:var(--jh-progress, 0%);height:100%;background:var(--jh-rec-text);transition:width .25s ease}.jh-cart-upsell{width:100%;max-width:100%;margin-top:16px;border-top:1px solid var(--jh-rec-border);padding-top:14px;overflow:hidden}.jh-cart-upsell__item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:center;width:100%;min-width:0;margin:0}.jh-cart-upsell__image{width:56px;height:72px;object-fit:cover;background:var(--jh-rec-soft-bg)}.jh-cart-upsell__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 3px;font-size:12px;line-height:1.35;font-weight:600;color:var(--jh-rec-text);text-decoration:none}.jh-cart-upsell__price{margin:0;font-size:12px;color:var(--jh-rec-muted)}.jh-cart-upsell__button{grid-column:1 / -1;min-height:40px;font-size:11px}.jh-added-popup{position:fixed;inset:auto 10px 10px 10px;z-index:9999;width:auto;max-height:min(82vh,620px);overflow:auto;border:1px solid rgba(33,33,33,.18);background:var(--jh-rec-bg);box-shadow:0 12px 36px #00000029;padding:14px;transform:translateY(16px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.jh-added-popup.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.jh-added-popup__close{position:absolute;top:8px;right:10px;border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:var(--jh-rec-text)}.jh-hidden,.jh-existing-upsell-hidden{display:none!important}@media(min-width:480px){.jh-rec-scroller{grid-auto-columns:minmax(164px,36%)}}@media(min-width:750px){.jh-rec-section{margin:26px 0}.jh-rec-section--boxed{padding:16px}.jh-rec-header{flex-direction:row;align-items:flex-end;gap:16px;margin-bottom:14px}.jh-rec-title{font-size:17px}.jh-rec-grid{grid-template-columns:repeat(var(--jh-rec-tablet-columns, 3),minmax(0,1fr));gap:var(--jh-rec-gap-tablet)}.jh-rec-scroller{grid-auto-columns:minmax(178px,28%);gap:var(--jh-rec-gap-tablet)}.jh-rec-card__title{font-size:13px;min-height:36px}.jh-rec-card__price{font-size:13px}.jh-bundle{padding:14px}.jh-bundle-line{grid-template-columns:24px 58px minmax(0,1fr)}.jh-bundle-line__image{width:58px;height:74px}.jh-cart-upsell__item{grid-template-columns:58px minmax(0,1fr) 96px}.jh-cart-upsell__button{grid-column:auto;min-height:38px;padding:0 10px}.jh-added-popup{inset:auto 18px 18px auto;width:min(420px,calc(100vw - 36px));padding:16px}}@media(min-width:990px){.jh-rec-section{margin:28px 0}.jh-rec-section--boxed{padding:18px}.jh-rec-title{font-size:18px}.jh-rec-grid{grid-template-columns:repeat(var(--jh-rec-columns, 4),minmax(0,1fr));gap:var(--jh-rec-gap-desktop)}.jh-rec-scroller{grid-auto-columns:minmax(190px,220px);gap:var(--jh-rec-gap-desktop)}}@media(prefers-reduced-motion:reduce){.jh-rec-card__media img,.jh-progress__bar,.jh-added-popup{transition:none}}.jh-slot--product-bundles{width:100%;max-width:var(--jh-page, 1200px);margin:0 auto;padding:0 16px}.jh-product .jh-hook{margin:12px 0}.jh-product .jh-buybox .jh-rec-section{margin:16px 0}.jh-product .jh-buybox .jh-rec-grid{--jh-rec-mobile-columns: 2}.jh-product .jh-buybox .jh-rec-card__button{min-height:42px}.jh-cart-drawer .jh-progress{margin:0 0 10px}.jh-cart-drawer .jh-progress__message{font-size:12px}.jh-cart-drawer .jh-cart-upsell__item{grid-template-columns:54px minmax(0,1fr) 70px;gap:8px}.jh-cart-drawer .jh-cart-upsell__image{width:54px;height:66px}.jh-cart-drawer .jh-cart-upsell__button{grid-column:auto;min-height:36px;padding:0 8px;font-size:10.5px}.template-cart .jh-rec-section{max-width:var(--jh-page, 1200px);margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.section-jh-added-popup{display:block!important}.jh-added-popup .jh-rec-scroller{grid-auto-columns:minmax(132px,42%)}@media(max-width:749px){.jh-slot--product-bundles{padding:0 12px}.jh-rec-section{margin:20px 0}.jh-rec-section--boxed{padding:12px;border-left:0;border-right:0}.jh-rec-title{font-size:15px}.jh-rec-subtitle{font-size:12.5px}.jh-bundle-line{grid-template-columns:22px 48px minmax(0,1fr);gap:8px}.jh-bundle-line__image{width:48px;height:62px}.jh-cart-drawer .jh-cart-upsell__item{grid-template-columns:50px minmax(0,1fr)}.jh-cart-drawer .jh-cart-upsell__button{grid-column:1 / -1;min-height:38px}.jh-added-popup{inset:auto 0 0 0;border-left:0;border-right:0;border-bottom:0;border-radius:18px 18px 0 0;max-height:78vh;padding:16px 12px calc(16px + env(safe-area-inset-bottom))}}@media(min-width:750px)and (max-width:989px){.jh-slot--product-bundles{padding:0 18px}.jh-rec-grid{--jh-rec-tablet-columns: 3}}@media(min-width:990px){.jh-slot--product-bundles{padding:0 24px}.jh-product .jh-buybox .jh-rec-grid{--jh-rec-columns: 2}}.jh-rec-card__price{margin-top:auto!important}.jh-rec-card__button{margin-top:8px!important}.jh-rec-grid>.jh-rec-card,.jh-rec-scroller>.jh-rec-card{align-self:stretch!important}.jh-rec-section{font-family:var(--jh-font-ui, "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif)!important}.jh-rec-title{font-weight:760!important;letter-spacing:-.025em!important}.jh-rec-subtitle{color:var(--jh-r3-muted, #5f5752)!important}.jh-rec-card{border-color:var(--jh-r3-line, #e8e1d9)!important}.jh-rec-card__media{background:var(--jh-r3-soft, #f7f3ee)!important}.jh-rec-card__button{font-weight:760!important}.jh-rec-card__button--secondary{border-color:var(--jh-r3-line, #e8e1d9)!important}.jh-bundle{border-radius:14px!important;background:#fffaf4!important;border-color:#e4d4c4!important}.jh-bundle__button{background:#111!important;color:#fff!important}@media(max-width:749px){.jh-rec-header{gap:4px!important;margin-bottom:10px!important}.jh-rec-scroller{grid-auto-columns:minmax(142px,43%)!important;gap:10px!important}.jh-rec-grid{gap:11px 9px!important}.jh-rec-card__media{aspect-ratio:3/4!important}.jh-rec-card__title{font-size:11.6px!important;line-height:1.22!important}.jh-rec-card__button{font-size:10.5px!important}}.jh-rec-section,.jh-slot--product-bundles,.jh-slot--recently-viewed{width:100%!important;max-width:100%!important}.jh-rec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important}.jh-rec-card{min-width:0!important;width:100%!important;border:0!important;border-radius:0!important;overflow:visible!important}.jh-rec-card__body{padding:9px 0 0!important}.jh-rec-card__title{font-size:11.5px!important;line-height:1.32!important;font-weight:750!important;min-height:2.65em!important;color:#1f1a17!important}.jh-rec-card__price{font-weight:900!important}.jh-rec-card__button{letter-spacing:.045em!important;padding:0 8px!important;background:#111!important;color:#fff!important;border-color:#111!important}.jh-rec-card__button--secondary{background:#fff!important;color:#111!important;border-color:#e8e1d9!important}.jh-rec-scroller{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;overflow:visible!important;padding:0!important;margin:0!important;gap:10px!important}.jh-bundle{border-radius:0!important;background:#fff!important;border-color:#e8e1d9!important;padding:12px!important}.jh-bundle-line{grid-template-columns:22px 50px minmax(0,1fr)!important;gap:8px!important;align-items:center!important}.jh-bundle-line__image{width:50px!important;height:66px!important;aspect-ratio:3/4!important;object-fit:contain!important;background:#f7f3ef!important}.jh-bundle-line__title{font-size:12px!important;line-height:1.25!important;font-weight:750!important}.jh-bundle__button{border-radius:999px!important;min-height:38px!important;font-size:11px!important}.section-jh-recently-viewed .jh-rec-section,.jh-slot--recently-viewed{margin-top:20px!important;margin-bottom:20px!important;padding:0!important}@media(min-width:750px){.jh-rec-grid,.jh-rec-scroller{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.jh-rec-card__title{font-size:13px!important}.jh-rec-card__button{min-height:38px!important;font-size:11px!important}}@media(min-width:990px){.jh-rec-grid,.jh-rec-scroller{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.jh-product .jh-buybox .jh-rec-grid,.jh-product .jh-buybox .jh-rec-scroller{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}@media(min-width:901px){.jh-cart-drawer{width:min(392px,calc(100vw - 32px))!important;max-width:min(392px,calc(100vw - 32px))!important;top:14px!important;right:14px!important;bottom:14px!important;left:auto!important;height:auto!important;max-height:calc(100svh - 28px)!important;border:1px solid rgba(31,26,23,.12)!important;border-radius:18px!important;box-shadow:0 18px 60px #0003!important;overflow:hidden!important;font-size:12px!important}.jh-cart-drawer>.jh-cart-promise{display:none!important}.jh-cart-drawer .jh-rec-title{font-size:11.8px!important;line-height:1.15!important}.jh-cart-drawer .jh-rec-subtitle{font-size:10px!important;line-height:1.2!important}.jh-cart-drawer .jh-cart-upsell__item{grid-template-columns:42px minmax(0,1fr) 60px!important;gap:6px!important}.jh-cart-drawer .jh-cart-upsell__image{width:42px!important;height:50px!important}.jh-cart-drawer .jh-cart-upsell__title{font-size:10px!important;line-height:1.18!important}.jh-cart-drawer .jh-cart-upsell__price{font-size:9.8px!important}.jh-cart-drawer .jh-cart-upsell__button{min-height:27px!important;font-size:9px!important;padding:4px 5px!important}}.section-jh-product-bundles,.section-jh-recently-viewed,.section-jh-home-smart-bundles,.section-jh-collection-cross-sell,.section-jh-cart-deep-recommendations{width:min(var(--jh-page, 1320px),calc(100vw - 32px))!important;max-width:min(var(--jh-page, 1320px),calc(100vw - 32px))!important;margin-left:auto!important;margin-right:auto!important}body.template-product .section-jh-product-bundles,body.template-product .section-jh-recently-viewed{width:min(520px,calc(100vw - 32px))!important;max-width:min(520px,calc(100vw - 32px))!important}body.template-product .jh-buybox .jh-slot--product-bundles,body.template-product .jh-buybox .jh-slot--recently-viewed,body.template-product .jh-buybox .jh-rec-section{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}body.template-product .jh-buybox .jh-rec-section{margin:14px 0!important}body.template-product .jh-buybox .jh-rec-section--boxed{padding:12px!important}.jh-rec-card{border:1px solid var(--jh-border, #ece7e1)!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;height:100%!important}.jh-rec-card__media{aspect-ratio:3/4!important;width:100%!important;background:#f7f3ef!important;border-radius:0!important;overflow:hidden!important}.jh-rec-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.jh-rec-card__body{padding:10px!important;display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important}.jh-rec-card__title{font-size:12px!important;line-height:1.3!important;font-weight:650!important;letter-spacing:0!important;min-height:2.6em!important;margin:0 0 7px!important}.jh-rec-card__price{font-size:12px!important;line-height:1.2!important;font-weight:850!important;margin:auto 0 8px!important}.jh-rec-card__button{min-height:36px!important;border-radius:999px!important;font-size:10.5px!important;font-weight:850!important;letter-spacing:.035em!important;padding:6px 8px!important;margin-top:auto!important}body.template-index .section-jh-home-smart-bundles .jh-rec-scroller,body.template-index .section-jh-recently-viewed .jh-rec-grid,body.template-index .section-jh-recently-viewed .jh-rec-scroller,body.template-collection .section-jh-collection-cross-sell .jh-rec-scroller,body.template-collection .section-jh-recently-viewed .jh-rec-grid,body.template-collection .section-jh-recently-viewed .jh-rec-scroller{display:flex!important;grid-template-columns:none!important;grid-auto-flow:initial!important;overflow-x:auto!important;overflow-y:hidden!important;gap:20px!important;padding:2px 2px 10px!important;margin:0!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}body.template-index .section-jh-home-smart-bundles .jh-rec-card,body.template-index .section-jh-recently-viewed .jh-rec-card,body.template-collection .section-jh-collection-cross-sell .jh-rec-card,body.template-collection .section-jh-recently-viewed .jh-rec-card{flex:0 0 220px!important;width:220px!important;min-width:220px!important;max-width:220px!important;scroll-snap-align:start!important}body.template-index .section-jh-home-smart-bundles .jh-rec-card__media,body.template-index .section-jh-recently-viewed .jh-rec-card__media,body.template-collection .section-jh-collection-cross-sell .jh-rec-card__media,body.template-collection .section-jh-recently-viewed .jh-rec-card__media{width:220px!important;height:293px!important;aspect-ratio:auto!important}body.template-product .jh-buybox .jh-rec-grid,body.template-product .jh-buybox .jh-rec-scroller{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;padding:0!important;margin:0!important}body.template-product .jh-buybox .jh-rec-card{width:100%!important;min-width:0!important;max-width:none!important}body.template-product .jh-buybox .jh-rec-card__media{width:100%!important;height:auto!important;aspect-ratio:3/4!important}body.template-product .jh-buybox .jh-rec-card__title{font-size:11.2px!important;line-height:1.25!important}body.template-product .jh-buybox .jh-rec-card__button{min-height:32px!important;font-size:9.8px!important;padding:5px 6px!important}body.template-product .jh-buybox .jh-bundle__button{min-height:34px!important;font-size:10.2px!important;letter-spacing:.035em!important}@media(max-width:749px){.section-jh-product-bundles,.section-jh-recently-viewed,.section-jh-home-smart-bundles,.section-jh-collection-cross-sell,.section-jh-cart-deep-recommendations,body.template-product .section-jh-product-bundles,body.template-product .section-jh-recently-viewed{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}body.template-index .section-jh-home-smart-bundles .jh-rec-scroller,body.template-index .section-jh-recently-viewed .jh-rec-grid,body.template-index .section-jh-recently-viewed .jh-rec-scroller,body.template-collection .section-jh-collection-cross-sell .jh-rec-scroller,body.template-collection .section-jh-recently-viewed .jh-rec-grid,body.template-collection .section-jh-recently-viewed .jh-rec-scroller{gap:10px!important}body.template-index .section-jh-home-smart-bundles .jh-rec-card,body.template-index .section-jh-recently-viewed .jh-rec-card,body.template-collection .section-jh-collection-cross-sell .jh-rec-card,body.template-collection .section-jh-recently-viewed .jh-rec-card{flex:0 0 44vw!important;width:44vw!important;min-width:44vw!important;max-width:44vw!important}body.template-index .section-jh-home-smart-bundles .jh-rec-card__media,body.template-index .section-jh-recently-viewed .jh-rec-card__media,body.template-collection .section-jh-collection-cross-sell .jh-rec-card__media,body.template-collection .section-jh-recently-viewed .jh-rec-card__media{width:44vw!important;height:auto!important;aspect-ratio:3/4!important}.jh-rec-card{border-radius:12px!important}.jh-rec-card__body{padding:8px!important}.jh-rec-card__title{font-size:11.5px!important;line-height:1.28!important;min-height:2.55em!important}.jh-rec-card__button{min-height:34px!important;font-size:10px!important;padding:5px 6px!important}}body.template-product .jh-product-recommendations-after-description{width:min(var(--jh-page, 1320px),calc(100% - 32px))!important;margin:20px auto 8px!important;padding:0!important;display:block!important}body.template-product .jh-product-recommendations-after-description .jh-hook{width:100%!important;max-width:100%!important}body.template-product .jh-product-recommendations-after-description .jh-slot,body.template-product .jh-product-recommendations-after-description .jh-rec-section{width:100%!important;max-width:100%!important;margin:24px 0!important;padding-left:0!important;padding-right:0!important}body.template-product .jh-buybox>[data-jh-hook=product-after-form]{display:none!important}body.template-product .jh-product-recommendations-after-description .jh-rec-header{max-width:100%!important;margin-bottom:12px!important}body.template-product .jh-product-recommendations-after-description .jh-rec-title,.section-jh-home-smart-bundles .jh-rec-title,.section-jh-recently-viewed .jh-rec-title,.section-jh-collection-cross-sell .jh-rec-title{font-size:clamp(18px,1.7vw,23px)!important;line-height:1.18!important;font-weight:650!important;letter-spacing:-.015em!important}body.template-product .jh-product-recommendations-after-description .jh-rec-subtitle{font-size:13px!important;line-height:1.4!important;margin:4px 0 0!important}body.template-product .jh-product-recommendations-after-description .jh-rec-grid,body.template-product .jh-product-recommendations-after-description .jh-rec-scroller,.section-jh-home-smart-bundles .jh-rec-grid,.section-jh-recently-viewed .jh-rec-grid,.section-jh-recently-viewed .jh-rec-scroller,.section-jh-collection-cross-sell .jh-rec-grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:16px!important;scroll-snap-type:x mandatory!important;padding:4px 2px 16px!important;max-width:100%!important;-webkit-overflow-scrolling:touch!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card,.section-jh-home-smart-bundles .jh-rec-card,.section-jh-recently-viewed .jh-rec-card,.section-jh-collection-cross-sell .jh-rec-card{flex:0 0 214px!important;width:214px!important;min-width:214px!important;max-width:214px!important;scroll-snap-align:start!important;display:flex!important;flex-direction:column!important;height:auto!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card__media,.section-jh-home-smart-bundles .jh-rec-card__media,.section-jh-recently-viewed .jh-rec-card__media,.section-jh-collection-cross-sell .jh-rec-card__media{aspect-ratio:1/1.08!important;height:auto!important;background:#f8f5f1!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card__media img,.section-jh-home-smart-bundles .jh-rec-card__media img,.section-jh-recently-viewed .jh-rec-card__media img,.section-jh-collection-cross-sell .jh-rec-card__media img{width:100%!important;height:100%!important;object-fit:cover!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card__body,.section-jh-home-smart-bundles .jh-rec-card__body,.section-jh-recently-viewed .jh-rec-card__body,.section-jh-collection-cross-sell .jh-rec-card__body{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;padding:13px!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card__title,.section-jh-home-smart-bundles .jh-rec-card__title,.section-jh-recently-viewed .jh-rec-card__title,.section-jh-collection-cross-sell .jh-rec-card__title{font-size:14px!important;line-height:1.32!important;font-weight:650!important;min-height:2.6em!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card__button,.section-jh-home-smart-bundles .jh-rec-card__button,.section-jh-recently-viewed .jh-rec-card__button,.section-jh-collection-cross-sell .jh-rec-card__button{margin-top:auto!important;width:100%!important;min-height:38px!important;border-radius:999px!important;font-size:12px!important;padding:9px 10px!important}body.template-product .jh-product-recommendations-after-description .jh-rec-section--boxed{padding:16px!important;border-radius:16px!important}body.template-product .jh-product-recommendations-after-description .jh-bundle{max-width:720px!important;border-radius:14px!important;padding:14px!important}body.template-product .jh-product-recommendations-after-description .jh-bundle__button{max-width:340px!important;width:100%!important;min-height:42px!important;font-size:12px!important;border-radius:999px!important}body.template-product .jh-product-recommendations-after-description .jh-bundle__summary{max-width:340px!important}@media(max-width:700px){body.template-product .jh-product-recommendations-after-description{width:calc(100% - 24px)!important;margin-top:16px!important}body.template-product .jh-product-recommendations-after-description .jh-rec-grid,body.template-product .jh-product-recommendations-after-description .jh-rec-scroller,.section-jh-home-smart-bundles .jh-rec-grid,.section-jh-recently-viewed .jh-rec-grid,.section-jh-recently-viewed .jh-rec-scroller,.section-jh-collection-cross-sell .jh-rec-grid{gap:12px!important;padding:2px 2px 12px!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card,.section-jh-home-smart-bundles .jh-rec-card,.section-jh-recently-viewed .jh-rec-card,.section-jh-collection-cross-sell .jh-rec-card{flex-basis:165px!important;width:165px!important;min-width:165px!important;max-width:165px!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card__body,.section-jh-home-smart-bundles .jh-rec-card__body,.section-jh-recently-viewed .jh-rec-card__body,.section-jh-collection-cross-sell .jh-rec-card__body{padding:10px!important}body.template-product .jh-product-recommendations-after-description .jh-rec-card__title,.section-jh-home-smart-bundles .jh-rec-card__title,.section-jh-recently-viewed .jh-rec-card__title,.section-jh-collection-cross-sell .jh-rec-card__title{font-size:12.5px!important}body.template-product .jh-product-recommendations-after-description .jh-bundle{max-width:100%!important;padding:12px!important}body.template-product .jh-product-recommendations-after-description .jh-bundle__button,body.template-product .jh-product-recommendations-after-description .jh-bundle__summary{max-width:100%!important}}.section-jh-product-bundles,.section-jh-product-bundles .jh-slot--product-bundles,.section-jh-product-bundles .jh-rec-section{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.section-jh-product-bundles .jh-rec-scroller--product-bundle,.jh-slot--product-bundles .jh-rec-scroller--product-bundle{display:flex!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;gap:16px!important;padding:4px 2px 14px!important;margin:0!important;scroll-snap-type:x proximity!important;overscroll-behavior-x:contain!important;-webkit-overflow-scrolling:touch!important}.section-jh-product-bundles .jh-rec-scroller--product-bundle>.jh-rec-card,.jh-slot--product-bundles .jh-rec-scroller--product-bundle>.jh-rec-card{flex:0 0 214px!important;width:214px!important;min-width:214px!important;max-width:214px!important;scroll-snap-align:start!important}.jh-rec-variant-picker,.jh-bundle-line__variant{display:grid!important;gap:4px!important;margin:0 0 8px!important}.jh-rec-variant-picker>span,.jh-bundle-line__variant>span{font-size:9.5px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.055em!important;text-transform:uppercase!important;color:var(--jh-rec-muted)!important}.jh-rec-variant-picker select,.jh-bundle-line__variant select{width:100%!important;min-width:0!important;min-height:34px!important;padding:6px 28px 6px 8px!important;border:1px solid var(--jh-rec-border)!important;border-radius:7px!important;background:#fff!important;color:var(--jh-rec-text)!important;font:inherit!important;font-size:10.5px!important}.jh-bundle-line__content{display:grid!important;min-width:0!important}.jh-bundle-line__variant{margin:6px 0 0!important;max-width:280px!important}@media(max-width:749px){.section-jh-product-bundles .jh-rec-scroller--product-bundle,.jh-slot--product-bundles .jh-rec-scroller--product-bundle{gap:11px!important}.section-jh-product-bundles .jh-rec-scroller--product-bundle>.jh-rec-card,.jh-slot--product-bundles .jh-rec-scroller--product-bundle>.jh-rec-card{flex-basis:44vw!important;width:44vw!important;min-width:44vw!important;max-width:44vw!important}}.jh-bundle-line{grid-template-columns:54px 50px minmax(0,1fr)!important;align-items:start!important}.jh-bundle-line__selection{display:grid!important;justify-items:center!important;align-content:start!important;gap:6px!important;width:54px!important;min-width:54px!important;padding-top:5px!important}.jh-bundle-line__selection .jh-bundle-line__checkbox{margin:0!important;cursor:pointer!important}.jh-bundle-line__remove{width:52px!important;min-height:24px!important;margin:0!important;padding:3px 2px!important;border:1px solid #d8cec4!important;border-radius:5px!important;background:#fff!important;color:#6f4935!important;font:inherit!important;font-size:9px!important;line-height:1.1!important;font-weight:750!important;text-decoration:none!important;cursor:pointer!important}.jh-bundle-line__remove:hover,.jh-bundle-line__remove:focus-visible{border-color:#212121!important;color:#212121!important}.jh-bundle-line__remove.is-select-action{background:#212121!important;border-color:#212121!important;color:#fff!important}@media(max-width:749px){.jh-bundle-line{grid-template-columns:52px 48px minmax(0,1fr)!important;gap:8px!important}.jh-bundle-line__selection{width:52px!important;min-width:52px!important}.jh-bundle-line__remove{width:50px!important}}
/*# sourceMappingURL=/cdn/shop/t/125/assets/jh-70-recommendations.css.map */
