.jgj-category{background:transparent;padding-block-start:var(--jgj-section-padding-top, 72px);padding-block-end:var(--jgj-section-padding-bottom, 72px);overflow:hidden}.jgj-category__inner{width:100%;min-width:0}.jgj-category__empty{margin:0;text-align:center;font-family:var(--jgj-font-body);color:var(--jgj-color-muted)}.jgj-category-carousel{display:block;position:relative}.jgj-category-carousel__viewport{position:relative;display:flex;align-items:center;justify-content:center;height:460px;perspective:1400px}.jgj-category-carousel__track{position:relative;width:100%;height:100%;margin:0;padding:0;list-style:none}.jgj-category-carousel__item{position:absolute;top:50%;left:50%;width:260px;transform-style:preserve-3d;transition:transform .45s cubic-bezier(.33,1,.68,1),opacity .45s ease;cursor:pointer}.jgj-category-carousel__item[data-distance="0"]{transform:translate(-50%,-50%) scale(1) rotateY(0);opacity:1;z-index:5;cursor:default}.jgj-category-carousel__item[data-distance="1"]{transform:translate(calc(-50% + 205px),-50%) scale(.82) rotateY(-14deg);opacity:.75;z-index:4}.jgj-category-carousel__item[data-distance="-1"]{transform:translate(calc(-50% - 205px),-50%) scale(.82) rotateY(14deg);opacity:.75;z-index:4}.jgj-category-carousel__item[data-distance="2"]{transform:translate(calc(-50% + 370px),-50%) scale(.64) rotateY(-20deg);opacity:.4;z-index:3}.jgj-category-carousel__item[data-distance="-2"]{transform:translate(calc(-50% - 370px),-50%) scale(.64) rotateY(20deg);opacity:.4;z-index:3}.jgj-category-carousel__item:not([data-distance="0"],[data-distance="1"],[data-distance="-1"],[data-distance="2"],[data-distance="-2"]){opacity:0;pointer-events:none}.jgj-category-carousel__item[data-distance="0"] .jgj-category-card,.jgj-category-carousel__item[data-distance="1"] .jgj-category-card,.jgj-category-carousel__item[data-distance="-1"] .jgj-category-card,.jgj-category-carousel__item[data-distance="2"] .jgj-category-card,.jgj-category-carousel__item[data-distance="-2"] .jgj-category-card{pointer-events:auto}.jgj-category-card{position:relative;display:block;width:100%;border-radius:24px;overflow:hidden;text-decoration:none;box-shadow:0 20px 45px #3b2c2338;transition:box-shadow .3s ease}.jgj-category-carousel__item[data-distance="0"] .jgj-category-card{box-shadow:0 0 0 2px var(--jgj-color-gold-soft, #E7D2A7),0 24px 55px #3b2c2352}.jgj-category-card__media{position:relative;display:block;width:100%;padding-block-start:130%;background:var(--jgj-color-bg, #F8F6F2)}.jgj-category-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.jgj-category-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--jgj-color-bg, #F8F6F2)}.jgj-category-card__placeholder-svg{width:55%;height:55%;opacity:.35}.jgj-category-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#3b2c23c7,#3b2c2333 45%,#3b2c2300 68%)}.jgj-category-card__label{position:absolute;inset-inline:18px;inset-block-end:18px;font-family:var(--jgj-font-heading, "Playfair Display", serif);font-size:1.25rem;font-weight:700;line-height:1.2;color:#fff}.jgj-category-carousel__arrow{position:absolute;top:50%;z-index:6;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;transform:translateY(-50%);background:var(--jgj-color-card, #FFFFFF);color:var(--jgj-color-primary, #3B2C23);border:1px solid var(--jgj-color-border, #E9DED0);border-radius:50%;box-shadow:0 6px 18px #3b2c2324;cursor:pointer;transition:background-color .25s ease,color .25s ease,opacity .25s ease}.jgj-category-carousel__arrow--prev{inset-inline-start:0}.jgj-category-carousel__arrow--next{inset-inline-end:0}.jgj-category-carousel__arrow:disabled{opacity:.35;cursor:not-allowed}@media(hover:hover)and (pointer:fine){.jgj-category-carousel__arrow:not(:disabled):hover{background:var(--jgj-color-primary, #3B2C23);color:#fff}}.jgj-category-carousel__arrow:focus-visible{outline:2px solid var(--jgj-color-gold, #C49A3A);outline-offset:2px}.jgj-category-carousel__dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-block-start:28px}.jgj-category-carousel__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:var(--jgj-color-border, #E9DED0);cursor:pointer;transition:background-color .25s ease,transform .25s ease}.jgj-category-carousel__dot.is-active{background:var(--jgj-color-gold, #C49A3A);transform:scale(1.3)}.jgj-category-carousel__dot:focus-visible{outline:2px solid var(--jgj-color-gold, #C49A3A);outline-offset:2px}@media screen and (max-width:989px){.jgj-category-carousel__viewport{height:380px}.jgj-category-carousel__item{width:220px}.jgj-category-carousel__item[data-distance="1"]{transform:translate(calc(-50% + 165px),-50%) scale(.8) rotateY(-14deg)}.jgj-category-carousel__item[data-distance="-1"]{transform:translate(calc(-50% - 165px),-50%) scale(.8) rotateY(14deg)}.jgj-category-carousel__item[data-distance="2"],.jgj-category-carousel__item[data-distance="-2"]{opacity:0;pointer-events:none}}@media screen and (max-width:479px){.jgj-category-carousel__viewport{height:340px}.jgj-category-carousel__item{width:190px}.jgj-category-carousel__item[data-distance="1"]{transform:translate(calc(-50% + 128px),-50%) scale(.78) rotateY(-14deg)}.jgj-category-carousel__item[data-distance="-1"]{transform:translate(calc(-50% - 128px),-50%) scale(.78) rotateY(14deg)}.jgj-category-carousel__arrow{width:36px;height:36px}.jgj-category-card__label{font-size:1.0625rem}}@media(prefers-reduced-motion:reduce){.jgj-category-carousel__item{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/jgj-shop-by-category.css.map */
