:root{--new-arrivals-bg: #ffffff;--new-arrivals-heading: #121212;--product-card-img-bg: #f4f4f4;--product-badge-sale-text: #1a1a1a;--product-badge-new-bg: rgba(0, 0, 0, .9);--product-badge-new-text: #ffffff;--product-btn-bg: #111111;--product-btn-text: #ffffff;--product-title: #121212;--product-tag: #666666;--product-price: #121212}.new-arrivals{background-color:var(--new-arrivals-bg);padding:80px 0;margin-bottom:80px;width:100%}.new-arrivals__header{position:relative;margin-bottom:60px;width:100%}.new-arrivals__heading-wrapper{text-align:center}.new-arrivals__heading{font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;color:var(--new-arrivals-heading)!important;margin:0;text-transform:uppercase;letter-spacing:.5px}.new-arrivals__accent{width:40px;height:3px;background-color:var(--color-primary);margin:10px auto 0;border-radius:2px}.new-arrivals__view-all{position:absolute;right:20px;bottom:4px;font-size:14px;font-weight:800;color:var(--color-primary)!important;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:opacity .3s ease,transform .3s ease}.new-arrivals__view-all:hover{opacity:.8;transform:translate(4px)}.new-arrivals__marquee-wrapper{position:relative;width:100%}.new-arrivals__marquee-wrapper:before,.new-arrivals__marquee-wrapper:after{content:"";position:absolute;top:0;width:12%;max-width:200px;height:100%;z-index:10;pointer-events:none}.new-arrivals__marquee-wrapper:before{left:0;background:linear-gradient(to right,var(--new-arrivals-bg),transparent)}.new-arrivals__marquee-wrapper:after{right:0;background:linear-gradient(to left,var(--new-arrivals-bg),transparent)}.new-arrivals__marquee{width:100%;overflow:hidden;position:relative;display:flex}.new-arrivals__marquee-track{display:flex;width:max-content;animation:scrollMarquee 40s linear infinite}.new-arrivals__marquee-group{display:flex;gap:24px;padding-right:24px;flex:0 0 auto}.new-arrivals__marquee-group>*{width:280px;flex:0 0 auto}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-card{background:transparent;display:flex;flex-direction:column;position:relative;height:100%}.product-card__image-wrap{position:relative;width:100%;aspect-ratio:4 / 5!important;overflow:hidden;background:var(--product-card-img-bg);border-radius:4px;display:block;isolation:isolate;flex-shrink:0}.product-card__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000c,#0000 40%);opacity:0;transition:opacity .4s ease;z-index:5;pointer-events:none}.product-card:hover .product-card__image-wrap:after{opacity:1}.product-card__image{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .6s cubic-bezier(.25,1,.5,1)}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__badge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;text-transform:uppercase;padding:6px 12px;border-radius:20px;z-index:10;letter-spacing:1px}.product-card__badge--sale{background:var(--color-primary);color:var(--product-badge-sale-text)!important}.product-card__badge--new{background:var(--product-badge-new-bg);color:var(--product-badge-new-text)!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__footer{position:absolute;bottom:0;left:0;width:100%;padding:20px;z-index:20;transform:translateY(20px);opacity:0;transition:all .4s cubic-bezier(.25,1,.5,1);pointer-events:none}.product-card:hover .product-card__footer{transform:translateY(0);opacity:1;pointer-events:auto}.product-card__form{margin:0;width:100%}.product-card__btn{width:100%;background:var(--product-btn-bg);color:var(--product-btn-text);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:40px;padding:14px;cursor:pointer;transition:background .3s ease,color .3s ease,transform .2s ease;display:block;text-align:center}.product-card__btn:hover{background:var(--color-primary);color:#fff;transform:scale(1.02)}.product-card__btn[disabled]{background:#333;color:#888;cursor:not-allowed;transform:none}.product-card__info{padding:16px 0 0;display:flex;flex-direction:column}.product-card__title{font-size:16px;font-weight:800;color:var(--product-title)!important;margin:0;line-height:1.3}.product-card__title a{color:inherit;text-decoration:none;transition:color .3s ease}.product-card__title a:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:9}.product-card__title a:hover{color:var(--color-primary)!important}.product-card__tag{font-size:10px;font-weight:600;color:var(--product-tag);margin:4px 0 10px;text-transform:uppercase;letter-spacing:1px}.product-card__price-row{display:flex;align-items:baseline;gap:8px}.product-card__price{font-size:15px;font-weight:600;color:var(--product-price)}.product-card__compare{font-size:13px;color:#666;text-decoration:line-through}@media screen and (max-width:1024px){.new-arrivals__header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px}.new-arrivals__view-all{position:static}.new-arrivals__marquee-group{gap:20px;padding-right:20px}.new-arrivals__marquee-group>*{width:240px}.product-card__footer{transform:translateY(0);opacity:1;pointer-events:auto;padding:12px}.product-card__image-wrap:after{opacity:1;background:linear-gradient(to top,#0009,#0000 30%)}}@media screen and (max-width:600px){.new-arrivals{padding:50px 0}.new-arrivals__marquee-group{gap:16px;padding-right:16px}.new-arrivals__marquee-group>*{width:200px}.product-card__info{padding:12px 0 0}.product-card__title{font-size:13px}.product-card__tag{font-size:9px;margin:4px 0 8px}.product-card__price{font-size:13px}.product-card__compare{font-size:11px}.product-card__btn{padding:10px;font-size:10px}}.new-arrivals__button-wrapper{text-align:center;margin-top:40px;width:100%}.new-arrivals__btn-show-all{background-color:var(--color-primary);color:#fff!important;font-family:var(--font-heading-family),"Outfit",sans-serif;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:16px 36px;border-radius:40px;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #ea5d1340;cursor:pointer}.new-arrivals__btn-show-all:hover{background-color:#121212;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.na-card{background:transparent;display:flex;flex-direction:column;position:relative;height:100%;cursor:pointer}.na-card__image-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--product-card-img-bg, #f4f4f4);border-radius:4px;display:block;isolation:isolate;flex-shrink:0}.na-card__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000c,#0000 40%);opacity:0;transition:opacity .4s ease;z-index:5;pointer-events:none}.na-card:hover .na-card__image-wrap:after{opacity:1}.na-card__image{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .6s cubic-bezier(.25,1,.5,1)}.na-card:hover .na-card__image{transform:scale(1.06)}.na-card__badge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;text-transform:uppercase;padding:6px 12px;border-radius:20px;z-index:10;letter-spacing:1px}.na-card__badge--sale{background:var(--color-primary, #ff7f09);color:#1a1a1a!important}.na-card__badge--new{background:#000000e6;color:#fff!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.na-card__footer{position:absolute;bottom:0;left:0;width:100%;padding:20px;z-index:20;transform:translateY(20px);opacity:0;transition:all .4s cubic-bezier(.25,1,.5,1);pointer-events:none}.na-card:hover .na-card__footer{transform:translateY(0);opacity:1;pointer-events:auto}.na-card__btn{width:100%;background:#111;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:40px;padding:14px;cursor:pointer;transition:background .3s ease,transform .2s ease;display:block;text-align:center}.na-card__btn:hover{background:var(--color-primary, #ff7f09);transform:scale(1.02)}.na-card__btn[disabled]{background:#333;color:#888;cursor:not-allowed;transform:none}.na-card__info{padding:16px 0 0;display:flex;flex-direction:column}.na-card__title{font-size:16px;font-weight:800;color:var(--product-title, #121212)!important;margin:0;line-height:1.3}.na-card__title a{color:inherit;text-decoration:none;transition:color .3s ease}.na-card__title a:hover{color:var(--color-primary, #ff7f09)!important}.na-card__price-row{display:flex;align-items:baseline;gap:8px;margin-top:8px}.na-card__price{font-size:15px;font-weight:600;color:var(--product-price, #121212)}.na-card__compare{font-size:13px;color:#666;text-decoration:line-through}@media screen and (max-width:1024px){.na-card__footer{transform:translateY(0);opacity:1;pointer-events:auto;padding:12px}.na-card__image-wrap:after{opacity:1;background:linear-gradient(to top,#0009,#0000 30%)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-new-arrivals.css.map */
