.staun-product-grid{background-color:var(--staun-color-off-white)}.staun-product-grid__inner{display:flex;flex-direction:column;align-items:center;max-width:var(--staun-container-wide);margin:0 auto;padding:var(--staun-space-4xl) var(--staun-gutter);gap:var(--staun-space-2xl)}.staun-product-grid__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--staun-space-sm);max-width:640px}.staun-product-grid__header .staun-section-label{margin:0}.staun-product-grid__heading{font-family:var(--staun-font-family);font-size:var(--staun-font-size-3xl);font-weight:var(--staun-font-weight-bold);text-transform:uppercase;line-height:var(--staun-line-height-tight);letter-spacing:var(--staun-letter-spacing-tight);color:var(--staun-color-dark);margin:0}.staun-product-grid__subtext{font-family:var(--staun-font-family);font-size:var(--staun-font-size-base);font-weight:var(--staun-font-weight-regular);color:var(--staun-color-text-muted);line-height:var(--staun-line-height-normal);margin:0}.staun-product-grid__products{display:flex;gap:var(--staun-space-xl);justify-content:center;width:100%;flex-wrap:wrap}.staun-product-card{display:flex;flex-direction:column;background-color:#fafaf8;border:1px solid #F3F3F0;border-radius:6px;overflow:hidden;width:456px;max-width:100%;transition:border-color var(--staun-transition-base);position:relative}.staun-product-card:hover{border-color:var(--staun-color-primary)}.staun-product-card__media{position:relative;width:100%;height:320px;overflow:hidden}.staun-product-card__image,.staun-product-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.staun-product-card__video{opacity:0;transition:opacity var(--staun-transition-base);pointer-events:none}.staun-product-card:hover .staun-product-card__video{opacity:1}.staun-product-card__badge{position:absolute;top:12px;z-index:2;padding:4px 10px;border-radius:8px;font-family:var(--staun-font-family);font-size:12px;font-weight:var(--staun-font-weight-semibold);text-transform:uppercase;line-height:1.2;color:var(--staun-color-white)}.staun-product-card__badge--left{left:12px}.staun-product-card__badge--right{right:12px}.staun-product-card__badge--new,.staun-product-card__badge--sale{background-color:var(--staun-color-primary)}.staun-product-card__badge--dark{background-color:#1a1a1a99;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.staun-product-card__add-form{position:absolute;bottom:0;left:50%;transform:translate(-50%,110%);z-index:1;transition:transform var(--staun-transition-base);margin:0}.staun-product-card:hover .staun-product-card__add-form{transform:translate(-50%)}.staun-product-card__add-btn{padding:8px 32px;border:none;border-radius:6px 6px 0 0;background-color:var(--staun-color-primary);color:var(--staun-color-white);font-family:var(--staun-font-family);font-size:var(--staun-font-size-sm);font-weight:var(--staun-font-weight-bold);text-transform:uppercase;letter-spacing:var(--staun-letter-spacing-wide);cursor:pointer;transition:background-color var(--staun-transition-fast)}.staun-product-card__add-btn:hover{background-color:var(--staun-color-primary-hover)}.staun-product-card__content{position:relative;z-index:2;display:flex;flex-direction:column;padding:24px 20px;background-color:var(--staun-color-white);text-decoration:none;color:inherit;flex:1}.staun-product-card__title{font-family:var(--staun-font-family);font-size:var(--staun-font-size-lg);font-weight:var(--staun-font-weight-bold);text-transform:uppercase;color:var(--staun-color-dark);margin:0 0 var(--staun-space-sm) 0;line-height:var(--staun-line-height-tight)}.staun-product-card__description{font-family:var(--staun-font-family);font-size:var(--staun-font-size-sm);font-weight:var(--staun-font-weight-regular);color:var(--staun-color-text-muted);line-height:var(--staun-line-height-normal);margin:0 0 var(--staun-space-md) 0}.staun-product-card__checklist{list-style:none;padding:0;margin:0 0 var(--staun-space-lg) 0;display:flex;flex-direction:column;gap:6px}.staun-product-card__checklist-item{display:flex;align-items:flex-start;gap:var(--staun-space-sm);font-family:var(--staun-font-family);font-size:14px;font-weight:var(--staun-font-weight-regular);color:var(--staun-color-text);line-height:var(--staun-line-height-normal)}.staun-product-card__check-icon{width:8px;height:8px;min-width:8px;min-height:8px;border-radius:var(--staun-radius-full);background-color:var(--staun-color-primary);margin-top:7px}.staun-product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid var(--staun-color-divider-grey)}.staun-product-card__price{font-family:var(--staun-font-family);font-size:var(--staun-font-size-lg);font-weight:var(--staun-font-weight-bold);color:var(--staun-color-dark);display:flex;align-items:baseline;gap:var(--staun-space-sm)}.staun-product-card__price-compare{font-size:var(--staun-font-size-sm);font-weight:var(--staun-font-weight-regular);color:var(--staun-color-text-muted)}.staun-product-card__shop-link{font-family:var(--staun-font-family);font-size:var(--staun-font-size-sm);font-weight:var(--staun-font-weight-bold);color:var(--staun-color-primary);text-transform:none}.staun-product-card:hover .staun-product-card__shop-link{text-decoration:underline}.staun-product-grid__afterpay{display:flex;align-items:center;width:100%;padding:10px 20px;font-family:var(--staun-font-family);font-size:var(--staun-font-size-sm);color:var(--staun-color-grey-dark);gap:var(--staun-space-xl)}.staun-product-grid__afterpay-left,.staun-product-grid__afterpay-right{flex:1;display:flex;align-items:center;gap:var(--staun-space-md)}.staun-product-grid__afterpay-left{justify-content:flex-end}.staun-product-grid__afterpay-right{justify-content:flex-start}.staun-product-grid__afterpay-logo img{display:block;height:22px;width:auto}.staun-product-grid__afterpay-text{display:inline-flex;align-items:center;gap:6px}.staun-product-grid__afterpay-info{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:var(--staun-radius-full);background-color:var(--staun-color-grey-mid);color:var(--staun-color-text);font-size:11px;font-weight:var(--staun-font-weight-bold);font-style:italic;cursor:help}.staun-product-grid__afterpay-separator{width:1px;height:16px;background-color:var(--staun-color-grey-mid)}.staun-product-grid__afterpay-link{color:var(--staun-color-primary);text-decoration:underline;font-weight:var(--staun-font-weight-medium);margin-left:4px}.staun-product-grid__afterpay-link:hover{color:var(--staun-color-primary-hover)}@media screen and (max-width:989px){.staun-product-card{width:calc(50% - var(--staun-space-xl) / 2);min-width:300px}.staun-product-card__media{height:280px}}@media screen and (max-width:749px){.staun-product-grid__inner{padding:var(--staun-space-2xl) var(--staun-gutter);gap:var(--staun-space-xl)}.staun-product-grid__heading{font-size:var(--staun-font-size-2xl)}.staun-product-grid__products{flex-direction:column;align-items:center}.staun-product-card{width:100%;max-width:400px}.staun-product-card__media{height:280px}.staun-product-card__add-form{position:static;transform:none;display:flex;justify-content:center;padding:0;margin:0 0 var(--staun-space-md) 0}.staun-product-card__add-btn{border-radius:var(--staun-radius-xs)}.staun-product-card__video{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/staun-section-product-grid.css.map */
