@charset "UTF-8";[id^=junoDaily--] h2,[id^=junoDaily--] .h2{text-align:center}[id^=junoDaily--] .product-gallery-vertical{display:grid;grid-template-columns:var(--thumbnail-size) 1fr;gap:var(--gallery-gap);align-items:stretch;max-height:var(--gallery-max-height);position:relative;overflow:visible}[id^=junoDaily--] .product__thumbs-container{position:relative;height:100%;max-height:var(--gallery-max-height);overflow:visible;padding-right:0}[id^=junoDaily--] .product__thumbs-vertical{display:flex;flex-direction:column;gap:8px;height:100%;max-height:var(--gallery-max-height);overflow-y:auto;overflow-x:visible;padding:0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}[id^=junoDaily--] .product__thumbs-vertical::-webkit-scrollbar{display:none}[id^=junoDaily--] .thumbs-scroll-indicator{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.95) 70%,rgba(255,255,255,1) 100%);pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:5;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px}[id^=junoDaily--] .thumbs-scroll-indicator.is-hidden{opacity:0}[id^=junoDaily--] .scroll-hint{font-size:10px;color:var(--juno-primary);font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:4px;animation:bounceDown 1.5s ease-in-out infinite}[id^=junoDaily--] .scroll-hint svg{width:12px;height:12px}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}[id^=junoDaily--] .product__thumb-item{width:var(--thumbnail-size);height:var(--thumbnail-size);min-height:var(--thumbnail-size);border-radius:var(--thumbnail-border-radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .25s var(--transition-smooth);flex-shrink:0;background:#f8f8f8;position:relative;box-sizing:border-box}[id^=junoDaily--] .product__thumb-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease,opacity .3s ease}[id^=junoDaily--] .product__thumb-item .thumb-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(10px);transform:scale(1.1);transition:opacity .4s ease}[id^=junoDaily--] .product__thumb-item.is-loaded .thumb-placeholder{opacity:0}[id^=junoDaily--] .product__thumb-item:hover{border-color:var(--juno-secondary);transform:scale(1.03);box-shadow:0 4px 12px #1b433226}[id^=junoDaily--] .product__thumb-item:hover img{transform:scale(1.05)}[id^=junoDaily--] .product__thumb-item.is-active{border-color:var(--juno-primary);border-width:3px;transform:scale(1.03);box-shadow:0 4px 16px #1b433233;margin:0}[id^=junoDaily--] .product__thumb-item.is-video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}[id^=junoDaily--] .product__thumb-item.is-video:before{content:"\25b6";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.embla-main-product{position:relative;width:100%;aspect-ratio:var(--gallery-aspect-ratio);max-height:var(--gallery-max-height);background:#fafafa;border-radius:var(--main-image-radius);overflow:hidden}.embla__viewport{overflow:hidden;width:100%;height:100%}.embla__container{display:flex;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;height:100%;will-change:transform}.embla__slide{flex:0 0 100%;min-width:0;position:relative;height:100%}.embla__slide__inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[id^=junoDaily--] .product__media-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--main-image-radius);overflow:hidden}[id^=junoDaily--] .product__media{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}[id^=junoDaily--] .product__media .image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(20px);transform:scale(1.05);transition:opacity .5s ease;z-index:1}[id^=junoDaily--] .product__media.is-loaded .image-placeholder{opacity:0;pointer-events:none}[id^=junoDaily--] .product__media{background:#f5f5f5}[id^=junoDaily--] .product__media img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:var(--main-image-radius);transition:opacity .4s ease,transform .3s ease;cursor:zoom-in;position:relative;z-index:2}[id^=junoDaily--] .product__media img:hover{transform:scale(1.02)}[id^=junoDaily--] .product__media img.is-loading{opacity:0}[id^=junoDaily--] .product__media img.is-loaded{opacity:1}[id^=junoDaily--] .product__media .image-error{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#f5f5f5;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#999;z-index:3}[id^=junoDaily--] .product__media.has-error .image-error{display:flex}[id^=junoDaily--] .product__media.has-error img{display:none}[id^=junoDaily--] .image-error svg{width:48px;height:48px;opacity:.5}[id^=junoDaily--] .image-error span{font-size:14px}[id^=junoDaily--] .product__media.touch-feedback{animation:touchPulse .3s var(--transition-bounce)}@keyframes touchPulse{0%{transform:scale(1)}50%{transform:scale(.98)}to{transform:scale(1)}}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:8px;background:#ffffff8c;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000001a;font-size:20px;font-weight:400;z-index:10;transition:all .2s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-arrow:hover{background:var(--juno-primary);color:#fff;box-shadow:0 4px 16px #1b433240;transform:translateY(-50%) scale(1.03);border-color:var(--juno-primary)}.gallery-arrow:active{transform:translateY(-50%) scale(.98)}.gallery-arrow--prev{left:0;border-radius:0 8px 8px 0}.gallery-arrow--next{right:0;border-radius:8px 0 0 8px}.gallery-arrow span{line-height:1}.gallery-arrow.is-hidden{display:none!important}[id^=junoDaily--] .gallery-dots{display:none;justify-content:center;align-items:center;gap:10px;padding:16px 0 0;width:100%;order:3}[id^=junoDaily--] .gallery-dot{width:var(--dot-size);height:var(--dot-size);border-radius:50%;background:#1b433240;border:none;padding:0;cursor:pointer;transition:all .3s var(--transition-smooth);position:relative}[id^=junoDaily--] .gallery-dot:hover{background:#1b433280;transform:scale(1.2)}[id^=junoDaily--] .gallery-dot.is-active{width:var(--dot-size-active);height:var(--dot-size-active);background:var(--juno-primary);box-shadow:0 2px 8px #1b43324d}[id^=junoDaily--] .gallery-dot .dot-progress{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid transparent;opacity:0;transition:opacity .3s ease}[id^=junoDaily--] .gallery-dot.is-active .dot-progress{opacity:1;border-color:#1b43324d;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.3);opacity:0}}.juno-product-zoom-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f5;z-index:99999;overflow:hidden;animation:fadeIn .3s ease;cursor:pointer}.juno-product-zoom-modal.active{display:flex;flex-direction:column}.juno-product-zoom-modal>*{cursor:default;pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.juno-zoom-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#000c;color:#fff;z-index:100000}.juno-zoom-counter{font-size:14px;font-weight:500;color:#ffffffe6}.juno-zoom-close{background:#fffffff2!important;border:2px solid rgba(0,0,0,.2)!important;color:#000!important;font-size:28px!important;font-weight:700!important;cursor:pointer!important;width:48px!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;transition:all .2s ease!important;line-height:1!important;padding:0!important}.juno-zoom-close:hover{background:#fff!important;transform:scale(1.1)!important}.juno-zoom-main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:20px;overflow:hidden;touch-action:pan-x pan-y pinch-zoom}.juno-zoom-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;touch-action:pinch-zoom pan-x pan-y}.juno-zoom-image{max-width:90%;max-height:75vh;object-fit:contain;animation:zoomIn .3s ease;transform-origin:center center;transition:transform .1s ease-out}.juno-zoom-image.is-zoomed{cursor:grab;max-width:none;max-height:none}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.zoom-level-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:500;opacity:0;transition:opacity .3s ease;pointer-events:none}.zoom-level-indicator.is-visible{opacity:1}.juno-zoom-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid rgba(255,255,255,.3);font-size:24px;font-weight:700;transition:all .25s ease;z-index:100001}.juno-zoom-arrow:hover{background:#ffffff40;transform:translateY(-50%) scale(1.1)}.juno-zoom-arrow--prev{left:20px}.juno-zoom-arrow--next{right:20px}.juno-zoom-thumbnails{display:flex;gap:10px;padding:16px 20px;background:#000c;overflow-x:auto;justify-content:center;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.juno-zoom-thumbnails::-webkit-scrollbar{height:6px}.juno-zoom-thumbnails::-webkit-scrollbar-track{background:transparent}.juno-zoom-thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.juno-zoom-thumb-wrapper{background:none;border:none;padding:0;cursor:pointer;flex-shrink:0;position:relative;scroll-margin:10px}.juno-zoom-thumb-wrapper.is-video:after{content:"\25b6";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:2}.juno-zoom-thumb{width:72px;height:72px;object-fit:cover;border-radius:6px;border:2px solid transparent;opacity:.5;transition:all .25s ease;pointer-events:none}.juno-zoom-thumb-wrapper:hover .juno-zoom-thumb{opacity:.8;border-color:#fff6}.juno-zoom-thumb-wrapper.active .juno-zoom-thumb{opacity:1;border-color:#fff;border-width:3px}body.modal-open,body.juno-zoom-open{overflow:hidden!important;position:fixed;width:100%;height:100%}[id^=junoDaily--] .juno-product-header{background:transparent;padding:0;margin-bottom:4px;display:grid;grid-template-areas:"title" "tagline" "reviews" "description";row-gap:0}[id^=junoDaily--] .product-title-row{grid-area:title;display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:4px}[id^=junoDaily--] .product-single__title{font-size:clamp(1.8rem,4vw,2.4rem)!important;font-weight:700!important;color:var(--juno-primary)!important;margin:0 0 4px!important;line-height:1.12!important}[id^=junoDaily--] .product-tagline{grid-area:tagline;font-size:clamp(1rem,1.5vw,1.1rem)!important;font-weight:400!important;color:#5a6b61!important;margin:0 0 8px!important;line-height:1.4!important}[id^=junoDaily--] .product-description{grid-area:description;margin:0 0 10px;line-height:1.6;color:var(--juno-text, #2D4336);font-size:.95rem}[id^=junoDaily--] .product-description-list{grid-area:description;list-style:none;padding:0;margin:0 0 4px;display:grid;grid-template-columns:auto auto 1fr;gap:6px 8px;font-size:.88rem;color:var(--juno-text, #2D4336);line-height:1.3;min-width:0}[id^=junoDaily--] .product-description-list li{display:contents}[id^=junoDaily--] .product-description-list .desc-icon{grid-column:1;display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#4a7c59;opacity:.7;flex-shrink:0;align-self:start;margin-top:.15em}[id^=junoDaily--] .product-description-list .desc-icon svg{width:100%;height:100%}[id^=junoDaily--] .product-description-list li strong{grid-column:2;font-weight:800;white-space:nowrap}[id^=junoDaily--] .product-description-list .desc-text{grid-column:3;min-width:0;overflow-wrap:break-word;word-wrap:break-word}[id^=junoDaily--] .product-description strong{font-weight:800}[id^=junoDaily--] .product-feature-tags{grid-area:tags;display:flex;flex-wrap:wrap;gap:8px}[id^=junoDaily--] .feature-tag{background:#faf9f6;border:1px solid #E5E0D8;border-radius:20px;padding:4px 10px;font-size:13px;color:#1b4332;white-space:nowrap}[id^=junoDaily--] .product-testimonial-quote{grid-area:reviews;font-size:.8rem;font-style:italic;font-weight:400;color:#6b7280;margin:0 0 12px;max-width:400px;line-height:1.4}[id^=junoDaily--] .review-stars-and-count{display:flex;align-items:center;gap:6px;order:1;flex-shrink:0}[id^=junoDaily--] .stars{display:flex;gap:2px}[id^=junoDaily--] .star{color:gold;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.1)}[id^=junoDaily--] .review-text{font-size:.85rem;color:var(--juno-text);font-weight:500;text-decoration:none}[id^=junoDaily--] .review-text:hover{text-decoration:underline}.juno-product-flex{display:flex;flex-direction:row;gap:40px;align-items:flex-start;max-width:1320px;margin:0 auto;padding:0 4px}.juno-product-main-col{flex:0 0 50%;max-width:50%;position:sticky;top:40px;overflow:visible;padding-right:0}.juno-product-side-col{flex:1 1 50%;min-width:0;max-width:50%;display:flex;flex-direction:column;gap:16px}.juno-accordion-section{margin-top:20px}.juno-accordion-block{border-bottom:1px solid #e5e5e5;scroll-margin-top:100px}.juno-accordion-toggle{width:100%;background:none;border:none;text-align:left;font-size:1.1em;font-weight:700;padding:12px 0;cursor:pointer;color:#1b4332;transition:color .2s;display:block;text-decoration:none}.juno-accordion-toggle:hover{color:var(--juno-primary)}.juno-accordion-toggle:after{content:"+";float:right;font-size:1.2em}.juno-accordion-block.active .juno-accordion-toggle:after{content:"\2212"}.juno-faq-link-block .juno-accordion-toggle:after{content:"\2192"}.juno-accordion-content{max-height:0;overflow:hidden;padding:0;color:#636e72;transition:max-height .3s ease,padding .3s ease}.juno-accordion-block.active .juno-accordion-content{max-height:2000px;padding:0 0 12px}.juno-accordion-content .rte{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.juno-accordion-content .rte table{min-width:0}.juno-faq-section{margin-top:48px;padding-top:32px;border-top:2px solid #e5e5e5}.juno-faq-title{font-size:1.8rem;font-weight:700;color:var(--juno-primary);margin-bottom:24px;text-align:center}.juno-faq-block{border-bottom:1px solid #e5e5e5;scroll-margin-top:100px}.juno-faq-toggle{width:100%;background:none;border:none;text-align:left;font-size:1.05em;font-weight:600;padding:18px 0;cursor:pointer;color:#1b4332;display:flex;justify-content:space-between;align-items:center}.juno-faq-toggle:after{content:"+";font-size:1.4em;margin-left:16px}.juno-faq-block.active .juno-faq-toggle:after{content:"\2212"}.juno-faq-content{max-height:0;overflow:hidden;padding:0;color:#636e72;font-size:.95em;line-height:1.6;transition:max-height .3s ease,padding .3s ease}.juno-faq-block.active .juno-faq-content{max-height:2000px;padding:0 0 18px}.juno-header-buy-strip{display:none!important}.mobile-sticky-cta{display:none!important;position:fixed;bottom:0;left:0;right:0;z-index:9998;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -2px 8px #0000000d;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility 0s linear .3s;pointer-events:none}.mobile-sticky-cta.is-visible{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .3s ease,opacity .3s ease,visibility 0s linear 0s}.mobile-sticky-cta-content{max-width:1440px;margin:0 auto;padding:12px 24px;padding-bottom:calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;gap:12px}.mobile-sticky-cta-image{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid #e5e5e5}.mobile-sticky-cta-button{flex:1;max-width:400px;background:#ff8c42;color:#fff;border:none;border-radius:10px;padding:14px 24px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .25s ease}.mobile-sticky-cta-button:hover{background:#ff7a2e;transform:translateY(-1px)}@media(max-width:1024px)and (min-width:769px){.juno-product-flex{gap:28px}[id^=junoDaily--] .product-gallery-vertical{grid-template-columns:68px 1fr;gap:12px}[id^=junoDaily--] .product__thumb-item{width:68px;height:68px;min-height:68px}}@media(max-width:768px){[id^=junoDaily--] .wrapper,[id^=junoDaily--] .wrapper--narrow{padding-left:10px;padding-right:10px}.juno-product-flex{flex-direction:column;padding:0 2px;gap:16px}.juno-product-main-col{order:1;width:100%;max-width:none;min-width:0;position:relative;top:0}.juno-product-side-col{display:contents}[id^=junoDaily--] .juno-product-header{order:2;width:100%;padding:12px 0 0;margin-bottom:4px;min-width:0}[id^=junoDaily--] .product-description-list{display:flex;flex-direction:column;gap:6px}[id^=junoDaily--] .product-description-list li{display:flex;align-items:flex-start;gap:8px;min-width:0}[id^=junoDaily--] .product-description-list .desc-icon{flex-shrink:0;align-self:start;margin-top:.1em}[id^=junoDaily--] .product-description-list li strong{flex-shrink:0;white-space:normal}[id^=junoDaily--] .product-description-list .desc-text{flex:1;min-width:0;overflow-wrap:break-word;word-wrap:break-word}[id^=junoDaily--] .product-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;min-width:0}[id^=junoDaily--] .product-single__title{font-size:1.5rem!important;margin:0!important;min-width:0;flex:1 1 auto;overflow-wrap:break-word;word-wrap:break-word}[id^=junoDaily--] .product-tagline{font-size:.95rem!important;margin-bottom:6px!important}[id^=junoDaily--] .product-description{font-size:.88rem;margin:8px 0}[id^=junoDaily--] .product-feature-tags{gap:6px;margin:6px 0 0}[id^=junoDaily--] .feature-tag{font-size:12px;padding:3px 8px}[id^=junoDaily--] .product-testimonial-quote{font-size:.85rem;margin-bottom:8px}[id^=junoDaily--] .review-stars-and-count{flex-shrink:0}[id^=junoDaily--] .product-title-row .star{font-size:14px}.mobile-form-section{order:3;width:100%}.juno-accordion-section{order:4;width:100%;margin-top:4px}.juno-faq-section{order:5;width:100%;margin-top:32px}[id^=junoDaily--] .product-gallery-vertical{display:flex;flex-direction:column;gap:0;max-height:none}[id^=junoDaily--] .product__thumbs-container{display:none!important}[id^=junoDaily--] .gallery-dots{display:flex}[id^=junoDaily--] .embla-main-product{order:1;aspect-ratio:var(--gallery-aspect-ratio, 2 / 3);max-height:680px;border-radius:var(--main-image-radius);flex-direction:column;align-items:stretch}[id^=junoDaily--] .product__media-wrapper{order:1;flex:1;min-height:0}[id^=junoDaily--] .product__media-wrapper,[id^=junoDaily--] .product__media,[id^=junoDaily--] .product__media img{border-radius:var(--main-image-radius)}.gallery-arrow{width:44px;height:44px;font-size:18px}.gallery-arrow--prev{left:0}.gallery-arrow--next{right:0}.juno-zoom-image{max-width:95%;max-height:65vh}.juno-zoom-arrow{width:44px;height:44px;font-size:20px}.juno-zoom-arrow--prev{left:10px}.juno-zoom-arrow--next{right:10px}.juno-zoom-thumb{width:56px;height:56px}.sticky-cta-container{display:none!important}.mobile-sticky-cta-content{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.mobile-sticky-cta-button{padding:14px 20px;font-size:.95rem}}@media(max-width:480px){[id^=junoDaily--] .embla-main-product{max-height:560px;border-radius:10px}[id^=junoDaily--] .product__media-wrapper,[id^=junoDaily--] .product__media,[id^=junoDaily--] .product__media img{border-radius:10px}.gallery-arrow{width:40px;height:40px;font-size:16px}.gallery-arrow--prev{left:0}.gallery-arrow--next{right:0}[id^=junoDaily--] .gallery-dots{gap:8px;padding:12px 0 6px}[id^=junoDaily--] .gallery-dot{width:7px;height:7px}[id^=junoDaily--] .gallery-dot.is-active{width:9px;height:9px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-product-juno-daily.css.map */
