.bestseller-collection{--bcc-accent: #2956cf;--bcc-label-bg: #0e1b4d;--bcc-label-text: #ffffff;--bcc-discount-bg: #f69945;--bcc-discount-text: #ffffff;--bcc-button-bg: #0e1b4d;--bcc-button-hover-bg: #2956cf;--bcc-button-text: #ffffff;--bcc-columns-desktop: 3;--bcc-columns-mobile: 1;--bcc-grid-gap: 3rem;--bcc-grid-gap-mobile: 2.4rem;--bcc-card-padding: 1.4rem;--bcc-card-radius: 2rem;--bcc-media-radius: 1.4rem;--bcc-label-font: 1.2rem;--bcc-label-pad: .7rem 1.2rem;--bcc-discount-font: 1.2rem;--bcc-spec-pad: .9rem 1.3rem;--bcc-spec-font: 1.25rem;--bcc-content-pad: 1.6rem .6rem .4rem;--bcc-title-font: 1.8rem;--bcc-title-mb: 1.2rem;--bcc-list-gap: .8rem;--bcc-list-font: 1.35rem;--bcc-list-icon: 1.8rem;--bcc-price-font: 2.5rem;--bcc-price-mb: 1.6rem;--bcc-price-pt: 1.4rem;--bcc-button-pad: 1.4rem 2rem;--bcc-button-font: 1.45rem;--bcc-trust-mt: 1.2rem;--bcc-trust-font: 1.15rem}.bestseller-collection[data-density=compact]{--bcc-grid-gap: 1.8rem;--bcc-grid-gap-mobile: 1.6rem;--bcc-card-padding: .9rem;--bcc-card-radius: 1.4rem;--bcc-media-radius: 1rem;--bcc-label-font: 1.05rem;--bcc-label-pad: .5rem .9rem;--bcc-discount-font: 1.05rem;--bcc-spec-pad: .6rem 1rem;--bcc-spec-font: 1.05rem;--bcc-content-pad: 1rem .3rem .2rem;--bcc-title-font: 1.4rem;--bcc-title-mb: .8rem;--bcc-list-gap: .5rem;--bcc-list-font: 1.15rem;--bcc-list-icon: 1.4rem;--bcc-price-font: 1.9rem;--bcc-price-mb: 1rem;--bcc-price-pt: 1rem;--bcc-button-pad: 1rem 1.4rem;--bcc-button-font: 1.2rem;--bcc-trust-mt: .7rem;--bcc-trust-font: 1rem}.bestseller-grid{display:grid;grid-template-columns:repeat(var(--bcc-columns-mobile),1fr);gap:var(--bcc-grid-gap-mobile);margin-top:3rem}@media screen and (min-width:750px){.bestseller-grid{grid-template-columns:repeat(var(--bcc-columns-desktop),1fr);gap:var(--bcc-grid-gap)}}.bestseller-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid rgba(14,27,77,.1);border-radius:var(--bcc-card-radius);padding:var(--bcc-card-padding);color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.bestseller-card:hover{transform:translateY(-.6rem);box-shadow:0 1.6rem 3.2rem -1.2rem #0e1b4d2e}.bestseller-card:focus-visible{outline:2px solid var(--bcc-accent);outline-offset:4px}.bestseller-card__media{position:relative;border-radius:var(--bcc-media-radius);overflow:hidden;background:#f7f7f9;aspect-ratio:1 / 1}.bestseller-card__media img,.bestseller-card__media .bestseller-card__placeholder{width:100%;height:100%;object-fit:cover;display:block}.bestseller-card__label{position:absolute;top:1.2rem;left:1.2rem;z-index:2;background:var(--bcc-label-bg);color:var(--bcc-label-text);font-size:var(--bcc-label-font);font-weight:700;line-height:1;padding:var(--bcc-label-pad);border-radius:999px}.bestseller-card__discount{position:absolute;top:1.2rem;right:1.2rem;z-index:2;background:var(--bcc-discount-bg);color:var(--bcc-discount-text);font-size:var(--bcc-discount-font);font-weight:800;line-height:1;padding:var(--bcc-label-pad);border-radius:999px}.bestseller-card__spec{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem;background:color-mix(in srgb,var(--bcc-accent) 8%,white);color:var(--bcc-accent);border-radius:1rem;padding:var(--bcc-spec-pad);font-size:var(--bcc-spec-font);font-weight:600}.bestseller-card__spec .icon-wrap{width:1.4rem;height:1.4rem;flex-shrink:0}.bestseller-card__spec-dot{width:.3rem;height:.3rem;border-radius:50%;background:currentColor;opacity:.4}.bestseller-card__content{display:flex;flex-direction:column;flex:1;padding:var(--bcc-content-pad)}.bestseller-card__title{font-size:var(--bcc-title-font);font-weight:700;line-height:1.32;margin:0 0 var(--bcc-title-mb);color:#0e1b4d}.bestseller-card__list{list-style:none;margin:0 0 var(--bcc-title-mb);padding:0;display:flex;flex-direction:column;gap:var(--bcc-list-gap)}.bestseller-card__list li{display:flex;align-items:flex-start;gap:1rem;font-size:var(--bcc-list-font);line-height:1.45}.bestseller-card__list .icon-wrap{flex-shrink:0;width:var(--bcc-list-icon);height:var(--bcc-list-icon);border-radius:50%;background:color-mix(in srgb,var(--bcc-accent) 12%,white);color:var(--bcc-accent);display:flex;align-items:center;justify-content:center;margin-top:.1rem}.bestseller-card__list .icon-wrap svg{width:1.1rem;height:1.1rem}.bestseller-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-top:auto;margin-bottom:var(--bcc-price-mb);padding-top:var(--bcc-price-pt);border-top:1px solid rgba(14,27,77,.1)}.bestseller-card__price-prefix{font-size:1.3rem;font-weight:600;color:#6b7280}.bestseller-card__price-sale{font-size:var(--bcc-price-font);font-weight:800;color:#0e1b4d;letter-spacing:-.01em}.bestseller-card__price-original{font-size:1.3rem;color:#6b7280}.bestseller-card__button{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:var(--bcc-button-pad);background:var(--bcc-button-bg);color:var(--bcc-button-text);font-size:var(--bcc-button-font);font-weight:700;border-radius:999px;transition:background .15s ease}.bestseller-card:hover .bestseller-card__button{background:var(--bcc-button-hover-bg)}.bestseller-card__button .icon-wrap{width:1.5rem;height:1.5rem}.bestseller-card__trust{display:flex;justify-content:center;align-items:center;gap:1.4rem;flex-wrap:wrap;margin-top:var(--bcc-trust-mt);font-size:var(--bcc-trust-font);font-weight:600;color:#6b7280}.bestseller-card__trust span{display:flex;align-items:center;gap:.5rem}.bestseller-card__trust .icon-wrap{width:1.2rem;height:1.2rem;color:var(--bcc-accent)}.icon-wrap svg{width:100%;height:100%;fill:currentColor}
/*# sourceMappingURL=/cdn/shop/t/24/assets/component-card-bestseller.css.map */
