.jj-card{display:flex;flex-direction:column;height:100%;min-width:0}.jj-card__media{position:relative;display:block;border-radius:var(--jj-card-radius,14px);overflow:hidden;background:#f6f2f4}.jj-card__media img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.jj-card__label{position:absolute;top:10px;left:10px;border-radius:var(--jj-label-radius,999px);padding:5px 12px;font-size:12px;font-weight:600;letter-spacing:.02em;line-height:1}.jj-card__label--solid{background:var(--jj-plum,#5a2d48);color:#fff}.jj-card__label--soft{background:var(--jj-blush,#e8dfe1);color:var(--jj-plum,#5a2d48)}.jj-card__label--outline{background:#ffffffeb;color:var(--jj-plum,#5a2d48);box-shadow:inset 0 0 0 1px var(--jj-plum,#5a2d48)}.jj-card__body{display:flex;flex-direction:column;flex:1;padding-top:12px}.jj-card__title{color:inherit;text-decoration:none;font-size:15px;line-height:1.35;margin:0}.jj-card__title:hover{color:var(--jj-plum,#5a2d48)}.jj-card__bottom{margin-top:auto;padding-top:10px}.jj-card__meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.jj-card__price{font-weight:600}.jj-card__rating{font-size:13px;color:var(--jj-plum,#5a2d48);white-space:nowrap}.jj-card__rating svg{width:12px;height:12px;vertical-align:-1px;fill:currentColor}.jj-card .jj-card__btn{display:block;width:100%;text-align:center;border-radius:var(--jj-btn-radius,999px);padding:11px 16px;font-size:13.5px;font-weight:700;letter-spacing:.03em;border:1.5px solid var(--jj-plum,#5a2d48);background:#fff;color:var(--jj-plum,#5a2d48);cursor:pointer;transition:background .15s,color .15s;text-decoration:none}.jj-card .jj-card__btn:hover{background:var(--jj-plum,#5a2d48);color:#fff}.jj-card .jj-card__btn[disabled]{opacity:.45;cursor:default}.jj-card .jj-card__btn.is-loading{opacity:.6;pointer-events:none}.jj-card product-form,.jj-card .jj-card__form{display:block;margin:0}.jj-cardgrid{display:grid;grid-template-columns:repeat(var(--jj-cols-d,4),minmax(0,1fr));gap:var(--jj-gap-d,24px);align-items:stretch}@media(max-width:767px){.jj-cardgrid{grid-template-columns:repeat(var(--jj-cols-m,2),minmax(0,1fr));gap:var(--jj-gap-m,14px)}.jj-cardgrid--scroll-m{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}.jj-cardgrid--scroll-m::-webkit-scrollbar{display:none}.jj-cardgrid--scroll-m .jj-card{flex:0 0 calc((100% - var(--jj-gap-m,14px)) / var(--jj-cols-m,2) - 1px);scroll-snap-align:start}}.jj-cardslider{display:block}@media(max-width:767px){.jj-cardgrid--peek-m{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.jj-cardgrid--peek-m::-webkit-scrollbar{display:none}.jj-cardgrid--peek-m .jj-card{flex:0 0 calc((100% - var(--jj-cols-m,2) * var(--jj-gap-m,14px)) / (var(--jj-cols-m,2) + .25));scroll-snap-align:start}}.jj-dots{display:none}@media(max-width:767px){.jj-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.jj-dots button{width:7px;height:7px;border-radius:999px;border:0;padding:0;background:#dccbd5;cursor:pointer;transition:background .15s,width .15s}.jj-dots button[aria-current=true]{background:var(--jj-plum,#5a2d48);width:18px}}.jj-headrow{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.jj-headrow--center{justify-content:center;text-align:center}.jj-viewall{color:var(--jj-plum,#5a2d48);font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap}.jj-viewall:hover{text-decoration:underline}.jj-viewall--btncenter{display:block;text-align:center}.jj-trust{display:grid;grid-template-columns:repeat(var(--jj-trust-cols,4),minmax(0,1fr));gap:var(--jj-trust-gap-d,24px)}.jj-trust__item{display:flex;align-items:center;gap:12px;min-width:0;color:inherit;text-decoration:none;justify-content:var(--jj-trust-justify,center)}.jj-trust__icon{flex:0 0 auto;display:inline-flex;color:var(--jj-plum,#5a2d48)}.jj-trust__icon svg{width:var(--jj-trust-icon-d,20px);height:var(--jj-trust-icon-d,20px);stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.jj-trust__icon img{width:var(--jj-trust-icon-d,20px);height:var(--jj-trust-icon-d,20px);object-fit:contain;display:block}.jj-trust__text{font-size:var(--jj-trust-fs-d,14px);line-height:1.35}@media(max-width:767px){.jj-trust{grid-template-columns:repeat(var(--jj-trust-cols-m,2),minmax(0,1fr));gap:var(--jj-trust-gap-m,14px)}.jj-trust--stack-m{grid-template-columns:1fr}.jj-trust__icon svg,.jj-trust__icon img{width:var(--jj-trust-icon-m,18px);height:var(--jj-trust-icon-m,18px)}.jj-trust__text{font-size:var(--jj-trust-fs-m,13px)}.jj-trust__item{justify-content:flex-start}}.jj-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;border-bottom:1px solid var(--jj-tabs-border,#e6dbe1)}.jj-tabs__tab{display:inline-flex;align-items:center;gap:8px;background:none;border:0;border-bottom:2.5px solid transparent;margin-bottom:-1px;padding:10px 16px 12px;font-size:14.5px;color:var(--jj-tabs-color,#4a4148);cursor:pointer}.jj-tabs__tab svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.jj-tabs__tab img{width:17px;height:17px;object-fit:contain;display:block}.jj-tabs__tab[aria-selected=true]{color:var(--jj-plum,#5a2d48);font-weight:700;border-bottom-color:var(--jj-plum,#5a2d48)}.jj-tabpanel[hidden]{display:none}@media(max-width:767px){.jj-tabs{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;scrollbar-width:none}.jj-tabs::-webkit-scrollbar{display:none}.jj-tabs__tab{white-space:nowrap}}.jj-hero__frame{position:relative;overflow:hidden;display:flex;align-items:center}.jj-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.jj-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.jj-hero__content{position:relative;max-width:var(--jj-hero-maxw,560px)}.jj-hero__badge{display:inline-flex;align-items:center;gap:8px;border-radius:18px;padding:7px 16px;font-size:13px;font-weight:600;line-height:1.3}.jj-hero__badge svg{flex:0 0 auto}.jj-hero__badge svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.jj-hero__title{line-height:1.06;margin:0}.jj-hero__sub{line-height:1.55;margin:0}.jj-hero__ctas{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.jj-hero__btn{display:inline-block;border-radius:var(--jj-btn-radius,999px);padding:14px 30px;font-size:16px;font-weight:600;text-decoration:none;transition:filter .15s}.jj-hero__btn:hover{filter:brightness(1.08)}.jj-hero__rating{display:flex;align-items:center;gap:10px}.jj-hero__stars{display:flex;gap:2px}.jj-hero__stars svg{width:15px;height:15px;fill:currentColor}.jj-hero__dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:7px}.jj-hero__dot{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:#ffffff80;cursor:pointer}.jj-hero__dot[aria-current=true]{background:#fff}.jj-hero__slide{transition:opacity .5s}.jj-hero__slide[data-inactive]{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}@media(max-width:767px){.jj-hero__frame{align-items:flex-end}.jj-hero__title{font-size:var(--jj-hero-title-m,38px)!important;overflow-wrap:normal;word-break:normal}.jj-hero__content{max-width:100%;width:100%}.jj-hero__badge{font-size:12px;padding:6px 12px}.jj-hero__btn{padding:13px 24px;font-size:15px}}.jj-feel{border-radius:var(--jj-feel-radius,26px)}.jj-feel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.jj-feel__title{margin:0;line-height:1.1}.jj-feel__sub{margin:0;line-height:1.5}.jj-feel__btn{display:inline-block;border-radius:var(--jj-btn-radius,999px);padding:12px 26px;font-size:14.5px;font-weight:700;text-decoration:none;white-space:nowrap;transition:filter .15s}.jj-feel__btn:hover{filter:brightness(1.1)}.jj-feel__chips{display:flex;flex-wrap:wrap;gap:var(--jj-feel-gap-d,14px)}.jj-feel__chip{display:inline-flex;align-items:center;gap:10px;border-radius:var(--jj-chip-radius,999px);text-decoration:none;line-height:1;padding:var(--jj-feel-chip-pad,11px 18px)}a.jj-feel__chip:hover{box-shadow:0 2px 10px #5a2d4824}.jj-feel__swatch{flex:0 0 auto;width:var(--jj-feel-swatch-d,24px);height:var(--jj-feel-swatch-d,24px);border-radius:999px;overflow:hidden;background:var(--jj-blush,#e8dfe1)}.jj-feel__swatch img{width:100%;height:100%;object-fit:cover;display:block}.jj-feel__prop{font-weight:600}.jj-feel__dot-sep{opacity:.45}@media(max-width:767px){.jj-feel__chips{gap:var(--jj-feel-gap-m,10px)}.jj-feel__swatch{width:var(--jj-feel-swatch-m,20px);height:var(--jj-feel-swatch-m,20px)}}.size-chart-link__icon{display:none}.size-chart-link{font-size:13px}.size-chart-link__text{text-underline-offset:3px}.option-selector__btns .opt-label--btn{min-height:38px;min-width:0;padding:7px 13px;font-size:13px}@media(max-width:767px){.option-selector__btns .opt-label--btn{min-height:34px;padding:6px 11px;font-size:12.5px;margin:8px 8px 0 0}}.jj-card__mediabox{position:relative}.jj-card__qv{position:absolute;right:10px;bottom:10px;width:34px;height:34px;border-radius:999px;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:var(--jj-qv-bg,#ffffff);color:var(--jj-qv-color,#5a2d48);box-shadow:0 2px 8px #0000002e;transition:transform .12s;padding:0}.jj-card__qv:hover{transform:scale(1.08)}.jj-card__qv svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:767px){.jj-card__qv{width:30px;height:30px;right:8px;bottom:8px}.jj-card__qv svg{width:14px;height:14px}}.jj-qvpanel{scroll-margin-top:90px}.jj-ap-btn,.jj-sg2-btn,.jj-fb-btn,.jj-ob-btn{display:none!important}.option-selector .opt-btn:checked+.opt-label{border-width:2px!important;box-shadow:0 0 0 1px var(--input-border-color-active)!important}
/*# sourceMappingURL=/cdn/shop/t/85/assets/jj-home.css.map */
