.pro-card{display:block;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}@media(hover:hover)and (pointer:fine){.pro-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #0000001a;border-color:#00000024}}.pro-card__media{position:relative;background:#f6f6f6;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}.pro-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .45s cubic-bezier(.2,.8,.2,1),transform .65s cubic-bezier(.2,.8,.2,1);pointer-events:none;-webkit-user-drag:none;user-drag:none}.pro-card__img--main{opacity:1;transform:scale(1);z-index:1}.pro-card__img--hover{opacity:0;transform:scale(1.03);z-index:2}@media(hover:hover)and (pointer:fine){.pro-card:hover .pro-card__img--main{opacity:0;transform:scale(.99)}.pro-card:hover .pro-card__img--hover{opacity:1;transform:scale(1)}}.pro-card__body{padding:14px 14px 16px}.pro-card__badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px;align-items:center}.pro-badge{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;line-height:1}.pro-badge--promotion{background:#b30000;color:#fff}.pro-badge--soldout{background:#111;color:#fff}.pro-badge--enfant{background:transparent;color:#078a64;border:2px solid #078a64}.pro-badge--femme{background:transparent;color:#d9468f;border:2px solid #d9468f}.pro-badge--bebe{background:transparent;color:#2b6de8;border:2px solid #2b6de8}.pro-card__title{font-size:15.5px;font-weight:700;line-height:1.35;letter-spacing:.01em;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.pro-card__prices{display:flex;align-items:baseline;gap:6px;flex-wrap:nowrap;overflow:hidden}.pro-card__compare{color:#00000094;text-decoration:line-through;font-size:14px;white-space:nowrap;flex-shrink:0}.pro-card__price{font-weight:900;font-size:20px;color:#111;white-space:nowrap;flex-shrink:0}.pro-card__sale{color:#e30000;font-weight:800;font-size:14px;white-space:nowrap;flex-shrink:0}@media(max-width:767px){.pro-card__body{padding:10px 10px 12px}.pro-card__title{font-size:13px;min-height:36px;margin:0 0 6px}.pro-card__price{font-size:16px}.pro-card__compare,.pro-card__sale{font-size:12px}.pro-badge{height:18px;padding:0 7px;font-size:9px}}.pro-section-header{padding-top:20px;display:flex;justify-content:center;align-items:center;text-align:center;margin-bottom:36px}.pro-section-title{font-size:24px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#111;margin:0;max-width:800px}.pro-section-title:after{content:"";display:block;width:60%;height:3px;background:#000;margin:12px auto 0}.pro-carousel-section{--pro-gap: 18px;--pro-red: #b30000;--pro-price: #111;--pro-sale: #e30000;--pro-card-radius: 18px;--pro-card-border: rgba(0,0,0,.08);--pro-left: 16px;--pro-right: 16px}.pro-carousel__viewport{width:100vw;position:relative;left:50%;transform:translate(-50%);overflow:hidden}.pro-carousel__track{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-top:6px;padding-bottom:6px;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;scrollbar-width:none;touch-action:auto;overscroll-behavior-x:contain}.pro-carousel__track::-webkit-scrollbar{display:none}.pro-carousel__row{display:flex;gap:var(--pro-gap);margin:0;padding-left:var(--pro-left);padding-right:0}.pro-carousel__spacer{flex:0 0 var(--pro-left);min-width:var(--pro-left)}.pro-carousel__slide{flex:0 0 78vw;max-width:420px}@media(min-width:768px){.pro-carousel__slide{flex-basis:360px;max-width:360px}}.pro-carousel__scrollbar{width:100%;height:3px;background:#0000001f;border-radius:999px;position:relative;overflow:hidden;margin-top:14px;pointer-events:none}.pro-carousel__thumb{position:absolute;top:0;left:0;height:100%;width:40px;background:#0000008c;border-radius:999px;will-change:left,width;pointer-events:none}.pro-carousel-section .pro-card{display:block;background:#fff;border:1px solid var(--pro-card-border);border-radius:var(--pro-card-radius);overflow:hidden;text-decoration:none;color:inherit;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;-webkit-user-drag:none;user-drag:none}@media(hover:hover)and (pointer:fine){.pro-carousel-section .pro-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #0000001a;border-color:#00000024}}.pro-carousel-section .pro-card__media{position:relative;background:#f6f6f6;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}.pro-carousel-section .pro-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .45s cubic-bezier(.2,.8,.2,1),transform .65s cubic-bezier(.2,.8,.2,1);pointer-events:none;-webkit-user-drag:none;user-drag:none}.pro-carousel-section .pro-card__img--main{opacity:1;transform:scale(1);z-index:1}.pro-carousel-section .pro-card__img--hover{opacity:0;transform:scale(1.03);z-index:2}@media(hover:hover)and (pointer:fine){.pro-carousel-section .pro-card:hover .pro-card__img--main{opacity:0;transform:scale(.99)}.pro-carousel-section .pro-card:hover .pro-card__img--hover{opacity:1;transform:scale(1)}}.pro-carousel-section .pro-card__body{padding:14px 14px 16px}.pro-carousel-section .pro-card__badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px;align-items:center;justify-content:flex-start}.pro-carousel-section .pro-badge{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;line-height:1}.pro-carousel-section .pro-badge--promotion{background:#b30000;color:#fff}.pro-carousel-section .pro-badge--soldout{background:#111;color:#fff}.pro-carousel-section .pro-badge--enfant{background:transparent;color:#078a64;border:2px solid #078a64}.pro-carousel-section .pro-badge--femme{background:transparent;color:#d9468f;border:2px solid #d9468f}.pro-carousel-section .pro-badge--bebe{background:transparent;color:#2b6de8;border:2px solid #2b6de8}.pro-carousel-section .pro-card__title{font-size:15.5px;font-weight:700;line-height:1.35;letter-spacing:.01em;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.pro-carousel-section .pro-card__prices{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.pro-carousel-section .pro-card__compare{color:#00000073;text-decoration:line-through;font-size:14px}.pro-carousel-section .pro-card__price{font-weight:900;font-size:20px;color:var(--pro-price)}.pro-carousel-section .pro-card__sale{color:var(--pro-sale);font-weight:800;font-size:14px}.pro-carousel__footer{display:flex;justify-content:center;margin-top:22px}.pro-carousel__cta{padding:12px 22px;border-radius:12px;border:1px solid rgba(0,0,0,.18);background:#fff;font-weight:300;text-decoration:none;font-size:15px}@media(max-width:767px){.pro-carousel-section{--pro-gap: 12px}.pro-carousel-section .pro-carousel__track{scroll-snap-type:x mandatory;scroll-padding-left:16px}.pro-carousel-section .pro-carousel__viewport{width:100vw;left:50%;transform:translate(-50%);overflow:hidden}.pro-carousel-section .pro-carousel__row{padding-left:0!important;padding-right:0!important}.pro-carousel-section .pro-carousel__row:before{content:"";display:block;flex:0 0 16px;min-width:16px}.pro-carousel-section .pro-carousel__spacer{flex:0 0 16px!important;min-width:16px!important}.pro-carousel-section .pro-carousel__slide{flex:0 0 70vw;max-width:70vw;scroll-snap-align:start;scroll-snap-stop:always}.pro-carousel-section .pro-card__media{aspect-ratio:1 / 1}.pro-carousel-section .pro-card__body{padding:10px 12px 12px}.pro-carousel-section .pro-card__title{font-size:14px;min-height:38px;margin:0 0 8px}.pro-carousel-section .pro-card__price{font-size:18px}.pro-carousel-section .pro-card__compare,.pro-carousel-section .pro-card__sale{font-size:13px}.pro-carousel-section .pro-badge{height:20px;padding:0 8px;font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/pro-carousel.css.map */
