@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{position:relative;background-color:var(--bundle-card-bg, #F3EFEA);overflow:hidden;height:16rem}.bundle-carousel__card-image{aspect-ratio:1/1}.bundle-carousel__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.bundle-carousel__card-title{position:absolute;bottom:0;left:0;right:0;margin:auto;padding:1rem;font-size:1rem;font-weight:300;text-align:center;color:rgb(var(--color-foreground))}
