:root{--rv-primary: #8B3A2A;--rv-primary-dark: #6B2A1A;--rv-primary-light: #A04A38;--rv-cream: #FAF5EF;--rv-cream-dark: #F0E8DC;--rv-gold: #C4944A;--rv-gold-light: #D4A85A;--rv-text: #2C2420;--rv-text-light: #5A4A40;--rv-green: #3D7A45;--rv-border: #E8DDD2;--rv-white: #FFFFFF;--rv-red: #C0392B;--rv-radius: 8px;--rv-shadow: 0 2px 12px rgba(44, 36, 32, .08);--rv-shadow-lg: 0 8px 32px rgba(44, 36, 32, .12)}*{margin:0;padding:0;box-sizing:border-box}.revive-pdp{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--rv-text);line-height:1.6;background:var(--rv-white);overflow-x:hidden}.rv-container{max-width:1200px;margin:0 auto;padding:0 24px}.rv-announcement-bar{background:var(--rv-primary);color:var(--rv-white);text-align:center;padding:12px 16px;font-size:14px;font-weight:500;letter-spacing:.3px}.rv-announcement-bar strong{font-weight:700}.rv-ticker{background:var(--rv-cream);border-bottom:1px solid var(--rv-border);overflow:hidden;padding:10px 0;white-space:nowrap}.rv-ticker-track{display:inline-flex;animation:rv-ticker-scroll 40s linear infinite}@keyframes rv-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.rv-ticker-item{display:inline-flex;align-items:center;gap:8px;padding:0 32px;font-size:13px;color:var(--rv-text-light)}.rv-ticker-quote{font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.5px;color:var(--rv-primary)}.rv-ticker-dot{color:var(--rv-gold);font-size:18px}.rv-ticker-author{font-style:italic;color:var(--rv-text-light)}.rv-product-hero{padding:48px 0;background:var(--rv-white)}.rv-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media(max-width:768px){.rv-product-grid{grid-template-columns:1fr;gap:32px}}.rv-gallery{position:sticky;top:24px}.rv-gallery-main{background:var(--rv-cream);border-radius:var(--rv-radius);padding:24px;display:flex;align-items:center;justify-content:center;min-height:400px;margin-bottom:12px}.rv-main-image{max-width:100%;max-height:420px;object-fit:contain;border-radius:4px}.rv-gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap}.rv-thumb{width:64px;height:64px;border:2px solid var(--rv-border);border-radius:6px;overflow:hidden;cursor:pointer;transition:border-color .2s;background:var(--rv-cream);display:flex;align-items:center;justify-content:center}.rv-thumb img{width:100%;height:100%;object-fit:cover}.rv-thumb-active,.rv-thumb:hover{border-color:var(--rv-primary)}.rv-product-info{padding-top:8px}.rv-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.rv-stars{color:var(--rv-gold);font-size:18px;letter-spacing:1px}.rv-rating-text{font-size:14px;color:var(--rv-text-light)}.rv-product-title{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:12px;color:var(--rv-text)}.rv-price-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.rv-price-current{font-size:28px;font-weight:700;color:var(--rv-primary)}.rv-price-compare{font-size:18px;color:#999;text-decoration:line-through}.rv-price-badge{background:var(--rv-primary);color:var(--rv-white);font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px}.rv-benefits-subtitle{font-size:15px;color:var(--rv-text);margin-bottom:16px;line-height:1.5}.rv-benefits-list{list-style:none;margin-bottom:20px}.rv-benefit-item{display:flex;align-items:flex-start;gap:10px;padding:6px 0;font-size:14px;line-height:1.5;color:var(--rv-text)}.rv-check-icon{width:20px;height:20px;min-width:20px;color:var(--rv-green);margin-top:1px}.rv-shipping-info{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--rv-text-light);margin-bottom:8px;flex-wrap:wrap}.rv-shipping-dot{width:8px;height:8px;border-radius:50%;background:var(--rv-green);display:inline-block}.rv-urgency{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--rv-red);margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.rv-urgency-dot{width:8px;height:8px;border-radius:50%;background:var(--rv-red);animation:rv-pulse 1.5s infinite}@keyframes rv-pulse{0%,to{opacity:1}50%{opacity:.3}}.rv-bundles{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.rv-bundle-option{border:2px solid var(--rv-border);border-radius:var(--rv-radius);padding:14px 16px;cursor:pointer;transition:all .2s;position:relative}.rv-bundle-option:hover{border-color:var(--rv-primary-light)}.rv-bundle-active{border-color:var(--rv-primary);background:#8b3a2a08}.rv-bundle-content{display:flex;align-items:center;justify-content:space-between}.rv-bundle-left{display:flex;align-items:center;gap:12px}.rv-bundle-radio{width:18px;height:18px;border:2px solid var(--rv-border);border-radius:50%;display:inline-block;position:relative}.rv-bundle-active .rv-bundle-radio{border-color:var(--rv-primary)}.rv-bundle-active .rv-bundle-radio:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;background:var(--rv-primary);border-radius:50%}.rv-bundle-name{font-weight:600;font-size:14px;display:block}.rv-bundle-per{font-size:12px;color:var(--rv-text-light)}.rv-bundle-right{text-align:right}.rv-bundle-price{font-weight:700;font-size:16px;color:var(--rv-text);display:block}.rv-bundle-compare{font-size:13px;color:#999;text-decoration:line-through}.rv-bundle-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;padding:3px 8px;border-radius:3px;margin-top:4px}.rv-badge-popular{background:var(--rv-primary);color:var(--rv-white)}.rv-badge-value{background:var(--rv-gold);color:var(--rv-white)}.rv-bundle-option input[type=radio]{display:none}.rv-subscribe{margin-bottom:16px;padding:12px 16px;border:1px solid var(--rv-border);border-radius:var(--rv-radius);background:var(--rv-cream)}.rv-subscribe-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px}.rv-subscribe-label input[type=checkbox]{margin-top:2px;accent-color:var(--rv-primary)}.rv-subscribe-text strong{display:block;margin-bottom:2px}.rv-subscribe-text span{font-size:12px;color:var(--rv-text-light)}.rv-add-to-cart{width:100%;background:var(--rv-primary);color:var(--rv-white);border:none;border-radius:var(--rv-radius);padding:18px 24px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .2s;margin-bottom:12px}.rv-add-to-cart:hover{background:var(--rv-primary-dark)}.rv-cart-guarantee{display:block;font-size:11px;font-weight:400;letter-spacing:.5px;opacity:.85;margin-top:4px}.rv-trust-badges{display:flex;justify-content:center;gap:20px;padding:16px 0;border-bottom:1px solid var(--rv-border);margin-bottom:20px;flex-wrap:wrap}.rv-trust-badge{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--rv-text-light);font-weight:500}.rv-accordions{border-top:1px solid var(--rv-border)}.rv-accordion{border-bottom:1px solid var(--rv-border)}.rv-accordion summary{padding:16px 0;font-weight:600;font-size:14px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.rv-accordion summary:after{content:"\25bc";font-size:10px;transition:transform .2s;color:var(--rv-text-light)}.rv-accordion[open] summary:after{transform:rotate(180deg)}.rv-accordion-content{padding:0 0 16px;font-size:14px;line-height:1.7;color:var(--rv-text-light)}.rv-accordion-content p{margin-bottom:10px}.rv-accordion-content p:last-child{margin-bottom:0}.rv-ingredients-section{padding:64px 0;background:var(--rv-cream);border-top:1px solid var(--rv-border)}.rv-section-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:12px;color:var(--rv-text)}.rv-section-subtitle{text-align:center;font-size:15px;color:var(--rv-text-light);max-width:600px;margin:0 auto 40px;line-height:1.6}.rv-ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.rv-ingredients-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.rv-ingredients-grid{grid-template-columns:1fr}}.rv-ingredient-card{background:var(--rv-white);border:1px solid var(--rv-border);border-radius:var(--rv-radius);padding:20px;text-align:center;transition:box-shadow .2s}.rv-ingredient-card:hover{box-shadow:var(--rv-shadow)}.rv-ingredient-name{font-size:15px;font-weight:700;margin-bottom:4px;color:var(--rv-text)}.rv-ingredient-role{font-size:13px;color:var(--rv-text-light)}.rv-apart-section{padding:64px 0;background:var(--rv-white)}.rv-apart-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){.rv-apart-grid{grid-template-columns:1fr}}.rv-apart-image img{width:100%;border-radius:var(--rv-radius)}.rv-apart-content .rv-section-title{text-align:left;margin-bottom:16px}.rv-apart-content>p{font-size:15px;color:var(--rv-text-light);margin-bottom:24px;line-height:1.6}.rv-apart-features{display:flex;flex-direction:column;gap:20px}.rv-apart-feature{display:flex;gap:14px;align-items:flex-start}.rv-apart-icon{width:40px;height:40px;min-width:40px;background:var(--rv-cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.rv-apart-feature h4{font-size:15px;font-weight:700;margin-bottom:4px;color:var(--rv-text)}.rv-apart-feature p{font-size:13px;color:var(--rv-text-light);line-height:1.5}.rv-stats-section{padding:64px 0;background:var(--rv-primary);color:var(--rv-white)}.rv-stats-section .rv-section-title{color:var(--rv-white);margin-bottom:40px}.rv-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:768px){.rv-stats-grid{grid-template-columns:repeat(2,1fr)}}.rv-stat-card{text-align:center;padding:24px 16px;background:#ffffff14;border-radius:var(--rv-radius);border:1px solid rgba(255,255,255,.15)}.rv-stat-number{display:block;font-size:36px;font-weight:800;margin-bottom:8px;color:var(--rv-gold-light)}.rv-stat-card p{font-size:13px;line-height:1.5;opacity:.9}.rv-comparison-section{padding:64px 0;background:var(--rv-cream)}.rv-comparison-table{max-width:700px;margin:0 auto;border-radius:var(--rv-radius);overflow:hidden;box-shadow:var(--rv-shadow);background:var(--rv-white)}.rv-comparison-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--rv-primary);color:var(--rv-white);font-weight:700;font-size:14px;padding:14px 20px}.rv-comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr;padding:12px 20px;border-bottom:1px solid var(--rv-border);font-size:14px;align-items:center}.rv-comparison-row:last-child{border-bottom:none}.rv-comparison-row:nth-child(2n){background:var(--rv-cream)}.rv-comparison-feature{font-weight:500}.rv-comparison-us{text-align:center;font-weight:600}.rv-comparison-them{text-align:center;color:var(--rv-text-light)}.rv-check{color:var(--rv-green)}.rv-cross{color:#c0392b}.rv-testimonials-section{padding:64px 0;background:var(--rv-white)}.rv-testimonials-header{text-align:center;margin-bottom:8px}.rv-testimonials-count{font-size:14px;color:var(--rv-text-light);margin-bottom:4px}.rv-testimonials-rating{font-size:14px;color:var(--rv-gold);font-weight:600}.rv-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}@media(max-width:768px){.rv-testimonials-grid{grid-template-columns:1fr}}.rv-testimonial-card{background:var(--rv-cream);border:1px solid var(--rv-border);border-radius:var(--rv-radius);padding:24px}.rv-testimonial-content .rv-stars{margin-bottom:12px}.rv-testimonial-text{font-size:14px;line-height:1.6;color:var(--rv-text);margin-bottom:16px;font-style:italic}.rv-testimonial-author{font-size:13px;display:flex;align-items:center;gap:8px}.rv-verified{color:var(--rv-green);font-size:12px}.rv-howto-section{padding:64px 0;background:var(--rv-cream);border-top:1px solid var(--rv-border)}.rv-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:16px}@media(max-width:768px){.rv-howto-grid{grid-template-columns:repeat(2,1fr)}}.rv-howto-step{text-align:center;padding:24px 16px;background:var(--rv-white);border-radius:var(--rv-radius);border:1px solid var(--rv-border)}.rv-howto-icon{font-size:32px;margin-bottom:12px}.rv-howto-step h4{font-size:14px;font-weight:600;color:var(--rv-text)}.rv-howto-rationale{text-align:center;font-size:13px;color:var(--rv-text-light);margin-top:20px;font-style:italic}.rv-faq-section{padding:64px 0;background:var(--rv-white)}.rv-faq-list{max-width:700px;margin:32px auto 0}.rv-faq-item{border-bottom:1px solid var(--rv-border)}.rv-faq-item summary{padding:18px 0;font-weight:600;font-size:15px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.rv-faq-item summary:after{content:"+";font-size:20px;font-weight:300;color:var(--rv-primary);transition:transform .2s}.rv-faq-item[open] summary:after{content:"\2212"}.rv-faq-answer{padding:0 0 18px;font-size:14px;line-height:1.7;color:var(--rv-text-light)}.rv-guarantee-banner{padding:48px 0;background:var(--rv-cream-dark);border-top:1px solid var(--rv-border);border-bottom:1px solid var(--rv-border)}.rv-guarantee-content{display:flex;align-items:center;justify-content:center;gap:20px;text-align:center}.rv-guarantee-icon{font-size:40px}.rv-guarantee-content h3{font-size:20px;font-weight:700;margin-bottom:4px;color:var(--rv-text)}.rv-guarantee-content p{font-size:14px;color:var(--rv-text-light)}.rv-disclaimer{padding:24px 0;text-align:center;font-size:11px;color:var(--rv-text-light);background:var(--rv-cream);border-top:1px solid var(--rv-border)}.rv-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--rv-white);border-top:1px solid var(--rv-border);box-shadow:0 -4px 16px #0000001a;padding:12px 24px;z-index:1000;transform:translateY(100%);transition:transform .3s ease}.rv-sticky-visible{transform:translateY(0)}.rv-sticky-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.rv-sticky-left{display:flex;flex-direction:column;gap:2px}.rv-sticky-left strong{font-size:14px}.rv-sticky-reviews{font-size:12px;color:var(--rv-gold)}.rv-sticky-cta{background:var(--rv-primary);color:var(--rv-white);border:none;padding:12px 28px;border-radius:var(--rv-radius);font-weight:700;font-size:14px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:background .2s}.rv-sticky-cta:hover{background:var(--rv-primary-dark)}@media(max-width:768px){.rv-product-title,.rv-section-title{font-size:22px}.rv-gallery{position:static}.rv-stats-grid{grid-template-columns:repeat(2,1fr)}.rv-apart-grid{grid-template-columns:1fr}.rv-comparison-header,.rv-comparison-row{font-size:12px;padding:10px 12px}}@media(max-width:480px){.rv-howto-grid{grid-template-columns:1fr 1fr}.rv-trust-badges{gap:12px}.rv-sticky-left strong{font-size:12px}.rv-sticky-cta{padding:10px 20px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/revive-pdp.css.map */
