.product-card{position:relative;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(var(--color-foreground),.1);display:flex;flex-direction:column;height:100%;background:#fdf4e1}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a;border-color:rgba(var(--color-foreground),.2)}.product-card__image{position:relative;height:280px;overflow:hidden;flex-shrink:0}.product-card__img,.product-card__img--hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-card__img--hover{opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card:hover .product-card__img:not(.product-card__img--hover){opacity:0}.product-card__actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(10px);transition:all .3s ease}.product-card:hover .product-card__actions{opacity:1;transform:translate(0)}.product-card__wishlist{width:40px;height:40px;border:none;border-radius:50%;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.product-card__wishlist:hover{color:rgb(var(--color-accent-1, var(--color-button)));transform:scale(1.1)}.product-card__wishlist.pinned{color:#ef4444!important}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px}.product-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-badge--sale{background:rgb(var(--color-accent-1));color:rgb(var(--color-background))}.product-badge--soldout{background:rgba(var(--color-foreground),.5);color:rgb(var(--color-background))}.product-card__info{padding:20px;display:flex;flex-direction:column;flex:1 1 auto}.product-card__title{margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.4;color:rgba(var(--color-foreground))}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:rgb(var(--color-button))}.product-card__title{margin-bottom:2px}.product-card__subheading{margin-top:0;margin-bottom:10px;font-size:13px;line-height:1.4;color:rgba(var(--color-foreground),.7)}.product-card__vendor{margin:0 0 8px;font-size:14px;color:rgba(var(--color-foreground),.6)}.product-card__price{display:flex;align-items:center;gap:8px;margin-bottom:12px}.product-price{font-size:18px;font-weight:700;color:rgb(var(--color-button))}.product-price--compare{font-size:14px;color:rgba(var(--color-foreground),.5);text-decoration:line-through;font-weight:400}.product-card__rating{margin-bottom:16px}.product-rating{display:flex;align-items:center;gap:6px}.product-rating__stars{display:flex;gap:2px}.star{color:rgba(var(--color-foreground),.2);font-size:14px}.star--filled{color:#fbbf24}.product-rating__count{font-size:12px;color:rgba(var(--color-foreground),.6)}.product-card__quick-add{margin-top:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:2px solid transparent;border-radius:999px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;font-size:14px;width:100%;box-sizing:border-box}.btn--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.btn--primary:hover{background:rgba(var(--color-button),.9);transform:translateY(-1px)}.btn--outline{background:transparent;color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.btn--outline:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.btn--small{padding:8px 16px;font-size:13px}.btn--disabled{opacity:.5;cursor:not-allowed}.catalog-products--grid .product-card,.product-grid .product-card{display:flex;flex-direction:column;height:100%}.product-grid .product-card__image{flex-shrink:0}.product-grid .product-card__info{display:flex;flex-direction:column;flex:1 1 auto}.product-grid .product-card__quick-add .btn{width:100%;box-sizing:border-box}.template-collection .card--product .card__content{padding-top:.4rem}.template-collection .card--product .card__heading{font-size:1.05rem;line-height:1.3;font-weight:600;margin-top:.1rem;margin-bottom:.15rem}.nn-options-modal[hidden]{display:none!important}.nn-options-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center}.nn-options-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.nn-options-modal__dialog{position:relative;z-index:1;max-width:360px;width:min(420px,100vw - 32px);max-height:80vh;overflow-y:auto;border-radius:20px;background:rgb(var(--color-background, 255, 255, 255));padding:18px 20px 20px;box-shadow:0 18px 40px #00000040}.nn-options-modal__variants{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:10px}.nn-options-modal__variant .btn{border-radius:9999px;width:100%;justify-content:space-between;height:52px;padding-inline:20px;font-weight:600}.nn-options-modal__variant .btn{width:100%;justify-content:space-between}.nn-options-modal__variant-title{flex:1 1 auto;text-align:left}.nn-options-modal__variant-price{margin-left:8px;font-weight:500}.product-card__quick-add .btn,.product-card__quick-add .button{border-radius:9999px!important;height:52px;padding:0 24px;font-weight:600}.template-collection .card--product .button{border-radius:9999px;padding-inline:24px;font-weight:600}html.nn-options-open,body.nn-options-open{overflow:hidden}.nn-options-modal__view-full-details{display:inline-flex;justify-content:center;width:100%;margin-top:12px;font-size:.85rem;text-align:center;text-decoration:underline;color:rgba(var(--color-foreground),.7)}.nn-options-modal__view-full-details:hover{color:rgb(var(--color-button))}.nn-options-modal,.nn-options-modal *{font-family:var(--font-body-family, inherit)}
/*# sourceMappingURL=/cdn/shop/t/21/assets/nn-product-card.css.map */
