.product-carousel{padding:48px 32px}.product-carousel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.product-carousel__title{font-size:24px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.product-carousel__button{display:inline-flex;align-items:center;padding:10px 24px;border:1px solid black;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .3s;text-decoration:none}.product-carousel__button:hover{background-color:#000;color:#fff}.product-carousel__wrapper{position:relative}.product-carousel__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0 56px 16px}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__item{flex:0 0 var(--pc-card-width, 300px);scroll-snap-align:start;text-decoration:none;color:inherit}.product-carousel__image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background-color:#f5f5f5;margin-bottom:16px}.product-carousel__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s,opacity .35s ease;will-change:transform,opacity}.product-carousel__image--primary{opacity:1}.product-carousel__image--secondary{opacity:0}.product-carousel__item.has-secondary:hover .product-carousel__image--primary,.product-carousel__item.has-secondary:focus .product-carousel__image--primary,.product-carousel__item.has-secondary:focus-within .product-carousel__image--primary{opacity:0}.product-carousel__item.has-secondary:hover .product-carousel__image--secondary,.product-carousel__item.has-secondary:focus .product-carousel__image--secondary,.product-carousel__item.has-secondary:focus-within .product-carousel__image--secondary{opacity:1}.product-carousel__item:hover .product-carousel__image{transform:scale(1.05)}.product-carousel__badge{position:absolute;top:12px;left:12px;padding:6px 10px;background-color:#fff;color:#000;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-carousel__badge--sale{background-color:#000;color:#fff}.product-carousel__product-title{font-size:13px;font-weight:500;text-align:center;text-transform:uppercase;letter-spacing:.02em;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#fff;border-radius:999px;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;z-index:10;opacity:1;transition:opacity .3s;border:0;cursor:pointer}.product-carousel__arrow--prev{left:-20px}.product-carousel__arrow--next{right:-20px}.product-carousel__arrow:hover{background-color:#f5f5f5}@media screen and (max-width: 768px){.product-carousel{padding:32px 16px}.product-carousel__header{margin-bottom:24px}.product-carousel__title{font-size:20px}.product-carousel__button{display:none}.product-carousel__track{padding:0 44px 16px}.product-carousel__item{flex:0 0 var(--pc-card-width-mobile, 280px)}.product-carousel__arrow{width:36px;height:36px}.product-carousel__arrow--prev{left:0}.product-carousel__arrow--next{right:0}}.cr-reels{position:relative;padding:18px 0 32px}.cr-reels__heading{margin:0 0 14px}.cr-reels__coupon{position:absolute;left:20px;bottom:10px;font-size:16px;letter-spacing:.06em;z-index:3;pointer-events:none}.cr-reels__wrap{position:relative}.cr-reels__track{display:flex;align-items:flex-end;gap:22px;overflow:auto;scroll-snap-type:x mandatory;scroll-snap-stop:always;-webkit-overflow-scrolling:touch;padding:10px 10vw 18px;scrollbar-width:none}.cr-reels__track::-webkit-scrollbar{display:none}.cr-reels__slide{flex:0 0 auto;scroll-snap-align:center;width:clamp(210px,18vw,280px);cursor:pointer}.cr-reels__card{transform:translateY(var(--cry, 14px)) scale(var(--crs, .94));transform-origin:bottom center;transition:transform .26s cubic-bezier(.2,.8,.2,1);will-change:transform}.cr-reels__media{position:relative;overflow:hidden;aspect-ratio:3/4;background:#f3f3f3}.cr-reels__video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.cr-reels__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px}.cr-reels__mute{position:absolute;right:12px;bottom:12px;width:40px;height:40px;border-radius:999px;border:none;background:#00000047;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2}.cr-reels__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 2px 0}.cr-reels__meta-left{display:flex;align-items:center;gap:10px;min-width:0}.cr-reels__thumb{width:44px;height:44px;overflow:hidden;border-radius:10px;background:#eee;flex:0 0 auto}.cr-reels__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.cr-reels__title{font-size:13px;line-height:1.2;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cr-reels__price{margin-top:4px;font-size:13px}.cr-reels__btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:inherit;white-space:nowrap}.cr-reels__btn--disabled{opacity:.45;pointer-events:none}.cr-reels__nav{position:absolute;top:42%;width:46px;height:46px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fffffff2;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px #0000001a;z-index:4}.cr-reels__nav--prev{left:10px}.cr-reels__nav--next{right:10px}@media (max-width: 989px){.cr-reels__track{padding:10px 8vw 18px}.cr-reels__slide{width:clamp(220px,72vw,320px)}.cr-reels__nav{display:none}.cr-reels__meta{flex-direction:column;align-items:stretch}.cr-reels__btn{width:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/ceremony-sections.css.map */
