.gurvaya-product-card{--gpc-radius: 1.2rem;--gpc-border: 1px solid rgba(var(--color-foreground), .12);--gpc-pad: 1.6rem 1.8rem;height:100%}.gurvaya-product-card .card{height:100%;display:flex;flex-direction:column;border:var(--gpc-border);border-radius:var(--gpc-radius);background:rgb(var(--color-background));box-shadow:none;overflow:hidden;text-align:left;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.gurvaya-product-card:hover .card{border-color:rgba(var(--color-foreground),.2);box-shadow:0 12px 32px rgba(var(--color-foreground),.08);transform:translateY(-2px)}.gurvaya-product-card .card:after,.gurvaya-product-card .card__inner:after{display:none}.gurvaya-product-card .card__inner{border:0;border-radius:calc(var(--gpc-radius) - 1px) calc(var(--gpc-radius) - 1px) 0 0;background:rgba(var(--color-button),.1);overflow:hidden}.gurvaya-product-card .card__media{margin:0;width:100%;border-radius:0}.gurvaya-product-card .card__inner .card__media{border-radius:0}.gurvaya-product-card .card .media{width:100%;height:100%;background:transparent}.gurvaya-product-card .media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;padding:0;object-fit:cover;object-position:center;transition:transform .32s ease}.gurvaya-product-card:hover .media img{transform:scale(1.04)}.gurvaya-product-card .card__inner>.card__content{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;pointer-events:none;display:block;grid-template-rows:none}.gurvaya-product-card .gurvaya-card__pill{position:absolute;top:1.2rem;left:1.2rem;z-index:2;max-width:calc(100% - 2.4rem);margin:0;padding:.5rem 1rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:999px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:.95rem;font-weight:var(--font-heading-weight);letter-spacing:.1em;line-height:1.2;text-transform:uppercase;box-shadow:0 2px 10px rgba(var(--color-foreground),.06);pointer-events:none}.gurvaya-product-card .card__inner .card__badge{display:none}.gurvaya-product-card .card>.card__content{display:flex;flex-direction:column;gap:0;padding:var(--gpc-pad);width:100%;flex-grow:1;grid-template-rows:none;box-sizing:border-box}.gurvaya-product-card .card__information{grid-row:auto;padding:0;width:100%;box-sizing:border-box}.gurvaya-product-card .card__heading,.gurvaya-product-card .card__heading.h5{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 2rem);letter-spacing:-.01em;line-height:1.25}.gurvaya-product-card .card__heading a{display:block;padding:0;color:rgb(var(--color-foreground));text-decoration:none}.gurvaya-product-card .gurvaya-card__meta{margin:.5rem 0 0;color:rgba(var(--color-foreground),.58);font-size:1.35rem;letter-spacing:.02em;line-height:1.4}.gurvaya-product-card .card-information{margin-top:.4rem;text-align:left}.gurvaya-product-card .card-information>*:not(.visually-hidden):not(.gurvaya-card__meta){margin-top:.4rem}.gurvaya-product-card .card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.4rem;border-top:1px solid rgba(var(--color-foreground),.1);width:100%;box-sizing:border-box}.gurvaya-product-card .card__footer .price{margin:0;flex:1 1 auto;min-width:0}.gurvaya-product-card .card__footer .price .price-item{font-family:var(--font-body-family);font-size:1.7rem;font-weight:700;letter-spacing:.01em;color:rgb(var(--color-foreground))}.gurvaya-product-card .card__footer .quick-add,.gurvaya-product-card .card__footer .quick-add-bulk{position:static;grid-row:auto;margin:0;flex:0 0 auto;z-index:2}.gurvaya-product-card .card__footer .quick-add__submit,.gurvaya-product-card .card__footer .quick-add .button,.gurvaya-product-card .card__footer>.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:0;min-height:4.2rem;width:auto;max-width:none;padding:0 1.6rem;margin:0;border:0;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));white-space:nowrap;font-size:1.05rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;box-shadow:none}.gurvaya-product-card .card__footer .quick-add__submit:after,.gurvaya-product-card .card__footer .quick-add .button:after,.gurvaya-product-card .card__footer>.button:after{display:none}.gurvaya-product-card .card__footer .quick-add__submit:hover,.gurvaya-product-card .card__footer .quick-add .button:hover,.gurvaya-product-card .card__footer>.button:hover{background:rgba(var(--color-button),.88);color:rgb(var(--color-button-text))}.gurvaya-product-card .card__footer .quick-add__submit.button--full-width{width:auto}.gurvaya-product-card .card__footer .quick-add__submit .icon-wrap,.gurvaya-product-card .card__footer>.button .icon-wrap{display:inline-flex;align-items:center;margin-left:.2rem;line-height:0}.gurvaya-product-card .card__footer .quick-add__submit .icon-wrap .icon,.gurvaya-product-card .card__footer>.button .icon-wrap .icon{width:1.1rem;height:auto}.gurvaya-product-card .card__footer .quick-add__submit[data-sold-out-message=true]:disabled .icon-wrap,.gurvaya-product-card .card__footer .quick-add__submit:disabled .icon-wrap{display:none}.gurvaya-product-card .card>.card__content>.card__badge{position:absolute;top:1.2rem;right:1.2rem;left:auto;bottom:auto;z-index:3}.gurvaya-product-card .card>.card__content>.card__badge .badge{border-radius:999px}@media screen and (max-width:749px){.gurvaya-product-card{--gpc-pad: 1.2rem 1.4rem;--gpc-radius: 1rem}.gurvaya-product-card .card__heading,.gurvaya-product-card .card__heading.h5{font-size:calc(var(--font-heading-scale) * 1.5rem)}.gurvaya-product-card .gurvaya-card__meta{font-size:1.15rem}.gurvaya-product-card .card__footer{flex-wrap:nowrap;align-items:center;padding-top:1rem;gap:.6rem}.gurvaya-product-card .card__footer .price .price-item{font-size:1.45rem}.gurvaya-product-card .card__footer .quick-add__submit,.gurvaya-product-card .card__footer .quick-add .button,.gurvaya-product-card .card__footer>.button{min-height:3.6rem;padding:0 1.1rem;font-size:.9rem}.gurvaya-product-card .gurvaya-card__pill{top:.8rem;left:.8rem;padding:.35rem .75rem;font-size:.8rem}}@media(prefers-reduced-motion:reduce){.gurvaya-product-card .card,.gurvaya-product-card .media img,.gurvaya-product-card.gurvaya-blend-card,.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__image{transition:none}.gurvaya-product-card:hover .card,.gurvaya-product-card.gurvaya-blend-card:hover,.gurvaya-product-card:hover .media img,.gurvaya-product-card.gurvaya-blend-card:hover .gurvaya-blend-card__image{transform:none}}.gurvaya-product-card.gurvaya-blend-card{min-width:0;height:auto;display:flex;flex-direction:column;height:100%;border:var(--gpc-border);border-radius:var(--gpc-radius);background:rgb(var(--color-background));box-shadow:none;overflow:hidden;text-align:left;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.gurvaya-product-card.gurvaya-blend-card:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 12px 32px rgba(var(--color-foreground),.08);transform:translateY(-2px)}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__media{aspect-ratio:4 / 5;display:block;position:relative;width:100%;overflow:hidden;background:rgba(var(--color-button),.1);color:inherit}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__image,.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__image{display:block;object-fit:cover;object-position:center;transition:transform .32s ease}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__media:hover .gurvaya-blend-card__image{transform:scale(1.04)}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__placeholder{display:grid;place-items:center;padding:15%;box-sizing:border-box}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__placeholder svg{width:100%;height:100%;opacity:.42}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__content{display:flex;flex:1 1 auto;flex-direction:column;gap:.8rem;padding:var(--gpc-pad);box-sizing:border-box}.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__price{flex:1 1 auto;min-width:0;margin:0;font-family:var(--font-body-family);font-size:1.7rem;font-weight:700;letter-spacing:.01em;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.gurvaya-product-card.gurvaya-blend-card .gurvaya-blend-card__price{font-size:1.45rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/gurvaya-product-card.css.map */
