.collection-page{background-color:#fff;width:100%}.collection-banner{background-color:#fff;padding:4rem 0}.collection-banner__container{max-width:120rem;margin:0 auto;padding:0 2rem}.collection-banner__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;min-height:50rem}.collection-banner__content{display:flex;align-items:center;justify-content:center;padding:2rem 0}.collection-banner__text-wrapper{max-width:50rem;text-align:center}.collection-banner__brand{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:1.4rem;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:#6b6b6b;margin:0 0 1rem}.collection-banner__heading{font-family:Cormorant Garamond,Times New Roman,serif;font-weight:600;font-size:clamp(3.2rem,5vw,5.6rem);line-height:1.15;color:#0b0b0b;margin:0 0 2.5rem;letter-spacing:-.02em}.collection-banner__text{font-family:Cormorant Garamond,Times New Roman,serif;font-weight:400;font-size:clamp(1.6rem,2.2vw,2rem);line-height:1.6;color:#2b2b2b;max-width:45rem;margin:0 auto}.collection-banner__text p{margin:0 0 1.5rem}.collection-banner__text p:last-child{margin-bottom:0}.collection-banner__media{display:flex;align-items:center;justify-content:center;padding:2rem 0}.collection-banner__image-wrapper{position:relative;width:100%;max-width:60rem;aspect-ratio:4/3;overflow:hidden;border-radius:.8rem;background-color:#f5f5f5}.collection-banner__image{width:100%;height:100%;object-fit:cover;object-position:center}.collection-banner__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.collection-banner__placeholder-svg{width:60%;height:60%;opacity:.3}.collection-filters{background-color:#fff;border-bottom:1px solid #E8E8E8;padding:2rem 0}.collection-filters__container{max-width:120rem;margin:0 auto;padding:0 2rem}.collection-filters__content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.collection-filters__count{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.4;color:#6b6b6b;margin:0}.collection-filters__sort{display:flex;align-items:center;gap:1rem}.collection-filters__sort-label{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:1.4rem;line-height:1.4;color:#0b0b0b}.collection-filters__sort-select{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.4;padding:.8rem 1.2rem;border:1px solid #E8E8E8;background-color:#fff;color:#0b0b0b;border-radius:.4rem;cursor:pointer}.collection-filters__sort-select:focus{outline:none;border-color:#8c8c8c}.collection-products{background-color:#fff;padding:4rem 0}.collection-products__container{max-width:120rem;margin:0 auto;padding:0 2rem}.collection-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:3rem;margin-bottom:4rem}.collection-products__item{width:100%}.collection-products__card{background-color:#fff;border-radius:.8rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid #F5F5F5}.collection-products__card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#e8e8e8}.collection-products__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background-color:#f5f5f5}.collection-products__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease,transform .3s ease}.collection-products__image--primary{opacity:1;z-index:1}.collection-products__image--secondary{opacity:0;z-index:2}.collection-products__card:hover .collection-products__image--primary{opacity:0}.collection-products__card:hover .collection-products__image--secondary{opacity:1}.collection-products__card:hover .collection-products__image{transform:scale(1.05)}.collection-products__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.collection-products__placeholder-svg{width:80%;height:80%;opacity:.3}.collection-products__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000001a;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.collection-products__card:hover .collection-products__overlay{opacity:1}.collection-products__add-to-cart{background-color:#fff;border:1px solid #E8E8E8;border-radius:50%;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.collection-products__add-to-cart:hover{background-color:#0b0b0b;border-color:#0b0b0b;transform:scale(1.1)}.collection-products__add-to-cart:hover .collection-products__cart-icon{stroke:#fff}.collection-products__cart-icon{stroke:#0b0b0b;transition:stroke .3s ease}.collection-products__add-to-cart.loading{background-color:#6b6b6b;border-color:#6b6b6b;cursor:not-allowed}.collection-products__add-to-cart.loading .collection-products__cart-icon{stroke:#fff;animation:spin 1s linear infinite}.collection-products__add-to-cart.success{background-color:#0b0b0b;border-color:#0b0b0b}.collection-products__add-to-cart.success .collection-products__cart-icon{stroke:#fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.collection-products__content{padding:2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.collection-products__title{margin:0}.collection-products__link{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:1.6rem;line-height:1.4;color:#0b0b0b;text-decoration:none;transition:color .3s ease}.collection-products__link:hover{color:#8c8c8c;text-decoration:underline}.collection-products__price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.collection-products__price-current{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:1.8rem;line-height:1.2;color:#0b0b0b}.collection-products__price-compare{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.2;color:#6b6b6b;text-decoration:line-through}.collection-pagination{display:flex;justify-content:center;margin-top:4rem}.collection-pagination__nav{display:flex;align-items:center}.collection-pagination__list{display:flex;list-style:none;margin:0;padding:0;gap:.5rem}.collection-pagination__item{margin:0}.collection-pagination__link{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:1.4rem;line-height:1.2;color:#0b0b0b;text-decoration:none;padding:1rem 1.5rem;border:1px solid #E8E8E8;border-radius:.4rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.collection-pagination__link:hover,.collection-pagination__link--current{background-color:#0b0b0b;color:#fff;border-color:#0b0b0b}.collection-pagination__link svg{stroke:currentColor}.collection-products__empty{text-align:center;padding:6rem 2rem}.collection-products__empty-heading{font-family:Cormorant Garamond,Times New Roman,serif;font-weight:600;font-size:2.8rem;line-height:1.15;color:#0b0b0b;margin:0 0 2rem}.collection-products__empty-text{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.6;color:#6b6b6b;margin:0}@media screen and (min-width: 750px){.collection-banner__container,.collection-filters__container,.collection-products__container{padding:0 4rem}.collection-banner__grid{grid-template-columns:1fr 1fr;gap:6rem;min-height:60rem}.collection-banner__text-wrapper{text-align:left;max-width:55rem}.collection-banner__text{text-align:left;margin-left:0;margin-right:0}.collection-banner__image-wrapper{aspect-ratio:3/4}.collection-products__grid{grid-template-columns:repeat(4,1fr);gap:4rem}}@media screen and (min-width: 1200px){.collection-banner__grid{gap:8rem;min-height:70rem}.collection-banner__heading{font-size:clamp(4.8rem,6vw,6.4rem)}.collection-banner__text{font-size:2.2rem}}@media screen and (max-width: 749px){.collection-banner{padding:2rem 0}.collection-banner__grid{grid-template-columns:1fr;gap:3rem;min-height:auto}.collection-banner__content,.collection-banner__media{order:unset;padding:1rem 0}.collection-banner__text-wrapper{text-align:center;max-width:100%}.collection-banner__text{text-align:center;margin-left:auto;margin-right:auto}.collection-banner__image-wrapper{aspect-ratio:4/3;max-width:100%}.collection-filters__content{flex-direction:column;align-items:flex-start;gap:1.5rem}.collection-products__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.collection-products__overlay{opacity:1}.collection-products__image--secondary,.collection-products__card:active .collection-products__image--primary{opacity:0}.collection-products__card:active .collection-products__image--secondary{opacity:1}.collection-products__add-to-cart{width:3.8rem;height:3.8rem}.collection-products__cart-icon{width:14px;height:14px}.collection-products__content{padding:1.5rem}}@media (prefers-reduced-motion: reduce){.collection-products__card,.collection-products__image,.collection-products__overlay,.collection-products__add-to-cart,.collection-products__link,.collection-pagination__link{transition:none}.collection-products__card:hover,.collection-products__add-to-cart:hover{transform:none}}@media (prefers-contrast: high){.collection-products__card{border-width:2px;border-color:#0b0b0b}.collection-products__add-to-cart,.collection-pagination__link{border-width:2px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/template-collection.css.map */
