.tf-collection-hero{position:relative;width:100%;min-height:var(--tf-hero-min-height, 460px);background-color:var(--tf-color-brand-primary, #2f4b53);color:#fff;overflow:hidden;display:flex;align-items:var(--tf-align-items, center);margin-bottom:2.5rem}.tf-collection-hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.tf-collection-hero__bg-img{width:100%;height:100%;object-fit:var(--tf-image-fit, cover);object-position:center}.tf-collection-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.tf-collection-hero__container{position:relative;z-index:3;width:100%;max-width:1440px;margin:0 auto;padding:4.5rem 2.5rem;display:grid;grid-template-columns:1fr auto;gap:3.5rem}@media screen and (max-width:989px){.tf-collection-hero__container{grid-template-columns:1fr;padding:3rem 1.5rem;gap:2.5rem}}.tf-collection-hero__content{max-width:760px}.tf-collection-hero__content--glass{background:var(--glass-bg, rgba(11, 17, 20, .75));padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.1)}@media screen and (max-width:768px){.tf-collection-hero__content--glass{padding:2rem}}.tf-collection-breadcrumb{display:flex;align-items:center;gap:.75rem;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:1.2rem;font-weight:600;color:#fffffff2;margin-bottom:1.75rem;letter-spacing:.02em}.tf-collection-breadcrumb a{color:#fffffff2;text-decoration:none;transition:color .2s ease}.tf-collection-breadcrumb a:hover{color:var(--tf-color-brand-accent, #bccb5e)}.tf-collection-breadcrumb__sep{opacity:.6;font-size:1rem}.tf-collection-hero__title{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:600;line-height:1.1;color:#fff;margin:0 0 1.25rem;letter-spacing:-.02em;text-shadow:0 4px 12px rgba(0,0,0,.6)}.tf-collection-hero__description{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:1.35rem;line-height:1.6;color:#fffffff2;margin:0 0 2rem;max-width:680px;text-shadow:0 2px 8px rgba(0,0,0,.6)}.tf-collection-hero__cta{display:inline-flex;align-items:center;gap:.75rem;background-color:var(--tf-color-brand-accent, #bccb5e);color:var(--tf-color-brand-primary, #2f4b53);font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:1.2rem;font-weight:600;padding:1rem 2.5rem;border-radius:9999px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.tf-collection-hero__cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px #bccb5e66;background-color:#c9d76f}.tf-collection-hero__featured-slot{flex-shrink:0;display:none!important}.tf-hero-featured-card{position:relative;background:#ffffff1f;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(255,255,255,.22);border-radius:24px;padding:1.5rem 1.75rem;width:360px;box-shadow:0 20px 40px #00000040;display:flex;flex-direction:column;gap:1rem;transition:all .35s cubic-bezier(.16,1,.3,1)}@media screen and (max-width:640px){.tf-hero-featured-card{width:100%}}.tf-hero-featured-card:hover{transform:translateY(-4px);border-color:#bccb5ee6;background:#ffffff2e;box-shadow:0 28px 56px #00000059}.tf-hero-featured-card__badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#1b3830;background:#bccb5e;padding:.375rem .875rem;border-radius:9999px;align-self:flex-start;box-shadow:0 4px 12px #bccb5e4d}.tf-hero-featured-card__inner{display:flex;align-items:center;gap:1.375rem;text-decoration:none;color:#fff}.tf-hero-featured-card__thumb{width:84px;height:84px;border-radius:14px;overflow:hidden;flex-shrink:0;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.3)}.tf-hero-featured-card__thumb img{width:100%;height:100%;object-fit:cover}.tf-hero-featured-card__info{display:flex;flex-direction:column;gap:.375rem;overflow:hidden}.tf-hero-featured-card__title{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:1.2rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tf-hero-featured-card__variant{font-size:.9375rem;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tf-hero-featured-card__price{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:1.2rem;font-weight:600;color:var(--tf-color-brand-accent, #bccb5e);margin-top:.125rem}.tf-category-pills-section{width:100%;padding:1rem 0 1.5rem;background:transparent!important}.tf-category-pills-container{max-width:1440px;margin:0 auto;padding:0 2.5rem;position:relative}@media screen and (max-width:749px){.tf-category-pills-container{padding:0 1rem}}.tf-category-pills-track{display:flex;align-items:center;gap:.75rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.5rem .25rem .75rem;scrollbar-width:none}.tf-category-pills-track::-webkit-scrollbar{display:none}.tf-category-pill{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.65rem .5rem .65rem;border-radius:9999px;background:#ffffffbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08);color:#2b3e44;font-size:13.5px;font-weight:600;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:all .25s cubic-bezier(.16,1,.3,1);cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;min-height:42px;box-shadow:0 2px 8px #0000000a}.tf-category-pill:hover{background:#fff;border-color:#2f4b5359;color:#111;transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.tf-category-pill.is-active,.tf-category-pill[aria-current=page]{background:#2f4b53;color:#fff;border-color:#2f4b53;box-shadow:0 6px 20px #2f4b5347;font-weight:600}.tf-category-pill.is-active:hover{background:#243a41;color:#fff}.tf-category-pill__img-wrapper{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#f4f5f6;border:1px solid rgba(0,0,0,.08);transition:all .25s ease}.tf-category-pill.is-active .tf-category-pill__img-wrapper{border-color:#ffffff4d;background-color:#ffffff26}.tf-category-pill__img{width:100%;height:100%;object-fit:cover;border-radius:50%}.tf-category-pill__img--icon{width:14px;height:14px;stroke:#555;fill:none;stroke-width:2;object-fit:contain}.tf-category-pill.is-active .tf-category-pill__img--icon{stroke:#fff}.tf-category-pill__label{line-height:1;display:inline-flex;align-items:center;gap:6px}.tf-category-pill__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 6px;border-radius:9999px;background-color:#2f4b531a;color:#2f4b53;font-size:11px;font-weight:600;line-height:1;letter-spacing:0;transition:all .25s ease}.tf-category-pill.is-active .tf-category-pill__count{background-color:#bccb5e;color:#1a2b30}.tf-collection-toolbar{position:sticky;top:0;z-index:25;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06);padding:1.25rem 0;transition:box-shadow .3s ease}.tf-collection-toolbar.is-stuck{box-shadow:0 8px 30px #00000014}.tf-collection-toolbar__inner{max-width:1440px;margin:0 auto;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media screen and (max-width:749px){.tf-collection-toolbar__inner{padding:0 1rem;gap:.75rem}}.tf-collection-toolbar__left{display:flex;align-items:center;gap:1.375rem}.tf-filter-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.75rem 1.75rem;height:48px;border-radius:9999px;background:#fff;border:1.5px solid rgba(47,75,83,.22);color:#2f4b53;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13.5px;font-weight:600;cursor:pointer;transition:all .25s ease;min-width:165px}.tf-filter-btn:hover{border-color:#2f4b53;background:#fff;box-shadow:0 6px 18px #2f4b531f;transform:translateY(-1px)}.tf-filter-btn__icon{width:18px;height:18px;flex-shrink:0;stroke:#2f4b53}.tf-filter-btn__badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#bccb5e;color:#111;font-size:11px;font-weight:600;line-height:1}.tf-toolbar-count{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13.5px;color:#2f4b53;font-weight:600}@media screen and (max-width:749px){.tf-toolbar-count{display:none}}.tf-collection-toolbar__right{display:flex;align-items:center;gap:1.375rem}.tf-sort-popover-wrapper{position:relative;display:inline-block}.tf-sort-pill-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:1.375rem;height:48px;padding:.75rem 1.75rem;border-radius:9999px;background:#fff;border:1.5px solid rgba(47,75,83,.22);color:#2f4b53;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13.5px;font-weight:600;cursor:pointer;transition:all .25s ease;min-width:180px}.tf-sort-pill-btn:hover{border-color:#2f4b53;box-shadow:0 6px 18px #2f4b531f;transform:translateY(-1px)}.tf-sort-pill-dots{font-size:1.35rem;line-height:.8;letter-spacing:.1em;color:#2f4b53;opacity:.85}.tf-sort-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:9999;width:290px;background:#fff;border-radius:20px;padding:.875rem .625rem;box-shadow:0 20px 48px #0000002e;border:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:.25rem;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}@media screen and (max-width:749px){.tf-sort-dropdown-menu{left:0;right:auto;max-width:calc(100vw - 2rem);width:260px}}.tf-sort-popover-wrapper.is-open .tf-sort-dropdown-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.tf-sort-option-btn{display:flex;align-items:center;gap:.875rem;width:100%;padding:.75rem 1.125rem;border:none;background:transparent;border-radius:12px;color:#222;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13.5px;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.tf-sort-option-btn:hover{background:#2f4b5314;color:#2f4b53}.tf-sort-option-btn.is-selected{font-weight:600;color:#2f4b53}.tf-sort-option__check{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;color:#2f4b53}.tf-view-switcher{display:flex;align-items:center;gap:.35rem;background:#f5f6f8;padding:.35rem;border-radius:9999px;border:1.5px solid rgba(47,75,83,.15)}@media screen and (max-width:749px){.tf-view-switcher{display:none}}.tf-view-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#666;cursor:pointer;transition:all .2s ease}.tf-view-btn:hover{color:#2f4b53}.tf-view-btn.is-active{background:#2f4b53;color:#fff;box-shadow:0 4px 12px #2f4b5340}.tf-collection-grid-section{width:100%;padding:1.5rem 0 5rem;background:var(--tf-color-surface-primary, #ffffff)}.tf-collection-grid-container{max-width:1440px;margin:0 auto;padding:2.25rem 2.5rem 0!important}@media screen and (max-width:749px){.tf-collection-grid-container{padding:0 1rem}}.tf-product-grid{display:grid;grid-template-columns:repeat(var(--tf-cols-desktop, 4),1fr);gap:2.5rem 1.75rem;list-style:none;padding:0;margin:0}@media screen and (max-width:989px){.tf-product-grid{grid-template-columns:repeat(var(--tf-cols-tablet, 2),1fr);gap:2rem 1.25rem}}@media screen and (max-width:767px){.tf-product-grid{grid-template-columns:repeat(var(--tf-cols-mobile, 2),1fr);gap:1.5rem 1rem}.grid--2-col-tablet-down .tf-product-card__actions,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-product-card__actions{position:absolute!important;bottom:10px!important;left:0!important;right:0!important;width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0!important;margin:0!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border:none!important;opacity:1!important;visibility:visible!important;transform:translateY(0)!important;z-index:10!important;pointer-events:none!important}.grid--2-col-tablet-down .tf-product-card__actions .tf-btn-add-to-cart,.grid--2-col-tablet-down .tf-product-card__actions .tf-btn-quick-view,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-product-card__actions .tf-btn-add-to-cart,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-product-card__actions .tf-btn-quick-view{pointer-events:auto!important;flex:0 0 34px!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important;padding:0!important;margin:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;line-height:0!important;cursor:pointer!important;box-shadow:0 4px 12px #0000002e!important;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s ease,border-color .2s ease!important}.grid--2-col-tablet-down .tf-btn-quick-view,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-quick-view{background-color:var(--tf-color-brand-accent, #bccb5e)!important;color:#111!important;border:1px solid var(--tf-color-brand-accent, #bccb5e)!important}.grid--2-col-tablet-down .tf-btn-add-to-cart,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-add-to-cart{background-color:#2f4b53!important;color:#fff!important;border:1px solid #2f4b53!important}.grid--2-col-tablet-down .tf-btn-add-to-cart:active,.grid--2-col-tablet-down .tf-btn-quick-view:active,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-add-to-cart:active,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-quick-view:active{transform:scale(.9)!important}.grid--2-col-tablet-down .tf-btn-add-to-cart span,.grid--2-col-tablet-down .tf-btn-quick-view span,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-add-to-cart span,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-quick-view span{display:none!important}.grid--2-col-tablet-down .tf-btn-add-to-cart svg,.grid--2-col-tablet-down .tf-btn-quick-view svg,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-add-to-cart svg,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-btn-quick-view svg,.grid--2-col-tablet-down .tf-cart-icon,.grid--2-col-tablet-down .tf-quick-view-eye-icon,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-cart-icon,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-quick-view-eye-icon{display:block!important;width:15px!important;height:15px!important;stroke:currentColor!important;stroke-width:2!important;fill:none!important;margin:0 auto!important}.grid--2-col-tablet-down .tf-product-card__title,.grid--2-col-tablet-down .card__heading,.grid--2-col-tablet-down .card__heading a,.tf-product-grid:not(.grid--1-col-tablet-down) .tf-product-card__title,.tf-product-grid:not(.grid--1-col-tablet-down) .card__heading,.tf-product-grid:not(.grid--1-col-tablet-down) .card__heading a{font-size:13px!important;line-height:1.25!important}.grid--1-col-tablet-down .tf-product-card__title,.grid--1-col-tablet-down .card__heading,.grid--1-col-tablet-down .card__heading a,.tf-discovery-layout--mobile-1 .tf-product-card__title,.tf-discovery-layout--mobile-1 .card__heading,.tf-discovery-layout--mobile-1 .card__heading a{font-size:var(--tf-product-card-title-size, 16px)!important;line-height:1.4!important}.tf-collection-grid-section .grid--2-col-tablet-down .tf-swatch-list,.tf-collection-grid-section .tf-product-grid:not(.grid--1-col-tablet-down) .tf-swatch-list{gap:3px!important}.tf-collection-grid-section .grid--2-col-tablet-down .tf-swatch-dot,.tf-collection-grid-section .tf-product-grid:not(.grid--1-col-tablet-down) .tf-swatch-dot{width:10px!important;height:10px!important;margin:1px!important}.tf-collection-grid-section .grid--2-col-tablet-down .tf-swatch-pill,.tf-collection-grid-section .tf-product-grid:not(.grid--1-col-tablet-down) .tf-swatch-pill{padding:1.5px 4px!important;font-size:8.5px!important;border-radius:3px!important}.tf-collection-grid-section .grid--2-col-tablet-down .tf-swatch-more,.tf-collection-grid-section .tf-product-grid:not(.grid--1-col-tablet-down) .tf-swatch-more{font-size:8.5px!important}}.tf-product-grid.is-list-view{grid-template-columns:1fr!important;gap:2.5rem!important}.tf-product-grid.is-list-view .tf-product-card{display:grid;grid-template-columns:340px 1fr;gap:2.5rem;align-items:center;border-bottom:1px solid var(--tf-color-border-light, rgba(0,0,0,.1));padding-bottom:2.5rem}@media screen and (max-width:749px){.tf-product-grid.is-list-view .tf-product-card{grid-template-columns:1fr;gap:1.25rem}}.tf-product-grid.is-list-view .tf-product-card__info{align-items:flex-start;text-align:left}.tf-grid-promo-card{grid-column:span var(--tf-promo-span, 2);position:relative;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:460px;background-color:var(--tf-color-brand-primary, #2f4b53);box-shadow:0 16px 36px #00000029;transition:transform .3s ease,box-shadow .3s ease}@media screen and (max-width:767px){.tf-grid-promo-card{grid-column:span var(--tf-cols-mobile, 2)!important;min-height:360px}}.tf-grid-promo-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #00000047}.tf-grid-promo-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.tf-grid-promo-card__bg img,.tf-grid-promo-card__bg video{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.tf-grid-promo-card:hover .tf-grid-promo-card__bg img,.tf-grid-promo-card:hover .tf-grid-promo-card__bg video{transform:scale(1.05)}.tf-grid-promo-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(180deg,#0000001a,#0006,#000000d9)}.tf-grid-promo-card__content{position:relative;z-index:3;padding:2.5rem;color:#fff;max-width:560px}.tf-grid-promo-card__eyebrow{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tf-color-brand-accent, #bccb5e);margin-bottom:.625rem}.tf-grid-promo-card__title{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:600;line-height:1.15;color:#fff;margin:0 0 .75rem}.tf-grid-promo-card__subtitle{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:1.2rem;line-height:1.5;color:#ffffffeb;margin:0 0 1.75rem}.tf-grid-promo-card__btn{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--tf-color-brand-primary, #2f4b53);font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:1.2rem;font-weight:600;padding:.875rem 2rem;border-radius:9999px;text-decoration:none;transition:all .25s ease}.tf-grid-promo-card__btn:hover{background:var(--tf-color-brand-accent, #bccb5e);color:var(--tf-color-brand-primary, #2f4b53);transform:translate(4px)}#ThereforeFilterModal .drawer__inner,#ThereforeFilterModal .tf-filter-drawer__inner,.tf-filter-modal .drawer__inner,.tf-filter-drawer__inner{display:flex!important;flex-direction:column!important;overflow:hidden!important;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif)!important;transform:translate(100%)!important;transition:transform var(--tf-drawer-anim-duration, .35s) cubic-bezier(.16,1,.3,1)!important}#ThereforeFilterModal.is-open .drawer__inner,#ThereforeFilterModal.is-active .drawer__inner,.tf-filter-modal.is-open .drawer__inner,.tf-filter-modal.is-active .drawer__inner{transform:translate(0)!important}.tf-filter-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.tf-filter-drawer__heading{display:inline-flex;align-items:center;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--tf-drawer-heading-color, #ffffff);margin:0}.tf-filter-drawer__close{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;color:var(--tf-drawer-text, #ffffff);flex-shrink:0}.tf-filter-drawer__close .tf-close-ring-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.tf-filter-drawer__close .tf-close-ring-circle{fill:none;stroke:currentColor;stroke-width:1;stroke-dasharray:108.33;stroke-dashoffset:108.33;transform-origin:center;transform:rotate(-90deg);transition:stroke-dashoffset .4s cubic-bezier(.16,1,.3,1)}.tf-filter-drawer__close:hover .tf-close-ring-circle{stroke-dashoffset:0}.tf-filter-drawer__close .tf-close-x-icon{position:relative;z-index:1;opacity:.85}.tf-filter-drawer__body{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding:0;scrollbar-width:thin;scrollbar-color:var(--tf-drawer-accent, #bccb5e) transparent}.tf-filter-drawer__body::-webkit-scrollbar{width:5px}.tf-filter-drawer__body::-webkit-scrollbar-track{background:transparent}.tf-filter-drawer__body::-webkit-scrollbar-thumb{background:var(--tf-drawer-accent, #bccb5e);border-radius:10px}.tf-filter-drawer__row{display:flex;align-items:center;padding:.875rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.tf-filter-drawer__row--toggle{justify-content:space-between}.tf-filter-drawer__toggle-label{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:14px;font-weight:500;color:var(--tf-drawer-text, #ffffff)}.tf-filter-accordion{border-bottom:1px solid rgba(255,255,255,.08)}.tf-filter-accordion[open] .tf-filter-accordion__chevron{transform:rotate(180deg)}.tf-filter-accordion__summary{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;cursor:pointer;list-style:none;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:14px;font-weight:600;color:var(--tf-drawer-heading-color, #ffffff);-webkit-user-select:none;user-select:none;transition:background .15s ease}.tf-filter-accordion__summary::-webkit-details-marker{display:none}.tf-filter-accordion__summary:hover{background:#ffffff0a}.tf-filter-accordion__chevron{flex-shrink:0;opacity:.55;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .15s ease}.tf-filter-accordion__summary:hover .tf-filter-accordion__chevron{opacity:1}.tf-filter-accordion__body{padding:.375rem 1.5rem 1rem;display:flex;flex-direction:column;gap:.625rem}.tf-filter-sort-list{display:flex;flex-direction:column;gap:.125rem}.tf-filter-sort-option{display:flex;align-items:center;gap:.625rem;padding:.4rem .625rem;border-radius:8px;cursor:pointer;transition:background .15s ease}.tf-filter-sort-option:hover{background:#ffffff0f}.tf-filter-sort-option input{position:absolute;opacity:0;width:0;height:0}.tf-filter-sort-label{flex:1;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13px;font-weight:400;color:#ffffffbf;transition:color .15s ease}.tf-filter-sort-option.is-selected .tf-filter-sort-label{color:var(--tf-drawer-accent, #bccb5e);font-weight:500}.tf-filter-sort-check{width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:var(--tf-drawer-accent, #bccb5e);opacity:0;transition:opacity .15s ease}.tf-filter-sort-option.is-selected .tf-filter-sort-check{opacity:1}.tf-price-range-wrapper{padding-top:.25rem}.tf-price-slider-track{position:relative;width:100%;height:4px;background:#ffffff2e;border-radius:4px;margin:.75rem 0 1.25rem}.tf-price-slider-progress{position:absolute;left:0;right:0;top:0;height:100%;background:var(--tf-drawer-accent, #bccb5e);border-radius:4px;pointer-events:none}.tf-price-range-input{position:absolute;top:-6px;left:0;width:100%;height:16px;margin:0;-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;outline:none;z-index:2}.tf-price-range-input--max{z-index:3}.tf-price-range-input::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--tf-drawer-accent, #bccb5e);box-shadow:0 2px 6px #0000004d;cursor:pointer;pointer-events:auto;transition:transform .15s ease}.tf-price-range-input::-webkit-slider-thumb:hover{transform:scale(1.2)}.tf-price-range-input::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--tf-drawer-accent, #bccb5e);box-shadow:0 2px 6px #0000004d;cursor:pointer;pointer-events:auto}.tf-price-inputs-row{display:flex;align-items:center;gap:.5rem}.tf-price-field{display:flex;align-items:center;gap:.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.4rem .625rem;flex:1;min-width:0}.tf-currency-symbol{color:#ffffff80;font-size:12px;font-weight:500;flex-shrink:0}.tf-price-field input[type=number]{width:100%;background:transparent;border:none;color:#fff;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13px;font-weight:500;outline:none;min-width:0;-moz-appearance:textfield}.tf-price-field input[type=number]::-webkit-outer-spin-button,.tf-price-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tf-price-to-text{color:#fff6;font-size:12px;flex-shrink:0}.tf-color-dots-grid{display:flex;flex-wrap:wrap;gap:.75rem}.tf-color-dot-wrapper{display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer;min-width:42px}.tf-color-dot-wrapper.is-disabled{opacity:.3;cursor:not-allowed}.tf-color-dot-wrapper input{position:absolute;opacity:0;width:0;height:0}.tf-color-dot{display:block;width:22px;height:22px;border-radius:50%;border:2px solid transparent;box-shadow:0 1px 4px #00000040;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.tf-color-dot-wrapper:hover .tf-color-dot{transform:scale(1.12)}.tf-color-dot-wrapper input:checked+.tf-color-dot{border-color:#fff;transform:scale(1.15);box-shadow:0 0 0 2px var(--tf-drawer-accent, #bccb5e)}.tf-color-dot-label{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:9px;color:#ffffffa6;text-align:center;line-height:1.2}.tf-color-dot-label sup{font-size:8px;color:var(--tf-drawer-accent, #bccb5e)!important;opacity:1!important;font-weight:600!important}.tf-checkbox-list{display:flex;flex-direction:column;gap:.35rem}.tf-checkbox-row{display:flex;align-items:center;gap:.625rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.25rem 0}.tf-checkbox-row.is-disabled{opacity:.3;cursor:not-allowed}.tf-checkbox-row input{position:absolute;opacity:0;width:0;height:0}.tf-custom-checkbox{width:16px;height:16px;border-radius:4px;border:1.5px solid rgba(255,255,255,.3);background:transparent;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.tf-checkbox-row input:checked+.tf-custom-checkbox{background:var(--tf-drawer-accent, #bccb5e);border-color:var(--tf-drawer-accent, #bccb5e)}.tf-checkbox-row input:checked+.tf-custom-checkbox:after{content:"";display:block;width:8px;height:5px;border-left:1.5px solid #1b3830;border-bottom:1.5px solid #1b3830;transform:rotate(-45deg) translateY(-1px)}.tf-checkbox-label-text{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13px;font-weight:400;color:#ffffffd1}.tf-checkbox-row input:checked~.tf-checkbox-label-text{color:var(--tf-drawer-accent, #bccb5e);font-weight:500}.tf-checkbox-label-text sup{font-size:10px;font-weight:600!important;color:var(--tf-drawer-accent, #bccb5e)!important;opacity:1!important;vertical-align:super;margin-left:2px}.tf-ios-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.tf-ios-switch input{opacity:0;width:0;height:0}.tf-ios-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff3;transition:.3s cubic-bezier(.16,1,.3,1);border-radius:34px}.tf-ios-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s cubic-bezier(.16,1,.3,1);border-radius:50%;box-shadow:0 1px 3px #0000004d}.tf-ios-switch input:checked+.tf-ios-slider{background-color:var(--tf-drawer-accent, #bccb5e)}.tf-ios-switch input:checked+.tf-ios-slider:before{transform:translate(20px);background-color:#1b3830}.tf-filter-drawer__footer{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0;background:transparent}.tf-filter-drawer__clear{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13px;font-weight:var(--tf-drawer-btn-weight, 600);color:var(--tf-drawer-text, #ffffff);text-decoration:none;padding:.625rem 1rem;border-radius:var(--tf-drawer-btn-radius, 40px);border:1px solid rgba(255,255,255,.2);background:transparent;transition:all .2s ease;flex:1;cursor:pointer}.tf-filter-drawer__clear:hover{color:#fff;border-color:#ffffff80;background:#ffffff0d}.tf-filter-drawer__apply{display:inline-flex;align-items:center;justify-content:center;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13px;font-weight:var(--tf-drawer-btn-weight, 600);color:var(--tf-drawer-btn-color, #ffffff);background:var(--tf-drawer-btn-bg, #2f4b53);padding:.625rem 1.5rem;border-radius:var(--tf-drawer-btn-radius, 40px);border:none;cursor:pointer;transition:all .25s ease;flex:1.5}.tf-filter-modal .tf-qv-floating-close{position:fixed;top:0;left:0;width:44px;height:44px;border-radius:50%;background-color:#fff;color:#111;box-shadow:0 12px 30px #00000040;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:99999;opacity:0;transform:translate(-50%,-50%) scale(.5);transition:opacity .25s ease,transform .25s cubic-bezier(.16,1,.3,1)}.tf-filter-modal.is-hovering-outside .tf-qv-floating-close{opacity:1;transform:translate(-50%,-50%) scale(1)}.tf-active-filters-wrapper{max-width:1440px;margin:0 auto;padding:0 2.5rem}@media screen and (max-width:749px){.tf-active-filters-wrapper{padding:0 1rem}}.tf-active-filters-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;padding-top:.875rem;margin-top:.75rem;border-top:1px dashed rgba(47,75,83,.15)}.tf-filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:9999px;background:#2f4b5314;border:1px solid rgba(47,75,83,.18);color:#2f4b53;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:12px;font-weight:500;text-decoration:none;transition:all .2s ease}.tf-filter-chip:hover{background:#2f4b5326;color:#111}.tf-filter-chip__close{width:12px;height:12px;flex-shrink:0;stroke:currentColor;opacity:.75;transition:opacity .15s ease}.tf-filter-chip:hover .tf-filter-chip__close{opacity:1}.tf-clear-all-btn{font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:12px;font-weight:600;color:#2f4b53;text-decoration:underline;text-underline-offset:3px;padding:.375rem .625rem;border-radius:9999px;transition:all .2s ease}.tf-clear-all-btn:hover{color:#111;background:#2f4b5314}.tf-categories-list{display:flex;flex-direction:column;gap:.125rem}.tf-category-item{display:flex;align-items:center;justify-content:space-between;padding:.4rem .625rem;border-radius:8px;text-decoration:none;font-family:var(--tf-font-family-primary, "Satoshi", sans-serif);font-size:13px;font-weight:400;color:#ffffffd1;transition:all .15s ease}.tf-category-item:hover{background:#ffffff0f;color:#fff}.tf-category-item.is-active{color:var(--tf-drawer-accent, #bccb5e);font-weight:600;background:#ffffff0d}.tf-category-item__count{font-size:11px;color:var(--tf-drawer-accent, #bccb5e)!important;opacity:1!important;font-weight:600!important}.tf-collection-grid-container{transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.tf-collection-grid-container.is-filtering{opacity:.45;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/therefore-collection.css.map */
