@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@200;300;400;500&display=swap";:root{--alf-primary: #000;--alf-accent: #d4af37;--alf-bg: #fafafa;--alf-text: #1a1a1a;--alf-text-light: #666;--alf-white: #fff;--alf-red: #d32f2f;--alf-transition-fast: .3s ease;--alf-transition-normal: .5s cubic-bezier(.4, 0, .2, 1);--alf-transition-slow: .8s cubic-bezier(.4, 0, .2, 1);--alf-shadow-sm: 0 10px 40px rgba(0,0,0,.08);--alf-shadow-md: 0 20px 60px rgba(0,0,0,.15)}.page-width:has(.collection-header){max-width:1400px!important;margin:0 auto!important;padding:0 40px 60px!important;background:var(--alf-bg)!important}.collection-header{text-align:center;margin-bottom:100px;padding-top:0!important;opacity:0;animation:alf-fadeIn 1.2s ease forwards}.collection-header .collection-title,.collection-header h1.collection-title,.collection-header h2.collection-title{font-family:var(--font-heading-family)!important;font-size:clamp(2.5rem,5vw,4rem)!important;font-weight:var(--font-heading-weight)!important;letter-spacing:12px!important;color:#000!important;margin-bottom:30px!important;text-transform:uppercase!important;display:block!important;text-align:center!important;margin-top:0!important;padding:0!important;line-height:1.2!important;border:none!important;background:none!important}.collection-header .collection-subtitle{font-family:Montserrat,sans-serif!important;font-size:1rem!important;font-weight:300!important;line-height:1.8!important;color:#666!important;max-width:700px!important;margin:0 auto!important;letter-spacing:.5px!important;text-align:center!important;padding:0!important;background:none!important;border:none!important}.collection-header .collection-subtitle strong{font-weight:500!important;color:#1a1a1a!important;font-family:Montserrat,sans-serif!important}.product-list-wraper .product-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:50px 35px!important;margin-bottom:80px!important;flex-wrap:nowrap!important}.product-list-wraper .product-list__product-block{width:100%!important;position:relative;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.product-list-wraper .product-list__product-block.loaded{opacity:1;transform:translateY(0)}.product-list-wraper .product-list__product-block:nth-child(1){transition-delay:.1s}.product-list-wraper .product-list__product-block:nth-child(2){transition-delay:.2s}.product-list-wraper .product-list__product-block:nth-child(3){transition-delay:.3s}.product-list-wraper .product-list__product-block:nth-child(4){transition-delay:.4s}.product-list-wraper .product-list__product-block:nth-child(5){transition-delay:.5s}.product-list-wraper .product-list__product-block:nth-child(6){transition-delay:.6s}.product-list-wraper .product-list__product-block:nth-child(7){transition-delay:.7s}.product-list-wraper .product-list__product-block:nth-child(8){transition-delay:.8s}.product-list-wraper .product-list__product-block:nth-child(9){transition-delay:.9s}.product-list-wraper .product-list__product-block:nth-child(10){transition-delay:1s}.product-list-wraper .product-image-container{background:var(--alf-white);margin-bottom:20px;box-shadow:var(--alf-shadow-sm);transition:all var(--alf-transition-normal);position:relative}.product-list-wraper .product-image-container:hover{box-shadow:var(--alf-shadow-md);transform:translateY(-5px)}.product-list-wraper .product-list__img-link:hover .product-list__product-img{transform:translate(-50%,-50%) scale(1.08)!important;transition:transform var(--alf-transition-slow)!important}.product-list-wraper .product-promo-badge{position:relative;width:100%;background:transparent;color:#d32f2f;padding:12px 0;text-align:center;font-weight:500;font-size:11px;letter-spacing:2.5px;z-index:2;border:none;transition:all .3s ease;margin-top:12px;margin-bottom:8px;animation:alf-pulseGlow 2s ease-in-out infinite}.product-list-wraper .product-promo-badge:hover{letter-spacing:3.5px}.product-list-wraper .promo-text{display:block;text-transform:uppercase;font-family:inherit;white-space:nowrap}.product-list-wraper .product-list__product-name{font-family:Montserrat,sans-serif!important;font-size:.95rem!important;font-weight:500!important;letter-spacing:1px!important;text-transform:uppercase!important;display:block!important;margin-bottom:12px!important;transition:all var(--alf-transition-fast)!important;position:relative;padding-left:0}.product-list-wraper .product-list__product-name:before{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--alf-accent);transition:width var(--alf-transition-fast)}.product-list-wraper .product-list__product-name:hover{padding-left:8px;color:var(--alf-red)!important}.product-list-wraper .product-list__product-name:hover:before{width:40px}.product-list-wraper .product-list__product-price{font-family:Montserrat,sans-serif!important;font-size:.9rem!important;font-weight:400!important;letter-spacing:.5px!important;margin:0!important}.product-list-wraper .product-promo-price{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;justify-content:center!important;font-family:inherit}.product-list-wraper .old-price-crossed{position:relative;color:inherit;opacity:.6;font-family:inherit;font-size:.85rem!important;font-weight:inherit}.product-list-wraper .old-price-crossed:after{content:"";position:absolute;left:-2px;top:50%;width:calc(100% + 4px);height:2px;background:currentColor;transform:translateY(-50%) rotate(-12deg)}.product-list-wraper .arrow-promo{font-size:inherit;font-weight:500!important;color:var(--alf-accent)!important;opacity:.7}.product-list-wraper .new-price-promo{font-weight:600!important;font-size:1rem!important;font-family:inherit;color:var(--alf-red)!important}.product-list-wraper .pages{display:flex!important;align-items:center!important;justify-content:center!important;gap:15px!important;margin-top:80px!important;font-family:Montserrat,sans-serif!important}.product-list-wraper .page-navigation{padding:10px 16px!important;border:1px solid rgba(0,0,0,.1)!important;transition:all var(--alf-transition-fast)!important;cursor:pointer!important;font-size:.9rem!important;letter-spacing:.5px!important}.product-list-wraper .page-navigation:hover{border-color:var(--alf-accent)!important;background:#d4af370d!important}.product-list-wraper .page-current{background:var(--alf-primary)!important;color:var(--alf-white)!important;border-color:var(--alf-primary)!important}.product-list-wraper .span_left:hover svg path,.product-list-wraper .span_right:hover svg path{fill:var(--alf-accent)!important}.product-list-wraper #loading-logo{text-align:center;margin:60px 0;opacity:0;animation:alf-fadeIn .5s ease forwards}.product-list-wraper #loading-logo img{max-width:100px;animation:alf-pulse 1.5s ease-in-out infinite}.product-list-wraper #loading-logo h2{font-family:Playfair Display,serif!important;font-size:1.5rem!important;font-weight:400!important;letter-spacing:8px!important;color:var(--alf-accent)!important;animation:alf-pulse 1.5s ease-in-out infinite}@keyframes alf-fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes alf-pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes alf-pulseGlow{0%,to{box-shadow:0 0 10px #d4af374d}50%{box-shadow:0 0 20px #d4af3799}}@media screen and (min-width: 1400px){.product-list-wraper .product-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))!important;gap:60px 40px!important}}@media screen and (max-width: 1024px){.page-width:has(.collection-header){padding:0 40px 50px!important}.product-list-wraper .product-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important;gap:45px 30px!important}}@media screen and (max-width: 768px){.page-width:has(.collection-header){padding:0 20px 40px!important}.collection-header{margin-bottom:60px!important}.collection-header .collection-title{font-size:2rem!important;letter-spacing:6px!important}.collection-header .collection-subtitle{font-size:.9rem!important;padding:0 10px!important}.product-list-wraper .product-list{grid-template-columns:repeat(2,1fr)!important;gap:40px 20px!important}.product-list-wraper .product-list__product-name{font-size:.85rem!important}.product-list-wraper .product-promo-price{gap:6px!important;font-size:.85rem!important}.product-list-wraper .product-promo-badge{font-size:10px;padding:10px 0;letter-spacing:2px;margin-top:10px;margin-bottom:6px}.product-list-wraper .product-promo-badge:hover{letter-spacing:2.8px}}@media screen and (max-width: 480px){.page-width:has(.collection-header){padding:0 15px 30px!important}.product-list-wraper .product-list{grid-template-columns:1fr!important;gap:35px!important}.collection-header .collection-title{font-size:1.5rem!important;letter-spacing:4px!important}.collection-header .collection-subtitle{font-size:.85rem!important}}.product-list-wraper .loader{border:2px solid #e5e5e5;border-top:2px solid #000000;border-radius:50%;width:40px;height:40px;position:absolute;animation:spin 2s linear infinite}.product-list-wraper .loaded .loader{display:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/alafrench-collection.css.map */
