.nsg-product-card{--nsg-card-text: #252525;--nsg-card-muted: #747474;--nsg-card-border: rgba(26, 26, 26, .1);--nsg-card-surface: #ffffff;--nsg-card-soft: #f6f4ef;--nsg-card-discount: #9c493b;--nsg-card-radius: 18px;position:relative;display:flex;flex-direction:column;min-width:0;color:var(--nsg-card-text);background:var(--nsg-card-surface)}.nsg-product-card__media{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:var(--nsg-card-soft);border-radius:var(--nsg-card-radius)}.nsg-product-card__image-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.nsg-product-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .4s ease}.nsg-product-card:hover .nsg-product-card__image{transform:scale(1.025)}.nsg-product-card__placeholder{width:100%;height:100%}.nsg-product-card__placeholder-svg{width:100%;height:100%;opacity:.35}.nsg-product-card__badges{position:absolute;top:14px;left:14px;z-index:2;display:flex;flex-wrap:wrap;gap:8px;pointer-events:none}.nsg-product-card__badge{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:999px;font-size:11px;font-weight:650;line-height:1;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.nsg-product-card__badge--discount{color:#fff;background:#9c493bf0}.nsg-product-card__badge--sold-out{color:#fff;background:#1c1c1cd9}.nsg-product-card__tools{position:absolute;right:14px;bottom:14px;z-index:3;display:flex;gap:8px}.nsg-product-card__tool{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;color:#272727;background:#ffffffeb;border:1px solid rgba(30,30,30,.08);border-radius:50%;box-shadow:0 8px 24px #1212121a;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,background-color .18s ease,color .18s ease,border-color .18s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nsg-product-card__tool:nth-child(2){transition-delay:40ms}.nsg-product-card__tool:nth-child(3){transition-delay:80ms}.nsg-product-card:hover .nsg-product-card__tool,.nsg-product-card:focus-within .nsg-product-card__tool{opacity:1;transform:translateY(0)}.nsg-product-card__tool:hover,.nsg-product-card__tool:focus-visible{color:#fff;background:#252525;border-color:#252525}.nsg-product-card__tool.is-active{color:#fff;background:var(--nsg-card-discount);border-color:var(--nsg-card-discount)}.nsg-product-card__tool--future{cursor:default}.nsg-product-card__tool-icon{display:inline-flex;width:19px;height:19px}.nsg-product-card__tool-icon svg{display:block;width:100%;height:100%}.nsg-product-card__tooltip{position:absolute;right:0;bottom:calc(100% + 10px);width:max-content;max-width:220px;padding:8px 10px;color:#fff;background:#181818f0;border-radius:7px;font-size:11px;font-weight:500;line-height:1.35;letter-spacing:.01em;white-space:nowrap;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease}.nsg-product-card__tool:hover .nsg-product-card__tooltip,.nsg-product-card__tool:focus-visible .nsg-product-card__tooltip{opacity:1;transform:translateY(0)}.nsg-product-card__content{display:flex;flex:1;flex-direction:column;padding:17px 2px 0}.nsg-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:22px;margin-bottom:7px}.nsg-product-card__collection{overflow:hidden;color:var(--nsg-card-muted);font-size:11px;font-weight:600;line-height:1.3;letter-spacing:.12em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.nsg-product-card__feature{display:inline-flex;flex-shrink:0;align-items:center;gap:5px;color:#68645c;font-size:11px;font-weight:550;line-height:1;white-space:nowrap}.nsg-product-card__feature svg{width:15px;height:15px}.nsg-product-card__title{margin:0;color:var(--nsg-card-text);font-family:inherit;font-size:clamp(17px,1.4vw,20px);font-weight:560;line-height:1.3;letter-spacing:-.015em}.nsg-product-card__title a{color:inherit;text-decoration:none}.nsg-product-card__title a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.nsg-product-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:11px}.nsg-product-card__price{display:inline-flex;align-items:baseline;gap:4px;color:var(--nsg-card-text)}.nsg-product-card__price-prefix{color:var(--nsg-card-muted);font-size:13px;font-weight:450}.nsg-product-card__price-current{font-size:17px;font-weight:650;line-height:1}.nsg-product-card__price-unit{color:var(--nsg-card-muted);font-size:12px;font-weight:450}.nsg-product-card__price-compare{color:#9a9a9a;font-size:13px;line-height:1;text-decoration:line-through}.nsg-product-card__cta{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;margin-top:15px;padding:0 0 5px;color:var(--nsg-card-text);border-bottom:1px solid rgba(37,37,37,.45);font-size:13px;font-weight:620;line-height:1;letter-spacing:.025em;text-decoration:none;transition:gap .18s ease,border-color .18s ease}.nsg-product-card__cta svg{width:16px;height:16px}.nsg-product-card__cta:hover{gap:12px;border-color:#252525}@media screen and (max-width:989px){.nsg-product-card__tool{width:40px;height:40px;opacity:1;transform:none}.nsg-product-card__tools{right:10px;bottom:10px;gap:6px}.nsg-product-card__tool--future{display:none}}@media screen and (max-width:749px){.nsg-product-card{--nsg-card-radius: 13px}.nsg-product-card__media{aspect-ratio:1 / 1}.nsg-product-card__badges{top:9px;left:9px}.nsg-product-card__badge{min-height:26px;padding:5px 8px;font-size:9px}.nsg-product-card__tool{width:37px;height:37px}.nsg-product-card__tool-icon{width:17px;height:17px}.nsg-product-card__content{padding-top:12px}.nsg-product-card__meta{align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:6px}.nsg-product-card__collection,.nsg-product-card__feature{font-size:9px}.nsg-product-card__title{font-size:15px}.nsg-product-card__price-row{gap:6px;margin-top:8px}.nsg-product-card__price-current{font-size:15px}.nsg-product-card__price-prefix,.nsg-product-card__price-compare{font-size:11px}.nsg-product-card__price-unit{font-size:10px}.nsg-product-card__cta{margin-top:12px;font-size:12px}}@media(hover:none){.nsg-product-card__tool{opacity:1;transform:none}.nsg-product-card__tooltip{display:none}}@media(prefers-reduced-motion:reduce){.nsg-product-card__image,.nsg-product-card__tool,.nsg-product-card__tooltip,.nsg-product-card__cta{transition:none}.nsg-product-card:hover .nsg-product-card__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/nsg-smart-product-card.css.map */
