.comp-products{background-color:var(--color-background)}.comp-products__heading{margin:0 0 12px;font-family:var(--font-accent--family);font-size:28px;line-height:1.1;letter-spacing:-2%;color:var(--color-foreground-heading);-webkit-font-smoothing:antialiased}.comp-products__swiper{overflow:hidden}.comp-products__card{display:flex;flex-direction:column}.comp-products__media{position:relative;overflow:hidden;background-color:var(--color-background-secondary, #f5f4f2);max-height:274px}.comp-products__media-link{display:block}.comp-products__img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transition:transform .4s ease}.comp-products__media:hover .comp-products__img{transform:scale(1.03)}.comp-products__atc-btn{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background-color:var(--color-background);color:var(--color-foreground-heading);cursor:pointer;transition:opacity .2s ease}.comp-products__atc-btn:hover{opacity:.7}.comp-products__swatches{overflow:hidden;padding-top:2px;display:flex;gap:4px;align-items:center}.comp-products__swatch{display:block;padding:0;border:none;background:none;cursor:pointer;width:40px;height:56px;position:relative;opacity:.5;transition:opacity .2s ease;flex-shrink:0}.comp-products__swatch::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1px;background-color:var(--color-foreground-heading);opacity:0;transition:opacity .2s ease}.comp-products__swatch.is-active{opacity:1}.comp-products__swatch.is-active::after{opacity:1}@media screen and (min-width: 750px){.comp-products__swatch{width:48px;height:64px}}.comp-products__swatch-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.comp-products__info{display:flex;flex-direction:column;gap:8px;padding:16px 0 0}.comp-products__title{font-family:var(--font-paragraph--family);font-weight:500;font-size:14px;line-height:1;color:var(--color-foreground-heading);text-decoration:none;-webkit-font-smoothing:antialiased}.comp-products__subtitle{margin:0;font-family:var(--font-paragraph--family);font-size:12px;line-height:1.2;color:var(--color-foreground);opacity:.5;-webkit-font-smoothing:antialiased}.comp-products__price{margin:8px 0 0;font-family:var(--font-paragraph--family);font-weight:500;font-size:12px;line-height:1.2;color:var(--color-foreground-heading);-webkit-font-smoothing:antialiased;opacity:.8}.comp-products__swiper .swiper-scrollbar{overflow:hidden;position:relative !important;bottom:auto !important;left:auto !important;background-color:rgba(0,0,0,0) !important;border:1px solid rgba(51,51,51,.24) !important;display:flex !important;align-items:center !important;padding:3px !important;box-sizing:border-box !important;height:10px !important;width:80px !important;margin:24px auto 0}.comp-products__swiper .swiper-scrollbar-drag{height:100% !important;background-color:var(--color-foreground-heading) !important;cursor:grab}.comp-products__swiper .swiper-scrollbar-drag:active{cursor:grabbing}.comp-products--homepage .comp-products__inner{padding-left:12px;padding-right:0;margin:0 auto}@media screen and (min-width: 750px){.comp-products--homepage .comp-products__inner{padding-left:8px;padding-right:0}}.comp-products--homepage .comp-products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}@media screen and (min-width: 750px){.comp-products--homepage .comp-products__header{padding:0 32px}}.comp-products--homepage .comp-products__header-text{display:flex;flex-direction:column;gap:8px}@media screen and (min-width: 750px){.comp-products--homepage .comp-products__header-text{gap:12px}}.comp-products--homepage .comp-products__heading{margin:0}.comp-products--homepage .comp-products__count{font-style:italic;font-weight:400}.comp-products--homepage .comp-products__subheading{margin:0;font-family:var(--font-paragraph--family);font-size:12px;line-height:1.4;color:var(--color-foreground);opacity:.5;-webkit-font-smoothing:antialiased}@media screen and (min-width: 750px){.comp-products--homepage .comp-products__subheading{font-size:14px;line-height:1.6}}.comp-products--homepage .comp-products__nav{display:none;align-items:center;gap:8px;flex-shrink:0}@media screen and (min-width: 750px){.comp-products--homepage .comp-products__nav{display:flex}}.comp-products--homepage .comp-products__nav-btn{padding:0;width:28px;height:28px;border:none;cursor:pointer;transition:opacity .2s ease}.comp-products--homepage .comp-products__nav-btn:hover{opacity:.8}.comp-products--homepage .comp-products__nav-btn.swiper-button-disabled{opacity:.5;cursor:default;pointer-events:none}.comp-products--homepage .comp-products__swatch-more{font-family:var(--font-paragraph--family);font-size:11px;color:var(--color-foreground);opacity:.6;-webkit-font-smoothing:antialiased;margin-left:2px}.comp-products--homepage .comp-products__media{max-height:420px;max-height:none}