:root{--primary-color: #0d86c9;--secondary-color: #B2DAF4;--dark-navy: #2C3E50;--light-gray: #ECF0F1;--success-green: #27AE60;--danger-red: #E74C3C;--warning-yellow: #F39C12;--white: #FFFFFF;--black: #000000;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-heading: "Inter", var(--font-family-base);--transition-base: all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1)}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.collection-section{position:relative;background-color:var(--background-color, var(--white));color:var(--text-color, var(--dark-navy))}.collection-header{position:relative;margin-bottom:3rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%)}.collection-hero{position:relative;height:300px;overflow:hidden}.collection-hero__image{width:100%;height:100%;object-fit:cover}.collection-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0003,#0006)}.collection-header__content{padding:2rem 0;text-align:center;color:var(--white)}.collection-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:var(--font-family-heading)}.collection-description{font-size:1.125rem;line-height:1.6;max-width:800px;margin:0 auto 1.5rem;opacity:.95}.collection-meta{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;opacity:.9}.collection-content{position:relative}.collection-layout{display:flex;gap:2rem}@media (min-width: 990px){.collection-layout.has-sidebar{display:grid;grid-template-columns:280px 1fr;gap:2rem}}.filter-sidebar{background:var(--white);border-radius:12px;box-shadow:var(--shadow-md);padding:1.5rem}@media (min-width: 990px){.filter-sidebar{position:sticky;top:1rem;height:fit-content;overflow-y:visible;display:block!important}.filter-sidebar__inner{overflow:visible}.filter-header--mobile{display:none!important}.filter-header--desktop{display:block;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--light-gray)}.filter-actions{display:none!important}}@media (max-width: 989px){.collection-layout.has-sidebar{display:block}.filter-sidebar{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;height:100vh;max-height:100vh;transform:translate(-100%);z-index:999;border-radius:0;transition:transform .3s ease;overflow-y:auto}.filter-sidebar.active{transform:translate(0);box-shadow:0 0 20px #0003}.filter-header--mobile{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--light-gray);position:sticky;top:0;background:var(--white);z-index:1}.filter-header--desktop{display:none}}.filter-title{font-size:1.25rem;font-weight:600;color:var(--dark-navy);margin:0}.filter-close{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--dark-navy);transition:var(--transition-base);display:flex;align-items:center;justify-content:center}.filter-close:hover{opacity:.7;transform:rotate(90deg)}.active-filters{margin-bottom:1.5rem;padding:1rem;background:var(--light-gray);border-radius:8px}.active-filters__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.active-filters__count{font-size:.875rem;font-weight:600;color:var(--primary-color)}.clear-all-filters{background:none;border:none;color:var(--danger-red);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition-base)}.clear-all-filters:hover{text-decoration:underline}.active-filters__list{display:flex;flex-wrap:wrap;gap:.5rem}.active-filter-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:var(--white);border:1px solid var(--primary-color);border-radius:20px;font-size:.875rem;color:var(--primary-color)}.remove-filter{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--primary-color);border-radius:50%;color:var(--white);transition:var(--transition-base)}.remove-filter:hover{background:var(--dark-navy)}.filter-group{margin-bottom:1.5rem;border-bottom:1px solid var(--light-gray);padding-bottom:1.5rem}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:.5rem 0;font-size:1rem;font-weight:600;color:var(--dark-navy);cursor:pointer;transition:var(--transition-base)}.filter-group__toggle:hover{color:var(--primary-color)}.filter-group.collapsed .filter-group__content{display:none}.filter-group.collapsed .icon-chevron{transform:rotate(180deg)}.icon-chevron{transition:transform .3s ease}.filter-group__content{padding-top:1rem}.filter-list{list-style:none;margin:0;padding:0}.filter-item{margin-bottom:.75rem}.filter-checkbox{display:flex;align-items:center;cursor:pointer;position:relative}.filter-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.filter-checkbox__box{width:20px;height:20px;border:2px solid var(--light-gray);border-radius:4px;margin-right:.75rem;transition:var(--transition-base);position:relative;flex-shrink:0}.filter-checkbox input:checked~.filter-checkbox__box{background:var(--primary-color);border-color:var(--primary-color)}.filter-checkbox input:checked~.filter-checkbox__box:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-checkbox input:disabled~.filter-checkbox__box{opacity:.5}.filter-checkbox input:disabled~.filter-label{opacity:.5}.filter-label{font-size:.9375rem;color:var(--dark-navy);display:flex;align-items:center;gap:.5rem}.filter-count{font-size:.875rem;color:var(--dark-navy);opacity:.6}.filter-actions{margin-top:1.5rem}@media (min-width: 990px){.filter-actions{display:none!important}}@media (max-width: 989px){.filter-actions{display:block}}.filter-apply{width:100%}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:var(--white);border-radius:8px;box-shadow:var(--shadow-sm)}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:1rem}.filter-toggle--mobile{display:none!important;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--white);border:1px solid var(--primary-color);color:var(--primary-color);border-radius:4px;font-weight:600;cursor:pointer;transition:var(--transition-base)}.filter-toggle--mobile:hover{background:var(--primary-color);color:var(--white)}@media (max-width: 989px){.filter-toggle--mobile{display:flex!important}}@media (min-width: 990px){.filter-toggle--mobile{display:none!important}}.filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--danger-red);color:var(--white);border-radius:10px;font-size:.75rem;font-weight:600}.sort-dropdown{position:relative}.sort-select{padding:.5rem 2.5rem .5rem 1rem;border:1px solid var(--light-gray);border-radius:4px;background:var(--white);font-size:.9375rem;color:var(--dark-navy);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232C3E50' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:var(--transition-base)}.sort-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d86c91a}.view-options{display:flex;gap:.25rem;padding:.25rem;background:var(--light-gray);border-radius:4px}.view-option{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:var(--dark-navy);cursor:pointer;transition:var(--transition-base)}.view-option:hover{background:#0d86c91a}.view-option.active{background:var(--white);color:var(--primary-color);box-shadow:var(--shadow-sm)}.products-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:var(--grid-gap, 1.5rem);margin-bottom:3rem}.products-grid[data-columns-desktop="2"]{--columns: 2}.products-grid[data-columns-desktop="3"]{--columns: 3}.products-grid[data-columns-desktop="4"]{--columns: 4}.products-grid[data-columns-desktop="5"]{--columns: 5}.product-card-wrapper{width:100%;height:100%}.product-card{position:relative;width:100%;height:100%;transition:var(--transition-base)}.product-card:hover{transform:translateY(-2px)}.product-card__inner{background:var(--white);border-radius:var(--card-border-radius, 8px);overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition-base);height:100%;display:flex;flex-direction:column}.product-card:hover .product-card__inner{box-shadow:var(--shadow-xl)}.product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#f5f5f5;display:block;flex-shrink:0}.product-card__image,.product-card__image--hover,.placeholder-svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:var(--transition-base);background:#fff}.placeholder-svg{padding:20px;background:#f9f9f9}.placeholder-svg svg{width:100%;height:100%;opacity:.3}.product-card__image--hover{opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:1}.badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;color:var(--white)}.badge--sale{background:var(--danger-red)}.badge--new{background:var(--success-green)}.badge--soldout{background:var(--dark-navy)}.product-card__info{padding:1rem;display:flex;flex-direction:column;flex-grow:1;min-height:200px}.product-vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-color);margin-bottom:.25rem;height:1rem;line-height:1rem}.product-vendor-spacer{height:1rem;margin-bottom:.25rem}.product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4;min-height:2.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:var(--dark-navy);text-decoration:none;transition:var(--transition-base)}.product-card__title a:hover{color:var(--primary-color)}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;height:1.25rem}.product-rating-spacer{height:1.25rem;margin-bottom:.75rem}.rating-stars{display:flex;position:relative}.rating-stars .star{color:var(--light-gray)}.product-rating[data-rating="1"] .star:nth-child(-n+1),.product-rating[data-rating="2"] .star:nth-child(-n+2),.product-rating[data-rating="3"] .star:nth-child(-n+3),.product-rating[data-rating="4"] .star:nth-child(-n+4),.product-rating[data-rating="5"] .star:nth-child(-n+5){color:var(--warning-yellow)}.rating-count{font-size:.875rem;color:var(--dark-navy);opacity:.6}.product-card__price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;height:1.5rem}.price--current{font-size:1.125rem;color:var(--primary-color)}.price--compare{font-size:.9375rem;color:var(--dark-navy);opacity:.5;text-decoration:line-through}.product-form-quick{margin-top:auto}.quick-add-btn{width:100%}.products-grid[data-view=list]{grid-template-columns:1fr;gap:1rem}.products-grid[data-view=list] .product-card__inner{display:grid;grid-template-columns:200px 1fr;gap:1.5rem;align-items:center;min-height:auto}.products-grid[data-view=list] .product-card__image-wrapper{padding-bottom:0;height:200px}.products-grid[data-view=list] .product-card__info{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;min-height:auto}.products-grid[data-view=list] .product-form-quick{margin:0;grid-column:2;grid-row:1 / -1}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;border:none;border-radius:4px;cursor:pointer;transition:var(--transition-base);position:relative;overflow:hidden}.btn--primary{background:var(--primary-color);color:var(--white)}.btn--primary:hover:not(:disabled){background:#0b6fa8;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--primary:disabled{background:var(--light-gray);color:var(--dark-navy);opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn--primary.loading{background:var(--light-gray);color:var(--dark-navy);cursor:wait}.btn--primary.success{background:var(--success-green);color:var(--white);cursor:default}.btn--primary.error{background:var(--danger-red);color:var(--white)}.btn--secondary{background:var(--white);color:var(--primary-color);border:1px solid var(--primary-color)}.btn--secondary:hover:not(:disabled){background:var(--primary-color);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--small{padding:.5rem 1rem;font-size:.875rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border:1px solid var(--light-gray);border-radius:4px;color:var(--dark-navy);text-decoration:none;transition:var(--transition-base)}.pagination a:hover,.pagination .current{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.pagination .disabled{opacity:.5;cursor:not-allowed}.collection-empty{text-align:center;padding:4rem 2rem}.collection-empty h2{font-size:1.5rem;margin-bottom:1rem;color:var(--dark-navy)}.collection-empty p{font-size:1rem;margin-bottom:2rem;color:var(--dark-navy);opacity:.7}.filter-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;opacity:0;transition:opacity .3s ease;cursor:pointer}body.filter-open .filter-overlay{display:block;opacity:1}body.filter-open{overflow:hidden}.collection-loading{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999}.spinner{animation:rotate 1s linear infinite}.spinner svg{color:var(--primary-color)}.spinner circle{animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 989px){.products-grid[data-columns-tablet="2"]{--columns: 2}.products-grid[data-columns-tablet="3"]{--columns: 3}.products-grid[data-columns-tablet="4"]{--columns: 4}.collection-title{font-size:2rem}.collection-toolbar{flex-direction:row;flex-wrap:wrap}}@media (max-width: 749px){.collection-header{margin-bottom:2rem}.collection-hero{height:200px}.collection-title{font-size:1.75rem}.collection-description{font-size:1rem}.collection-toolbar{flex-direction:column;align-items:stretch;gap:1rem}.toolbar-left,.toolbar-right{width:100%;justify-content:space-between}.filter-toggle--mobile{width:100%;justify-content:center}.products-grid[data-columns-mobile="1"],.products-grid[style*="--mobile-columns: 1"]{--columns: 1}.products-grid[data-columns-mobile="2"],.products-grid[style*="--mobile-columns: 2"]{--columns: 2}.products-grid[data-view=list] .product-card__inner{grid-template-columns:120px 1fr;gap:1rem}.product-card__info{padding:.75rem;min-height:180px}.product-card__title{font-size:.875rem;min-height:2.45rem}.price--current{font-size:1rem}.quick-add-btn{padding:.5rem 1rem;font-size:.875rem}.pagination{gap:.25rem}.pagination a,.pagination span{min-width:36px;height:36px;font-size:.875rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media print{.filter-sidebar,.collection-toolbar,.pagination,.filter-toggle--mobile{display:none!important}.collection-layout{display:block!important}.products-grid{grid-template-columns:repeat(3,1fr)!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/collection-health-supplements.css.map */
