.cfw-morph-explorer{background-color:var(--bg-white, #ffffff);overflow:visible;position:relative}.cfw-morph-explorer__header{text-align:center;margin-bottom:1.5rem}.cfw-morph-explorer__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;color:var(--text-slate-900, #0f172a);margin:0 0 .5rem}.cfw-morph-explorer__subtitle{font-size:1.125rem;color:var(--text-slate-600, #475569);max-width:600px;margin:0 auto}.cfw-morph-explorer__tiles-wrapper{width:100%;position:relative}.cfw-morph-explorer__tiles-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:10px;padding-left:max(1rem,calc((100% - 78rem)/2));padding-right:max(1rem,calc((100% - 78rem)/2))}.cfw-morph-explorer__tiles-track::-webkit-scrollbar{display:none}.cfw-morph-explorer__tile{flex:0 0 auto;width:clamp(220px,70vw,280px);aspect-ratio:4 / 5;min-height:325px;scroll-snap-align:start;border-radius:20px;background:none;border:none;padding:0;cursor:pointer;position:relative;text-align:left;outline:none;transition:transform .2s ease,opacity .3s ease,border-color .2s ease;border:2px solid transparent}.cfw-morph-explorer__tile:hover{transform:translateY(-2px)}.cfw-morph-explorer__tile.is-active{border-color:var(--text-slate-900, #0f172a)}.cfw-morph-explorer__tile:focus-visible{outline:2px solid #0f172a;outline-offset:2px}@media(min-width:990px){.cfw-morph-explorer__tiles-track{display:flex;gap:20px;overflow-x:auto;padding-left:max(1rem,calc((100% - 78rem)/2));padding-right:max(1rem,calc((100% - 78rem)/2))}.cfw-morph-explorer__tile{width:auto;flex:1 1 0;min-width:150px;max-width:280px;aspect-ratio:4 / 5;min-height:0}}.cfw-morph-explorer__tile-media{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 6px -1px #0000000d}.cfw-morph-explorer__tile-media img,.cfw-placeholder{width:100%;height:100%;object-fit:cover;display:block}.cfw-morph-explorer__tile-media img.cfw-morph-tile-img--product{object-fit:contain;background:#f3f1ee;padding:14% 10% 22%}.cfw-placeholder{background:#e2e8f0;display:flex;align-items:center;justify-content:center}.cfw-placeholder svg{fill:#94a3b8;width:40px;height:40px}.cfw-morph-explorer__tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#0000 50%);pointer-events:none}.cfw-morph-explorer__tile-content{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}@media(min-width:990px){.cfw-morph-explorer__tile-content{padding:1.1rem 1.15rem}}.cfw-morph-explorer__badge{align-self:flex-start;background-color:transparent;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.cfw-morph-explorer__badge--pill{position:absolute;top:.75rem;left:.75rem;background-color:#469969;color:#fff;padding:.25rem .75rem;border-radius:50px;font-size:.6875rem;text-shadow:none;z-index:2;pointer-events:none}.cfw-morph-explorer__tile-title{color:#fff;font-size:1.375rem;font-weight:600;line-height:1.2;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3);overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:none;hyphens:none}@media(min-width:990px){.cfw-morph-explorer__tile-title{font-size:clamp(1rem,1.3vw,1.375rem)}}.cfw-morph-explorer__tile-count{font-size:.8125rem;font-weight:500;color:#ffffffd9;margin-top:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.cfw-collection-carousel__arrow{display:none}@media(min-width:990px){.cfw-collection-carousel__arrow{display:none}}.cfw-morph-explorer__panel-wrapper{margin-top:1rem;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.2,.8,.2,1),opacity .3s ease,margin-top .4s ease}.cfw-morph-explorer__panel-wrapper.is-open{max-height:1200px;opacity:1;margin-top:2rem}.cfw-morph-explorer__panel{background:var(--bg-slate-50, #f8fafc);border-radius:20px;border:1px solid rgba(0,0,0,.08);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;box-shadow:0 10px 30px -10px #0000000d}.cfw-morph-explorer__panel:before{content:"";position:absolute;top:-10px;left:calc(var(--anchor-x, 50%) - 10px);width:20px;height:20px;background:var(--bg-slate-50, #f8fafc);border-top:1px solid rgba(0,0,0,.08);border-left:1px solid rgba(0,0,0,.08);transform:rotate(45deg);transition:left .3s cubic-bezier(.2,.8,.2,1);z-index:1}@media(min-width:768px){.cfw-morph-explorer__panel{padding:2rem}}.cfw-morph-explorer__panel-layout{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:990px){.cfw-morph-explorer__panel-layout{display:grid;grid-template-columns:minmax(180px,220px) 1fr;gap:2rem;align-items:center}}.cfw-morph-explorer__panel-left{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.cfw-morph-explorer__panel-right{display:flex;flex-direction:column;position:relative}.cfw-morph-explorer__panel-media-wrap{width:100%;border-radius:20px;overflow:hidden;background:#e2e8f0}.cfw-morph-explorer__panel-media{width:100%;aspect-ratio:4/5;position:relative}.cfw-morph-explorer__panel-media img{width:100%;height:100%;object-fit:cover;display:block}.cfw-morph-explorer__panel-info{flex-grow:1;position:relative;display:flex;flex-direction:column;align-items:flex-start}.cfw-morph-explorer__close{position:absolute;top:1rem;right:1rem;z-index:3;background:#fff;border:1px solid rgba(0,0,0,.08);cursor:pointer;color:var(--text-slate-600, #475569);padding:.4rem;line-height:0;border-radius:50%;box-shadow:0 1px 3px #00000014;transition:background .2s,color .2s}.cfw-morph-explorer__close:hover{background:#0000000d;color:var(--text-slate-900, #0f172a)}.cfw-morph-explorer__panel-badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#469969;margin-bottom:.5rem}.cfw-morph-explorer__panel-title{font-size:2rem;font-weight:700;color:var(--text-slate-900, #0f172a);margin:0 0 .5rem}.cfw-morph-explorer__panel-desc{font-size:1rem;color:var(--text-slate-600, #475569);line-height:1.5;margin:0 0 1.5rem}.cfw-morph-explorer__panel-link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:transparent;color:var(--text-slate-900, #0f172a);border:1px solid var(--border-slate-300, #cbd5e1);font-weight:600;border-radius:99px;text-decoration:none;transition:all .2s ease}.cfw-morph-explorer__panel-link:hover{background-color:#fff;border-color:#94a3b8}.cfw-morph-explorer__panel-products{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cfw-morph-explorer__panel-products::-webkit-scrollbar{display:none}@media(min-width:990px){.cfw-morph-explorer__panel-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;overflow-x:visible;padding-bottom:0}}.cfw-morph-product-card{background:#fff;border-radius:16px;padding:0;overflow:hidden;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;flex:0 0 clamp(200px,70vw,240px);scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease}@media(min-width:990px){.cfw-morph-product-card{flex:none;width:auto}}.cfw-morph-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.cfw-morph-product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex-grow:1}.cfw-morph-product-image{width:100%;aspect-ratio:1/1;background:#f3f1ee;overflow:hidden;margin-bottom:0}.cfw-morph-product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cfw-morph-product-info{padding:.85rem 1rem .75rem;display:flex;flex-direction:column;gap:.2rem;flex-grow:1}.cfw-morph-product-brand{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#475569;display:block}.cfw-morph-product-title{font-size:.9375rem;font-weight:600;color:var(--text-slate-900, #0f172a);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4375rem}.cfw-morph-product-price{font-size:1rem;color:#0f172a;font-weight:700;margin-top:.15rem;display:block}.cfw-morph-quick-add{margin-top:auto;padding:0 1rem 1rem}.cfw-quick-add-btn{width:100%;padding:.5rem;background:var(--bg-slate-50, #f8fafc);color:var(--text-slate-900, #0f172a);border:1px solid rgba(15,23,42,.15);border-radius:99px;font-weight:600;font-size:.75rem;cursor:pointer;transition:all .2s}.cfw-quick-add-btn:hover{background:var(--text-slate-900, #0f172a);color:#fff}.cfw-staged-hidden{opacity:0!important;pointer-events:none}.cfw-anim-fade-up{animation:fadeUpReveal .3s cubic-bezier(.2,.8,.2,1) forwards}@keyframes fadeUpReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cfw-morph-explorer__view-all{display:inline-flex;align-items:center;font-size:.9375rem;font-weight:600;color:#469969;text-decoration:none;margin-top:.5rem;transition:color .2s ease}.cfw-morph-explorer__view-all:hover{color:#3a8257;text-decoration:underline}@media(min-width:1240px){.cfw-morph-explorer__tiles-track{justify-content:safe center}}.cfw-qa{position:relative}.cfw-qa__toggle{width:100%}.cfw-qa__panel{margin-top:.6rem;display:flex;flex-direction:column;gap:.65rem}.cfw-qa__panel[hidden]{display:none!important}.cfw-qa__row{display:flex;flex-direction:column;gap:.35rem}.cfw-qa__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.cfw-qa__opts{display:flex;flex-wrap:wrap;gap:.35rem}.cfw-qa__pill{min-width:2.25rem;padding:.3rem .55rem;border:1px solid rgba(15,23,42,.15);background:#fff;border-radius:8px;font-size:.8125rem;font-weight:600;color:#0f172a;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.cfw-qa__pill:hover{border-color:#469969}.cfw-qa__pill.is-selected{background:#0f172a;color:#fff;border-color:#0f172a}.cfw-qa__pill:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.cfw-qa__swatch{width:1.75rem;height:1.75rem;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:var(--sw, #cccccc);cursor:pointer;padding:0;transition:box-shadow .15s ease}.cfw-qa__swatch:hover{box-shadow:0 0 0 2px #fff,0 0 0 3px #46996980}.cfw-qa__swatch.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #0f172a}.cfw-qa__swatch:disabled{opacity:.35;cursor:not-allowed}.cfw-qa__add[disabled]{opacity:.55;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/22/assets/cfw-category-morph-explorer.css.map */
