.social-proof{position:relative;display:block;width:100%;min-height:var(--sp-min-height, 500px);margin-block-start:var(--sp-margin-top, 0px);margin-block-end:var(--sp-margin-bottom, 40px);overflow:hidden;background-color:var(--sp-fallback-bg, #1a1a1a);background-image:var(--sp-bg-image, none);background-size:cover;background-position:var(--sp-bg-position, center center);background-repeat:no-repeat}.social-proof__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--sp-overlay, rgba(0, 0, 0, .45));pointer-events:none}.social-proof__inner{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:space-between;column-gap:var(--sp-column-gap, 60px);padding-block:var(--sp-pad-y, 48px);width:100%;max-width:var(--page-width);margin-inline:auto;min-height:var(--sp-min-height, 500px);box-sizing:border-box}social-proof-carousel.social-proof__inner{display:flex}.social-proof__left{display:flex;flex-direction:column;gap:16px;flex:1 1 auto;min-width:0}.social-proof__cards-wrap{overflow:hidden;width:100%}.social-proof__cards{display:flex;flex-direction:row;gap:var(--sp-card-gap, 12px);will-change:transform}.social-proof__card{background:var(--sp-card-bg, #fff);border-radius:var(--sp-card-radius, 4px);box-shadow:0 4px 16px #0000002e;display:flex;flex-direction:column;padding:12px 12px 0;flex:0 0 calc((100% - (var(--sp-visible, 4) - 1) * var(--sp-card-gap, 12px)) / var(--sp-visible, 4));max-width:calc((100% - (var(--sp-visible, 4) - 1) * var(--sp-card-gap, 12px)) / var(--sp-visible, 4));box-sizing:border-box;text-decoration:none;color:inherit}.social-proof__card img{aspect-ratio:3 / 4;object-fit:cover;width:100%;height:auto;display:block;border-radius:2px}.social-proof__card-placeholder{aspect-ratio:3 / 4;width:100%;background:#e8e8e8;display:block}.social-proof__card-name{display:flex;align-items:center;justify-content:center;height:48px;color:var(--sp-name-color, #000);font-size:var(--sp-name-size, 15px);font-weight:400;text-align:center;margin:0;line-height:1.2}.social-proof__bottom{display:flex;align-items:center;justify-content:space-between;width:100%}.social-proof__counter{display:flex;align-items:flex-start;line-height:1}.social-proof__counter-current{font-size:var(--sp-counter-size, 40px);font-weight:700;color:var(--sp-counter-color, #fff);line-height:1}.social-proof__counter-total{font-size:13px;font-weight:400;color:var(--sp-counter-total-color, rgba(255, 255, 255, .6));margin-left:2px;margin-top:5px}.social-proof__nav{display:flex;gap:8px}.social-proof__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;cursor:pointer;background:transparent;border:1.5px solid var(--sp-nav-border, rgba(255, 255, 255, .6));border-radius:50%;box-shadow:none;color:var(--sp-nav-color, #fff);transition:border-color .25s ease}.social-proof__nav-btn:hover{border-color:var(--sp-nav-color, #fff)}.social-proof__arrow{width:16px;height:11px;display:block;overflow:visible}.social-proof__arrow-head,.social-proof__arrow-stem{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.social-proof__arrow-stem{stroke-dasharray:7;stroke-dashoffset:7;transition:stroke-dashoffset .28s ease}.social-proof__nav-btn:hover .social-proof__arrow-stem{stroke-dashoffset:0}.social-proof__text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:12px;flex:0 0 auto;max-width:var(--sp-text-max-width, 280px)}.social-proof__title{color:var(--sp-title-color, #fff);margin:0;font-size:var(--sp-title-size, 28px);font-weight:700;line-height:1.2}.social-proof__subtitle{color:var(--sp-subtitle-color, #ccc);font-size:var(--sp-subtitle-size, 18px);font-weight:400;margin:0;line-height:1.4}.social-proof__btn{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;padding:10px 20px;border-radius:4px;text-decoration:none;transition:opacity 125ms ease-in-out;margin-top:4px;background:var(--sp-btn-bg, #fff);color:var(--sp-btn-color, #000);border:none}.social-proof__btn:hover{opacity:.8}@media screen and (max-width:999px){.social-proof{min-height:0}.social-proof__inner,social-proof-carousel.social-proof__inner{flex-direction:column-reverse;padding-block:0;align-items:stretch;column-gap:0;min-height:0}.social-proof__left{padding:0 0 var(--sp-pad-bottom-mobile, 32px)}.social-proof__cards-wrap{overflow:hidden;width:calc(100% + var(--sp-gutter, 1.5rem))}.social-proof__cards{overflow-x:auto;scrollbar-width:none;transform:none!important;transition:none!important;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:0 10px 8px 0;-webkit-overflow-scrolling:touch}.social-proof__cards::-webkit-scrollbar{display:none}.social-proof__card{flex:0 0 var(--sp-card-width-mobile, 220px);max-width:var(--sp-card-width-mobile, 220px);scroll-snap-align:start}.social-proof__bottom{padding:0 var(--sp-gutter, 1.5rem);position:relative;z-index:3;box-sizing:border-box}.social-proof__text{align-items:center;padding:var(--sp-pad-top-mobile, 32px) 0 16px;max-width:100%;text-align:center}.social-proof__title{font-size:var(--sp-title-size-mobile, 24px)}.social-proof__subtitle{font-size:var(--sp-subtitle-size-mobile, 16px)}.social-proof__counter-current{font-size:var(--sp-counter-size-mobile, 32px)}.social-proof__nav-btn{width:40px;height:40px}}@media screen and (min-width:1000px){.social-proof__inner,social-proof-carousel.social-proof__inner{padding-inline:5rem}}@media screen and (max-width:999px){.social-proof__inner,social-proof-carousel.social-proof__inner{padding-inline:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/social-proof.css.map */
