.page-width{max-width:1500px;margin:0 auto;padding:0 20px}@media screen and (min-width:750px){.page-width{padding:0 40px}}.center{text-align:center}.featured-collection__header{margin-top:0!important;padding-top:0!important;margin-bottom:20px}.featured-collection__title{font-family:Times New Roman,Times,Baskerville,Georgia,serif;font-weight:400;letter-spacing:4px;text-transform:uppercase;margin:0 0 16px;font-size:24px}.featured-collection__description{color:#555;margin-top:10px}@media screen and (min-width:750px){.featured-collection__header{margin-bottom:32px}.featured-collection__title{font-size:32px}}.slider-container{position:relative}.product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:var(--card-spacing, 16px);margin:0;padding:0;list-style:none;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%) scale(.95);width:44px;height:44px;background-color:#faf7f2;border:1px solid #FAF7F2;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;color:#4a3b32;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;opacity:0;pointer-events:none}.slider-container:hover .slider-arrow{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.slider-arrow:hover{background-color:#4a3b32;color:#faf7f2;border-color:#4a3b32}.slider-arrow svg{width:20px;height:20px}.slider-arrow--prev{left:20px}.slider-arrow--next{right:20px}@media screen and (max-width:749px){.slider-arrow{display:none}}.product-card__link{display:block;width:100%;line-height:0;font-size:0}.product-card{position:relative;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;background:transparent;height:100%;flex:0 0 85%;scroll-snap-align:start}@media screen and (min-width:750px){.product-card{flex:0 0 calc((100% - var(--card-spacing, 16px)) / 2)}}@media screen and (min-width:990px){.product-card{flex:0 0 calc((100% - (var(--card-spacing, 16px) * (var(--products-per-row, 4) - 1))) / var(--products-per-row, 4))}}.product-card:hover{transform:translateY(-4px)}.product-card__image-wrapper{position:relative;overflow:hidden;margin-bottom:0;transform:translateZ(0);-webkit-transform:translateZ(0)}.product-card__image-container{position:relative;width:100%;background-color:transparent;overflow:hidden}.product-card__image{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;transition:opacity .3s ease,transform .3s ease;background-color:transparent!important}.product-card__image--secondary{opacity:0;z-index:1}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image--primary,.product-card:hover .product-card__image--secondary{transform:scale(1.03)}.product-card__badges{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:8px;z-index:2;pointer-events:none}.badge{display:inline-block;padding:4px 8px;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;border-radius:2px;background-color:#ffffffe6;color:#111;line-height:1}.badge--sale{color:#d13030}.badge--soldout{color:#777}.product-card__wishlist-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;padding:8px;cursor:pointer;z-index:2;color:#111;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease}.product-card__wishlist-btn svg{width:20px;height:20px}.product-card__wishlist-btn:hover{background-color:#ffffffe6}.product-card__sizes{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:center;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:4px;padding:16px 8px;z-index:2;transform:translateY(100%);opacity:0;transition:transform .3s ease,opacity .3s ease}.product-card__sizes::-webkit-scrollbar{display:none}.product-card:hover .product-card__sizes{transform:translateY(0);opacity:1}.size-btn{background-color:#4a3b32;color:#faf7f2;border:1px solid #4a3b32;padding:4px 6px;font-size:10px;text-transform:uppercase;cursor:pointer;min-width:28px;flex-shrink:0;text-align:center;transition:all .3s ease}.size-btn:hover{background-color:#faf7f2;color:#4a3b32}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#111;color:#fff;border:1px solid #111;text-align:center;text-decoration:none;font-family:inherit;font-size:13px;font-weight:500;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;width:100%}.btn:hover{background-color:#fff;color:#111}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--quick-view{background-color:#fff;color:#111}.btn--quick-view:hover{background-color:#111;color:#fff}.btn--primary{width:auto;min-width:200px;background-color:#4a3b32;border-color:#4a3b32}.btn--primary:hover{background-color:#362a23;border-color:#362a23;color:#fff}.featured-collection__footer{margin-top:40px}@media screen and (min-width:750px){.featured-collection__footer{margin-top:64px}}.product-card__info{padding-top:12px;text-align:center;display:flex;flex-direction:column;align-items:center;flex-grow:1}.product-card__title{font-family:var(--font-body-family, inherit);font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 8px}.product-card__title a{color:inherit;text-decoration:none;transition:color .3s ease}.product-card__title a:hover{color:#777}.product-card__price{font-family:var(--font-body-family, inherit);font-size:12px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto}.price-item{font-weight:600}.price-item--compare{font-weight:400;color:#777}.fade-in-scroll{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.fade-in-scroll.is-visible{opacity:1;transform:translateY(0)}.placeholder-svg{width:100%;height:100%;position:absolute;top:0;left:0;fill:#ccc}
/*# sourceMappingURL=/cdn/shop/t/8/assets/featured-collection.css.map */
