.premium-product-grid-section{padding:var(--space-xl, 2.5rem) 0}.premium-product-grid-section__container{max-width:1400px;margin:0 auto;padding:0 var(--space-md, 1.5rem)}.premium-product-grid-section__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--space-lg, 2rem);padding-bottom:var(--space-md, 1.5rem);border-bottom:1px solid var(--color-border, #E5E5E5)}.premium-product-grid-section__heading{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin:0;color:var(--color-text, #2C2C2C)}.premium-product-grid-section__count{font-family:Inter,sans-serif;font-size:.875rem;color:var(--color-text-secondary, #6B6B6B);margin:0}.premium-product-grid-section__controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md, 1.5rem);gap:var(--space-sm, 1rem);flex-wrap:wrap}.premium-product-grid-section__filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid var(--color-border, #E5E5E5);border-radius:4px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--color-text, #2C2C2C);cursor:pointer;transition:all .2s ease}.premium-product-grid-section__filter-toggle:hover{border-color:var(--color-accent, #B8977C);color:var(--color-accent, #B8977C)}.premium-product-grid-section__filter-toggle svg{width:20px;height:20px}.premium-product-grid-section__sort{display:flex;align-items:center;gap:.75rem}.premium-product-grid-section__sort-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--color-text-secondary, #6B6B6B);margin:0}.premium-product-grid-section__sort-select{padding:.75rem 2.5rem .75rem 1rem;background:#fff;border:1px solid var(--color-border, #E5E5E5);border-radius:4px;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--color-text, #2C2C2C);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 1L6 6L11 1' stroke='%232C2C2C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:border-color .2s ease}.premium-product-grid-section__sort-select:hover,.premium-product-grid-section__sort-select:focus{border-color:var(--color-accent, #B8977C);outline:none}.premium-product-grid-section__filter-panel{margin-bottom:var(--space-lg, 2rem);padding:var(--space-lg, 2rem);background:#f9f9f9;border-radius:8px;border:1px solid var(--color-border, #E5E5E5)}.premium-product-grid-section__filter-panel[hidden]{display:none}.premium-product-grid-section__filter-heading{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 var(--space-md, 1.5rem);color:var(--color-text, #2C2C2C)}.premium-product-grid-section__filter-group{margin-bottom:var(--space-md, 1.5rem);padding-bottom:var(--space-md, 1.5rem);border-bottom:1px solid var(--color-border, #E5E5E5)}.premium-product-grid-section__filter-group:last-of-type{border-bottom:none}.premium-product-grid-section__filter-group-title{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;margin:0 0 var(--space-sm, 1rem);color:var(--color-text, #2C2C2C)}.premium-product-grid-section__price-inputs{display:flex;align-items:center;gap:.75rem}.premium-product-grid-section__price-input{flex:1;padding:.75rem;border:1px solid var(--color-border, #E5E5E5);border-radius:4px;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--color-text, #2C2C2C)}.premium-product-grid-section__price-input:focus{outline:none;border-color:var(--color-accent, #B8977C)}.premium-product-grid-section__checkbox-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--color-text, #2C2C2C);cursor:pointer}.premium-product-grid-section__checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.premium-product-grid-section__clear-filters{padding:.75rem 1.5rem;background:transparent;border:1px solid var(--color-text, #2C2C2C);border-radius:4px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--color-text, #2C2C2C);cursor:pointer;transition:all .2s ease}.premium-product-grid-section__clear-filters:hover{background:var(--color-text, #2C2C2C);color:#fff}.premium-product-grid{display:grid;grid-template-columns:repeat(var(--grid-columns-mobile, 2),1fr);gap:var(--space-lg, 2rem);margin-bottom:var(--space-xl, 2.5rem)}.premium-product-grid__empty{grid-column:1 / -1;text-align:center;padding:var(--space-xxl, 3rem) var(--space-md, 1.5rem);color:var(--color-text-secondary, #6B6B6B);font-family:Inter,sans-serif}.premium-product-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.premium-product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5}.premium-product-card__link{display:block;position:relative;width:100%;height:100%}.premium-product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.premium-product-card__image--primary{position:relative;z-index:2}.premium-product-card__image--secondary{position:absolute;top:0;left:0;z-index:1;opacity:0}.premium-product-card:hover .premium-product-card__image--primary{opacity:0}.premium-product-card:hover .premium-product-card__image--secondary{opacity:1}.premium-product-card__placeholder{width:100%;height:100%;opacity:.3}.premium-product-card__badges{position:absolute;top:var(--space-sm, 1rem);left:var(--space-sm, 1rem);z-index:3;display:flex;flex-direction:column;gap:.5rem}.premium-product-card__badge{display:inline-block;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.premium-product-card__badge--sale{background:var(--color-accent, #B8977C);color:#fff}.premium-product-card__badge--sold-out{background:var(--color-text, #2C2C2C);color:#fff}.premium-product-card__quick-add{position:absolute;bottom:var(--space-sm, 1rem);left:50%;transform:translate(-50%) translateY(100%);z-index:4;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.premium-product-card:hover .premium-product-card__quick-add{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.premium-product-card__quick-add-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#fff;border:none;border-radius:4px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text, #2C2C2C);cursor:pointer;box-shadow:0 4px 16px #00000026;transition:all .2s ease;white-space:nowrap}.premium-product-card__quick-add-button:hover{background:var(--color-text, #2C2C2C);color:#fff}.premium-product-card__quick-add-button svg{width:20px;height:20px}.premium-product-card__info{padding:var(--space-md, 1.5rem);flex:1;display:flex;flex-direction:column}.premium-product-card__title-link{text-decoration:none;color:inherit}.premium-product-card__title{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.4;margin:0 0 .5rem;color:var(--color-text, #2C2C2C);transition:color .2s ease}.premium-product-card__title-link:hover .premium-product-card__title{color:var(--color-accent, #B8977C)}.premium-product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem;font-family:Inter,sans-serif}.premium-product-card__price-regular{font-size:1.125rem;font-weight:600;color:var(--color-text, #2C2C2C)}.premium-product-card__price-regular.premium-product-card__price--sale{color:var(--color-accent, #B8977C)}.premium-product-card__price-compare{font-size:.9375rem;color:var(--color-text-secondary, #6B6B6B);text-decoration:line-through}.premium-product-card__swatches{margin-top:auto}.premium-product-card__swatch-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.premium-product-card__swatch{width:24px;height:24px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 0 0 1px var(--color-border, #E5E5E5);cursor:pointer;transition:all .2s ease;padding:0;background-size:cover;background-position:center}.premium-product-card__swatch:hover{box-shadow:0 0 0 2px var(--color-text, #2C2C2C);transform:scale(1.1)}.premium-product-card__swatch-more{font-family:Inter,sans-serif;font-size:.75rem;color:var(--color-text-secondary, #6B6B6B)}.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}.premium-product-grid-section__load-more{text-align:center;margin-top:var(--space-xl, 2.5rem)}.premium-product-grid-section__load-more-button{padding:1rem 2.5rem;background:transparent;border:2px solid var(--color-text, #2C2C2C);border-radius:4px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text, #2C2C2C);cursor:pointer;transition:all .3s ease}.premium-product-grid-section__load-more-button:hover{background:var(--color-text, #2C2C2C);color:#fff}.premium-product-grid-section__load-more-button:disabled{opacity:.5;cursor:not-allowed}.premium-product-grid-section__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:var(--space-xl, 2.5rem)}@media (min-width: 1024px){.premium-product-grid{grid-template-columns:repeat(var(--grid-columns-desktop, 4),1fr);gap:var(--space-xl, 2.5rem)}.premium-product-grid-section__container{padding:0 var(--space-xl, 2.5rem)}}@media (prefers-reduced-motion: reduce){.premium-product-card{transition:none}.premium-product-card:hover{transform:none}.premium-product-card__image,.premium-product-card__quick-add,.premium-product-card__quick-add-button,.premium-product-card__swatch{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-grid-advanced.css.map */
