@layer sections{.c-col-product-grid{background:var(--color-brand-cream)}.c-col-section .c-col-product-grid__heading{font-family:var(--font-brand-display);font-size:clamp(3.2rem,2rem + 4vw,4.8rem);font-weight:400;text-transform:uppercase;letter-spacing:.06rem;color:var(--color-text-primary);text-align:center;line-height:1;margin:0 0 var(--space-2xl)}.c-col-product-grid__controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-l);margin-block-end:var(--space-xl)}.c-col-product-grid__need-nav{flex:1 1 auto;min-width:0;max-width:100%;overflow-x:auto;scrollbar-width:none}.c-col-product-grid__need-nav::-webkit-scrollbar{display:none}.c-col-product-grid__need-list{display:flex;gap:var(--space-s);width:max-content;max-width:none;margin:0;padding:.2rem;list-style:none}.c-col-product-grid__need-chip{display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;padding:.8rem 1.6rem;border:1px solid var(--color-text-primary);border-radius:100px;background:transparent;color:var(--color-text-primary);font-family:var(--font-brand-ui);font-size:1.3rem;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease}.c-col-product-grid__need-chip:hover{background:var(--color-text-primary);color:var(--color-surface-hero)}.c-col-product-grid__need-chip:focus-visible{outline:2px solid var(--color-text-dark);outline-offset:2px;box-shadow:0 0 0 4px var(--color-white)}.c-col-product-grid__sort{display:flex;flex:0 0 auto;align-items:center;gap:var(--space-s);margin:0}.c-col-product-grid__sort-label{font-family:var(--font-brand-ui);font-size:1.3rem;font-weight:600;line-height:1;color:var(--color-text-primary);white-space:nowrap}.c-col-product-grid__sort-field{position:relative;display:inline-flex;min-width:18rem}.c-col-product-grid__sort-field:after{position:absolute;inset-block-start:50%;inset-inline-end:1.4rem;width:.8rem;height:.8rem;border-block-end:2px solid currentColor;border-inline-end:2px solid currentColor;color:var(--color-text-primary);content:"";pointer-events:none;transform:translateY(-65%) rotate(45deg)}.c-col-product-grid__sort-select{width:100%;min-height:4.4rem;padding:.8rem 3.8rem .8rem 1.4rem;border:1px solid var(--color-border-light);border-radius:.5rem;-webkit-appearance:none;appearance:none;background:var(--color-surface-hero);color:var(--color-text-primary);font-family:var(--font-brand-body);font-size:1.5rem;line-height:1.2}.c-col-product-grid__sort-select:focus-visible{outline:2px solid var(--color-text-dark);outline-offset:2px;box-shadow:0 0 0 4px var(--color-white)}.c-col-product-grid__sort-button{min-height:4.4rem;padding:.8rem 1.4rem;border:1px solid var(--color-text-primary);border-radius:100px;background:var(--color-text-primary);color:var(--color-text-cta);font-family:var(--font-brand-ui);font-size:1.3rem;font-weight:600;line-height:1}@media(prefers-reduced-motion:reduce){.c-col-product-grid__need-chip{transition-duration:.01ms}}@media not (min-width:750px){.c-col-product-grid__controls{flex-direction:column;align-items:stretch;gap:var(--space-m)}.c-col-product-grid__need-nav{width:100%}.c-col-product-grid__sort{justify-content:space-between;width:100%}.c-col-product-grid__sort-field{flex:1 1 auto;min-width:0}}.c-col-product-grid__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--space-xl)}.c-col-card:nth-child(-n+4){grid-column:span 3}.c-col-card:nth-child(n+5){grid-column:span 4}.c-col-card:nth-child(n+8){grid-column:span 3}@media not (min-width:750px){.c-col-product-grid__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-m)}.c-col-card:nth-child(n){grid-column:span 1}}@media(min-width:750px)and (not (min-width:990px)){.c-col-product-grid__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-l)}.c-col-card:nth-child(n){grid-column:span 1}}@media(min-width:990px)and (not (min-width:1200px)){.c-col-product-grid__grid{gap:var(--space-l)}}.c-col-card{border-radius:1.2rem;overflow:hidden;background:var(--color-surface-hero);box-shadow:.2rem .2rem 0 0 var(--color-shadow-gold);transition:box-shadow .2s ease;display:flex;flex-direction:column}.c-col-card:hover{box-shadow:.4rem .4rem 0 0 var(--color-shadow-gold)}.c-col-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.c-col-card__link:focus-visible{outline:2px solid var(--color-text-dark);outline-offset:2px;box-shadow:0 0 0 4px var(--color-white)}.c-col-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-surface-card-light)}.c-col-card__image--primary{width:100%;height:100%;object-fit:cover;display:block}.c-col-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.c-col-card__media:hover .c-col-card__image--hover{opacity:1}@media(prefers-reduced-motion:reduce){.c-col-card__image--hover{transition-duration:.01ms}}.c-col-card__badge{position:absolute;top:0;left:0;z-index:1;background:var(--color-text-dark);color:var(--color-white);border-radius:.6rem;padding:.5rem 1rem;font-family:var(--font-brand-display);font-size:1.4rem;text-transform:uppercase;letter-spacing:0;line-height:1}@media not (min-width:750px){.c-col-card__badge{font-size:1.1rem;padding:.4rem .7rem}}.c-col-card__info{display:flex;flex-direction:column;flex:1;padding:var(--space-l);gap:.8rem}@media not (min-width:750px){.c-col-card__info{padding:var(--space-m)}}.c-col-card__text-zone{flex:1;display:flex;flex-direction:column;gap:.4rem}.c-col-card__bottom{display:flex;flex-direction:column;gap:.4rem;margin-top:auto}.c-col-section .c-col-card__title{font-family:var(--font-brand-display);font-size:clamp(1.8rem,1.5rem + .8vw,2.4rem);font-weight:400;text-transform:uppercase;letter-spacing:.06rem;line-height:1.15;color:var(--color-text-dark);margin:0}.c-col-section .c-col-card__tagline{font-family:var(--font-brand-body);font-size:1.4rem;line-height:1.4;color:var(--color-text-primary);margin:0}.c-col-card__rating{display:flex;align-items:center;gap:.4rem;min-height:2rem}.c-col-card__rating .jdgm-star{color:var(--color-accent-orange)!important}.c-col-card__rating .jdgm-prev-badge__text{visibility:visible!important;font-family:var(--font-brand-ui);font-size:1.4rem;color:var(--color-text-primary);opacity:.65}.c-col-section .c-col-card__price{font-family:var(--font-brand-body-bold);font-size:clamp(1.6rem,1.4rem + .5vw,2rem);font-weight:400;letter-spacing:0;line-height:1.25;color:var(--color-text-primary);margin:0}.c-col-card__price-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-s)}.c-col-card__shop-btn{display:inline-block;background:transparent;color:var(--color-text-primary);font-family:var(--font-brand-body-bold);font-weight:400;font-size:1.2rem;padding:.6rem 1.4rem;border-radius:100px;border:1px solid var(--color-text-primary);text-transform:uppercase;letter-spacing:.06rem;line-height:1;white-space:nowrap;transition:background .2s ease,color .2s ease}.c-col-card:hover .c-col-card__shop-btn{background:var(--color-text-primary);color:var(--color-surface-hero)}@media(prefers-reduced-motion:reduce){.c-col-card__shop-btn{transition-duration:.01ms}}@media not (min-width:750px){.c-col-card__shop-btn{font-size:1.1rem;padding:.5rem 1rem}}.c-col-product-grid__empty{text-align:center;padding:var(--space-3xl) var(--space-l)}.c-col-section .c-col-product-grid__empty-text{font-family:var(--font-brand-body);font-size:var(--bb-col-body);line-height:var(--bb-col-body-line-height);color:var(--color-text-primary)}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-col-product-grid.css.map */
