@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&family=EB+Garamond:wght@400;600;700&display=swap";body{overflow-x:hidden}body.filter-active{overflow:hidden}.collection-page-wrapper{background:#000;min-height:100vh;padding-bottom:60px;max-width:100vw;overflow-x:hidden}.page-width{max-width:1400px;margin:0 auto;padding:0 20px;overflow-x:hidden}.collection-hero{position:relative;width:100%;height:400px;overflow:hidden;margin-bottom:60px}.collection-hero__image-wrapper{width:100%;height:100%}.collection-hero__image{width:100%;height:100%;object-fit:contain;background:#000;filter:brightness(.6)}.collection-hero__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:90%;max-width:800px;z-index:1}.collection-hero__title{font-family:Bahnschrift,sans-serif!important;font-size:56px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:3px;margin:0 0 20px;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.collection-hero__description{font-family:Bahnschrift,sans-serif!important;font-size:18px;color:#fff;line-height:1.6;max-width:600px;margin:0 auto;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.collection-header{text-align:center;padding:60px 20px 40px;border-bottom:2px solid #dfc876;margin-bottom:40px}.collection-header__title{font-family:Bahnschrift,sans-serif!important;font-size:48px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:2px;margin:0 0 15px}.collection-header__description{font-family:Bahnschrift,sans-serif!important;font-size:16px;color:#ccc;line-height:1.6;max-width:700px;margin:0 auto}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:25px 0;border-bottom:1px solid #333;margin-bottom:40px;flex-wrap:wrap;gap:15px}.collection-toolbar__left{display:flex;align-items:center}.product-count{font-family:Bahnschrift,sans-serif!important;font-size:14px;color:#ccc;text-transform:uppercase;letter-spacing:1px}.collection-toolbar__right{display:flex;align-items:center;gap:15px}.mobile-filter-button{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid #dfc876;color:#dfc876;padding:10px 20px;font-family:Bahnschrift,sans-serif!important;font-size:14px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.mobile-filter-button:hover{background:#dfc876;color:#000}.mobile-filter-button svg{width:18px;height:18px}.collection-toolbar__sort{display:flex;align-items:center;gap:10px}.sort-label{font-family:Bahnschrift,sans-serif!important;font-size:14px;color:#ccc;text-transform:uppercase;letter-spacing:1px}.sort-select{background:#1a1a1a;border:1px solid #333;color:#fff;padding:10px 35px 10px 15px;font-family:Lato,sans-serif;font-size:14px;cursor:pointer;-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='%23D4AF37' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:200px}.sort-select:focus{outline:none;border-color:#dfc876}.collection-filters{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background:#000;z-index:1000;transition:right .3s ease;overflow-y:auto}.collection-filters.is-active{right:0}.collection-filters__overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000c;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.collection-filters.is-active~.collection-filters__overlay,.collection-filters.is-active .collection-filters__overlay{opacity:1;pointer-events:all}.collection-filters__inner{padding:0;height:100%;display:flex;flex-direction:column}.collection-filters__header{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid #333}.collection-filters__header h3{font-family:Bahnschrift,sans-serif!important;font-size:24px;color:#dfc876;margin:0;text-transform:uppercase;letter-spacing:2px}.collection-filters__close{background:none;border:none;color:#fff;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.collection-filters__close:hover{color:#dfc876}.collection-filters__close svg{width:24px;height:24px}.collection-filters__body{flex:1;padding:25px;overflow-y:auto}.filter-group{margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #222}.filter-group:last-child{border-bottom:none}.filter-group__title{font-family:Bahnschrift,sans-serif!important;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0 0 15px}.filter-group__options{display:flex;flex-direction:column;gap:12px}.filter-option{display:flex;align-items:center;gap:10px;font-family:Bahnschrift,sans-serif!important;font-size:14px;color:#ccc;cursor:pointer;transition:color .3s ease}.filter-option:hover{color:#fff}.filter-option input[type=checkbox]{width:18px;height:18px;border:1px solid #666;background:transparent;cursor:pointer;accent-color:#dfc876}.collection-filters__footer{padding:25px;border-top:1px solid #333;display:flex;gap:15px}.btn{flex:1;padding:14px 20px;font-family:Bahnschrift,sans-serif!important;font-size:18px!important;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.btn--secondary{background:transparent;border:1px solid #666;color:#ccc}.btn--secondary:hover{border-color:#dfc876;color:#dfc876}.btn--primary{background:#dfc876;color:#000}.btn--primary:hover{background:#c59964}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 25px;margin-top:40px}@media(min-width:750px){.collection-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:990px){.collection-grid{gap:45px 30px}}.product-card{background-color:#000;padding:0;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #d4af3733}.product-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:1 / 1;background-color:#1a1a1a;margin-bottom:20px}.product-card__image-link{display:block;width:100%;height:100%}.product-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card__image--hover{position:absolute;top:0;left:0;opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card:hover .product-card__image:not(.product-card__image--hover){transform:scale(1.05)}.product-card__badge{position:absolute;top:15px;right:15px;background:#dfc876;color:#000;padding:6px 14px;font-family:Bahnschrift,sans-serif!important;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;z-index:10;border-radius:2px}.product-card__badge--sold-out{background:#666;color:#fff}.product-card__badge--new{background:#dfc876}.product-card__content{text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding:0 15px 20px}.product-card__vendor{font-family:Bahnschrift,sans-serif!important;font-size:11px;color:#999;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}.product-card__title{font-family:Bahnschrift,sans-serif!important;text-transform:uppercase;letter-spacing:.15em;font-size:1.6rem;color:#fff;margin:10px 0;line-height:1.3;min-height:5em;max-height:5em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card__title-link{text-decoration:none;color:inherit;transition:color .3s ease}.product-card__title-link:hover{color:#dfc876}.product-card__description{font-family:Bahnschrift,sans-serif!important;font-size:13px;color:#ccc;line-height:1.5;margin:10px 0}.product-card__price{font-family:Bahnschrift,sans-serif!important;color:#dfc876;font-size:1.6rem;font-weight:400;margin:15px 0 20px;letter-spacing:.05em}.price__compare{color:#888;text-decoration:line-through;font-size:1.5rem;margin-right:10px;opacity:.8}.price__regular{color:#dfc876;font-weight:600}.product-card__button,.product-card__form button{display:flex;align-items:center;justify-content:center;width:100%;min-height:55px;padding:14px 10px;background-color:transparent;color:#dfc876;border:1px solid #dfc876;text-transform:uppercase;letter-spacing:.2em;font-size:1.6rem;font-weight:700;font-family:Bahnschrift,sans-serif!important;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.product-card__button:hover,.product-card__form button:hover{background-color:#dfc876;color:#000;transform:translateY(-2px);box-shadow:0 5px 15px #dfc87666}.product-card__button--sold-out,.product-card__button:disabled{background:#333;border-color:#555;color:#777;cursor:not-allowed}.product-card__button--sold-out:hover,.product-card__button:disabled:hover{background:#333;color:#777;transform:none;box-shadow:none}.collection-empty{grid-column:1 / -1;text-align:center;padding:80px 20px}.collection-empty__content h2{font-family:Bahnschrift,sans-serif!important;font-size:32px;color:#fff;margin-bottom:15px}.collection-empty__content p{font-family:Bahnschrift,sans-serif!important;font-size:16px;color:#ccc;margin-bottom:25px}.collection-empty__content a{color:#dfc876;text-decoration:underline}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:60px;padding-top:40px;border-top:1px solid #333}.pagination__item{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 15px;background:transparent;border:1px solid #333;color:#ccc;font-family:Bahnschrift,sans-serif!important;font-size:14px;text-decoration:none;transition:all .3s ease}.pagination__item:hover{border-color:#dfc876;color:#dfc876}.pagination__item--current{background:#dfc876;border-color:#dfc876;color:#000;font-weight:700}.pagination__item svg{width:10px;height:16px}.pagination__item--prev,.pagination__item--next{gap:8px;padding:0 20px}@media(min-width:990px)and (max-width:1200px){.page-width{padding:0 30px}.collection-grid{grid-template-columns:repeat(3,1fr);gap:35px 25px}.product-card__title,.product-card__button,.product-card__form button,.price__compare{font-size:1.4rem}}@media(min-width:750px)and (max-width:989px){.page-width{padding:0 25px}.collection-grid{grid-template-columns:repeat(3,1fr);gap:30px 20px}.collection-hero{height:350px}.collection-hero__title{font-size:42px}.product-card__title{font-size:1.4rem;min-height:4.5em}.product-card__price{font-size:1.4rem}.price__compare{font-size:1.3rem}.product-card__button,.product-card__form button{font-size:1.4rem;padding:12px 10px}}@media(max-width:749px){.page-width{padding:0 10px}.collection-hero{height:300px;margin-bottom:30px}.collection-hero__title{font-size:28px;letter-spacing:1px;word-break:break-word}.collection-hero__description{font-size:14px}.collection-hero__content{width:95%;padding:0 10px}.collection-header__title{font-size:32px}.collection-toolbar{flex-direction:column;align-items:flex-start;padding:15px 0;gap:10px}.collection-toolbar__right{width:100%;justify-content:space-between}.mobile-filter-button,.sort-select{font-size:11px;padding:8px 12px}.product-count{font-size:12px}.sort-select{min-width:auto;flex:1}.collection-filters{max-width:100%}.collection-grid{grid-template-columns:repeat(2,1fr);gap:20px 10px}.product-card__content{padding:0 8px 12px}.product-card__title{font-size:1.6rem!important;min-height:4.2em;letter-spacing:.1em;margin:8px 0}.product-card__price{font-size:1.6rem!important;margin:10px 0 15px}.price__compare{font-size:1.5rem!important}.product-card__button,.product-card__form button{font-size:1.2rem;padding:10px 8px;letter-spacing:.12em;min-height:48px}}@media(max-width:550px){.collection-grid{grid-template-columns:1fr;gap:30px}.mobile-filter-button,.sort-select{font-size:12px;padding:8px 15px}}@media(max-width:400px){.product-card__title{font-size:1.8rem!important}.product-card__button,.product-card__form button{font-size:1.4rem}.price__compare{font-size:1.8rem!important}}@media print{.collection-toolbar,.collection-filters,.collection-pagination{display:none}.collection-grid{grid-template-columns:repeat(3,1fr)}.product-card{break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/rare-tea-collection.css.map */
