.o28-cc-section{margin-block-start:var(--o28-gap-top-mobile, 0px);margin-block-end:var(--o28-gap-bottom-mobile, 0px);padding-block-start:20px!important;padding-block-end:20px!important;padding-inline:16px;background:var(--o28-cc-bg, #ffffff)}.o28-cc__heading{text-align:center;margin:0 0 1rem;color:var(--o28-cc-heading, #1a2b3c);font-weight:500;font-size:clamp(1.6rem,4vw,2.4rem);letter-spacing:.01em}.o28-cc__intro{max-width:46ch;margin:0 auto 2.5rem;text-align:center;color:var(--o28-cc-body, #5a6b7b);font-size:.95rem;line-height:1.6}.o28-cc__intro p{margin:0}.o28-cc{display:block;outline:none;--o28-cc-stack-width: min(400px, 46%)}.o28-cc__viewport{position:relative;max-width:min(720px,var(--page-content-width, 720px));margin-inline:auto}.o28-cc__scroller{position:relative;display:flex;gap:1.25rem;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem;margin:-.5rem;touch-action:pan-y}.o28-cc__scroller::-webkit-scrollbar{display:none}.o28-cc__card{position:relative;flex:0 0 100%;display:flex;flex-direction:column;min-height:var(--o28-cc-card-min-height, 540px);padding:1.75rem;border-radius:28px;color:var(--o28-cc-card-text, #ffffff);background:linear-gradient(var(--o28-cc-grad-angle, 165deg),var(--o28-cc-grad-1, #8fa6c6),var(--o28-cc-grad-2, #c5d0de));box-shadow:0 30px 60px -34px #1e467880;overflow:hidden}.o28-cc__card-top{display:flex;align-items:center;min-height:44px}.o28-cc__icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor;opacity:.95}.o28-cc__icon img{width:32px;height:32px;object-fit:contain}.o28-cc__card-body{margin-top:1.5rem}.o28-cc__title{margin:0 0 .5rem;font-size:clamp(1.5rem,3.4vw,2rem);font-weight:500;letter-spacing:.01em}.o28-cc__subtitle{margin:0;font-size:1rem;line-height:1.5;opacity:.85;max-width:26ch}.o28-cc__subtitle p{margin:0}.o28-cc__products{flex:1 1 auto;padding-block:1.5rem;display:flex;align-items:center;justify-content:center;min-height:0}.o28-cc__products-inner{display:flex;align-items:flex-end;justify-content:center;flex-wrap:nowrap}.o28-cc__product-wrap+.o28-cc__product-wrap{margin-left:calc(var(--o28-cc-overlap, 28px) * -1)}.o28-cc__product-wrap{display:inline-flex;align-items:flex-end;flex:0 0 auto}.o28-cc__product{height:var(--o28-cc-product-height, 200px);width:auto;max-width:none;object-fit:contain;transform:rotate(var(--o28-cc-product-angle, 0deg));transition:transform .3s ease;filter:drop-shadow(0 18px 22px rgba(20,45,80,.28))}.o28-cc__card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.o28-cc__arrow{position:absolute;top:1.5rem;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:none;border-radius:var(--o28-cc-arrow-radius, 16px);background:#fff;color:#6d7c8b;cursor:pointer;box-shadow:0 10px 22px -12px #142d5073;transition:transform .2s ease,box-shadow .2s ease}.o28-cc__arrow:hover{transform:scale(1.05);box-shadow:0 12px 26px -12px #142d508c}.o28-cc__arrow:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.o28-cc__arrow--next{right:1.5rem}.o28-cc__arrow--prev{left:1.5rem;display:none}@media(max-width:749px){.o28-cc__card--right .o28-cc__card-top{justify-content:flex-end}.o28-cc__card--right .o28-cc__card-body{text-align:right}.o28-cc__card--right .o28-cc__subtitle{margin-left:auto}.o28-cc.is-content-right .o28-cc__arrow--next{display:none}.o28-cc.is-content-right .o28-cc__arrow--prev{display:inline-flex}}.o28-cc__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.o28-cc__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:color-mix(in srgb,var(--o28-cc-heading, #1a2b3c) 25%,transparent);cursor:pointer;transition:transform .2s ease,background .2s ease}.o28-cc__dot.is-active{background:var(--o28-cc-heading, #1a2b3c);transform:scale(1.35)}.o28-cc__dot:focus-visible{outline:2px solid var(--o28-cc-heading, #1a2b3c);outline-offset:2px}.o28-cc__footer{max-width:52ch;margin:1.5rem auto 0;text-align:center;color:var(--o28-cc-body, #5a6b7b);font-size:.9rem;line-height:1.7}.o28-cc__footer p{margin:0}.o28-cc__footer strong{color:var(--o28-cc-heading, #1a2b3c);font-weight:600}.o28-cc__empty{text-align:center;padding:3rem 1rem;color:var(--o28-cc-body, #5a6b7b)}@media(min-width:750px){.o28-cc__viewport{max-width:min(900px,var(--page-content-width, 900px))}.o28-cc__card{flex-basis:78%}.o28-cc.is-stacked{--o28-cc-stack-width: min(400px, 46%)}.o28-cc.is-stacked .o28-cc__scroller{display:block;position:relative;overflow:visible;height:var(--o28-cc-card-min-height, 540px);padding:0;margin:0;scroll-snap-type:none}.o28-cc.is-stacked .o28-cc__card{position:absolute;top:0;left:50%;width:var(--o28-cc-stack-width);height:100%;min-height:0;margin-left:calc(var(--o28-cc-stack-width) / -2);transform-origin:center center;transition:transform .55s cubic-bezier(.22,.61,.36,1),opacity .45s ease;will-change:transform,opacity}.o28-cc__arrow--prev{display:inline-flex;top:1.75rem;left:calc(50% - var(--o28-cc-stack-width) / 2 + 1.25rem)}.o28-cc__arrow--next{display:none}.o28-cc__card-top{justify-content:flex-end}.o28-cc__card-body{text-align:right}.o28-cc__subtitle{margin-left:auto}}@media screen and (min-width:750px){.o28-cc-section{margin-block-start:var(--o28-gap-top-desktop, 0px);margin-block-end:var(--o28-gap-bottom-desktop, 0px);padding-block-start:24px!important;padding-block-end:24px!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/o28-card-carousel.css.map */
