.collection-banner{position:relative;width:100%;margin-bottom:var(--banner-margin-bottom, 40px);overflow:hidden}.collection-banner__container{width:100%;max-width:100%;margin:0 auto;position:relative}.collection-banner__image-wrapper{position:relative;width:var(--banner-width, 100%);height:var(--banner-height, 400px);margin:0 auto;overflow:hidden;background-color:#f3f3f3}@media screen and (max-width: 749px){.collection-banner__image-wrapper{height:var(--banner-height-mobile, 300px)}}.collection-banner__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.collection-banner:hover .collection-banner__image{transform:scale(1.02)}.collection-products{position:relative;width:100%;padding:2rem 0}.collection-products__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media screen and (max-width: 749px){.collection-products__container{padding:0 1rem}}.collection-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}@media screen and (max-width: 749px){.collection-products__header{margin-bottom:2rem;gap:1.5rem}}.collection-products__title{margin:0;font-size:clamp(2.4rem,4vw,3.6rem);font-weight:700;line-height:1.2;color:inherit;flex:1;min-width:200px}@media screen and (max-width: 749px){.collection-products__title{font-size:2.4rem;width:100%}}.collection-products__sort{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media screen and (max-width: 749px){.collection-products__sort{width:100%;justify-content:flex-end}}.collection-products__sort-label{font-size:1.4rem;font-weight:500;color:inherit;white-space:nowrap}@media screen and (max-width: 749px){.collection-products__sort-label{font-size:1.3rem}}.collection-products__sort-select{padding:.8rem 3.5rem .8rem 1.2rem;font-size:1.4rem;font-weight:400;color:inherit;background-color:transparent;border:1px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;min-width:180px}@media screen and (max-width: 749px){.collection-products__sort-select{font-size:1.3rem;padding:.7rem 3rem .7rem 1rem;min-width:150px}}.collection-products__sort-select:hover{border-color:#0006}.collection-products__sort-select:focus{outline:none;border-color:#0009;box-shadow:0 0 0 2px #0000001a}.collection-products__grid{display:grid;grid-template-columns:repeat(var(--products-per-row-desktop, 4),1fr);gap:2rem;width:100%;position:relative}@media screen and (max-width: 1024px){.collection-products__grid{gap:1.5rem}}@media screen and (max-width: 749px){.collection-products__grid{grid-template-columns:repeat(var(--products-per-row-mobile, 2),1fr);gap:1rem}}.collection-products__item{width:100%;min-width:0;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards;visibility:visible}.collection-products__item[data-loaded=true]{opacity:1;transform:translateY(0)}@media screen and (max-width: 749px){.collection-products__item{opacity:1;transform:translateY(0);animation:none}.collection-products__item[data-loaded=true]{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.collection-products__item:nth-child(1){animation-delay:.05s}.collection-products__item:nth-child(2){animation-delay:.1s}.collection-products__item:nth-child(3){animation-delay:.15s}.collection-products__item:nth-child(4){animation-delay:.2s}.collection-products__item:nth-child(5){animation-delay:.25s}.collection-products__item:nth-child(6){animation-delay:.3s}.collection-products__item:nth-child(7){animation-delay:.35s}.collection-products__item:nth-child(8){animation-delay:.4s}.collection-products__loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.collection-products__loader-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:#0009;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.collection-products__loader-text{margin:0;font-size:1.4rem;color:inherit;opacity:.7}.collection-products__end{text-align:center;padding:3rem 2rem}.collection-products__end-text{margin:0;font-size:1.4rem;color:inherit;opacity:.6}.collection-products__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;padding:2rem 0}@media screen and (max-width: 749px){.collection-products__pagination{flex-wrap:wrap;gap:.5rem}}.collection-products__pagination-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid rgba(0,0,0,.2);border-radius:8px;background:transparent;color:inherit;text-decoration:none;font-size:1.4rem;font-weight:500;transition:all .3s ease}.collection-products__pagination-link:hover{border-color:#0009;background:#0000000d}.collection-products__pagination-numbers{display:flex;align-items:center;gap:.5rem}.collection-products__pagination-number{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border:2px solid rgba(0,0,0,.2);border-radius:8px;background:transparent;color:inherit;text-decoration:none;font-size:1.4rem;font-weight:500;transition:all .3s ease}.collection-products__pagination-number:hover{border-color:#0006;background:#0000000d}.collection-products__pagination-number--current{border-color:#0009;background:#0000001a;cursor:default}.collection-products__grid[data-loading=true]{pointer-events:none}.collection-products__grid[data-loading=true] .collection-products__item{opacity:.5}.collection-products__loader-sentinel{height:100px;width:100%;position:relative;display:block!important;visibility:visible!important;margin:2rem 0;opacity:1!important;transform:none!important;animation:none!important;min-height:100px;pointer-events:none;z-index:0;contain:layout style paint;will-change:auto}@media screen and (max-width: 749px){.collection-products__loader-sentinel{height:250px;min-height:250px;margin:3rem 0}}.collection-products__item,.collection-banner__image{will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.collection-products__item{animation:none;opacity:1;transform:none}.collection-banner__image{transition:none}.collection-banner:hover .collection-banner__image{transform:none}.collection-products__loader-spinner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/collection-page.css.map */
