.product-card{border-radius:var(--radius-card);background:rgb(var(--color-background));min-width:0;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.product-card__media{aspect-ratio:1;border-radius:var(--radius-card);min-width:0;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:opacity .4s}.product-card__image--hover{opacity:0;position:absolute;top:0;left:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card__badge{text-transform:uppercase;letter-spacing:.05rem;z-index:2;border-radius:.6rem;padding:.4rem 1rem;font-size:1.1rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-card__badge--new{background:rgb(var(--color-foreground));color:rgb(var(--color-white))}.product-card__badge--sale{background:rgb(var(--color-accent));color:rgb(var(--color-white))}.product-card__actions{opacity:0;z-index:2;gap:0;transition:all .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__action-btn{background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;padding:1.2rem;font-size:1.3rem;font-weight:500;transition:all .2s;display:flex}.product-card__action-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-white))}.product-card__action-btn svg{width:1.8rem;height:1.8rem}.product-card__info{text-align:center;padding:1.4rem .5rem}.product-card__title{font-family:var(--font-heading);color:rgb(var(--color-foreground));overflow-wrap:anywhere;margin-bottom:.5rem;font-size:1.5rem;font-weight:400}.product-card__title a{color:inherit;text-decoration:none;transition:color .2s}.product-card__title a:hover{color:rgb(var(--color-accent))}.product-card__price{color:rgba(var(--color-foreground), .7);font-size:1.4rem}
.scrolling-text{background:rgb(var(--color-base-accent-2,227, 241, 248));padding:2rem 0;overflow:hidden}.scrolling-text__track{width:100%;overflow:hidden}.scrolling-text__content{white-space:nowrap;animation:30s linear infinite scrollText;display:flex}.scrolling-text:hover .scrolling-text__content{animation-play-state:paused}.scrolling-text__item{font-size:4rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));-webkit-text-stroke:1px rgb(var(--color-foreground));-webkit-text-fill-color:transparent;align-items:center;gap:3rem;padding:0 3rem;display:inline-flex}.scrolling-text__diamond{opacity:.4;flex-shrink:0;width:2rem;height:2rem}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media screen and (max-width:989px){.scrolling-text__item{gap:1.5rem;padding:0 1.5rem;font-size:2.4rem}}
