.zenova-product{display:grid;gap:var(--spacing-8)}@media screen and (min-width:1000px){.zenova-product{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--spacing-10);align-items:start}.zenova-product__gallery{position:sticky;top:calc(var(--header-height, 72px) + 16px)}}.zenova-product__content{display:grid;gap:var(--spacing-5)}@media screen and (min-width:1000px){.zenova-product__content>.product-info{position:static;top:auto;z-index:auto}}.zenova-purchase__rating{display:flex;align-items:center;gap:8px}.zenova-purchase__stars{display:flex;align-items:center;gap:2px}.zenova-purchase__stars svg{width:18px;height:18px;color:gold}.zenova-purchase__star-half{position:relative;display:inline-flex;width:18px;height:18px}.zenova-purchase__star-half svg{position:absolute;top:0;right:0;bottom:0;left:0}.zenova-purchase__star-half svg:last-child{clip-path:inset(0 50% 0 0)}.zenova-purchase__review-count{color:rgb(var(--text-subdued));font-size:.9rem}.zenova-product__title{margin:0;font-family:var(--heading-font-family);font-size:clamp(1.85rem,2.6vw,2.75rem);line-height:1.12}.zenova-purchase__testimonial{position:relative;border:1px solid rgb(var(--border-color, 229 231 235));border-radius:18px;background:rgb(var(--background-primary));padding:var(--spacing-5);display:grid;gap:var(--spacing-4)}.zenova-purchase__quote{margin:0;font-size:1.05rem;line-height:1.5}.zenova-purchase__vet-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.zenova-purchase__vet-photo{width:40px;height:40px;border-radius:999px;overflow:hidden;flex:0 0 auto}.zenova-purchase__vet-photo img{width:100%;height:100%;object-fit:cover;display:block}.zenova-purchase__vet-name{font-weight:700}.zenova-purchase__vet-badge{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:6px 12px;border:1px solid #FF7F50;border-radius:999px;color:coral;font-size:.82rem;font-weight:700}.zenova-purchase__vet-badge svg{width:15px;height:15px;flex:0 0 auto}.zenova-purchase__bundles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-3)}.zenova-purchase-bundle{position:relative;display:grid;justify-items:center;gap:4px;text-align:center;border:1.5px solid rgb(var(--border-color, 229 231 235));border-radius:16px;background:rgb(var(--background-primary));padding:var(--spacing-4) var(--spacing-2);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.zenova-purchase-bundle:has(input:checked){border-color:coral;background:#ff7f5014}.zenova-purchase-bundle__count{font-family:var(--heading-font-family);font-size:1.6rem;font-weight:700;line-height:1}.zenova-purchase-bundle__label{font-weight:700}.zenova-purchase-bundle__refills{color:rgb(var(--text-subdued));font-size:.85rem}.zenova-purchase__info-row{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:var(--spacing-3);background:rgb(var(--background-secondary));border-radius:14px;padding:var(--spacing-3) var(--spacing-4)}.zenova-purchase__info-item{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:600;text-align:center}.zenova-purchase__info-item svg{color:coral;flex:0 0 auto}.zenova-purchase__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px}.zenova-purchase__price-current{font-family:var(--heading-font-family);font-size:1.6rem;font-weight:700}.zenova-purchase__price-compare{color:rgb(var(--text-subdued));text-decoration:line-through;font-size:1.05rem}.zenova-purchase__price-compare[hidden],.zenova-purchase__price-savings[hidden]{display:none}.zenova-purchase__price-savings{display:inline-flex;align-items:center;background:#ff7f501f;color:coral;font-size:.82rem;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap}.zenova-purchase__form{display:grid}.zenova-purchase__atc-button{width:100%;border:none;border-radius:999px;background:coral;color:#fff;font-weight:700;font-size:1.05rem;letter-spacing:.02em;text-transform:uppercase;text-align:center;padding:18px;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}@media screen and (pointer:fine){.zenova-purchase__atc-button:hover{transform:translateY(-2px) scale(1.01)}}.zenova-purchase__atc-button:disabled{background:rgb(var(--text-subdued));cursor:not-allowed;transform:none}@media screen and (max-width:699px){.zenova-purchase__bundles{gap:var(--spacing-2)}.zenova-purchase-bundle{padding:var(--spacing-3) var(--spacing-1)}.zenova-purchase__info-row{justify-content:flex-start}}.zenova-product__benefits{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px var(--spacing-4)}.zenova-product__benefit{display:flex;align-items:flex-start;gap:8px}.zenova-product__benefit-mark{color:rgb(var(--accent));font-weight:900;font-size:1.1rem;line-height:1.2}.zenova-product__trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-3)}.zenova-product__trust-card{border:1px solid rgb(var(--border-color, 229 231 235));border-radius:12px;padding:16px 12px;background:rgb(var(--background-secondary));display:flex;flex-direction:column;align-items:center;text-align:center}.zenova-product__trust-icon{color:coral;margin-bottom:8px}.zenova-product__trust-title{display:block;font-weight:700;margin-bottom:2px}.zenova-product__trust-text{color:rgb(var(--text-subdued));font-size:.88rem}.zenova-product__payment{border-top:1px solid rgb(var(--border-color, 229 231 235));padding-top:var(--spacing-4)}.zenova-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:35;background:rgb(var(--background-primary));border-top:1px solid rgb(var(--border-color, 229 231 235));padding:10px 12px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr auto;gap:10px}.zenova-sticky-atc__price{display:grid;align-content:center}.zenova-sticky-atc__label{font-size:.75rem;color:rgb(var(--text-subdued))}.zenova-sticky-atc__value{font-weight:700}@media screen and (min-width:1000px){.zenova-sticky-atc{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/zenova-product.css.map */
