.collection-page-wrapper{background-color:#fff;padding-top:2rem;display:flow-root}.collection-breadcrumbs-container{max-width:1770px;margin:0 auto;padding:0 1.5rem;text-align:center}.collection-breadcrumb{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:500;flex-wrap:wrap;justify-content:center;word-wrap:break-word;word-break:normal;overflow-wrap:break-word;max-width:100%}.breadcrumb-link{color:#bdbdbd;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:#111}.breadcrumb-separator{color:#cbd5e1;font-size:.9rem}.breadcrumb-current{color:#111;font-weight:600}.collection-hero-header{max-width:800px;margin:1.5rem auto 3.5rem;text-align:center}.collection-main-title{font-size:clamp(1.8rem,5vw,2.6rem);font-weight:700;color:#111;letter-spacing:-.03em;margin-bottom:1rem;word-wrap:break-word;word-break:normal;overflow-wrap:break-word;max-width:100%}.collection-main-description{font-size:.95rem;line-height:1.6;color:#64748b;font-weight:400}.collection-main-layout{display:grid;grid-template-columns:280px 1fr;gap:50px;max-width:1770px;margin:0 auto}.collection-filters-sidebar{display:flex;flex-direction:column}.filters-sidebar-heading{font-size:1.5rem;font-weight:700;color:#111;margin-top:0;margin-bottom:1.5rem;letter-spacing:-.02em}.filter-group-wrapper{border-bottom:1px solid #f1f5f9;padding:.8rem 0}.filter-group-header{display:flex;justify-content:space-between;align-items:center;width:100%;border:none;background:none;padding:0;cursor:pointer;text-align:left;outline:none;-webkit-user-select:none;user-select:none}.filter-group-title{font-size:1rem;font-weight:700;color:#111;letter-spacing:-.01em}.filter-group-chevron{color:#bdbdbd;transition:transform .3s cubic-bezier(.16,1,.3,1)}.filter-group-header.is-closed .filter-group-chevron{transform:rotate(-90deg)}.filter-group-content{margin-top:.8rem;max-height:500px;overflow:hidden;opacity:1;transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .3s ease,margin-top .3s ease}.filter-group-header.is-closed+.filter-group-content{max-height:0;opacity:0;margin-top:0;pointer-events:none}.collection-categories-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.category-link{font-size:.94rem;font-weight:500;color:#64748b;text-decoration:none;display:inline-flex;align-items:center;transition:color .2s ease,padding-left .2s ease}.category-link:hover{color:#111;padding-left:4px}.category-count{font-size:.94rem;color:#bdbdbd;font-weight:400;margin-left:6px}.price-slider-container{padding:10px 5px 5px}.dual-range-slider{height:4px;position:relative;background:#cbd5e1;border-radius:max(0px,calc(var(--layout-border-radius) * .2));margin-bottom:20px;margin-top:10px}.dual-range-slider .slider-track{height:100%;position:absolute;border-radius:max(0px,calc(var(--layout-border-radius) * .2));background:#111}.dual-range-slider input[type=range]{position:absolute;width:100%;height:4px;top:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0}.dual-range-slider input[type=range]::-webkit-slider-thumb{height:16px;width:16px;border-radius:50%;background:#fff;border:2px solid #111;pointer-events:auto;-webkit-appearance:none;cursor:pointer;box-shadow:0 2px 5px #00000026;transition:transform .1s ease;position:relative;z-index:2}.dual-range-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.dual-range-slider input[type=range]::-moz-range-thumb{height:16px;width:16px;border-radius:50%;background:#fff;border:2px solid #111;pointer-events:auto;-moz-appearance:none;cursor:pointer;box-shadow:0 2px 5px #00000026;transition:transform .1s ease;position:relative;z-index:2}.dual-range-slider input[type=range]::-moz-range-thumb:hover{transform:scale(1.15)}.filter-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.checklist-item{display:flex;align-items:center;transition:opacity .2s ease}.checklist-item.is-disabled{opacity:.45}.checklist-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:.88rem;color:#475569;font-weight:500;transition:color .2s ease;width:100%}.checklist-label:hover{color:#111}.checklist-checkbox{width:16px;height:16px;border-radius:max(0px,calc(var(--layout-border-radius) * .22));border:1.5px solid #cbd5e1;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff;flex-shrink:0}.checklist-checkbox:checked{background-color:#111;border-color:#111}.checklist-checkbox:checked:after{content:"";width:4px;height:8px;border:solid #ffffff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg);position:absolute;top:1.5px}.checklist-count-label{color:#bdbdbd;font-size:.85rem;margin-left:4px}.filter-colors-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.color-item{display:flex;align-items:center;transition:opacity .2s ease}.color-item.is-disabled{opacity:.45}.color-checkbox-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:.88rem;color:#475569;font-weight:500;transition:color .2s ease;width:100%}.color-checkbox-label:hover{color:#111}.color-swatch-circle{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.1);display:inline-flex;align-items:center;justify-content:center;position:relative;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 1px 2px #0000000a;flex-shrink:0}.color-swatch-circle .check-icon{opacity:0;color:#fff;transition:opacity .2s ease;mix-blend-mode:difference}.color-checkbox-input:checked+.color-swatch-circle{transform:scale(1.1);box-shadow:0 0 0 2px #111}.color-checkbox-input:checked+.color-swatch-circle .check-icon{opacity:1}.color-count-label{color:#bdbdbd;font-size:.85rem;margin-left:4px}.filter-sizes-pills-list{display:flex;flex-wrap:wrap;gap:10px;padding:5px 0}.size-pill-label{cursor:pointer;transition:opacity .2s ease}.size-pill-label.is-disabled{opacity:.45;pointer-events:none}.size-pill-span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border:1.5px solid #e2e8f0;border-radius:20px;font-size:.82rem;font-weight:500;color:#111;text-align:center;background-color:#fff;transition:border-color .25s ease,background-color .25s ease,color .25s ease;box-shadow:0 1px 2px #00000005;box-sizing:border-box}.size-pill-span:hover{border-color:#111;color:#111}.size-pill-input:checked+.size-pill-span{background-color:#111;border-color:#111;color:#fff}.price-range-inputs{display:flex;align-items:center;justify-content:space-between;gap:10px}.price-range-separator{color:#cbd5e1;font-weight:600}.price-input-box{display:flex;align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:var(--layout-border-radius);padding:6px 12px;width:calc(50% - 10px);box-shadow:0 1px 2px #00000005}.price-currency-symbol{font-size:.85rem;color:#64748b;margin-right:8px;font-weight:600}.price-input-min,.price-input-max{border:none;background:transparent;width:100%;font-size:.88rem;font-weight:600;color:#111;outline:none;text-align:center;pointer-events:none}.collection-products-panel{display:flex;flex-direction:column}.collection-controls-bar{display:flex;justify-content:space-between;align-items:center;background-color:transparent;border-bottom:1px solid var(--color-border, #f1f5f9);padding-bottom:1.2rem;margin-bottom:2rem}.controls-row-top{display:flex;align-items:center;gap:15px}.custom-select-wrapper{position:relative;display:inline-block;-webkit-user-select:none;user-select:none;z-index:90}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#fff;border:1px solid var(--color-border, #cbd5e1);border-radius:var(--button-border-radius, 30px);padding:8px 16px;font-size:.88rem;font-weight:700;color:var(--color-text, #111);cursor:pointer;outline:none;min-width:190px;height:42px;box-sizing:border-box}.custom-select-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1;text-align:left}.custom-select-chevron{color:var(--color-text, #111);transition:transform .3s cubic-bezier(.16,1,.3,1);margin-left:4px}.custom-select-wrapper.is-open .custom-select-chevron{transform:rotate(180deg)}.custom-select-options-list{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background-color:#fff;border:1px solid var(--color-border, rgba(0, 0, 0, .08));border-radius:var(--card-border-radius);box-shadow:0 10px 30px #00000014;z-index:100;padding:6px;display:flex;flex-direction:column;gap:2px;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1)}.custom-select-wrapper.is-open .custom-select-options-list{opacity:1;transform:translateY(0);pointer-events:auto}.custom-select-option{padding:10px 16px;font-size:.88rem;font-weight:500;color:var(--color-text, #64748b);opacity:.8;cursor:pointer;border-radius:10px;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:12px}.custom-select-option:hover{background-color:var(--color-primary);color:#fff;opacity:1}.custom-select-option.is-selected{color:#fff;font-weight:700;background-color:var(--color-primary);opacity:1}.custom-select-option .check-icon{opacity:0;transition:opacity .2s ease;color:currentColor}.custom-select-option.is-selected .check-icon{opacity:1}.grid-layout-switches{display:flex;align-items:center;gap:8px;background:none;border:none;padding:0}.grid-switch-btn{background-color:#fff;border:1px solid var(--color-border, #e2e8f0);cursor:pointer;padding:8px 12px;border-radius:var(--card-border-radius);display:inline-flex;align-items:center;justify-content:center;gap:3px;height:42px;min-width:42px;color:var(--color-text, #64748b);transition:all .25s cubic-bezier(.16,1,.3,1);outline:none;box-shadow:0 1px 2px #00000005}.grid-switch-btn .bar-shape{width:3px;height:14px;background-color:currentColor;border-radius:1px;display:inline-block;transition:background-color .2s ease}.grid-switch-btn.cols-1{flex-direction:column;gap:2.5px}.grid-switch-btn .bar-shape-horizontal{width:14px;height:2.5px;background-color:currentColor;border-radius:1px;display:inline-block;transition:background-color .2s ease}.grid-switch-btn.is-active{background-color:var(--color-text, #111);border-color:var(--color-text, #111);color:var(--color-background, #ffffff);opacity:1}.grid-switch-btn:hover:not(.is-active){background-color:var(--color-border, #f8fafc);border-color:var(--color-text, #cbd5e1);color:var(--color-text, #111);opacity:1}.collection-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;transition:opacity .25s ease}@media(max-width:768px){.collection-products-grid{gap:12px}}.collection-empty-placeholder{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:20px;margin-top:1rem}.empty-icon{color:#bdbdbd;margin-bottom:1.5rem}.placeholder-title{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:.5rem;letter-spacing:-.01em}.placeholder-description{font-size:.9rem;color:#64748b;max-width:420px;line-height:1.5}.mobile-drawer-header{display:none}.mobile-filters-trigger-btn{display:none;align-items:center;justify-content:center;gap:8px;background-color:#fff;border:1px solid var(--color-border, #cbd5e1);border-radius:var(--button-border-radius, 30px);padding:8px 16px;font-size:.88rem;font-weight:700;color:var(--color-text, #111);cursor:pointer;outline:none;height:42px;box-sizing:border-box;box-shadow:0 1px 2px #00000005;transition:all .2s ease}.mobile-filters-trigger-btn:hover{border-color:var(--color-text, #111);background-color:#fff}.mobile-filters-trigger-btn .trigger-icon{width:16px;height:16px;stroke-width:2.2px;color:var(--color-text, #111)}.drawer-overlay{display:none}@media screen and (max-width:1024px){.collection-main-layout{grid-template-columns:1fr;gap:40px;padding-bottom:4rem}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;padding-left:1rem;padding-top:1rem}.mobile-drawer-header .drawer-title{font-size:1.4rem;font-weight:700;color:var(--color-heading, #111);letter-spacing:-.01em}.mobile-drawer-header .drawer-close-btn{background:none;border:none;color:var(--color-text, #111);cursor:pointer;padding:8px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,transform .2s ease}.mobile-drawer-header .drawer-close-btn:hover{background-color:transparent;transform:rotate(90deg)}.mobile-filters-trigger-btn{display:inline-flex}.collection-filters-sidebar{display:block!important;position:fixed;top:0;left:-100%;width:100%;max-width:380px;height:100%;background-color:var(--color-background, #ffffff);z-index:10000;box-shadow:10px 0 40px #0000001f;transition:left .35s cubic-bezier(.16,1,.3,1);overflow-y:auto;padding:24px;box-sizing:border-box}.collection-filters-sidebar.is-open{left:0!important}.drawer-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172a66;z-index:9999;opacity:0;pointer-events:none;transition:opacity .35s ease}.drawer-overlay.active{opacity:1;pointer-events:auto}.collection-controls-bar{display:flex;flex-direction:column;align-items:stretch;gap:15px;border-bottom:1px solid #f1f5f9;padding-bottom:1.2rem;margin-bottom:1.8rem}.controls-row-top{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.controls-row-top .mobile-filters-trigger-btn{flex-shrink:0;padding:8px 12px}.controls-row-top .custom-select-wrapper{flex-grow:1;display:flex;justify-content:flex-end;min-width:0}.controls-row-top .custom-select-trigger{min-width:0;width:100%;max-width:210px;padding:8px 12px}.grid-layout-switches{width:100%;display:flex;justify-content:flex-start;gap:8px;margin-top:4px}.grid-switch-btn.cols-3,.grid-switch-btn.cols-4{display:none!important}.collection-hero-header{margin-bottom:2rem}.collection-main-title{font-size:2.1rem}.filters-sidebar-heading{display:none!important}.mobile-drawer{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:380px!important;height:100%!important;background-color:#fff!important;z-index:10000!important;box-shadow:-10px 0 40px #0000001f!important;transform:translate(100%)!important;transition:transform .4s cubic-bezier(.16,1,.3,1)!important;overflow-y:auto!important;padding:2.5rem 2rem!important;box-sizing:border-box!important;left:auto!important}.mobile-drawer.is-open{transform:translate(0)!important;left:auto!important}.mobile-drawer.drawer-left{right:auto!important;left:0!important;transform:translate(-100%)!important}.mobile-drawer.drawer-left.is-open{transform:translate(0)!important;left:0!important;right:auto!important}.drawer-backdrop{display:block!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:#0f172a66!important;z-index:9999!important;opacity:0!important;pointer-events:none!important;transition:opacity .35s ease!important}.drawer-backdrop.is-open,.drawer-backdrop.active{opacity:1!important;pointer-events:auto!important}.drawer-header-unified{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:2.5rem!important;border-bottom:none!important;padding-bottom:0!important}.drawer-title-unified{font-size:1.75rem!important;font-weight:700!important;margin:0!important;color:#111!important;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:-.02em!important}.drawer-close-btn-unified{background:transparent!important;border:none!important;color:var(--color-text, #111111)!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.5rem!important;transition:transform .2s ease!important;margin-right:-.5rem!important;border-radius:0!important}.drawer-close-btn-unified:hover{transform:rotate(90deg)!important;background:transparent!important}}.product-card-list-info{display:none}.collection-products-grid.cols-1{grid-template-columns:1fr!important;gap:24px!important}.collection-products-grid.cols-1 .product-card-item{display:flex;flex-direction:row;align-items:stretch;gap:32px;padding-bottom:40px;background-color:var(--color-scheme-1-bg, #ffffff);background:var(--color-scheme-1-gradient, var(--color-scheme-1-bg, #ffffff));border-radius:var(--card-border-radius, 16px);width:100%;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #00000005}.collection-products-grid.cols-1 .product-card-image-wrapper{width:100%;max-width:310px;flex-shrink:0;margin-bottom:0;border-radius:max(0px,calc(var(--card-border-radius, 16px) - 4px));overflow:hidden}.collection-products-grid.cols-1 .product-card-image-wrapper .product-card-actions-stack,.collection-products-grid.cols-1 .product-card-image-wrapper .product-card-cart-overlay,.collection-products-grid.cols-1 .product-card-image-wrapper .product-card-add-btn,.collection-products-grid.cols-1 .product-card-image-wrapper .product-card-add-btn-icon-always,.collection-products-grid.cols-1 .product-card-image-wrapper .product-card-marquee-wrapper,.collection-products-grid.cols-1 .product-card-info{display:none!important}.collection-products-grid.cols-1 .product-card-list-info{display:flex;flex-direction:column;justify-content:center;flex-grow:1;text-align:left}.product-card-list-info .product-card-vendor{display:block;font-size:.8rem;font-weight:700;color:#bdbdbd;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.product-card-list-info .product-card-title{font-size:1.35rem;font-weight:700;color:#111;margin-bottom:6px;letter-spacing:-.01em}.product-card-list-info .product-card-title a{color:inherit;text-decoration:none;transition:color .2s ease}.product-card-list-info .product-card-title a:hover{color:#64748b}.product-card-list-info .product-card-stars{display:flex;align-items:center;gap:2px;color:#f59e0b;margin-bottom:12px}.product-card-list-info .product-card-pricing{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.product-card-list-info .product-card-price{font-size:1.25rem;font-weight:700;color:#ef4444}.product-card-list-info .product-card-compare-price{font-size:.95rem;font-weight:500;color:#bdbdbd;text-decoration:line-through}.product-card-list-info .product-card-description-paragraph{font-size:.9rem;color:#475569;line-height:1.6;margin-bottom:18px;max-width:680px}.product-card-list-info .product-card-swatches-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-card-list-info .swatch-btn{width:24px;height:24px;border-radius:50%;border:1px solid transparent;cursor:pointer;padding:0;position:relative;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 1px 2px #00000014}.product-card-list-info .swatch-btn.is-active{box-shadow:0 0 0 2px #fff,0 0 0 3px #111;z-index:2}.product-card-list-info .product-card-sizes-row{display:flex;align-items:center;gap:12px;margin-bottom:24px}.product-card-list-info .size-pill{font-size:.82rem;font-weight:700;color:#111;letter-spacing:.02em}.product-card-list-info .product-card-list-actions-bar{display:flex;align-items:center;gap:12px}.product-card-list-info .list-action-btn{width:44px;height:44px;border-radius:50%;background-color:#fff;border:1px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#111;box-shadow:0 4px 10px #0000000d;transition:all .25s cubic-bezier(.16,1,.3,1);outline:none}.product-card-list-info .list-action-btn:hover{background-color:var(--card-btn-bg-hover, #000000);border-color:var(--card-btn-bg-hover, #000000);color:var(--card-btn-text-hover, #ffffff);transform:translateY(-2px)}@media screen and (max-width:768px){.collection-products-grid.cols-1 .product-card-item{display:flex!important;flex-direction:row!important;align-items:center!important;gap:16px!important;padding:0 0 16px!important;background:none!important;border:none!important;border-bottom:1px solid #f1f5f9!important;border-radius:0!important;box-shadow:none!important;margin-bottom:16px!important}.collection-products-grid.cols-1 .product-card-item:last-child{border-bottom:none!important;margin-bottom:0!important}.collection-products-grid.cols-1 .product-card-image-wrapper{width:120px!important;max-width:120px!important;height:120px!important;flex-shrink:0!important;border-radius:12px!important;margin-bottom:0!important}.collection-products-grid.cols-1 .product-card-img{height:100%!important;object-fit:cover!important}.collection-products-grid.cols-1 .product-card-list-info{padding:0!important;justify-content:flex-start!important}.collection-products-grid.cols-1 .product-card-list-info .product-card-title{font-size:1.05rem!important;margin-bottom:4px!important}.collection-products-grid.cols-1 .product-card-list-info .product-card-pricing{margin-bottom:8px!important}.collection-products-grid.cols-1 .product-card-list-info .product-card-price{font-size:1.1rem!important}.collection-products-grid.cols-1 .product-card-list-info .product-card-description-paragraph,.collection-products-grid.cols-1 .product-card-list-info .product-card-sizes-row{display:none!important}.collection-products-grid.cols-1 .product-card-list-info .product-card-swatches-row{margin-bottom:10px!important}.collection-products-grid.cols-1 .product-card-list-info .swatch-btn{width:20px!important;height:20px!important}.collection-products-grid.cols-1 .product-card-list-actions-bar .wishlist-btn,.collection-products-grid.cols-1 .product-card-list-actions-bar .compare-btn{display:none!important}.collection-products-grid.cols-1 .product-card-list-actions-bar{gap:8px!important}.collection-products-grid.cols-1 .product-card-list-actions-bar .list-action-btn{width:38px!important;height:38px!important}}.collection-pagination-container{display:flex;justify-content:center;align-items:center;margin-top:48px;margin-bottom:24px;width:100%}.pagination-list{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.pagination-item{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:max(0px,calc(var(--layout-border-radius) - 12px));border:1px solid #e2e8f0;background-color:#fff;color:#111;font-size:.95rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 2px #00000005;outline:none}.pagination-item.is-active{background-color:#111;border-color:#111;color:#fff;cursor:default}.pagination-item:hover:not(.is-active):not(.is-deco){background-color:#f8fafc;border-color:#cbd5e1;color:#111;transform:translateY(-1px)}.pagination-item.is-deco{border:none;background:none;color:#bdbdbd;cursor:default;box-shadow:none}.pagination-arrow{color:#111;display:inline-flex;align-items:center;justify-content:center}.collection-products-grid.cols-1{grid-template-columns:1fr}.collection-products-grid.cols-2{grid-template-columns:repeat(2,1fr)}.collection-products-grid.cols-3{grid-template-columns:repeat(3,1fr)}.collection-products-grid.cols-4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:768px){.collection-products-grid.cols-3,.collection-products-grid.cols-4{grid-template-columns:repeat(2,1fr)!important}}@media screen and (min-width:1025px){.filter-position-right .collection-main-layout{grid-template-columns:1fr 280px!important}.filter-position-right .collection-filters-sidebar{grid-column:2}.filter-position-right .collection-products-panel{grid-column:1;grid-row:1}.filter-layout-drawer .collection-main-layout{grid-template-columns:1fr!important}.filter-layout-drawer .mobile-filters-trigger-btn{display:inline-flex!important;margin-bottom:0!important}.filter-layout-drawer .collection-filters-sidebar{position:fixed!important;top:0!important;left:-100%!important;width:100%!important;max-width:380px!important;height:100%!important;background-color:var(--color-background, #ffffff)!important;z-index:10000!important;box-shadow:10px 0 40px #0000001f!important;transition:left .35s cubic-bezier(.16,1,.3,1)!important;overflow-y:auto!important;padding:24px!important;box-sizing:border-box!important;display:block!important}.filter-layout-drawer .collection-filters-sidebar.is-open{left:0!important}.filter-layout-drawer .mobile-drawer-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding-bottom:1rem!important;border-bottom:1px solid var(--color-border, #ebebeb)!important;margin-bottom:1.5rem!important}.filter-layout-drawer .mobile-drawer-header .drawer-title{font-size:1.4rem!important;font-weight:800!important;color:var(--color-heading, #111)!important;letter-spacing:-.01em!important;display:block!important}.filter-layout-drawer .mobile-drawer-header .drawer-close-btn{background:none!important;border:none!important;color:var(--color-text, #111)!important;cursor:pointer!important;padding:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;transition:background-color .2s ease,transform .2s ease!important}.filter-layout-drawer .mobile-drawer-header .drawer-close-btn:hover{background-color:transparent!important;transform:rotate(90deg)!important}.filter-layout-drawer .drawer-overlay{display:block!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:#0f172a66!important;z-index:9999!important;opacity:0!important;pointer-events:none!important;transition:opacity .35s ease!important}.filter-layout-drawer .drawer-overlay.active{opacity:1!important;pointer-events:auto!important}.filter-layout-drawer .filters-sidebar-heading{display:none!important}}.filtering-disabled .collection-filters-sidebar,.filtering-disabled .mobile-filters-trigger-btn{display:none!important}.filtering-disabled .collection-main-layout{grid-template-columns:1fr!important}.collection-product-count{font-size:.88rem;color:var(--color-text, #64748b);font-weight:500;display:inline-flex;align-items:center}@media screen and (max-width:768px){.collection-product-count{display:none!important}}#FilterGroup-categories .checklist-checkbox,#FilterGroup-product-type .checklist-checkbox,#FilterGroup-tipo-de-producto .checklist-checkbox,#FilterGroup-categoria .checklist-checkbox,#FilterGroup-coleccion .checklist-checkbox,#FilterGroup-collection .checklist-checkbox,#FilterGroupCategories .checklist-checkbox{display:none!important}#FilterGroup-categories .checklist-label,#FilterGroup-product-type .checklist-label,#FilterGroup-tipo-de-producto .checklist-label,#FilterGroup-categoria .checklist-label,#FilterGroup-coleccion .checklist-label,#FilterGroup-collection .checklist-label,#FilterGroupCategories .checklist-label{font-size:.94rem;font-weight:500;color:#64748b;padding-left:0;transition:color .2s ease,padding-left .2s ease}#FilterGroup-categories .checklist-label:hover,#FilterGroup-product-type .checklist-label:hover,#FilterGroup-tipo-de-producto .checklist-label:hover,#FilterGroup-categoria .checklist-label:hover,#FilterGroup-coleccion .checklist-label:hover,#FilterGroup-collection .checklist-label:hover,#FilterGroupCategories .checklist-label:hover{color:#111;padding-left:4px}#FilterGroup-categories .checklist-checkbox:checked+.checklist-text,#FilterGroup-product-type .checklist-checkbox:checked+.checklist-text,#FilterGroup-tipo-de-producto .checklist-checkbox:checked+.checklist-text,#FilterGroup-categoria .checklist-checkbox:checked+.checklist-text,#FilterGroup-coleccion .checklist-checkbox:checked+.checklist-text,#FilterGroup-collection .checklist-checkbox:checked+.checklist-text,#FilterGroupCategories .checklist-checkbox:checked+.checklist-text{color:#111;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-main-collection.css.map */
