.custom-collections{width:100%;padding:0 40px;display:flex;flex-direction:column;gap:32px;align-items:center}.custom-collections__header{width:100%;max-width:1440px;display:flex;align-items:center;justify-content:space-between;gap:4px;background-color:#fff;padding-bottom:8px}.custom-collections__title h1{font-family:Asterina,Playfair Display,Georgia,serif;font-size:24px;font-weight:400;letter-spacing:-.24px;line-height:1.1;color:#1b170e;margin:0}.custom-collections__controls{display:flex;align-items:center;gap:20px}.custom-collections__sort-dropdown{position:relative}.custom-collections__sort-btn{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:400;letter-spacing:.24px;text-transform:uppercase;color:#1b170e;transition:opacity .2s ease}.custom-collections__sort-btn:hover{opacity:.7}.custom-collections__sort-btn svg{transition:transform .3s ease}.custom-collections__sort-btn.custom-collections__sort-btn--active svg{transform:rotate(180deg)}.custom-collections__sort-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 4px 12px #0000001a;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:50}.custom-collections__sort-menu.custom-collections__sort-menu--active{opacity:1;visibility:visible;transform:translateY(0)}.custom-collections__sort-option{display:block;width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-family:inherit;font-size:14px;color:#2e2d2b;cursor:pointer;transition:background-color .2s ease;text-decoration:none}.custom-collections__sort-option:hover{background-color:#f5f5f5}.custom-collections__sort-option--active{background-color:#f5f5f5;font-weight:500}.custom-collections__sort-option:first-child{border-radius:4px 4px 0 0}.custom-collections__sort-option:last-child{border-radius:0 0 4px 4px}.custom-collections__product-grid{width:100%;max-width:1440px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px 24px;justify-content:center}.custom-collections__product-card{width:100%;display:flex;flex-direction:column;gap:24px}.custom-collections__product-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1.29;background-color:#fff;overflow:hidden}.custom-collections__product-link{display:block;width:100%;height:100%}.custom-collections__product-image{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .4s ease,transform .4s ease;background-color:#f5f5f5}.custom-collections__product-image--main{opacity:1;z-index:1}.custom-collections__product-image--hover{opacity:0;z-index:2}@media(min-width:1201px){.custom-collections__product:hover .custom-collections__product-image--hover{opacity:1;transform:translate3d(-50%,-52%,0)}.custom-collections__product:hover .custom-collections__product-image--main{opacity:0;transform:translate3d(-50%,-48%,0)}.custom-collections__product-card:hover .custom-collections__product-image--hover{opacity:1}}.custom-collections__product-image--placeholder{width:100%;height:100%}.custom-collections__product-form{position:absolute;top:8px;right:8px;z-index:3}.custom-collections__cart-btn{background-color:#fff;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .3s ease;position:relative}.custom-collections__cart-btn:hover:not(:disabled){background-color:#1b170e}.custom-collections__cart-btn:hover:not(:disabled) svg path{stroke:#fff}.custom-collections__cart-btn:hover:not(:disabled) svg circle{fill:#fff}.custom-collections__cart-btn svg{transition:all .3s ease}.custom-collections__cart-btn .loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px}.custom-collections__cart-btn .loading__spinner.hidden{display:none}.custom-collections__cart-btn .spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.custom-collections__cart-btn .spinner .path{stroke:#1b170e;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.custom-collections__product-card--sold-out{opacity:.5}.custom-collections__cart-btn--disabled,.custom-collections__cart-btn:disabled{cursor:not-allowed;opacity:.5}.custom-collections__product-info{display:flex;flex-direction:column;gap:12px;line-height:1}.custom-collections__product-link-info{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:12px}.custom-collections__product-link-info:hover .custom-collections__product-name{opacity:.7}.custom-collections__product-category{font-size:16px;font-weight:400;text-transform:uppercase;color:#8b847e;margin:0}.custom-collections__product-name{font-size:20px;font-weight:500;color:#2e2d2b;margin:0;white-space:break-spaces;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s ease}.custom-collections__product-price{font-size:18px;font-weight:400;color:#2e2d2b;margin:0;display:flex;align-items:center;gap:8px}.custom-collections__price-compare{text-decoration:line-through;color:#8b847e;font-size:16px}.custom-collections__price-from{font-size:18px}.custom-collections__empty{width:100%;text-align:center;padding:60px 20px;color:#2e2d2b;font-size:18px}@media(min-width:1201px){.custom-collections__product-grid{grid-template-columns:repeat(4,1fr);gap:40px 24px}}@media(min-width:850px)and (max-width:1200px){.custom-collections{padding:0 24px}.custom-collections__product-grid{grid-template-columns:repeat(3,1fr);gap:32px 20px}}@media(min-width:769px)and (max-width:849px){.custom-collections{padding:0 24px}.custom-collections__product-grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}}@media(max-width:768px){.custom-collections{padding:0 20px}.custom-collections__product-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.custom-collections__product-card{width:100%}.custom-collections__product-name{font-size:16px;white-space:normal}.custom-collections__product-category{font-size:14px}.custom-collections__product-price{font-size:16px}.custom-collections__price-compare{font-size:14px}}@media(max-width:400px){.custom-collections{padding:0 16px}.custom-collections__product-grid{grid-template-columns:repeat(2,1fr);gap:20px 12px}.custom-collections__title h1{font-size:20px}}@media(max-width:335px){.custom-collections{padding:0 12px}.custom-collections__product-grid{grid-template-columns:repeat(2,1fr);gap:16px 8px}.custom-collections__product-name{font-size:14px}.custom-collections__product-category{font-size:12px}.custom-collections__product-price{font-size:14px}.custom-collections__title h1{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-collections.css.map */
