.tf-discovery-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--tf-spacing-24);margin-bottom:var(--tf-spacing-40);flex-wrap:wrap}.tf-discovery-header--center{flex-direction:column;align-items:center;text-align:center}.tf-discovery-header__text{flex:1;min-width:0}.tf-discovery-header__eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--tf-color-brand-accent, #bccb5e)!important;margin-bottom:var(--tf-spacing-8)}.tf-discovery-header__heading{font-family:var(--font-heading-family);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;line-height:1.2;margin:0 0 var(--tf-spacing-8);color:var(--tf-carousel-heading-color, #2f4b53);transition:color .25s ease}.tf-discovery-header__heading:hover{color:var(--tf-carousel-heading-hover-color, #bccb5e)}.tf-discovery-header__description{font-size:14px;line-height:1.6;color:var(--tf-color-text-muted, #666666);margin:0;max-width:560px}.tf-discovery-header--center .tf-discovery-header__description{margin-left:auto;margin-right:auto}.tf-discovery-header__action{flex-shrink:0}.tf-product-grid{display:grid;gap:var(--tf-discovery-gap, 20px)}.tf-product-grid--2{grid-template-columns:repeat(2,1fr)}.tf-product-grid--3{grid-template-columns:repeat(3,1fr)}.tf-product-grid--4{grid-template-columns:repeat(4,1fr)}.tf-product-grid--5{grid-template-columns:repeat(5,1fr)}@media screen and (max-width:989px){.tf-product-grid--4,.tf-product-grid--5{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.tf-product-grid--2,.tf-product-grid--3,.tf-product-grid--4,.tf-product-grid--5{grid-template-columns:repeat(2,1fr)}}.tf-carousel-wrapper{position:relative}.tf-carousel{display:flex;gap:var(--tf-discovery-gap, 20px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.tf-carousel::-webkit-scrollbar{display:none}.tf-carousel__slide{flex:0 0 calc((100% - var(--tf-discovery-gap, 20px) * (var(--tf-carousel-cols, 4) - 1)) / var(--tf-carousel-cols, 4));scroll-snap-align:start;min-width:0}@media screen and (max-width:989px){.tf-carousel__slide{--tf-carousel-cols: 3}}@media screen and (max-width:749px){.tf-carousel__slide{--tf-carousel-cols: 2}}.tf-carousel-nav{position:absolute;top:45%;transform:translateY(-50%);z-index:8;width:44px;height:44px;border-radius:0;background:#2f4b53;border:none;box-shadow:0 4px 12px #0000002e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color var(--tf-duration-fast) ease,opacity var(--tf-duration-fast) ease,transform var(--tf-duration-fast) ease;color:#fff;padding:0}.tf-carousel-nav:hover{background:#1f343a;color:#fff;transform:translateY(-50%) scale(1.06)}.tf-carousel-nav--prev{left:-22px}.tf-carousel-nav--next{right:-22px}.tf-carousel-nav svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tf-carousel__slide--collection-card{flex:0 0 calc((100% - (var(--tf-cols-desktop, 4) - 1) * var(--tf-discovery-gap, 20px)) / var(--tf-cols-desktop, 4));width:calc((100% - (var(--tf-cols-desktop, 4) - 1) * var(--tf-discovery-gap, 20px)) / var(--tf-cols-desktop, 4))}.tf-collection-end-card{display:flex;align-items:center;justify-content:center;width:100%;background-color:var(--tf-color-surface-secondary, #f8f8f5);border:1px solid var(--tf-color-border-light, #e8e8e8);border-radius:12px;text-decoration:none;color:var(--tf-color-text-primary, #111111);padding:32px 24px;text-align:center;transition:background-color .3s ease,border-color .3s ease;position:relative}.tf-collection-end-card:hover{background-color:#f0f0ed;border-color:#d0d0d0}.tf-collection-end-card__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:12px}.tf-collection-end-card__title{font-size:20px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#111;margin:0;line-height:1.2}.tf-collection-end-card__link{font-size:13px;font-weight:500;color:#111;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.tf-collection-end-card:hover .tf-collection-end-card__link{color:#2f4b53}@media screen and (max-width:749px){.tf-carousel-nav{display:none}}.tf-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:var(--tf-spacing-24)}.tf-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:var(--tf-color-border-medium, #cccccc);cursor:pointer;transition:background var(--tf-duration-fast) ease,transform var(--tf-duration-fast) ease}.tf-carousel-dot.is-active{background:var(--tf-color-brand-primary, #2f4b53);transform:scale(1.25)}.tf-tabs{display:flex;gap:var(--tf-spacing-4);border-bottom:1px solid var(--tf-color-border-light, #e0e0e0);margin-bottom:var(--tf-spacing-32);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tf-tabs::-webkit-scrollbar{display:none}.tf-tab-btn{background:none;border:none;padding:var(--tf-spacing-12) var(--tf-spacing-20);font-family:var(--tf-font-family-primary);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--tf-color-text-muted, #888888);cursor:pointer;white-space:nowrap;position:relative;transition:color var(--tf-duration-fast) ease}.tf-tab-btn:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:transparent;transition:background var(--tf-duration-fast) ease}.tf-tab-btn:hover,.tf-tab-btn.is-active{color:var(--tf-color-text-primary, #1a1a1a)}.tf-tab-btn.is-active:after{background:var(--tf-color-brand-primary, #2f4b53)}.tf-tab-panel{display:none}.tf-tab-panel.is-active{display:block;animation:tfFadeIn .35s ease}@keyframes tfFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tf-collection-grid{display:grid;gap:var(--tf-spacing-24)}.tf-collection-grid--2{grid-template-columns:repeat(2,1fr)}.tf-collection-grid--3{grid-template-columns:repeat(3,1fr)}.tf-collection-grid--4{grid-template-columns:repeat(4,1fr)}.tf-collection-card{position:relative;overflow:hidden;border-radius:12px;min-height:340px;display:flex;align-items:flex-end;text-decoration:none;color:#fff}.tf-collection-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--tf-duration-normal) var(--tf-ease-out)}.tf-collection-card:hover .tf-collection-card__img{transform:scale(1.05)}.tf-collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.55) 0%,transparent 60%);z-index:1}.tf-collection-card__content{position:relative;z-index:2;padding:var(--tf-spacing-24);width:100%}.tf-collection-card__title{font-family:var(--font-heading-family);font-size:20px;font-weight:600;margin:0 0 4px}.tf-collection-card__count{font-size:13px;opacity:.8}@media screen and (max-width:749px){.tf-collection-grid--3,.tf-collection-grid--4{grid-template-columns:repeat(2,1fr)}.tf-collection-card{min-height:240px}}.tf-promo-products__grid{display:grid;grid-template-columns:1fr 2fr;gap:var(--tf-spacing-48);align-items:start}.tf-promo-products__content{position:sticky;top:120px}@media screen and (max-width:989px){.tf-promo-products__grid{grid-template-columns:1fr;gap:var(--tf-spacing-32)}.tf-promo-products__content{position:static}}.tf-editorial-products__grid{display:grid;gap:var(--tf-spacing-16, 16px);align-items:start}.tf-editorial-products__feature{position:relative;overflow:hidden;border-radius:4px}.tf-editorial-products__feature-link{display:block;position:relative;text-decoration:none;color:inherit}.tf-editorial-products__feature-media{position:relative;width:100%;padding-bottom:125%;overflow:hidden;background:var(--tf-color-surface-secondary, #f5f5f2)}.tf-editorial-products__feature-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--tf-duration-slow, .7s) var(--tf-ease-out, ease-out)}.tf-editorial-products__feature-link:hover .tf-editorial-products__feature-img{transform:scale(1.04)}.tf-editorial-products__feature-info{position:absolute;bottom:0;left:0;right:0;padding:var(--tf-spacing-20, 20px) var(--tf-spacing-24, 24px);background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,transparent 100%);color:#fff;z-index:2}.tf-editorial-products__feature-title{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600;margin:4px 0 6px;line-height:1.25}.tf-editorial-products__feature .tf-product-card__labels{position:absolute;top:var(--tf-spacing-12, 12px);left:var(--tf-spacing-12, 12px);z-index:3}.tf-editorial-products__secondary{display:flex;flex-direction:column;justify-content:stretch}@media screen and (max-width:989px){.tf-editorial-products__grid{grid-template-columns:1fr!important}.tf-editorial-products__feature-media{padding-bottom:75%}}.tf-discovery-layout{display:grid;gap:var(--tf-discovery-gap, 20px)}.tf-discovery-layout--desktop-grid{grid-template-columns:repeat(var(--tf-cols-desktop, 4),1fr)}.tf-discovery-layout--desktop-carousel{display:flex;gap:var(--tf-discovery-gap, 20px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.tf-discovery-layout--desktop-carousel::-webkit-scrollbar{display:none}.tf-discovery-layout--desktop-carousel .tf-carousel__slide{flex:0 0 calc((100% - var(--tf-discovery-gap, 20px) * (var(--tf-cols-desktop, 4) - 1)) / var(--tf-cols-desktop, 4));scroll-snap-align:start;min-width:0}@media screen and (max-width:749px){.tf-discovery-layout--mobile-grid{display:grid!important;grid-template-columns:repeat(var(--tf-cols-mobile, 2),1fr)!important;gap:var(--tf-discovery-gap, 16px)!important;overflow-x:visible!important;scroll-snap-type:none!important}.tf-discovery-layout--mobile-grid .tf-carousel__slide{flex:none!important}.tf-discovery-layout--mobile-carousel{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding-bottom:4px!important}.tf-discovery-layout--mobile-carousel::-webkit-scrollbar{display:none!important}.tf-discovery-layout--mobile-carousel .tf-carousel__slide{flex:0 0 calc((100% - var(--tf-discovery-gap, 16px) * (var(--tf-cols-mobile, 2) - 1)) / var(--tf-cols-mobile, 2))!important;scroll-snap-align:start!important;min-width:0!important}}@media screen and (max-width:480px){.tf-collection-slider__track[style*="--tf-carousel-cols-mobile: 1"] .tf-carousel__slide,.tf-collection-slider__track[style*="--tf-carousel-cols-mobile:1"] .tf-carousel__slide,.tf-collection-slider-section .tf-carousel__slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important}}@media screen and (min-width:481px)and (max-width:768px){.tf-collection-slider-section .tf-carousel__slide{flex:0 0 calc((100% - 12px)/2)!important;width:calc((100% - 12px)/2)!important;min-width:calc((100% - 12px)/2)!important}}@media screen and (max-width:768px){.tf-collection-slider-section .tf-discovery-header,.tf-product-carousel-section .tf-discovery-header,.section-discovery-featured-collection .tf-discovery-header{margin-bottom:4px!important;margin-top:0!important}.tf-collection-slider-section .tf-carousel-wrapper,.tf-product-carousel-section .tf-carousel-wrapper,.section-discovery-featured-collection .tf-carousel-wrapper{margin-top:0!important;margin-bottom:0!important;padding-bottom:0!important}.tf-product-carousel-section,.section-discovery-featured-collection,.section-discovery-product-carousel,[id*=ShopifyDiscoveryCarousel]{margin-bottom:0!important}}.tf-product-card__quick-actions{position:absolute;top:var(--tf-spacing-8, 8px);right:var(--tf-spacing-8, 8px);display:flex;flex-direction:column;gap:var(--tf-spacing-6, 6px);z-index:5;opacity:0;transform:translate(5px);transition:opacity var(--tf-duration-fast, .2s) ease,transform var(--tf-duration-fast, .2s) ease}.tf-product-card:hover .tf-product-card__quick-actions{opacity:1;transform:translate(0)}@media screen and (max-width:768px){.tf-product-card__quick-actions{opacity:1!important;visibility:visible!important;transform:none!important}.tf-product-card__swatches,.tf-product-card__options,.tf-product-card__quick-add{opacity:1!important;visibility:visible!important;transform:none!important;display:flex!important}}.tf-product-card__action-btn{width:32px;height:32px;border-radius:50%;background:var(--tf-color-brand-primary, #2f4b53)!important;border:1px solid var(--tf-color-brand-primary, #2f4b53)!important;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff!important;padding:0;box-shadow:0 4px 12px #0003;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease}.tf-product-card__action-btn:hover{background:var(--tf-color-brand-accent, #bccb5e)!important;color:#111!important;border-color:var(--tf-color-brand-accent, #bccb5e)!important;transform:scale(1.08)}.tf-product-card__action-btn svg{width:14px;height:14px;stroke:#fff!important;fill:none;transition:stroke .25s ease}.tf-product-card__action-btn:hover svg{stroke:#111!important}.tf-product-card__action-btn.is-active{background:var(--tf-color-brand-accent, #bccb5e)!important;color:#111!important;border-color:var(--tf-color-brand-accent, #bccb5e)!important}.tf-product-card__action-btn.is-active svg{stroke:#111!important;fill:currentColor}.tf-product-card__action-btn--compare,[data-compare-button]{display:none!important}.tf-coll-products-row{margin-bottom:var(--tf-spacing-64, 64px);border-bottom:1px solid var(--tf-color-border-light, #e0e0e0);padding-bottom:var(--tf-spacing-48, 48px)}.tf-coll-products-row:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.tf-coll-products-meta{display:grid;grid-template-columns:1fr 2.5fr;gap:var(--tf-spacing-32, 32px);margin-bottom:var(--tf-spacing-32, 32px);align-items:center}.tf-coll-products-banner{position:relative;border-radius:8px;overflow:hidden;height:160px;display:flex;align-items:center;padding:var(--tf-spacing-24, 24px);color:#fff;text-decoration:none}.tf-coll-products-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform var(--tf-duration-normal) ease}.tf-coll-products-banner:hover .tf-coll-products-banner__img{transform:scale(1.03)}.tf-coll-products-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:2}.tf-coll-products-banner__content{position:relative;z-index:3}.tf-coll-products-banner__title{font-family:var(--font-heading-family);font-size:20px;font-weight:600;margin:0 0 4px}.tf-coll-products-banner__link{font-size:13px;text-decoration:underline;text-underline-offset:3px}.tf-coll-products-info{display:flex;flex-direction:column;gap:var(--tf-spacing-8, 8px)}.tf-coll-products-info__title{font-family:var(--font-heading-family);font-size:24px;font-weight:600;margin:0}.tf-coll-products-info__desc{font-size:14px;color:var(--tf-color-text-muted, #666666);line-height:1.5;margin:0;max-width:640px}@media screen and (max-width:749px){.tf-coll-products-meta{grid-template-columns:1fr;gap:var(--tf-spacing-16, 16px)}.tf-coll-products-banner{height:120px}}.tf-hide-mobile{display:flex}@media screen and (max-width:749px){.tf-hide-mobile{display:none!important}}.tf-show-mobile-only{display:none}@media screen and (max-width:749px){.tf-show-mobile-only{display:flex!important}}.tf-carousel-nav-btn{width:40px;height:40px;border-radius:4px;border:1px solid var(--tf-color-border-medium, #e0e0e0);background-color:var(--tf-color-surface-primary, #ffffff);color:var(--tf-color-text-primary, #111111);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.tf-carousel-nav-btn:hover{border-color:var(--tf-color-text-primary, #111111);background-color:var(--tf-color-text-primary, #111111);color:#fff}.tf-collection-slider__card{display:block;text-decoration:none;color:inherit;width:100%;border-radius:12px;overflow:hidden}.tf-collection-slider__media-wrapper{position:relative;overflow:hidden;background-color:var(--tf-color-surface-secondary, #f5f5f5);border-radius:12px 12px 0 0}.tf-collection-slider__media-wrapper.tf-aspect-portrait{aspect-ratio:2 / 3}.tf-collection-slider__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.tf-collection-slider__card:hover .tf-collection-slider__img{transform:scale(1.05)}.tf-collection-slider__footer{background-color:var(--tf-color-brand-primary, #2f4b53);color:var(--tf-color-text-inverse, #ffffff);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 12px 12px;transition:background-color .35s cubic-bezier(.16,1,.3,1),color .35s ease}.tf-collection-slider__card:hover .tf-collection-slider__footer{background-color:var(--tf-color-brand-accent, #bccb5e);color:var(--tf-color-text-primary, #000000)}.tf-collection-slider__title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tf-color-text-inverse, #ffffff);transition:color .35s ease}.tf-collection-slider__card:hover .tf-collection-slider__title{color:var(--tf-color-text-primary, #000000)}.tf-collection-slider__arrow{color:var(--tf-color-text-inverse, #ffffff);display:inline-flex;align-items:center;transition:transform .3s ease,color .35s ease}.tf-collection-slider__card:hover .tf-collection-slider__arrow{transform:translate(4px);color:var(--tf-color-text-primary, #000000)}@media screen and (min-width:990px){.tf-product-card__actions.tf-hide-cart-desktop .tf-btn-add-to-cart{display:none!important}}@media screen and (max-width:989px){.tf-product-card__actions.tf-hide-cart-mobile .tf-btn-add-to-cart{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/therefore-discovery.css.map */
