.pvl{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.pvl-offers-wrap.hide{display:none}.pvl-offers-spacer{min-height:70vh}.pvl-offers-wrap:not(.hide)+.pvl-offers-spacer{display:none}.pvl-video{width:100%;max-width:100%}.pvl-video__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#000;color:#fff}.pvl-video__menu,.pvl-video__search{background:none;border:none;padding:.25rem;cursor:pointer;color:inherit}.pvl-video__menu-icon{display:block;width:20px;height:14px;background:linear-gradient(to bottom,currentColor 2px,transparent 2px);background-size:100% 4px}.pvl-video__search-icon{display:block;width:18px;height:18px;border:2px solid currentColor;border-radius:50%;position:relative}.pvl-video__search-icon:after{content:"";position:absolute;bottom:-4px;right:-2px;width:8px;height:2px;background:currentColor;transform:rotate(45deg)}.pvl-video__brand{font-size:1rem;font-weight:700}.pvl-video__ticker{background-color:#c82333;color:#fff;padding:.5rem 0;overflow:hidden}.pvl-video__ticker-text{display:inline-block;padding-left:100%;white-space:nowrap;animation:pvl-ticker 20s linear infinite;font-size:.85rem;font-weight:700}@keyframes pvl-ticker{0%{transform:translate(0)}to{transform:translate(-100%)}}.pvl-video__player-wrap{margin-top:2rem;width:100%}.pvl-video__player{max-width:100%}@media (min-width: 768px){.pvl-video__player-wrap{max-width:960px;margin-left:auto;margin-right:auto}}.pvl-offers{padding:2rem 1rem 3rem;max-width:1000px;margin:0 auto}.pvl-offers__title{text-align:center;font-size:1.75rem;font-weight:700;color:#212529;margin:0 0 .25rem}.pvl-offers__subtitle{text-align:center;font-size:1rem;color:#495057;margin:0 0 2rem}.pvl-offers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:start}.offer-card{position:relative;background:#fff;border:1px solid #dee2e6;border-radius:12px;overflow:hidden;padding:0 0 1.25rem;text-align:center;box-shadow:0 2px 8px #00000014}.offer-card--best{border:2px solid #c82333;box-shadow:0 4px 16px #c8233326}.offer-card__badge{position:absolute;top:0;left:50%;transform:translate(-50%);background:#ffc107;color:#212529;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:0 0 8px 8px;z-index:1}.offer-card__header{background:#e85d04;color:#fff;padding:.75rem 1rem}.offer-card--best .offer-card__header{padding-top:1.75rem}.offer-card__bottles{display:block;font-size:1.25rem;font-weight:700}.offer-card__supply{display:block;font-size:.85rem;opacity:.95}.offer-card__image-wrap{padding:1rem;min-height:120px;display:flex;align-items:center;justify-content:center}.offer-card__image{max-width:100%;max-height:160px;object-fit:contain}.offer-card__per-bottle{font-size:1.25rem;font-weight:700;color:#e85d04;margin:0 0 .25rem}.offer-card__prices{margin:0 0 .5rem;font-size:.95rem}.offer-card__original{text-decoration:line-through;color:#868e96;margin-right:.5rem}.offer-card__total{font-weight:700;color:#212529}.offer-card__save{display:inline-block;background:#fff3cd;color:#212529;font-size:.85rem;font-weight:700;padding:.35rem .75rem;border-radius:6px;margin-bottom:1rem}.offer-card__cta{display:block;width:calc(100% - 2rem);margin:0 auto .5rem;padding:.85rem 1rem;background:#198754;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;text-transform:uppercase;border-radius:8px;transition:background-color .2s}.offer-card__cta:hover{background:#157347}.offer-card__shipping{font-size:.9rem;color:#198754;font-weight:600;margin:0 0 .25rem}.offer-card__guarantee{font-size:.8rem;color:#6c757d;margin:0 0 .75rem}.offer-card__cards{padding:0 1rem}.offer-card__cards-img{max-width:100%;height:auto;display:block;margin:0 auto}:root{--color-bg: #ffffff;--color-footer-bg: #2c3e50;--color-accent: #c82333;--color-cta: #cc2929;--color-text: #212529;--color-footer-text: #e9ecef;--color-footer-muted: #adb5bd;--max-width: 720px}.app{display:flex;flex-direction:column;min-height:100vh}.main{flex:1;background-color:var(--color-bg);padding:2rem 1rem 3rem}.container{max-width:var(--max-width);margin:0 auto}.footer{background-color:var(--color-footer-bg);color:var(--color-footer-text);padding:2rem 1rem 3rem}.footer__container{max-width:var(--max-width);margin:0 auto;font-size:.875rem;line-height:1.6}.footer__copyright{text-align:center;margin:0 0 1rem;color:var(--color-footer-muted)}.footer__links{text-align:center;margin-bottom:1rem}.footer__links a{color:var(--color-footer-text);text-decoration:none}.footer__links a:hover{text-decoration:underline}.footer__sep{margin:0 .35rem;color:var(--color-footer-muted)}.footer__facebook{text-align:center;margin:0 0 2rem;color:var(--color-footer-muted);font-size:.8rem}.footer__disclaimers{text-align:left}.footer__disclaimers section{margin-bottom:1.5rem}.footer__disclaimers section:last-child{margin-bottom:0}.footer__disclaimers-general{margin:0 0 1.5rem;color:var(--color-footer-muted);font-size:.8rem}.footer__disclaimer-title{font-size:.9rem;font-weight:700;margin:0 0 .5rem;color:var(--color-footer-text)}.footer__disclaimers p{margin:0;color:var(--color-footer-muted);font-size:.8rem}.legal-page{min-height:100vh;background-color:var(--color-bg);padding:2rem 1rem 4rem}.legal-page__container{max-width:var(--max-width);margin:0 auto}.legal-page__title{font-size:1.75rem;font-weight:700;color:var(--color-text);margin:0 0 .25rem}.legal-page__updated{font-size:.875rem;color:var(--color-footer-muted);margin:0 0 1.5rem}.legal-page__content{font-size:1rem;line-height:1.65;color:var(--color-text)}.legal-page__content h2{font-size:1.1rem;font-weight:700;margin:1.5rem 0 .5rem}.legal-page__content p{margin:0 0 1rem}.legal-page__content a{color:var(--color-accent);text-decoration:none}.legal-page__content a:hover{text-decoration:underline}.legal-page__back{display:inline-block;margin-top:2rem;color:var(--color-accent);font-weight:600;text-decoration:none}.legal-page__back:hover{text-decoration:underline}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;background-color:#fff;color:#212529}
