.tvp-collection-hero{position:relative;height:420px;background-color:#1b221f;background-size:cover;background-position:center;display:flex;align-items:center}.tvp-collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.tvp-collection-hero__content{position:relative;z-index:1;text-align:center;color:#fff;width:100%}.tvp-collection-hero__breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--tvp-font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1rem}.tvp-collection-hero__breadcrumb a{color:#fff;text-decoration:none}.tvp-collection-hero__breadcrumb a:hover{opacity:.85}.tvp-collection-hero__title{font-family:var(--tvp-font-heading);font-size:4rem;font-weight:300;color:#fff;margin:0 0 1rem;line-height:1.1}.tvp-collection-hero__intro{font-family:var(--tvp-font-body);font-size:1.125rem;color:#fff;max-width:600px;margin:0 auto 1.25rem;line-height:1.6}.tvp-collection-hero__count{display:inline-block;border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:4px 14px;font-family:var(--tvp-font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#fff}@media(max-width:749px){.tvp-collection-hero{height:280px}.tvp-collection-hero__title{font-size:2.5rem}.tvp-collection-hero__intro{font-size:1rem;padding:0 1rem}}.tvp-filter-bar-section{position:static;background:#fff;border-bottom:1px solid var(--tvp-border)}.tvp-filter-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:12px 0}.tvp-filter-bar__pills{display:flex;align-items:center;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1}.tvp-filter-bar__pills::-webkit-scrollbar{display:none}.tvp-filter-pill{flex-shrink:0;border-radius:999px;padding:6px 16px;font-family:var(--tvp-font-body);font-size:.8125rem;cursor:pointer;border:1px solid var(--tvp-dark);background:#fff;color:var(--tvp-dark);transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.tvp-filter-pill:hover{border-color:var(--tvp-green);color:var(--tvp-green)}.tvp-filter-pill--active,.tvp-filter-pill[aria-pressed=true]{background:var(--tvp-green);border-color:var(--tvp-green);color:#fff}.tvp-filter-pill:focus-visible{outline:2px solid var(--tvp-green);outline-offset:2px}.tvp-filter-bar__sort{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.tvp-filter-bar__sort-label{font-family:var(--tvp-font-body);font-size:.8125rem;color:var(--tvp-dark);white-space:nowrap}.tvp-filter-bar__sort-select{border:1px solid var(--tvp-border);border-radius:8px;padding:6px 30px 6px 12px;font-family:var(--tvp-font-body);font-size:.8125rem;color:var(--tvp-dark);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center;cursor:pointer;appearance:none;-webkit-appearance:none}.tvp-filter-bar__sort-select:focus-visible{outline:2px solid var(--tvp-green);outline-offset:2px}@media(max-width:749px){.tvp-filter-bar__inner{flex-direction:column;align-items:stretch;gap:.75rem;padding:10px 1rem}.tvp-filter-bar__sort,.tvp-filter-bar__sort-select{width:100%}.tvp-filter-bar__pills{flex-wrap:nowrap}}.tvp-collection-grid{padding:40px 0 80px}.tvp-collection-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:989px){.tvp-collection-grid__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.tvp-collection-grid__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.tvp-collection-grid__grid{grid-template-columns:1fr}}.tvp-collection-grid__empty{text-align:center;padding:80px 0}.tvp-collection-grid__empty[hidden]{display:none}.tvp-collection-grid__empty-icon{color:var(--tvp-green);margin-bottom:1.5rem}.tvp-collection-grid__empty-heading{font-family:var(--tvp-font-heading);font-size:2rem;font-weight:400;color:var(--tvp-dark);margin:0 0 .75rem}.tvp-collection-grid__empty-sub{font-family:var(--tvp-font-body);font-size:1rem;color:#666;max-width:480px;margin:0 auto 1.5rem}.tvp-product-card{background:#fff;border-radius:16px;border:1px solid var(--tvp-border);box-shadow:0 2px 12px #0000000f;overflow:hidden;opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease,box-shadow .2s ease;display:flex;flex-direction:column}.tvp-product-card.is-visible{opacity:1;transform:translateY(0)}.tvp-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.tvp-product-card.is-visible:hover{transform:translateY(-4px)}.tvp-product-card__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--tvp-cream)}.tvp-product-card__image-wrap a{display:block;width:100%;height:100%}.tvp-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.tvp-product-card:hover .tvp-product-card__image{transform:scale(1.04)}.tvp-product-card__image-placeholder{width:100%;height:100%;background:var(--tvp-cream)}.tvp-product-card__badge{position:absolute;top:10px;left:10px;border-radius:999px;padding:4px 10px;font-family:var(--tvp-font-body);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;pointer-events:none}.tvp-product-card__badge--bestseller{background:var(--tvp-green);color:#fff}.tvp-product-card__badge--new{background:var(--tvp-cream);color:var(--tvp-green)}.tvp-product-card__body{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}.tvp-product-card__vendor{font-family:var(--tvp-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--tvp-green);margin:0}.tvp-product-card__title{font-family:var(--tvp-font-heading);font-size:1.25rem;font-weight:500;color:var(--tvp-dark);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tvp-product-card__title a{color:inherit;text-decoration:none}.tvp-product-card__title a:hover{color:var(--tvp-green)}.tvp-product-card__rating{display:flex;align-items:center;gap:.375rem}.tvp-stars{display:flex;gap:1px}.tvp-star--filled{color:#f0a500}.tvp-star--empty{color:#ddd}.tvp-product-card__rating-text{font-family:var(--tvp-font-body);font-size:.75rem;color:#666}.tvp-product-card__rating-empty{font-family:var(--tvp-font-body);font-size:.6875rem;color:#999;font-style:italic}.tvp-product-card__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tvp-product-card__price-current{font-family:var(--tvp-font-body);font-size:1.125rem;font-weight:600;color:var(--tvp-dark)}.tvp-product-card__price-compare{font-family:var(--tvp-font-body);font-size:.875rem;color:#999;text-decoration:line-through}.tvp-product-card__price-save{background:var(--tvp-cream);color:var(--tvp-green);font-family:var(--tvp-font-body);font-size:.6875rem;font-weight:600;padding:2px 8px;border-radius:999px}.tvp-product-card__subscribe{display:flex;align-items:center;gap:.375rem;font-family:var(--tvp-font-body);font-size:.75rem;color:var(--tvp-green);margin:0}.tvp-product-card__atc{display:flex;align-items:center;justify-content:center;width:100%;height:44px;background:var(--tvp-green);color:#fff;border:none;border-radius:8px;font-family:var(--tvp-font-body);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:background .15s ease;text-decoration:none;margin-top:auto;padding-top:4px}.tvp-product-card__atc:hover{background:#174d32;color:#fff}.tvp-product-card__atc:focus-visible{outline:2px solid var(--tvp-green);outline-offset:2px}.tvp-product-card__atc--added{background:#174d32}.tvp-product-card__atc--loading{opacity:.7;cursor:not-allowed;pointer-events:none}.tvp-editorial{background:var(--tvp-cream);padding:80px 0}.tvp-editorial__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.tvp-editorial__label{font-family:var(--tvp-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--tvp-green);margin:0 0 1rem}.tvp-editorial__heading{font-family:var(--tvp-font-heading);font-size:2.5rem;font-weight:300;color:var(--tvp-dark);margin:0 0 1.25rem;line-height:1.2}.tvp-editorial__body{font-family:var(--tvp-font-body);font-size:1rem;color:#666;line-height:1.7;margin:0 0 1.5rem}.tvp-editorial__link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--tvp-font-body);font-size:.875rem;font-weight:500;color:var(--tvp-green);text-decoration:none;border-bottom:1px solid var(--tvp-green);padding-bottom:2px;transition:gap .15s ease}.tvp-editorial__link:hover{gap:.75rem}.tvp-editorial__image-wrap{border-radius:16px;overflow:hidden}.tvp-editorial__image{width:100%;height:auto;display:block}.tvp-editorial__image-placeholder{aspect-ratio:4 / 3;background:var(--tvp-green);border-radius:16px}@media(max-width:749px){.tvp-editorial{padding:48px 0}.tvp-editorial__grid{grid-template-columns:1fr;gap:2rem}.tvp-editorial__heading{font-size:1.875rem}}.tvp-crosssell{padding:60px 0;background:#fff}.tvp-crosssell__title{font-family:var(--tvp-font-heading);font-size:2.25rem;font-weight:300;color:var(--tvp-dark);text-align:center;margin:0 0 2.5rem}.tvp-crosssell__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:989px){.tvp-crosssell__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.tvp-crosssell__grid{display:flex;overflow-x:auto;gap:16px;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tvp-crosssell__grid::-webkit-scrollbar{display:none}.tvp-crosssell__grid>*{flex:0 0 75vw;scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/collection.css.map */
