.collection-hero-section,.collection-product-grid-section{background-color:#f5f0e1}.collection-hero.section,.collection-hero{position:relative;padding:1.5rem 0 .5rem!important;background-color:#f5f0e1;display:flex;align-items:center;overflow-x:hidden}.collection-hero__content{text-align:center}.collection-hero__title{font-family:var(--font-heading);font-size:2rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#000;margin:0;line-height:1.2}@media(min-width:768px){.collection-hero{padding:1.5rem 0 .5rem!important}.collection-hero__title{font-size:2.75rem}}@media(min-width:1024px){.collection-hero{padding:3.5rem 0 1.5rem}.collection-hero__title{font-size:3.25rem}}.collection-tabs{padding:0 0 2rem}.collection-tabs__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.collection-tabs__item{margin:0}.collection-tabs__link{display:inline-block;padding:.5rem 1.25rem;font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:#000;border:1.5px solid transparent;border-radius:999px;transition:border-color .2s ease}.collection-tabs__link:hover,.collection-tabs__link--active{border-color:#000}@media(min-width:768px){.collection-tabs__link{padding:.5rem 1.5rem;font-size:.875rem}}.collection-grid.section{padding-top:.5rem!important;padding-bottom:4rem;padding-left:1rem;padding-right:1rem;overflow-x:hidden}@media(min-width:768px){.collection-grid.section{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.collection-grid.section{padding-left:3rem;padding-right:3rem}}.collection-grid.section>.container{max-width:1400px;margin:0 auto;padding:0}.collection-grid__products{width:100%;max-width:100%;overflow:hidden}.collection-grid__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%}@media(min-width:768px){.collection-grid__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.collection-grid__grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.collection-grid__item{display:flex;min-width:0;overflow:hidden}.product-card{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;overflow:hidden}.product-card__cart-controls{margin-top:auto}.product-card__link{text-decoration:none;color:inherit;display:block;overflow:hidden}.product-card__image{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:.75rem;background-color:#ede6d6;margin-bottom:1.25rem;border:none}.product-card__img{width:100%;height:100%;object-fit:cover;display:block}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#ede6d6}.product-card__placeholder svg{width:60%;height:60%;opacity:.3}.product-card__info{padding:0}.product-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.25rem;margin-bottom:.5rem;margin-top:.25rem;min-height:0;overflow:hidden}.product-card__title{display:flex;flex-direction:column;text-transform:uppercase;color:#1a1a1a;margin:0;flex:1;min-width:0}.product-card__brand,.product-card__flavour{font-family:var(--font-body);font-size:.85rem;font-weight:700;letter-spacing:.02em;line-height:1.2;color:#1a1a1a;display:block;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.product-card__price{display:flex;align-items:baseline;gap:.15rem;white-space:normal;flex-shrink:1;min-width:0}.product-card__price-from{font-family:var(--font-body);font-size:.8rem;font-weight:400;color:#767676;text-transform:lowercase;letter-spacing:-.01em}.product-card__price-amount{font-family:var(--font-body);font-size:.85rem;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:.03em}.product-card__cart-controls{display:flex;align-items:center;gap:0;margin-top:.75rem;max-width:100%}.product-card__qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #000;cursor:pointer;color:#000;transition:background-color .15s ease,color .15s ease;outline:none;-webkit-appearance:none}.product-card__qty-minus{border-radius:999px 0 0 999px;border-right:none}.product-card__qty-plus{border-radius:0 999px 999px 0;border-left:none}.product-card__qty-btn:hover{background-color:#000;color:#fff}.product-card__qty-value{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-top:1px solid #000;border-bottom:1px solid #000;font-family:var(--font-body);font-size:.7rem;font-weight:600;color:#000;background:transparent}.product-card__add-btn{flex:1;margin-left:.35rem;padding:.35rem .5rem;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#000;background:transparent;border:1px solid #000;border-radius:999px;cursor:pointer;transition:background-color .15s ease,color .15s ease;white-space:nowrap;outline:none;-webkit-appearance:none;overflow:hidden;text-overflow:ellipsis;min-width:0;min-height:36px}@media(max-width:549px){.product-card__cart-controls{flex-wrap:nowrap;gap:0}.product-card__qty-btn{width:30px;height:30px;border-width:1px}.product-card__qty-value{width:28px;height:30px;border-width:1px 0;font-size:.65rem}.product-card__add-btn{margin-left:.25rem;flex:1;padding:.35rem .4rem;font-size:.6rem;min-height:30px;border-width:1px}}.product-card__add-btn:hover{background-color:#000;color:#fff}.product-card__quick-add{display:block;width:100%;padding:.625rem 1rem;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#999;background:transparent;border:1.5px solid #ccc;border-radius:999px;cursor:not-allowed;margin-top:.75rem}@media(min-width:768px){.product-card__title{font-size:.875rem}.product-card__brand,.product-card__flavour,.product-card__price-amount{font-size:1.2rem}.product-card__title-row{gap:.75rem;min-height:3rem}.product-card__price{white-space:nowrap;flex-shrink:0}.product-card__qty-btn{width:36px;height:36px}.product-card__qty-value{width:36px;height:36px;font-size:.8rem}.product-card__add-btn{margin-left:.5rem;padding:.5rem 1rem;font-size:.7rem;letter-spacing:.08em}}.collection-grid__empty{text-align:center;padding:4rem 2rem}.collection-grid__empty-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#000;text-transform:uppercase}.collection-grid__empty-text{font-family:var(--font-body);font-size:1rem;color:#666;margin-bottom:1.5rem;max-width:420px;margin-left:auto;margin-right:auto;line-height:1.6}.collection-grid__pagination{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,20,.08);display:flex;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/10/assets/collection.css.map */
