.image-carousel{width:100%;overflow-x:clip;overflow-y:hidden;margin-top:-100px}.image-carousel__inner{position:relative;width:100%;padding:0;transform:translateY(100px)}.image-carousel__track{position:relative;width:100%;overflow:visible}.image-carousel__track.is-initialized{cursor:grab}.image-carousel__track.is-initialized:active{cursor:grabbing}.image-carousel__strip{display:flex;flex-wrap:nowrap;align-items:flex-start;will-change:transform;touch-action:pan-y}.image-carousel__slide{flex:0 0 auto;width:375px;max-width:375px;padding:0 calc(25px/2);box-sizing:border-box;transform-origin:center top;transition:transform .45s cubic-bezier(0.4, 0, 0.2, 1),padding-top .45s cubic-bezier(0.4, 0, 0.2, 1);will-change:transform}.image-carousel__slide:not(.is-center){padding-top:50px;transform:scale(0.85)}.image-carousel__slide.is-center{padding-top:0;transform:scale(1)}.image-carousel__frame{position:relative;width:350px;max-width:350px;height:464px;overflow:hidden;border-radius:12px}.image-carousel__image,.image-carousel__frame picture,.image-carousel__frame picture img,.image-carousel__frame>img{display:block;width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center top}.image-carousel--bg-sand{background-color:var(--wp--preset--color--sand);color:var(--wp--preset--color--midnight)}.image-carousel--bg-sand .image-carousel__frame{background-color:color-mix(in srgb, var(--wp--preset--color--sand), var(--wp--preset--color--midnight) 6%)}.image-carousel--bg-midnight{background-color:var(--wp--preset--color--midnight);color:var(--wp--preset--color--sand)}.image-carousel--bg-midnight .image-carousel__frame{background-color:color-mix(in srgb, var(--wp--preset--color--midnight), white 8%)}.image-carousel--single .image-carousel__inner{display:flex;justify-content:center}.image-carousel--single .image-carousel__track{width:auto}.image-carousel--single .image-carousel__slide{transform:none;padding-top:0}.image-carousel--editor-preview .image-carousel__track{display:flex;flex-wrap:nowrap;gap:25px;overflow-x:auto;padding:0 clamp(24px,4.6vw,80px);scroll-snap-type:x mandatory}.image-carousel--editor-preview .image-carousel__slide{flex:0 0 auto;width:350px;max-width:350px;transform:none;padding-top:0;scroll-snap-align:center}@media(max-width: 991px){.image-carousel__slide{width:305px;max-width:305px}.image-carousel__frame{width:280px;max-width:280px;height:371px}}@media(max-width: 767px){.image-carousel__slide{width:265px;max-width:265px}.image-carousel__frame{width:240px;max-width:240px;height:318px}.image-carousel__slide:not(.is-center){transform:scale(0.9)}.image-carousel__slide.is-center{transform:scale(1)}}