.Collections{position:relative}.Collections__background{z-index:-1;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.Collections__background svg{width:100%;min-width:1920px;animation:10s linear infinite moveUp;position:absolute;top:0;left:0}@keyframes moveUp{0%{transform:translateY(0)}to{transform:translateY(-600px)}}.Collections--cover{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;margin-top:6rem;padding:3rem 5rem;display:flex}@media screen and (max-width:1200px){.Collections--cover{padding:6rem 3rem 0}}@media screen and (max-width:768px){.Collections--cover{margin-top:2rem;padding:6rem 2rem 0}}.Collections--exclusiveCover{margin-top:6rem;padding:2rem 5rem}@media screen and (max-width:1200px){.Collections--exclusiveCover{margin-top:2rem;padding:2rem 3rem 0}}@media screen and (max-width:768px){.Collections--exclusiveCover{padding:2rem 2rem 0}}.Collections--container{padding:6rem 5rem}@media screen and (max-width:1200px){.Collections--container{padding:6rem 3rem}}@media screen and (max-width:768px){.Collections--container{padding:6rem 2rem}}.Collections__exclusiveTag{color:var(--primary-color)!important}.Collections__exclusive{flex-direction:column;justify-content:center;align-items:center;display:flex}.Collections__exclusive h1{font-size:4rem;font-family:var(--font-safira);color:var(--primary-color);text-align:center;margin-bottom:-.5rem}@media screen and (max-width:768px){.Collections__exclusive h1{font-size:2.5rem}}.Collections__exclusive p{text-align:center;color:#000;font-size:1rem}.Collections__header{margin-top:1rem;margin-bottom:3rem}@media screen and (max-width:425px){.Collections__header{margin-top:0}}.Collections__header h1{font-size:3rem;font-family:var(--font-safira);text-transform:uppercase;color:#fff;text-align:center;margin-bottom:-.5rem;font-weight:500}@media screen and (max-width:768px){.Collections__header h1{font-size:2.5rem}}.Collections__header p{text-align:center;color:#fff;font-size:1rem;font-weight:600}.Collections__breadcrumbs{color:#fff;align-items:center;gap:.75rem;padding:1rem 0;display:flex}@media screen and (max-width:425px){.Collections__breadcrumbs{display:none}}.Collections__breadcrumbs p{text-transform:capitalize;font-size:.85rem}.Collections__breadcrumbs--crumb{color:#fff;font-weight:500}.Collections__breadcrumbs--active{font-weight:600;color:#fff!important}.Collections__products{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media screen and (max-width:1200px){.Collections__products{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.Collections__products{grid-template-columns:repeat(2,1fr)}}.Collections__products--single{cursor:pointer;flex-direction:column;align-items:center;gap:1rem;display:flex}.Collections__products--single img{aspect-ratio:3/4;object-fit:cover;width:100%;height:100%}.Collections__products--single-image{width:100%;height:100%;position:relative}.Collections__products--single-image img{transition:opacity .2s ease-in-out}.Collections__products--single-image img:nth-child(2){z-index:1;opacity:0;position:absolute;top:0;left:0}.Collections__products--single-image:hover img:nth-child(2){opacity:1}.Collections__products--single-desc{flex-direction:column;align-items:center;gap:.3rem;display:flex}@media screen and (max-width:425px){.Collections__products--single-desc>div{display:none}}.Collections__products--single-desc h1{font-family:var(--font-safira);text-align:center;font-size:1rem;line-height:100%}.Collections__products--single-desc h2{letter-spacing:100%;margin-top:.2rem;font-size:.7rem}.Collections__products--single-desc p{font-family:var(--font-lato);letter-spacing:-.03em;font-size:1.1rem;font-weight:600}.Collections__filter-bar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Collections__filter-btn{text-transform:uppercase;letter-spacing:.05em;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:border-color .2s;display:flex}.Collections__filter-btn:hover{border-color:#000}.Collections__filter-separator{background-color:#d1d5db;width:1px;height:1.5rem;margin:0 .5rem;display:none}@media (min-width:640px){.Collections__filter-separator{display:block}}.Collections__active-filters{flex-wrap:wrap;gap:.75rem;display:flex}.Collections__active-chip{text-transform:uppercase;letter-spacing:.025em;background-color:#f3f4f6;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:background-color .2s;display:flex}.Collections__active-chip:hover{background-color:#e5e7eb}.Collections__active-chip-label{color:#6b7280}.Collections__active-chip-value{color:#000}.Collections__active-chip-remove{color:#9ca3af;cursor:pointer;margin-left:.25rem}.Collections__active-chip-remove:hover{color:#ef4444}.Collections__clear-all{color:#dc2626;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.Collections__clear-all:hover{text-decoration:underline}.Collections__drawer-container{z-index:1001;visibility:hidden;justify-content:flex-end;transition:visibility .3s;display:flex;position:fixed;inset:0}.Collections__drawer-container--visible{visibility:visible}.Collections__drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background-color:#0006;transition:opacity .3s;position:absolute;inset:0}.Collections__drawer-overlay--visible{opacity:1}.Collections__drawer{z-index:10;background-color:#fff;flex-direction:column;width:100%;max-width:400px;height:100%;transition:transform .3s ease-out;display:flex;position:relative;transform:translate(100%);box-shadow:0 25px 50px -12px #00000040}.Collections__drawer--open{transform:translate(0)}.Collections__drawer-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Collections__drawer-title{font-size:1.5rem;font-family:var(--font-safira)}.Collections__drawer-close{border-radius:9999px;padding:.5rem;transition:background-color .2s}.Collections__drawer-close:hover{background-color:#f3f4f6}.Collections__drawer-body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.Collections__drawer-footer{border-top:1px solid #e5e7eb;padding:1.5rem}.Collections__drawer-apply-btn{background:var(--primary-color);color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border-radius:4px;width:100%;padding:14px 0;font-size:.875rem;font-weight:600}.Collections__drawer-apply-btn:hover{background:#333}.Collections__accordion{border-bottom:1px solid #f3f4f6}.Collections__accordion:last-child{border-bottom:none}.Collections__accordion-header{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;display:flex}.Collections__accordion-header:hover .Collections__accordion-title{color:#4b5563}.Collections__accordion-title{text-transform:uppercase;letter-spacing:.05em;color:#111827;font-size:.875rem;font-weight:700}.Collections__accordion-body{opacity:0;max-height:0;transition:all .3s ease-in-out;overflow:hidden}.Collections__accordion--open .Collections__accordion-body{opacity:1;max-height:500px;margin-bottom:1rem}.Collections__accordion-content{flex-direction:column;gap:.75rem;padding-top:.25rem;display:flex}.Collections__checkbox-label{cursor:pointer;align-items:center;gap:.75rem;display:flex}.Collections__checkbox-label:hover{opacity:.7}.Collections__checkbox-input{border:1px solid #d1d5db;border-radius:.125rem;justify-content:center;align-items:center;width:1rem;height:1rem;transition:all .2s;display:flex}.Collections__checkbox-input--selected{color:#fff;background-color:#000;border-color:#000}.Collections__checkbox-text{color:#4b5563;text-transform:capitalize;font-size:.875rem}.Collections__empty{text-align:center;padding:6rem 0}.Collections__empty p{color:#6b7280;font-size:1.125rem}.Collections__empty button{cursor:pointer;margin-top:1rem;font-size:.875rem;font-weight:700;text-decoration:underline}
