@charset "UTF-8";.bundle-carousel{overflow-x:hidden}.bundle-carousel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.bundle-carousel__title{font-weight:500;font-size:1.2rem}.bundle-carousel__nav{display:flex;gap:.8rem}.bundle-carousel__nav-btn{background:rgb(var(--color-background));border:none;width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.bundle-carousel__nav-btn .icon{width:1.6rem;height:auto}.bundle-carousel__nav-btn--prev .icon{transform:rotate(90deg)}.bundle-carousel__nav-btn--next .icon{transform:rotate(-90deg)}.bundle-carousel__nav-btn[disabled]{opacity:.3;cursor:not-allowed}.bundle-carousel__swiper{overflow:visible}.bundle-carousel__slide{width:30.303030303%}.bundle-carousel__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.bundle-carousel__card{height:auto}.bundle-carousel__card-image{aspect-ratio:var(--bundle-item-ratio, 1/1);background-color:var(--bundle-card-bg, #f4f2ee);overflow:hidden}.bundle-carousel__card-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.bundle-carousel__card-title{margin:.8rem 0 0;padding:0;font-size:1.2rem;font-weight:300;text-align:center;color:rgb(var(--color-foreground))}.bundle-carousel__grid a{text-decoration:none!important}
