@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap";:root{--hollow-purple: #682D58;--hollow-purple-dark: #5E3653;--hollow-purple-light: #F8F5F7;--hollow-text-dark: #1a1a1a;--hollow-text-muted: #666666;--hollow-text-light: #999999;--hollow-border: #E0E0E0;--hollow-border-light: #E8E0E5;--hollow-success: #27AE60;--hollow-badge-popular: #682D58;--hollow-badge-best: #27AE60;--hollow-white: #FFFFFF;--hollow-bg-cream: #FDFBFC;--hollow-shadow: rgba(104, 45, 88, .12);--hollow-radius: 8px;--hollow-radius-lg: 12px;--hollow-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--hollow-font-heading: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--hollow-heading-tracking: -.02em;--hollow-heading-tracking-tight: -.03em;--hollow-body-tracking: -.01em;--hollow-uppercase-tracking: .08em;--hollow-body-line-height: 1.6;--hollow-heading-line-height: 1.15}.hollow-section,.hollow-section *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hollow-section{width:100%;padding:0;margin:0}.hollow-container{max-width:1200px;margin:0 auto;padding:0 12px}@media (min-width: 768px){.hollow-container{padding:0 16px}}@media (min-width: 1024px){.hollow-container{padding:0 24px}}.hollow-hero{padding:8px 0 16px;background:var(--hollow-white)}.hollow-hero__wrapper{display:flex;flex-direction:column;gap:16px}@media (min-width: 1024px){.hollow-hero__wrapper{flex-direction:row;gap:32px;align-items:flex-start}}.hollow-hero__gallery{width:100%}@media (min-width: 1024px){.hollow-hero__gallery{flex:0 0 50%;max-width:50%}}.hollow-hero__featured-image{width:100%;border-radius:var(--hollow-radius-lg);overflow:hidden;margin-bottom:6px}.hollow-hero__featured-image img{width:100%;height:auto;display:block;object-fit:contain}.hollow-hero__thumbnails-wrapper{position:relative;width:100%}.hollow-hero__thumbnails{display:flex;gap:6px;flex-wrap:nowrap;padding:2px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth}.hollow-hero__thumbnails::-webkit-scrollbar{display:none}.hollow-hero__thumb{flex:0 0 calc((100% - 36px) / 7);aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;background:#fff;scroll-snap-align:start}.hollow-hero__thumb:hover,.hollow-hero__thumb.is-active{border-color:var(--hollow-purple)}.hollow-hero__thumb img{width:100%;height:100%;object-fit:contain}.hollow-hero__scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#ffffffe6;border:1px solid var(--hollow-border-light);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity .2s ease;box-shadow:0 1px 3px #0000001a}.hollow-hero__thumbnails-wrapper:hover .hollow-hero__scroll-arrow{opacity:1}.hollow-hero__scroll-arrow--left{left:-8px}.hollow-hero__scroll-arrow--right{right:-8px}.hollow-hero__scroll-arrow svg{width:12px;height:12px;color:var(--hollow-text)}.hollow-hero__scroll-arrow:hover{background:#fff;border-color:var(--hollow-purple)}@media (min-width: 768px){.hollow-hero__thumbnails{gap:8px}.hollow-hero__thumb{flex:0 0 calc((100% - 48px) / 7)}}@media (min-width: 1024px){.hollow-hero__thumb{flex:0 0 calc((100% - 48px) / 7)}}.hollow-hero__content{width:100%}@media (min-width: 1024px){.hollow-hero__content{flex:1;max-width:45%}}.hollow-hero__rating{margin-bottom:12px}.hollow-hero__title{font-family:var(--hollow-font-heading);font-size:26px;font-weight:600;line-height:var(--hollow-heading-line-height);letter-spacing:var(--hollow-heading-tracking);color:var(--hollow-text-dark);margin:0 0 16px}@media (min-width: 768px){.hollow-hero__title{font-size:28px}}@media (min-width: 1024px){.hollow-hero__title{font-size:32px}}.hollow-hero__benefits{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}.hollow-hero__benefit{display:flex;align-items:flex-start;gap:12px;font-family:var(--hollow-font-body);font-size:14px;line-height:1.4;color:var(--hollow-text-dark)}.hollow-hero__benefit svg{flex-shrink:0;width:22px;height:22px;color:var(--hollow-text-dark);margin-top:1px}.hollow-hero__colors{margin-bottom:20px}.hollow-hero__colors-label{font-family:var(--hollow-font-body);font-size:12px;font-weight:600;color:var(--hollow-text-dark);margin-bottom:10px;text-transform:uppercase;letter-spacing:var(--hollow-uppercase-tracking)}.hollow-hero__colors-label span{font-weight:400;color:var(--hollow-text-muted);text-transform:none}.hollow-hero__bundles{margin-bottom:20px}.hollow-hero__bundles-header{font-family:var(--hollow-font-body);font-size:12px;font-weight:600;color:var(--hollow-text-dark);margin-bottom:12px;text-transform:uppercase;letter-spacing:var(--hollow-uppercase-tracking)}.hollow-hero__add-to-cart{width:100%;padding:16px 24px;font-family:var(--hollow-font-heading);font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:var(--hollow-uppercase-tracking);color:var(--hollow-white);background:var(--hollow-purple);border:none;border-radius:var(--hollow-radius);cursor:pointer;transition:background-color .2s ease,transform .1s ease;min-height:56px}.hollow-hero__add-to-cart:hover{background:var(--hollow-purple-dark)}.hollow-hero__add-to-cart:active{transform:scale(.98)}.hollow-hero__add-to-cart:disabled{background:var(--hollow-text-light);cursor:not-allowed}.hollow-hero__trust-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--hollow-border)}.hollow-hero__trust-badge{display:flex;align-items:center;gap:6px;font-family:var(--hollow-font-body);font-size:12px;color:var(--hollow-text-muted)}.hollow-hero__trust-badge svg{flex-shrink:0;width:16px;height:16px}@media (min-width: 768px){.hollow-hero__trust-badges{gap:20px}.hollow-hero__trust-badge{font-size:13px}}.hollow-hero__prime{margin-top:16px}.hollow-hero__accordions{margin-top:20px}.hollow-hero__accordions .hollow-accordion{border-bottom:1px solid var(--hollow-border)}.hollow-hero__accordions .hollow-accordion:last-child{border-bottom:none}.hollow-hero__accordions .hollow-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;background:none;border:none;cursor:pointer;font-family:var(--hollow-font-body);text-align:left}.hollow-hero__accordions .hollow-accordion__title{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:var(--hollow-text-dark)}.hollow-hero__accordions .hollow-accordion__title svg{width:20px;height:20px;color:var(--hollow-text-muted)}.hollow-hero__accordions .hollow-accordion__icon{width:20px;height:20px;color:var(--hollow-text-muted);transition:transform .2s ease}.hollow-hero__accordions .hollow-accordion[open] .hollow-accordion__icon{transform:rotate(180deg)}.hollow-hero__accordions .hollow-accordion__content{padding:0 0 16px 32px;font-family:var(--hollow-font-body);font-size:13px;line-height:1.6;color:var(--hollow-text-muted)}.hollow-hero__accordions .hollow-accordion__content ul{margin:0;padding:0 0 0 16px}.hollow-hero__accordions .hollow-accordion__content li{margin-bottom:4px}.hollow-hero__shipping{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:10px 16px;background:var(--hollow-purple-light);border:1px solid var(--hollow-border-light);border-radius:var(--hollow-radius);font-family:var(--hollow-font-body);font-size:13px;font-weight:500;color:var(--hollow-purple)}.hollow-hero__shipping svg{flex-shrink:0;width:16px;height:16px}.hollow-color-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hollow-color-picker__fieldset{display:contents;border:none;padding:0;margin:0}.hollow-color-picker__swatch{position:relative;width:100%;aspect-ratio:1.4 / 1;border-radius:12px;cursor:pointer;border:2px solid transparent;background-size:cover;background-position:center;transition:border-color .2s ease,transform .1s ease,box-shadow .2s ease}.hollow-color-picker__swatch:hover{transform:scale(1.03);box-shadow:0 2px 8px #00000026}.hollow-color-picker__swatch.is-selected{border:2px solid var(--hollow-text);box-shadow:none}.hollow-color-picker__swatch input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.hollow-color-picker__sale-badge{position:absolute;top:-4px;right:-4px;padding:2px 4px;font-size:8px;font-weight:700;text-transform:uppercase;color:var(--hollow-white);background:var(--hollow-purple);border-radius:3px}@media (min-width: 768px){.hollow-color-picker{gap:12px}}.hollow-bundle-selector{display:flex;flex-direction:column;gap:10px}.hollow-bundle-card{position:relative;display:flex;flex-direction:row;align-items:center;padding:10px 14px;border:1.5px solid var(--hollow-border);border-radius:var(--hollow-radius);background:var(--hollow-white);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.hollow-bundle-card:hover{border-color:var(--hollow-purple)}.hollow-bundle-card.is-selected{border-color:var(--hollow-purple);border-width:2px;background:var(--hollow-bg-cream);box-shadow:0 2px 8px var(--hollow-shadow)}.hollow-bundle-card__input{position:absolute;opacity:0;pointer-events:none}.hollow-bundle-card__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.hollow-bundle-card__badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:3px;font-family:var(--hollow-font-body);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.hollow-bundle-card__badge--popular{background:var(--hollow-purple);color:var(--hollow-white)}.hollow-bundle-card__badge--best-value{background:var(--hollow-badge-best);color:var(--hollow-white)}.hollow-bundle-card__badge--savings{background:var(--hollow-purple-light);color:var(--hollow-purple);border:1px solid var(--hollow-purple)}.hollow-bundle-card__badge--free-shipping{background:var(--hollow-purple-light);color:var(--hollow-purple)}.hollow-bundle-card__header{display:flex;flex-direction:column;gap:0;margin-bottom:4px}.hollow-bundle-card__title{font-family:var(--hollow-font-body);font-size:16px;font-weight:600;color:var(--hollow-text-dark);line-height:1.3}.hollow-bundle-card__subtitle{font-family:var(--hollow-font-body);font-size:13px;color:var(--hollow-text-muted)}.hollow-bundle-card__pricing{display:flex;flex-direction:column;gap:2px}.hollow-bundle-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.hollow-bundle-card__compare-price{font-family:var(--hollow-font-body);font-size:13px;color:var(--hollow-text-light);text-decoration:line-through}.hollow-bundle-card__current-price{font-family:var(--hollow-font-heading);font-size:20px;font-weight:600;color:var(--hollow-text-dark);line-height:1.2;letter-spacing:var(--hollow-heading-tracking)}.hollow-bundle-card.is-selected .hollow-bundle-card__current-price{color:var(--hollow-purple)}.hollow-bundle-card__per-unit{font-family:var(--hollow-font-body);font-size:12px;color:var(--hollow-text-muted)}.hollow-bundle-card__indicator{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:22px;height:22px;border:2px solid var(--hollow-border);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s ease;background:var(--hollow-white)}.hollow-bundle-card.is-selected .hollow-bundle-card__indicator{background:var(--hollow-purple);border-color:var(--hollow-purple)}.hollow-bundle-card__indicator-check{display:none;width:12px;height:12px;color:var(--hollow-white)}.hollow-bundle-card.is-selected .hollow-bundle-card__indicator-check{display:block}.hollow-promo-banner{padding:12px 16px;background:var(--hollow-purple);text-align:center}.hollow-promo-banner__text{font-family:var(--hollow-font-body);font-size:14px;font-weight:600;color:var(--hollow-white);text-transform:uppercase;letter-spacing:.5px}.hollow-promo-banner__countdown{display:flex;justify-content:center;gap:8px;margin-top:8px}.hollow-promo-banner__countdown-item{display:flex;flex-direction:column;align-items:center;padding:6px 10px;background:#ffffff26;border-radius:4px}.hollow-promo-banner__countdown-value{font-size:18px;font-weight:700;color:var(--hollow-white)}.hollow-promo-banner__countdown-label{font-size:10px;text-transform:uppercase;color:#fffc}.hollow-accordions{padding:32px 0;background:var(--hollow-white)}.hollow-accordions__list{border-top:1px solid var(--hollow-border)}.hollow-accordion{border-bottom:1px solid var(--hollow-border)}.hollow-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;background:transparent;border:none;cursor:pointer;text-align:left}.hollow-accordion__title{display:flex;align-items:center;gap:12px;font-family:var(--hollow-font-body);font-size:16px;font-weight:600;color:var(--hollow-text-dark)}.hollow-accordion__title svg{flex-shrink:0;width:20px;height:20px;color:var(--hollow-purple)}.hollow-accordion__icon{flex-shrink:0;width:24px;height:24px;color:var(--hollow-text-muted);transition:transform .3s ease}.hollow-accordion[open] .hollow-accordion__icon{transform:rotate(180deg)}.hollow-accordion__content{padding:0 0 20px 32px;font-family:var(--hollow-font-body);font-size:14px;line-height:1.6;color:var(--hollow-text-muted)}.hollow-accordion__content ul{margin:0;padding:0 0 0 16px}.hollow-accordion__content li{margin-bottom:6px}.hollow-accordion__content p{margin:0 0 12px}.hollow-accordion__content p:last-child{margin-bottom:0}.hollow-comparison{padding:48px 0;background:var(--hollow-purple);position:relative;overflow:hidden}.hollow-comparison.pattern-wine-glass:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3C!-- Wine glass 1 --%3E%3Cpath d='M40 20 Q30 50 40 70 Q50 80 50 100 L50 130 M35 130 L65 130'/%3E%3Cellipse cx='40' cy='45' rx='18' ry='25'/%3E%3C!-- Wine glass 2 rotated --%3E%3Cpath d='M150 60 Q140 90 150 110 Q160 120 160 140 L160 170 M145 170 L175 170'/%3E%3Cellipse cx='150' cy='85' rx='18' ry='25'/%3E%3C!-- Wine glass 3 tilted --%3E%3Cpath d='M90 120 Q80 150 90 170 Q100 180 100 200'/%3E%3Cellipse cx='90' cy='145' rx='16' ry='22'/%3E%3C/g%3E%3C/svg%3E");background-size:200px 200px;background-repeat:repeat;pointer-events:none}.hollow-comparison.pattern-vine:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3C!-- Main vine curve --%3E%3Cpath d='M0 150 Q75 100 150 150 Q225 200 300 150'/%3E%3Cpath d='M0 250 Q75 200 150 250 Q225 300 300 250'/%3E%3Cpath d='M0 50 Q75 0 150 50 Q225 100 300 50'/%3E%3C!-- Curly tendrils --%3E%3Cpath d='M80 150 Q90 130 85 110 Q80 95 90 85'/%3E%3Cpath d='M220 150 Q230 170 225 190 Q220 205 230 215'/%3E%3Cpath d='M50 50 Q60 30 55 15'/%3E%3Cpath d='M250 250 Q260 230 255 215'/%3E%3C!-- Leaf shapes --%3E%3Cpath d='M120 130 Q130 115 145 120 Q140 135 120 130'/%3E%3Cpath d='M180 170 Q190 155 205 160 Q200 175 180 170'/%3E%3Cpath d='M60 230 Q70 215 85 220 Q80 235 60 230'/%3E%3C/g%3E%3C/svg%3E");background-size:300px 300px;background-repeat:repeat;pointer-events:none}.hollow-comparison.pattern-talavera:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3C!-- Center diamond --%3E%3Cpath d='M60 20 L80 60 L60 100 L40 60 Z'/%3E%3C!-- Inner diamond --%3E%3Cpath d='M60 35 L70 60 L60 85 L50 60 Z'/%3E%3C!-- Corner flourishes --%3E%3Ccircle cx='20' cy='20' r='12'/%3E%3Ccircle cx='100' cy='20' r='12'/%3E%3Ccircle cx='20' cy='100' r='12'/%3E%3Ccircle cx='100' cy='100' r='12'/%3E%3C!-- Decorative dots --%3E%3Ccircle cx='60' cy='60' r='4' fill='%23ffffff'/%3E%3Ccircle cx='20' cy='60' r='3' fill='%23ffffff'/%3E%3Ccircle cx='100' cy='60' r='3' fill='%23ffffff'/%3E%3Ccircle cx='60' cy='20' r='3' fill='%23ffffff'/%3E%3Ccircle cx='60' cy='100' r='3' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");background-size:120px 120px;background-repeat:repeat;pointer-events:none}.hollow-comparison.pattern-confetti:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg fill='%23ffffff'%3E%3C!-- Scattered dots of varying sizes --%3E%3Ccircle cx='20' cy='30' r='3'/%3E%3Ccircle cx='80' cy='20' r='2'/%3E%3Ccircle cx='150' cy='40' r='4'/%3E%3Ccircle cx='180' cy='80' r='2'/%3E%3Ccircle cx='40' cy='90' r='3'/%3E%3Ccircle cx='120' cy='70' r='2'/%3E%3Ccircle cx='60' cy='140' r='4'/%3E%3Ccircle cx='170' cy='150' r='3'/%3E%3Ccircle cx='30' cy='170' r='2'/%3E%3Ccircle cx='100' cy='120' r='3'/%3E%3Ccircle cx='140' cy='180' r='2'/%3E%3Ccircle cx='90' cy='180' r='3'/%3E%3Ccircle cx='10' cy='120' r='2'/%3E%3Ccircle cx='190' cy='10' r='3'/%3E%3Ccircle cx='50' cy='60' r='2'/%3E%3Ccircle cx='160' cy='110' r='2'/%3E%3C!-- Small star/sparkle accents --%3E%3Cpath d='M130 30 L132 36 L138 36 L133 40 L135 46 L130 42 L125 46 L127 40 L122 36 L128 36 Z'/%3E%3Cpath d='M70 100 L72 106 L78 106 L73 110 L75 116 L70 112 L65 116 L67 110 L62 106 L68 106 Z'/%3E%3Cpath d='M175 170 L177 176 L183 176 L178 180 L180 186 L175 182 L170 186 L172 180 L167 176 L173 176 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:200px 200px;background-repeat:repeat;pointer-events:none}.hollow-comparison.pattern-swirl:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3C!-- Large flowing curves --%3E%3Cpath d='M0 100 Q100 50 200 100 Q300 150 400 100'/%3E%3Cpath d='M0 200 Q100 150 200 200 Q300 250 400 200'/%3E%3Cpath d='M0 300 Q100 250 200 300 Q300 350 400 300'/%3E%3C!-- Swirl accents --%3E%3Cpath d='M80 150 Q100 130 90 100 Q80 70 100 50'/%3E%3Cpath d='M320 250 Q300 270 310 300 Q320 330 300 350'/%3E%3Cpath d='M200 50 Q220 70 210 100 Q200 130 220 150'/%3E%3Cpath d='M150 300 Q170 280 160 250 Q150 220 170 200'/%3E%3C/g%3E%3C/svg%3E");background-size:400px 400px;background-repeat:repeat;pointer-events:none}.hollow-comparison .hollow-container{position:relative;z-index:1}.hollow-comparison__header{text-align:center;margin-bottom:32px}.hollow-comparison__title{font-family:var(--hollow-font-heading);font-size:24px;font-weight:600;color:#fff;margin:0;letter-spacing:var(--hollow-uppercase-tracking);text-transform:none}@media (min-width: 768px){.hollow-comparison__title{font-size:28px}}.hollow-comparison__grid{display:grid;grid-template-columns:1fr auto 1fr;max-width:500px;margin:0 auto;gap:0;align-items:start}.hollow-comparison__features-col{display:flex;flex-direction:column}.hollow-comparison__col-header{height:60px;display:flex;align-items:center;justify-content:center;font-family:var(--hollow-font-body);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3}.hollow-comparison__features-col .hollow-comparison__col-header{justify-content:flex-start;padding-left:8px}.hollow-comparison__feature-label{height:56px;display:flex;align-items:center;padding:0 8px;font-family:var(--hollow-font-body);font-size:13px;font-weight:600;color:#fff;line-height:1.3;border-bottom:1px solid rgba(255,255,255,.15)}.hollow-comparison__features-col .hollow-comparison__feature-label:last-child{border-bottom:none}.hollow-comparison__saludi-col{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;padding:0 8px;margin:-8px 0;position:relative;z-index:2}.hollow-comparison__saludi-col .hollow-comparison__col-header{height:76px;border-bottom:1px solid #F0F0F0}.hollow-comparison__logo{height:32px;width:auto}.hollow-comparison__brand-text{font-family:var(--hollow-font-heading);font-size:16px;font-weight:700;color:var(--hollow-purple)}.hollow-comparison__saludi-col .hollow-comparison__cell{height:56px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #E8E8E8}.hollow-comparison__saludi-col .hollow-comparison__cell:last-child{border-bottom:none}.hollow-comparison__saludi-col{padding-bottom:8px}.hollow-comparison__competitor-col{display:flex;flex-direction:column}.hollow-comparison__competitor-col .hollow-comparison__col-header{padding:0 8px}.hollow-comparison__competitor-col .hollow-comparison__cell{height:56px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.15)}.hollow-comparison__competitor-col .hollow-comparison__cell:last-child{border-bottom:none}.hollow-comparison__check{width:24px;height:24px;color:#22c55e}.hollow-comparison__x-circle{width:28px;height:28px;background:#8b3a3a;border-radius:50%;display:flex;align-items:center;justify-content:center}.hollow-comparison__x-circle svg{width:14px;height:14px;color:#fff}@media (min-width: 768px){.hollow-comparison{padding:64px 0}.hollow-comparison__grid{max-width:560px}.hollow-comparison__feature-label{font-size:14px;padding-left:16px}.hollow-comparison__col-header{font-size:12px}.hollow-comparison__saludi-col{padding:0 16px}}.hollow-features{padding:48px 0;background:var(--hollow-white)}.hollow-features__header{text-align:center;margin-bottom:32px}.hollow-features__title{font-family:var(--hollow-font-heading);font-size:24px;font-weight:600;color:var(--hollow-text-dark);margin:0;text-transform:none;letter-spacing:var(--hollow-uppercase-tracking)}@media (min-width: 768px){.hollow-features__title{font-size:30px}}.hollow-features__layout{display:flex;flex-direction:column;gap:16px}@media (max-width: 1023px){.hollow-features__layout{gap:0}.hollow-features__column--left{border-radius:12px 12px 0 0!important}.hollow-features__column--right{border-radius:0 0 12px 12px!important;margin-top:-1px}.hollow-features__column--left .hollow-feature--card:last-child{border-bottom:1px solid #f0f0f0}}.hollow-features__image{order:1}.hollow-features__column--left{order:2}.hollow-features__column--right{order:3}@media (min-width: 1024px){.hollow-features__layout{display:grid;grid-template-columns:minmax(260px,300px) 1fr minmax(260px,300px);gap:0;align-items:center;position:relative;max-width:1200px;margin:0 auto}.hollow-features__column{gap:32px!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}.hollow-features__column .hollow-feature--card{border-radius:12px!important;box-shadow:0 4px 20px #00000014!important;border-bottom:none!important}.hollow-features__column--left{order:1;margin-right:-30px;position:relative;z-index:2;border-radius:0!important}.hollow-features__image{order:2;position:relative;z-index:1;min-width:500px}.hollow-features__column--right{order:3;margin-left:-30px;position:relative;z-index:2;border-radius:0!important;margin-top:0}}.hollow-features__column{display:flex;flex-direction:column;gap:0}@media (max-width: 1023px){.hollow-features__column{gap:0;background:var(--hollow-white);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.hollow-feature--card{border-radius:0!important;box-shadow:none!important;border-bottom:1px solid #f0f0f0;padding:14px 16px!important;margin:0!important}.hollow-feature--card:last-child{border-bottom:none}.hollow-feature--card:hover{transform:none!important;box-shadow:none!important}.hollow-feature__icon-box{width:44px!important;height:44px!important}.hollow-feature__icon-box svg{width:22px!important;height:22px!important}.hollow-feature__title{font-size:14px!important;margin-bottom:2px!important}.hollow-feature__description{font-size:13px!important}}.hollow-features__image{width:100%;border-radius:var(--hollow-radius-lg);overflow:hidden}.hollow-features__image img{width:100%;height:auto;display:block;object-fit:cover;border-radius:var(--hollow-radius-lg)}.hollow-feature--card{display:flex;align-items:flex-start;gap:12px;background:var(--hollow-white);border-radius:12px;padding:16px;box-shadow:0 4px 20px #00000014;transition:transform .2s ease,box-shadow .2s ease}.hollow-feature--card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001f}.hollow-feature__icon-box{flex-shrink:0;width:52px;height:52px;background:var(--hollow-white);border:1px solid var(--hollow-border-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--hollow-purple)}.hollow-feature__icon-box svg{width:26px;height:26px}.hollow-feature__text{flex:1;text-align:left}.hollow-feature__title{font-family:var(--hollow-font-heading);font-size:13px;font-weight:800;color:var(--hollow-text-dark);margin:0 0 6px;text-transform:none;letter-spacing:.02em;line-height:1.3}.hollow-feature__description{font-family:var(--hollow-font-body);font-size:13px;line-height:1.5;color:var(--hollow-text-muted);margin:0}@media (min-width: 1024px){.hollow-features__column--right .hollow-feature--card{flex-direction:row-reverse}.hollow-features__column--right .hollow-feature__text{text-align:right}}.hollow-feature{text-align:center;padding:24px 16px}.hollow-feature__icon{width:48px;height:48px;margin:0 auto 16px;color:var(--hollow-purple)}.hollow-testimonials{padding:48px 0;background:var(--hollow-purple-light)}.hollow-testimonials__header{text-align:center;margin-bottom:32px}.hollow-testimonials__title{font-family:var(--hollow-font-heading);font-size:24px;font-weight:600;color:var(--hollow-text-dark);margin:0;text-transform:none;letter-spacing:var(--hollow-uppercase-tracking)}@media (min-width: 768px){.hollow-testimonials__title{font-size:28px}}.hollow-testimonials__carousel{display:flex;gap:20px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hollow-testimonials__carousel::-webkit-scrollbar{display:none}.hollow-testimonial{flex:0 0 280px;scroll-snap-align:start;background:var(--hollow-white);border-radius:var(--hollow-radius-lg);overflow:hidden;box-shadow:0 4px 16px #00000014}@media (min-width: 768px){.hollow-testimonial{flex:0 0 320px}}.hollow-testimonial__image{width:100%;aspect-ratio:1 / 1;object-fit:cover}.hollow-testimonial__content{padding:20px}.hollow-testimonial__stars{display:flex;gap:2px;margin-bottom:12px;color:#ffb800}.hollow-testimonial__stars svg{width:16px;height:16px}.hollow-testimonial__quote{font-family:var(--hollow-font-body);font-size:14px;line-height:1.5;color:var(--hollow-text-dark);margin:0 0 12px;font-style:italic}.hollow-testimonial__name{font-family:var(--hollow-font-body);font-size:13px;font-weight:600;color:var(--hollow-text-muted)}.hollow-stats{padding:48px 0;background:var(--hollow-purple);text-align:center}.hollow-stats__heading{font-family:var(--hollow-font-heading);font-size:26px;font-weight:600;color:var(--hollow-white);margin:0 0 16px;letter-spacing:var(--hollow-heading-tracking)}@media (min-width: 768px){.hollow-stats__heading{font-size:34px}}.hollow-stats__stars{display:flex;justify-content:center;gap:4px;margin-bottom:12px;color:#ffb800}.hollow-stats__stars svg{width:24px;height:24px}@media (min-width: 768px){.hollow-stats__stars svg{width:28px;height:28px}}.hollow-stats__subtext{font-family:var(--hollow-font-body);font-size:16px;color:#ffffffe6;margin:0}.hollow-stats__image{max-width:100%;margin-top:24px;border-radius:var(--hollow-radius-lg)}.hollow-bundle-card:focus-within,.hollow-color-picker__swatch:focus-within,.hollow-accordion__trigger:focus{outline:2px solid var(--hollow-purple);outline-offset:2px}@media (prefers-reduced-motion: reduce){.hollow-bundle-card,.hollow-color-picker__swatch,.hollow-accordion__icon,.hollow-hero__add-to-cart{transition:none}}@media (forced-colors: active){.hollow-bundle-card.is-selected,.hollow-color-picker__swatch.is-selected{outline:3px solid CanvasText}.hollow-bundle-card__badge{border:1px solid CanvasText}}.hollow-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hollow-template-active .july_23_hero_quantity_group,.hollow-template-active .product-form__quantity{display:none!important}.hollow-hero .bundle-selector-pills,.hollow-hero .bundle-quantity-selector,.hollow-hero [class*=bundle-pills],.hollow-hero .product-form__input--pill,.hollow-section~.bundle-selector-pills,.hollow-section~.bundle-quantity-selector{display:none!important}.hollow-hero-section~.bundle-selector-pills-section,.hollow-hero-section~[class*=bundle-pills],body:has(.hollow-hero) .bundle-selector-pills,body:has(.hollow-hero) .bundle-selector-pills-section,body:has(.hollow-hero) [data-section-type=bundle-selector-pills],body:has(.hollow-hero) .shopify-section:has(.bundle-selector-pills),body:has(.hollow-hero) [class*=BundlePills],body:has(.hollow-hero) [class*=bundle_pills],body:has(.hollow-hero) [id*=bundle-pills],body:has(.hollow-hero) [id*=BundlePills],body:has(.hollow-hero) .quantity-selector-pills,body:has(.hollow-hero) [class*=quantity-pills],body:has(.hollow-hero) .product-quantity-pills,body:has(.hollow-hero) [class*=select-quantity]:not(.hollow-bundle-selector),body:has(.hollow-hero) h3:has(+.quantity-pills),body:has(.hollow-hero) h4:has(+.quantity-pills){display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}.hollow-hero__cart .product-form__submit,.hollow-hero__cart .button,.hollow-hero__cart button[type=submit],.hollow-hero__cart .july_23_hero_button{width:100%!important;padding:16px 24px!important;font-family:var(--hollow-font-body)!important;font-size:16px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:var(--hollow-white)!important;background:var(--hollow-purple)!important;border:none!important;border-radius:var(--hollow-radius)!important;cursor:pointer!important;min-height:56px!important;box-shadow:none!important;transition:background-color .2s ease,transform .1s ease!important}.hollow-hero__cart .product-form__submit:hover,.hollow-hero__cart .button:hover,.hollow-hero__cart button[type=submit]:hover{background:var(--hollow-purple-dark)!important;color:var(--hollow-white)!important;border:none!important}.hollow-hero__cart .product-form__submit:active,.hollow-hero__cart .button:active{transform:scale(.98)!important}.hollow-hero__cart .product-form__submit:disabled{background:var(--hollow-text-light)!important;cursor:not-allowed!important}.hollow-color-picker{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin-bottom:12px!important}.hollow-color-picker__fieldset{display:contents!important;border:none!important;padding:0!important;margin:0!important}.hollow-color-picker__swatch{position:relative!important;width:100%!important;height:auto!important;aspect-ratio:1.4 / 1!important;min-width:unset!important;min-height:unset!important;border-radius:50%!important;cursor:pointer!important;border:none!important;background-size:cover!important;background-position:center!important;transition:transform .15s ease,box-shadow .15s ease!important;flex-shrink:0!important;box-shadow:inset 0 0 0 1px #0000001a!important}.hollow-color-picker__swatch:hover{transform:scale(1.02)!important;box-shadow:0 2px 8px #00000026!important}.hollow-color-picker__swatch.is-selected{border:2px solid var(--hollow-text)!important;box-shadow:none!important}.hollow-color-picker__swatch.is-selected:hover{transform:scale(1.02)!important}.hollow-bundle-card{position:relative!important;display:flex!important;flex-direction:row!important;align-items:center!important;padding:10px 14px!important;border:2px solid var(--hollow-border)!important;border-radius:var(--hollow-radius)!important;background:var(--hollow-white)!important;cursor:pointer!important;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease!important;margin-bottom:0!important}.hollow-bundle-card:hover{border-color:var(--hollow-purple)!important;background:var(--hollow-bg-cream)!important}.hollow-bundle-card.is-selected{border-color:var(--hollow-purple)!important;border-width:2px!important;background:var(--hollow-bg-cream)!important;box-shadow:0 4px 12px var(--hollow-shadow)!important}.hollow-bundle-card__badge{display:inline-flex!important;align-items:center!important;padding:4px 10px!important;border-radius:4px!important;font-family:var(--hollow-font-body)!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;line-height:1.2!important}.hollow-bundle-card__badge--popular{background:var(--hollow-purple)!important;color:var(--hollow-white)!important}.hollow-bundle-card__badge--best-value{background:var(--hollow-badge-best)!important;color:var(--hollow-white)!important}.hollow-bundle-card__badge--free-shipping{background:transparent!important;color:var(--hollow-purple)!important;border:1px solid var(--hollow-purple)!important;font-size:10px!important}.hollow-bundle-card__title{font-family:var(--hollow-font-body)!important;font-size:17px!important;font-weight:700!important;color:var(--hollow-text-dark)!important;line-height:1.3!important}.hollow-bundle-card__current-price{font-family:var(--hollow-font-body)!important;font-size:22px!important;font-weight:700!important;color:var(--hollow-text-dark)!important;line-height:1.2!important}.hollow-bundle-card.is-selected .hollow-bundle-card__current-price{color:var(--hollow-purple)!important}.hollow-bundle-card__savings{display:inline-flex!important;align-items:center!important;padding:3px 8px!important;background:#e8f5e9!important;color:#2e7d32!important;font-family:var(--hollow-font-body)!important;font-size:12px!important;font-weight:700!important;border-radius:4px!important;margin-left:6px!important}.hollow-bundle-card__badge--b3g1{background:#e8f5e9!important;color:#2e7d32!important;border:1px solid #2E7D32!important}.hollow-hero__trust-badges{display:flex!important;flex-wrap:wrap!important;gap:8px 16px!important;margin-top:20px!important;padding-top:16px!important;border-top:1px solid var(--hollow-border)!important}.hollow-hero__trust-badge{display:flex!important;align-items:center!important;gap:6px!important;font-family:var(--hollow-font-body)!important;font-size:13px!important;color:var(--hollow-text-dark)!important;font-weight:500!important}.hollow-hero__shipping{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:16px 0!important;padding:12px 16px!important;background:var(--hollow-purple-light)!important;border:1px solid var(--hollow-border-light)!important;border-radius:var(--hollow-radius)!important;font-family:var(--hollow-font-body)!important;font-size:14px!important;font-weight:600!important;color:var(--hollow-purple)!important}.hollow-hero .shopify-app-block{display:none!important}.hollow-feature__icon{width:56px!important;height:56px!important;margin:0 auto 20px!important}.hollow-feature__icon svg{width:100%!important;height:100%!important}.hollow-testimonials__carousel{display:flex!important;gap:16px!important;overflow-x:auto!important;padding:0 16px 16px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.hollow-testimonial{flex:0 0 300px!important;min-width:300px!important;scroll-snap-align:start!important}@media (min-width: 768px){.hollow-testimonial{flex:0 0 340px!important;min-width:340px!important}}.hollow-hero~.july_23_hero_shipping_message,.hollow-hero .july_23_hero_shipping_message:not(.hollow-hero__shipping){display:none!important}.hollow-section{padding:28px 0!important}.hollow-hero{padding:16px 0 24px!important}.hollow-color-picker{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin-bottom:16px!important}.hollow-color-picker__swatch{width:100%!important;height:auto!important;aspect-ratio:1.5 / 1!important;min-width:unset!important;min-height:unset!important;border-radius:6px!important;border:2px solid transparent!important;background-size:cover!important;background-position:center!important}.hollow-color-picker__swatch:hover{transform:none!important;opacity:.9!important}.hollow-color-picker__swatch.is-selected{border:2px solid #2E2A34!important;box-shadow:none!important}.hollow-color-picker__swatch.is-selected:hover{transform:none!important;opacity:1!important}.hollow-color-picker__swatch.is-selected:after{display:none!important}.hollow-hero__title{margin-bottom:12px!important;font-size:22px!important}.hollow-hero__benefits{margin-bottom:16px!important;gap:8px!important}.hollow-hero__benefit{font-size:14px!important;gap:10px!important;line-height:1.4!important;align-items:flex-start!important}.hollow-hero__benefit svg{width:20px!important;height:20px!important;flex-shrink:0!important;color:#1a1a1a!important;margin-top:2px!important}.hollow-hero__colors-label{margin-bottom:8px!important;font-size:12px!important}.hollow-hero__bundles-header{margin:4px 0 8px!important;font-size:1.3rem!important;font-weight:600!important;text-transform:none!important;letter-spacing:normal!important}.hollow-bundle-selector{display:flex!important;flex-direction:column!important;gap:8px!important}.hollow-bundle-card{position:relative!important;display:flex!important;flex-direction:row!important;align-items:center!important;padding:10px 14px!important;border:1.5px solid #e0e0e0!important;border-radius:8px!important;background:#fff!important;cursor:pointer!important;transition:border-color .15s ease,box-shadow .15s ease!important}.hollow-bundle-card:hover{border-color:#999!important}.hollow-bundle-card.is-selected{border-color:var(--hollow-primary, #682D58)!important;box-shadow:0 0 0 1px var(--hollow-primary, #682D58)!important}.hollow-bundle-card__input{position:absolute!important;opacity:0!important;pointer-events:none!important}.hollow-bundle-card__radio{width:20px!important;height:20px!important;min-width:20px!important;border:2px solid #ccc!important;border-radius:50%!important;margin-right:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:border-color .15s ease!important}.hollow-bundle-card.is-selected .hollow-bundle-card__radio{border-color:var(--hollow-primary, #682D58)!important;background:var(--hollow-primary, #682D58)!important}.hollow-bundle-card__radio-dot{width:8px!important;height:8px!important;background:#fff!important;border-radius:50%!important;opacity:0!important;transform:scale(0)!important;transition:all .15s ease!important}.hollow-bundle-card.is-selected .hollow-bundle-card__radio-dot{opacity:1!important;transform:scale(1)!important}.hollow-bundle-card__content{flex:1!important;min-width:0!important}.hollow-bundle-card__main-row{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important}.hollow-bundle-card__title{font-family:var(--hollow-font-body)!important;font-size:14px!important;font-weight:600!important;color:#1a1a1a!important;line-height:1.3!important;white-space:nowrap!important}.hollow-bundle-card__sub-row{margin-top:2px!important}.hollow-bundle-card__per-unit{font-size:12px!important;color:#666!important}.hollow-bundle-card__free-ship{font-size:11px!important;color:#2e7d32!important;font-weight:600!important;margin-left:6px!important}.hollow-bundle-card__save-badge{display:inline-block!important;padding:2px 5px!important;font-size:9px!important;font-weight:600!important;color:#666!important;background:#f0f0f0!important;border:1px solid #ddd!important;border-radius:3px!important;text-transform:uppercase!important;letter-spacing:.2px!important;white-space:nowrap!important;flex-shrink:0!important}.hollow-bundle-card__save-badge--highlight{color:#fff!important;background:var(--hollow-primary, #682D58)!important;border-color:var(--hollow-primary, #682D58)!important}.hollow-bundle-card__price-area{display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important;text-align:right!important;margin-left:auto!important;padding-left:12px!important;white-space:nowrap!important}.hollow-bundle-card__current-price{display:block!important;font-size:18px!important;font-weight:700!important;color:#1a1a1a!important;line-height:1.2!important}.hollow-bundle-card__compare-price{display:block!important;font-size:13px!important;color:#999!important;text-decoration:line-through!important}.hollow-bundle-card__badge{position:absolute!important;top:-2px!important;right:12px!important;padding:3px 8px!important;font-size:8px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:0 0 5px 5px!important;z-index:2!important}.hollow-bundle-card:has(.hollow-bundle-card__badge){padding-top:16px!important}.hollow-bundle-card__badge--popular,.hollow-bundle-card__badge--best-value{background:var(--hollow-primary, #682D58)!important;color:#fff!important}.hollow-bundle-card__savings{padding:2px 6px!important;font-size:10px!important}.hollow-bundle-card__indicator{width:22px!important;height:22px!important;right:12px!important}.hollow-accordions{padding:24px 0!important}.hollow-accordion__trigger{padding:14px 0!important}.hollow-accordion__title{font-size:14px!important;gap:10px!important}.hollow-accordion__title svg{width:18px!important;height:18px!important}.hollow-accordion__content{padding:0 0 14px!important;font-size:13px!important}.hollow-comparison{padding:32px 0!important}.hollow-comparison__header{margin-bottom:24px!important}.hollow-comparison__title{font-size:18px!important;letter-spacing:1.5px!important}.hollow-comparison__feature-label{font-size:12px!important;height:48px!important}.hollow-comparison__saludi-col .hollow-comparison__cell,.hollow-comparison__competitor-col .hollow-comparison__cell{height:48px!important}.hollow-comparison__col-header{height:52px!important;font-size:10px!important}.hollow-comparison__saludi-col .hollow-comparison__col-header{height:60px!important}.hollow-features{padding:28px 0!important}.hollow-features__header{margin-bottom:20px!important}.hollow-features__title{font-size:20px!important}.hollow-features__grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important}@media (min-width: 768px){.hollow-features__grid{grid-template-columns:repeat(3,1fr)!important;gap:16px!important}}.hollow-feature{padding:16px 10px!important;text-align:center!important}.hollow-feature__icon{width:36px!important;height:36px!important;margin:0 auto 10px!important}.hollow-feature__title{font-size:13px!important;margin-bottom:4px!important;line-height:1.3!important}.hollow-feature__description{font-size:11px!important;line-height:1.4!important}.hollow-social-proof{padding:28px 0!important}.hollow-social-proof__title{font-size:18px!important;margin-bottom:20px!important}.hollow-social-proof__carousel{gap:12px!important;padding-bottom:12px!important}.hollow-social-proof__card{flex:0 0 240px!important;padding:16px!important;border-radius:10px!important}.hollow-social-proof__image{width:60px!important;height:60px!important;margin-bottom:12px!important}.hollow-social-proof__name{font-size:14px!important}.hollow-social-proof__role{font-size:11px!important}.hollow-social-proof__stars{margin-bottom:10px!important;gap:1px!important}.hollow-social-proof__stars svg{width:14px!important;height:14px!important}.hollow-social-proof__quote{font-size:12px!important;line-height:1.4!important}.hollow-testimonials{padding:28px 0!important}.hollow-testimonials__header{margin-bottom:20px!important}.hollow-testimonials__title{font-size:18px!important}.hollow-testimonials__carousel{gap:12px!important;padding:0 0 12px!important}.hollow-testimonial{flex:0 0 280px!important;min-width:280px!important;padding:0!important;background:var(--hollow-white)!important;border-radius:10px!important;overflow:hidden!important}.hollow-testimonial__image{width:100%!important;height:180px!important;margin:0!important;border-radius:0!important}.hollow-testimonial__image img{width:100%!important;height:100%!important;object-fit:cover!important}.hollow-testimonial__content{padding:12px!important}.hollow-testimonial__stars{margin-bottom:8px!important;gap:1px!important}.hollow-testimonial__stars svg{width:14px!important;height:14px!important}.hollow-testimonial__quote{font-size:12px!important;line-height:1.4!important;margin-bottom:8px!important}.hollow-testimonial__name{font-size:12px!important}.hollow-stats{padding:32px 16px!important}.hollow-stats__heading{font-size:22px!important;margin-bottom:10px!important}.hollow-stats__stars{margin-bottom:8px!important;gap:2px!important}.hollow-stats__stars svg{width:20px!important;height:20px!important}.hollow-stats__subtext{font-size:14px!important}.hollow-hero__trust-badges{gap:10px!important;margin-top:12px!important;padding-top:12px!important;margin-bottom:0!important;padding-bottom:0!important}.hollow-hero__trust-badge{font-size:11px!important;gap:4px!important}.hollow-hero__trust-badge svg{width:14px!important;height:14px!important}.hollow-hero__cart{margin-top:14px!important}.hollow-hero__shipping{margin:10px 0 0!important;padding:10px 14px!important;font-size:13px!important}.hollow-hero{padding-bottom:0!important}.hollow-hero__content{padding-bottom:0!important;margin-bottom:0!important}.hollow-accordions{padding-top:16px!important;margin-top:0!important}.hollow-hero+.hollow-promo-banner,.hollow-hero+.hollow-accordions,.hollow-promo-banner+.hollow-accordions{margin-top:0!important}.section_july_23_carousel_title,.july_23_carousel_text_wrapper,[class*=experience-saludi],[class*=bliss]{display:none!important}.flavor_picker_item{border-radius:10px!important;height:38px!important}.july_23_hero_colors_icons_wrapper{gap:10px!important}.flavor_picker_item_active{box-shadow:0 0 0 2px #fff,0 0 0 4px #682d58,0 2px 6px #0000001a!important}.trust-badges-modern{background:#fff!important;border:1px solid #e5e5e5!important;margin:8px 0 6px!important;padding:10px 12px!important}.hollow-hero__prime{margin:0!important;padding:0!important;min-height:0!important}.hollow-hero__prime:empty{display:none!important}#amzn-buy-now{margin:0!important;padding:0!important}#amzn-buy-now>div,#amzn-buy-now iframe,.amzn-bwp-widget,[data-bwp-widget]{margin-bottom:0!important}.hollow-hero__accordions{margin-top:0!important;padding-top:0!important}.hollow-hero__accordions .hollow-accordion:first-child{border-top:1px solid var(--hollow-border, #e5e5e5)}.july_23_hero_colors_wrapper{padding-bottom:0!important;margin-bottom:8px!important}.july_23_hero_colors_icons_outer_wrapper{margin:6px 0 0!important;padding-bottom:0!important}.hollow-hero__bundles{margin-top:8px!important}.mission-hero{padding:60px 0 48px;background:var(--hollow-white)}.mission-hero__container{max-width:1200px;margin:0 auto;padding:0 20px}.mission-hero__content{display:flex;flex-direction:column;gap:32px;align-items:center}@media (min-width: 768px){.mission-hero__content{flex-direction:row;gap:48px;align-items:center}}.mission-hero__text{flex:1;text-align:center}@media (min-width: 768px){.mission-hero__text{text-align:left;max-width:50%}}.mission-hero__eyebrow{font-family:var(--hollow-font-body);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:var(--hollow-uppercase-tracking);color:var(--hollow-purple);margin:0 0 12px}.mission-hero__heading{font-family:var(--hollow-font-heading);font-size:32px;font-weight:700;line-height:var(--hollow-heading-line-height);letter-spacing:var(--hollow-heading-tracking);color:var(--hollow-text-dark);margin:0 0 20px}@media (min-width: 768px){.mission-hero__heading{font-size:40px}}@media (min-width: 1024px){.mission-hero__heading{font-size:48px}}.mission-hero__subheading{font-family:var(--hollow-font-body);font-size:16px;line-height:var(--hollow-body-line-height);color:var(--hollow-text-muted);margin:0 0 28px}@media (min-width: 768px){.mission-hero__subheading{font-size:18px}}.mission-hero__button{display:inline-block;background:var(--hollow-purple);color:var(--hollow-white);font-family:var(--hollow-font-heading);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:var(--hollow-uppercase-tracking);padding:14px 32px;border-radius:30px;text-decoration:none;transition:background-color .2s ease,transform .1s ease}.mission-hero__button:hover{background:var(--hollow-purple-dark);transform:translateY(-1px)}.mission-hero__image-wrapper{flex:1;width:100%;max-width:500px}@media (min-width: 768px){.mission-hero__image-wrapper{max-width:50%}}.mission-hero__image{width:100%;height:auto;border-radius:var(--hollow-radius-lg);box-shadow:0 8px 32px #0000001a}.mission-hero__image-placeholder{width:100%;aspect-ratio:4/3;background:var(--hollow-purple-light);border-radius:var(--hollow-radius-lg);display:flex;align-items:center;justify-content:center}.mission-hero__image-placeholder svg{width:80px;height:80px;color:var(--hollow-purple);opacity:.5}.mission-founder{padding:64px 0;background:#f5f1ec}.mission-founder__container{max-width:1100px;margin:0 auto;padding:0 20px}.mission-founder__content{display:flex;flex-direction:column;gap:40px;align-items:center}@media (min-width: 768px){.mission-founder__content{flex-direction:row;gap:56px;align-items:flex-start}}.mission-founder__image-col{width:100%;max-width:400px}@media (min-width: 768px){.mission-founder__image-col{flex:0 0 42%;max-width:42%}}.mission-founder__image{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 32px #0000001a}.mission-founder__text-col{flex:1;text-align:center}@media (min-width: 768px){.mission-founder__text-col{text-align:left}}.mission-founder__letter{max-width:520px;margin:0 auto}@media (min-width: 768px){.mission-founder__letter{margin:0}}.mission-founder__heading{font-family:var(--hollow-font-heading);font-size:28px;font-weight:700;color:var(--hollow-text-dark);margin:0 0 8px;letter-spacing:var(--hollow-heading-tracking)}@media (min-width: 768px){.mission-founder__heading{font-size:32px}}.mission-founder__subtitle{font-family:var(--hollow-font-body);font-size:14px;font-weight:500;color:var(--hollow-purple);text-transform:uppercase;letter-spacing:var(--hollow-uppercase-tracking);margin:0 0 24px}.mission-founder__body{font-family:var(--hollow-font-body);font-size:15px;line-height:1.7;color:var(--hollow-text-muted)}.mission-founder__body p{margin:0 0 16px}.mission-founder__body p:last-child{margin-bottom:0}.mission-founder__signature{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}@media (min-width: 768px){.mission-founder__signature{justify-content:flex-start}}.mission-founder__signature-text{font-family:var(--hollow-font-heading);font-size:16px;font-weight:600;color:var(--hollow-text-dark)}.mission-founder__heart{color:var(--hollow-purple)}.mission-founder__heart svg{width:18px;height:18px}.mission-hero-section~.section .collapsible-content__heading,.mission-founder-section~.section .collapsible-content__heading{font-family:var(--hollow-font-heading);font-weight:600;letter-spacing:var(--hollow-heading-tracking)}.mission-hero-section~.section .accordion__title,.mission-founder-section~.section .accordion__title{font-family:var(--hollow-font-body);font-weight:600}.hollow-faqs{padding:48px 0;background:var(--hollow-white)}.hollow-faqs__container{max-width:800px;margin:0 auto;padding:0 20px}.hollow-faqs__header{text-align:center;margin-bottom:32px}.hollow-faqs__title{font-family:var(--hollow-font-heading);font-size:28px;font-weight:600;color:var(--hollow-text-dark);margin:0;letter-spacing:var(--hollow-heading-tracking)}@media (min-width: 768px){.hollow-faqs__title{font-size:32px}}.hollow-faqs__list{border-top:1px solid var(--hollow-border)}.hollow-faqs__item{border-bottom:1px solid var(--hollow-border)}.hollow-faqs__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;background:transparent;border:none;cursor:pointer;text-align:left}.hollow-faqs__question{font-family:var(--hollow-font-body);font-size:16px;font-weight:600;color:var(--hollow-text-dark);padding-right:16px}.hollow-faqs__icon{flex-shrink:0;width:24px;height:24px;color:var(--hollow-text-muted);transition:transform .3s ease}.hollow-faqs__item[open] .hollow-faqs__icon{transform:rotate(180deg)}.hollow-faqs__answer{padding:0 0 20px;font-family:var(--hollow-font-body);font-size:15px;line-height:1.6;color:var(--hollow-text-muted)}.hollow-faqs__answer p{margin:0 0 12px}.hollow-faqs__answer p:last-child{margin-bottom:0}.mission-hero-section+.hollow-features-section,.mission-founder-section+.hollow-stats-section{margin-top:0}.mission-values{padding:48px 0;background:var(--hollow-white)}.mission-values__container{max-width:1000px;margin:0 auto;padding:0 20px}.mission-values__header{text-align:center;margin-bottom:40px}.mission-values__title{font-family:var(--hollow-font-heading);font-size:28px;font-weight:600;color:var(--hollow-text-dark);margin:0;letter-spacing:var(--hollow-heading-tracking)}@media (min-width: 768px){.mission-values__title{font-size:32px}}.mission-values__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.mission-values__grid{grid-template-columns:repeat(3,1fr);gap:32px}}.mission-values__card{text-align:center;padding:32px 24px;background:var(--hollow-white);border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.mission-values__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.mission-values__icon{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:var(--hollow-purple-light);border-radius:12px;color:var(--hollow-purple)}.mission-values__icon svg{width:28px;height:28px}.mission-values__card-title{font-family:var(--hollow-font-heading);font-size:18px;font-weight:600;color:var(--hollow-text-dark);margin:0 0 12px;letter-spacing:var(--hollow-heading-tracking)}.mission-values__card-description{font-family:var(--hollow-font-body);font-size:14px;line-height:1.6;color:var(--hollow-text-muted);margin:0}.home-hollow-cta__button,.home-hollow-cta__button.home-hollow-cta__button--primary,.home-hollow-cta__button.home-hollow-cta__button--secondary,a.home-hollow-cta__button,a.home-hollow-cta__button.home-hollow-cta__button--primary,a.home-hollow-cta__button.home-hollow-cta__button--secondary,.home-hollow-viral__button,a.home-hollow-viral__button{border-radius:50px!important}
/*# sourceMappingURL=/cdn/shop/t/32/assets/hollow-style.css.map */
