.price-sale{font-size:1.65rem;font-weight:700;color:var(--color-primary)}.price-compare{font-size:1rem;color:var(--color-text-light);text-decoration:line-through;margin-left:.4rem;font-weight:400}.price-saving{display:inline-flex;align-items:center;background:#c0392b1a;color:#c0392b;font-size:.7rem;font-weight:700;padding:.2rem .55rem;border-radius:var(--radius-full);margin-left:.5rem;vertical-align:middle}.product-info-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem;font-size:1.65rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem}.product-trust{display:flex;gap:1rem;flex-wrap:wrap;padding:.875rem 0;border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);margin-bottom:1.5rem}.product-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--color-text-muted);font-weight:500}.product-trust-item svg{width:15px;height:15px;flex-shrink:0;color:var(--color-primary)}.product-qty-control{border:1.5px solid var(--color-border);border-radius:var(--radius-full);padding:.2rem;overflow:hidden}.product-qty-control .qty-btn{width:40px;height:40px;font-size:1.1rem}.product-qty-control input.qty-value{width:48px;border:none;background:transparent;text-align:center;font-weight:700;font-size:1rem;padding:0;color:var(--color-text);-moz-appearance:textfield}.product-qty-control input.qty-value::-webkit-outer-spin-button,.product-qty-control input.qty-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.packs-section{background:var(--color-bg-warm)}.packs-grid{display:grid;gap:1.5rem}.packs-grid--1{grid-template-columns:1fr;max-width:540px;margin:0 auto}.packs-grid--2{grid-template-columns:repeat(2,1fr)}.packs-grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.packs-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.packs-grid--2,.packs-grid--3{grid-template-columns:1fr}}.pack-card{background:var(--color-bg-card);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border-light);transition:transform .28s var(--ease-premium),box-shadow .28s ease;display:flex;flex-direction:column;position:relative}.pack-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #1a120824;border-color:var(--color-border)}.pack-card__image{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));display:block;text-decoration:none}.pack-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-premium)}.pack-card:hover .pack-card__image img{transform:scale(1.04)}.pack-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem;opacity:.35}.pack-card__badge{position:absolute;top:1rem;left:1rem;z-index:2;padding:.3rem .9rem;background:var(--color-accent);color:#fff;border-radius:var(--radius-full);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 2px 8px #00000026}.pack-card__badge--sale{background:#c0392b}.pack-card__body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.pack-card__title{font-family:var(--font-display);font-size:1.45rem;font-weight:500;margin-bottom:.3rem;color:var(--color-text);line-height:1.2}.pack-card__subtitle{font-style:italic;color:var(--color-text-muted);font-size:.9rem;margin-bottom:.75rem}.pack-card__desc{font-size:.88rem;color:var(--color-text-muted);line-height:1.65;flex:1;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pack-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--color-border-light);flex-wrap:wrap;margin-top:auto}.pack-card__price-block{display:flex;flex-direction:column;gap:.2rem}.pack-card__price{font-family:var(--font-display);font-size:1.6rem;font-weight:600;color:var(--color-primary);line-height:1}.pack-card__price-compare{font-size:.82rem;color:var(--color-text-light);text-decoration:line-through}.pack-card__saving{display:inline-block;background:#c0392b1a;color:#c0392b;font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:var(--radius-full)}.pack-card__ctas{display:flex;flex-direction:column;gap:.5rem}.upsell-section{margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border-light)}.upsell-section-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;margin-bottom:var(--space-lg)}.upsell-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1024px){.upsell-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.upsell-grid{gap:.75rem}}.sticky-atc{display:none;position:fixed;bottom:60px;left:0;right:0;z-index:100;padding:.75rem 1rem;background:var(--color-bg-card);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px #1a120814;align-items:center;gap:.75rem}.sticky-atc-info{flex:1;min-width:0}.sticky-atc-name{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-price{font-weight:700;font-size:1rem;color:var(--color-primary)}@media(max-width:768px){.sticky-atc{display:flex}}.product-shipping-info{margin-top:1.5rem;padding:1rem 1.25rem;background:var(--color-bg-warm);border-radius:var(--radius-md);border:1px solid var(--color-border-light);font-size:.85rem;color:var(--color-text-muted);line-height:1.7}.product-shipping-info p{margin:0}.product-shipping-info p+p{margin-top:.25rem}
/*# sourceMappingURL=/cdn/shop/t/15/assets/tearanga-plus.css.map */
