/* Collection browsing; isolated from product, basket and checkout layouts. */
.cf-catalog{max-width:1680px;margin:auto;padding:0 var(--cf-gutter)}
.cf-catalog .woocommerce-breadcrumb{font-size:11px;letter-spacing:.02em;color:#777b70;margin:0;padding:25px 0 0;line-height:1.7}
.cf-catalog .woocommerce-breadcrumb a{color:#777b70}.cf-catalog .woocommerce-breadcrumb a:hover{text-decoration:underline}
.cf-catalog-heading{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:32px 0 35px;min-height:247px}
.cf-catalog-heading>div:first-child{max-width:730px}.cf-catalog-heading .cf-eyebrow{font-size:10px;letter-spacing:.15em;color:#747b6a;margin-bottom:17px}
.cf-catalog-heading h1{font-size:clamp(44px,4.4vw,68px);letter-spacing:-.045em;line-height:1.06}.cf-catalog-heading p:not(.cf-eyebrow){font-size:14px;line-height:1.75;color:var(--cf-muted);max-width:600px;margin-top:20px}
.cf-catalog-still{position:relative;flex:0 0 255px;height:205px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#eeefe7;border-radius:50% 50% 0 0}
.cf-catalog-still img{height:160px;width:190px;object-fit:contain;mix-blend-mode:multiply}.cf-catalog-still span{font-size:8px;letter-spacing:.15em;margin-top:13px;color:#6a7461}
.cf-catalog-collections{display:flex;gap:34px;border-bottom:1px solid var(--cf-line);white-space:nowrap;overflow-x:auto;scrollbar-width:none}.cf-catalog-collections a{font-size:13px;display:flex;align-items:center;gap:12px;padding:18px 0;border-bottom:2px solid transparent}.cf-catalog-collections small{font-size:10px;color:#7a8173}.cf-catalog-collections a[aria-current]{border-color:var(--cf-green)}.cf-catalog-collections a[aria-current] small{color:var(--cf-green)}.cf-catalog-collections a:hover{color:#6a755b}
.cf-catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:44px;padding:34px 0 65px;align-items:start}
.cf-filter-heading{display:flex;justify-content:space-between;align-items:center;height:53px;border-bottom:1px solid var(--cf-line);padding-bottom:14px}.cf-filter-heading h2{font:500 15px/1.4 var(--cf-sans);letter-spacing:0}.cf-filter-heading svg{height:20px;width:20px}
.cf-filter-group{border-bottom:1px solid var(--cf-line)}.cf-filter-group summary{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:500;list-style:none;padding:20px 0;cursor:pointer;gap:15px}.cf-filter-group summary::-webkit-details-marker{display:none}.cf-filter-group summary svg{height:14px;width:14px;transition:transform .2s}.cf-filter-group[open] summary svg{transform:rotate(180deg)}.cf-filter-unit{display:flex;align-items:center;gap:12px;font-size:10px;font-weight:400;color:var(--cf-muted)}
.cf-filter-group fieldset{border:0;padding:0 0 21px;margin:0;min-width:0}.cf-check{display:flex;align-items:center;gap:10px;min-height:35px;font-size:12px;line-height:1.5;cursor:pointer}.cf-check input{width:15px;height:15px;margin:0;flex-shrink:0;accent-color:var(--cf-green)}.cf-check>span{flex:1}.cf-check small{font-size:10px;color:#808575;padding-left:4px}.cf-check:has(input:disabled){opacity:.4;cursor:default}.cf-check:has(input:checked)>span{color:var(--cf-green);font-weight:500}.cf-check:hover:not(:has(input:disabled))>span{text-decoration:underline;text-underline-offset:3px}
.cf-brand-search{display:flex;align-items:center;border:1px solid var(--cf-line);padding:7px 10px;gap:7px;margin-bottom:10px;background:transparent}.cf-brand-search svg{height:15px;width:15px;color:#737a6c}.cf-brand-search input{min-width:0;width:100%;font-size:12px;border:0;outline-offset:2px;background:none;padding:2px}.cf-brand-options{max-height:250px;overflow:auto;scrollbar-width:thin;scrollbar-color:#bdc4b4 transparent;padding-right:9px}.cf-brand-options .cf-check[hidden]{display:none}
.cf-price-inputs{display:flex;gap:8px;align-items:flex-end}.cf-price-inputs>label{min-width:0;flex:1}.cf-price-inputs>label>span:first-child{font-size:10px;color:var(--cf-muted);display:block;margin-bottom:7px}.cf-price-field{display:flex;align-items:center;gap:5px;border:1px solid #cdd0c5;padding:9px 10px;background:transparent}.cf-price-field b{font-weight:400;font-size:12px;color:#7a8172}.cf-price-field input{width:100%;min-width:0;max-width:100%;border:0;background:transparent;padding:0;font-size:12px;-moz-appearance:textfield}.cf-price-field input::-webkit-inner-spin-button{display:none}.cf-price-dash{font-size:12px;margin-bottom:12px;color:#7a8172}.cf-filter-hint{font-size:10px;line-height:1.6;color:var(--cf-muted);margin-top:13px}
.cf-price-sliders{height:28px;position:relative;margin:16px 8px 0}.cf-range-track{position:absolute;left:0;right:0;top:12px;height:2px;background:linear-gradient(to right,#d0d6c8 var(--range-start,0%),var(--cf-green) var(--range-start,0%),var(--cf-green) var(--range-end,100%),#d0d6c8 var(--range-end,100%))}.cf-price-sliders input{position:absolute;inset:0;margin:0;width:100%;height:26px;appearance:none;background:transparent;pointer-events:none}.cf-price-sliders input::-webkit-slider-thumb{appearance:none;width:14px;height:14px;background:var(--cf-paper);border:2px solid var(--cf-green);border-radius:50%;cursor:ew-resize;pointer-events:auto}.cf-price-sliders input::-moz-range-thumb{width:11px;height:11px;background:var(--cf-paper);border:2px solid var(--cf-green);border-radius:50%;cursor:ew-resize;pointer-events:auto}.cf-price-sliders input:focus-visible{outline-offset:0}
.cf-filter-submit{padding-top:22px;display:flex;flex-direction:column;align-items:center;gap:14px}.cf-filter-submit .cf-button{width:100%;min-height:47px;font-size:12px;padding:13px 15px;justify-content:space-between}.cf-filter-submit>a{font-size:11px;text-decoration:underline;text-underline-offset:4px;color:var(--cf-muted)}
.cf-catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:53px;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid var(--cf-line)}.cf-catalog-count,.cf-catalog-count .woocommerce-result-count{float:none;margin:0;font-size:12px;color:var(--cf-muted);line-height:1.5}.cf-catalog-count .woocommerce-result-count{padding:0}.cf-catalog-sort{display:flex;align-items:center;gap:12px;font-size:11px}.cf-catalog-sort>span{color:#7a8071}.cf-catalog-sort .woocommerce-ordering{margin:0;float:none}.cf-catalog-sort select{appearance:auto;min-height:35px;border:0;background:transparent;font-size:12px;color:var(--cf-ink);max-width:190px;padding:4px 0 4px 6px;cursor:pointer}.cf-filter-open{display:none}
.cf-active-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 23px}.cf-active-filters a{display:flex;align-items:center;gap:10px;font-size:11px;background:#edf0e6;border:1px solid #d8dece;padding:7px 10px;line-height:1.4}.cf-active-filters a:hover{background:#e0e7d5}.cf-active-filters svg{height:12px;width:12px}.cf-active-filters .cf-clear-all{border:0;background:none;text-decoration:underline;text-underline-offset:3px;color:var(--cf-muted)}
.cf-catalog-grid{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 22px}.cf-catalog-card{min-width:0;display:flex;flex-direction:column;float:none;width:auto;margin:0;padding:0;position:relative}.cf-catalog-photo{position:relative;background:#f0f1eb;aspect-ratio:1/1.08;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:25px}.cf-catalog-photo img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;transition:opacity .3s,transform .4s}.cf-catalog-photo .cf-card-alternate{position:absolute;inset:25px;width:calc(100% - 50px);height:calc(100% - 50px);opacity:0}.cf-card-badge{position:absolute;top:13px;left:13px;font-size:10px;letter-spacing:.05em;background:#faf9f6;padding:4px 9px}.cf-card-explore{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #cdd2c3;border-radius:50%;position:absolute;bottom:13px;right:13px;background:#faf9f6;transition:background .2s}.cf-card-explore svg{height:15px;width:15px}
.cf-catalog-card-body{padding:17px 1px 0;display:flex;flex-direction:column;flex:1}.cf-card-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:10px;line-height:1.4;color:#6e7767;margin-bottom:9px}.cf-card-meta>span:first-child{text-transform:uppercase;letter-spacing:.08em}.cf-card-meta>span:last-child{white-space:nowrap;font-size:10px;color:#7d8474}.cf-catalog-card .woocommerce-loop-product__title{font:500 15px/1.5 var(--cf-sans);letter-spacing:-.02em;margin:0;padding:0;min-height:45px}.cf-catalog-card .woocommerce-loop-product__title a:hover{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.cf-card-price{font-size:14px;line-height:1.65;margin:9px 0 16px}.cf-card-price small{font-size:9px;color:var(--cf-muted)}.cf-card-price ins{text-decoration:none}.cf-card-price del{font-size:12px;color:#7f8478}.cf-card-action{margin-top:auto;position:relative;border-top:1px solid var(--cf-line);display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:43px}.woocommerce .cf-card-action a.button{border:0;background:none;color:var(--cf-ink);border-radius:0;padding:12px 25px 10px 0;text-align:left;font-size:11px;font-weight:400;width:100%;line-height:1.5;white-space:normal}.woocommerce .cf-card-action a.button:hover{color:#637653;text-decoration:underline;text-underline-offset:4px}.cf-card-action>svg{position:absolute;right:0;pointer-events:none;width:15px;height:15px}.woocommerce .cf-card-action a.added_to_cart{font-size:11px;white-space:nowrap;padding:6px 0 6px 5px;color:var(--cf-green)}.cf-card-action:has(.added_to_cart)>svg{display:none}.cf-card-action .button.added:after{margin-left:7px}.cf-card-action .button.loading:after{right:8px}
.cf-catalog-pagination{border-top:1px solid var(--cf-line);margin-top:40px;padding-top:28px;text-align:center}.cf-catalog-pagination>p{font-size:11px;color:var(--cf-muted);margin-top:16px}.woocommerce .cf-catalog-pagination .woocommerce-pagination ul{border:0;margin:0;display:inline-flex;gap:6px;align-items:center}.woocommerce .cf-catalog-pagination .woocommerce-pagination li{border:0}.woocommerce .cf-catalog-pagination .woocommerce-pagination li a,.woocommerce .cf-catalog-pagination .woocommerce-pagination li span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:8px;font-size:12px;background:none;color:var(--cf-ink)}.woocommerce .cf-catalog-pagination .woocommerce-pagination li span.current{background:var(--cf-green);color:#fff}.woocommerce .cf-catalog-pagination .woocommerce-pagination li a:hover{background:#e9eddf}
.cf-catalog-empty{text-align:center;min-height:490px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;background:#eff1e9}.cf-catalog-empty>svg{width:32px;height:32px;color:#7d8b6e;margin-bottom:27px}.cf-catalog-empty .cf-eyebrow{font-size:10px;color:var(--cf-muted);margin-bottom:18px}.cf-catalog-empty h2{font-size:43px}.cf-catalog-empty>p:not(.cf-eyebrow){font-size:14px;max-width:340px;margin-top:19px;color:var(--cf-muted)}.cf-catalog-empty .cf-button{margin-top:26px;font-size:12px}.cf-catalog-empty .cf-link{font-size:12px;margin-top:18px}
.cf-catalog-guide{border-top:1px solid var(--cf-line);padding:40px 0 58px;display:grid;grid-template-columns:1.2fr 1fr auto;gap:35px;align-items:center}.cf-catalog-guide .cf-eyebrow{font-size:9px;color:#7a816f}.cf-catalog-guide h2{font-size:32px;margin-top:12px}.cf-catalog-guide>p{font-size:12px;line-height:1.9;color:var(--cf-muted);max-width:355px}.cf-catalog-guide .cf-link{font-size:12px;white-space:nowrap;align-self:center}
.cf-filter-dialog{position:fixed;inset:0 0 0 auto;width:min(430px,100%);height:100dvh;max-height:100dvh;max-width:100%;margin:0;padding:0 25px;border:0;background:var(--cf-paper);overflow-y:auto}.cf-filter-dialog-head{position:sticky;top:0;background:var(--cf-paper);z-index:3;display:flex;align-items:center;justify-content:space-between;padding:25px 0;border-bottom:1px solid var(--cf-line);gap:20px}.cf-filter-dialog-head .cf-eyebrow{font-size:9px;color:var(--cf-muted);margin-bottom:9px}.cf-filter-dialog-head h2{font-size:27px}.cf-filter-dialog-head .cf-dialog-close{position:static;flex-shrink:0}.cf-filter-dialog .cf-filter-submit{position:sticky;bottom:0;z-index:2;background:var(--cf-paper);padding:15px 0 20px;border-top:1px solid var(--cf-line);gap:11px}.cf-filter-dialog .cf-filter-submit .cf-button{font-size:14px;min-height:50px}.cf-filter-dialog .cf-check{font-size:14px;min-height:40px}.cf-filter-dialog .cf-check small{font-size:12px}.cf-filter-dialog .cf-filter-group summary{font-size:15px}.cf-filter-dialog .cf-brand-options{max-height:245px}.cf-filter-dialog .cf-price-field input{font-size:16px}.cf-filter-dialog .cf-brand-search input{font-size:16px}.cf-filter-dialog .cf-brand-search{padding:10px}.cf-filter-dialog .cf-filter-hint{font-size:11px}
@media(hover:hover) and (pointer:fine){.cf-catalog-photo:hover .cf-card-alternate{opacity:1}.cf-catalog-photo:has(.cf-card-alternate):hover .cf-card-primary{opacity:0}.cf-catalog-photo:hover img{transform:scale(1.025)}.cf-catalog-photo:hover .cf-card-explore{background:#e3e9d9}}
@media(max-width:1150px){.cf-catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:28px}.cf-catalog-grid{gap:30px 17px}.cf-catalog-photo{padding:16px}.cf-catalog-photo .cf-card-alternate{inset:16px;width:calc(100% - 32px);height:calc(100% - 32px)}.cf-card-meta{font-size:9px}.cf-card-price{font-size:12px}.cf-catalog-guide{grid-template-columns:1fr 1fr}.cf-catalog-guide .cf-link{grid-column:2;margin-top:-8px;justify-self:start}.cf-catalog-still{flex-basis:210px}.cf-catalog-card .woocommerce-loop-product__title{font-size:14px}}
@media(max-width:1000px) and (min-width:901px){.cf-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.cf-catalog{padding:0 26px}.cf-catalog-heading{gap:30px}.cf-catalog-heading h1{font-size:49px}.cf-catalog-still{flex-basis:180px;height:180px}.cf-catalog-still img{height:135px;width:155px}.cf-catalog-still span{font-size:7px}.cf-catalog-layout{grid-template-columns:1fr;padding-top:23px;gap:20px}.cf-catalog-page.cf-catalog-enhanced .cf-filter-sidebar{display:none}.cf-catalog-page:not(.cf-catalog-enhanced) .cf-filter-sidebar{max-width:400px}.cf-catalog-toolbar{gap:16px;padding-bottom:17px;margin-bottom:22px}.cf-filter-open:not([hidden]){display:flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid #cbd1c1;background:transparent;font-size:12px;min-height:38px;color:var(--cf-ink)}.cf-filter-open svg{width:17px;height:17px}.cf-filter-open>span{font-size:10px;background:var(--cf-green);color:#fff;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}.cf-catalog-count{margin-right:auto}.cf-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cf-catalog-card-body{padding-top:14px}.cf-catalog-collections{gap:27px}.cf-catalog-collections a{font-size:12px}.cf-catalog-guide{padding-bottom:42px}.cf-catalog-guide h2{font-size:29px}}
@media(max-width:600px){.cf-catalog-page .cf-announcement{height:30px;font-size:11px}.cf-catalog{padding:0 19px}.cf-catalog .woocommerce-breadcrumb{font-size:10px;padding-top:19px}.cf-catalog-heading{padding:30px 0 27px;min-height:0;display:block}.cf-catalog-heading .cf-eyebrow{font-size:9px;margin-bottom:15px;max-width:100%;letter-spacing:.11em}.cf-catalog-heading h1{font-size:45px;line-height:1.05;max-width:340px}.cf-catalog-heading p:not(.cf-eyebrow){font-size:12px;line-height:1.8;margin-top:17px;max-width:340px}.cf-catalog-still{display:none}.cf-catalog-collections{gap:25px;margin-right:-19px;padding-right:19px}.cf-catalog-collections a{font-size:11px;gap:7px;padding:15px 0}.cf-catalog-collections small{font-size:9px}.cf-catalog-layout{padding:21px 0 40px}.cf-catalog-toolbar{display:grid;grid-template-columns:auto 1fr;gap:14px 12px;margin-bottom:18px;padding-bottom:17px}.cf-catalog-count{font-size:11px;grid-row:2;grid-column:1/-1}.cf-catalog-count .woocommerce-result-count{font-size:11px}.cf-catalog-sort{justify-self:end;gap:0}.cf-catalog-sort>span{display:none}.cf-catalog-sort select{max-width:180px;font-size:11px}.cf-filter-open:not([hidden]){font-size:11px;min-height:36px;padding:7px 12px}.cf-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 13px}.cf-catalog-photo{padding:13px;aspect-ratio:1/1.14}.cf-catalog-photo .cf-card-alternate{inset:13px;width:calc(100% - 26px);height:calc(100% - 26px)}.cf-card-meta{font-size:8px;letter-spacing:0;gap:4px;align-items:flex-start}.cf-card-meta>span:last-child{font-size:8px}.cf-catalog-card .woocommerce-loop-product__title{font-size:12px;line-height:1.55;min-height:38px}.cf-catalog-card-body{padding-top:13px}.cf-card-price{font-size:11px;margin-top:7px;margin-bottom:12px}.cf-card-price del{font-size:10px}.cf-card-price small{font-size:8px}.cf-card-explore{width:26px;height:26px;right:10px;bottom:10px}.cf-card-explore svg{width:13px;height:13px}.cf-card-badge{font-size:8px;top:10px;left:10px;padding:3px 7px}.woocommerce .cf-card-action a.button{font-size:10px;padding-top:11px;padding-bottom:11px}.cf-card-action>svg{height:13px;width:13px}.woocommerce .cf-card-action a.added_to_cart{font-size:9px;white-space:normal}.cf-catalog-pagination{margin-top:29px;padding-top:23px}.woocommerce .cf-catalog-pagination .woocommerce-pagination ul{gap:3px}.woocommerce .cf-catalog-pagination .woocommerce-pagination li a,.woocommerce .cf-catalog-pagination .woocommerce-pagination li span{min-width:34px;height:36px;padding:6px;font-size:11px}.cf-catalog-pagination>p{font-size:10px;margin-top:14px}.cf-active-filters{gap:7px;margin-bottom:20px}.cf-active-filters a{font-size:10px;padding:7px 8px}.cf-catalog-guide{grid-template-columns:1fr;gap:20px;padding:30px 0 37px}.cf-catalog-guide .cf-link{grid-column:auto;margin:0}.cf-catalog-guide h2{font-size:30px}.cf-catalog-guide>p{font-size:12px;max-width:340px}.cf-catalog-guide .cf-eyebrow{font-size:8px}.cf-catalog-empty{min-height:420px;padding:38px 18px}.cf-catalog-empty h2{font-size:35px}.cf-catalog-empty>p:not(.cf-eyebrow){font-size:12px}.cf-filter-dialog-head h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){.cf-catalog-photo img,.cf-filter-group summary svg{transition:none}}
/* Keep supporting product information comfortably legible on small screens. */
.cf-card-meta{font-size:11px}.cf-card-meta>span:last-child{font-size:11px}
@media(max-width:600px){.cf-card-meta,.cf-card-meta>span:last-child{font-size:9px}.cf-catalog-card .woocommerce-loop-product__title{font-size:13px}.cf-card-price{font-size:12px}.woocommerce .cf-card-action a.button{font-size:11px}}
