@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--brand-blue: #617EB9;--brand-yellow: #FEF7DD;--brand-pink: #FFEEF4;--brand-dark: #131011;--brand-white: #FDFDFD;--brand-blue-dark: #5BC0DE;--radius-pill: 9999px;--radius-card: 1rem;--radius-card-lg: 1.5rem;--shadow-soft: 0 4px 20px -2px rgba(0,0,0,.1);--shadow-hover: 0 12px 40px -4px rgba(0,0,0,.16);--transition: all .3s ease;--font-body: "Poppins", sans-serif;--font-heading: "Inter", serif;--max-width: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--brand-white);color:var(--brand-dark);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--brand-dark)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--brand-white)}::-webkit-scrollbar-thumb{background:var(--brand-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-blue-dark)}.byt-container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.byt-section{padding:5rem 1.5rem}@media(max-width:768px){.byt-section{padding:3rem 1rem}}.byt-badge{display:inline-block;padding:.25rem 1rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:500;font-family:var(--font-body)}.byt-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.9375rem;font-weight:500;cursor:pointer;border:none;transition:var(--transition);text-decoration:none}.byt-btn-primary{background:var(--brand-blue);color:#fff}.byt-btn-primary:hover{background:var(--brand-blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #77d2ef66;color:#fff}.byt-btn-outline{background:#fff;color:var(--brand-dark);border:2px solid #e5e7eb}.byt-btn-outline:hover{border-color:var(--brand-blue);color:var(--brand-blue);transform:translateY(-2px)}.byt-fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.byt-fade-in.visible{opacity:1;transform:translateY(0)}.byt-fade-in.delay-1{transition-delay:.1s}.byt-fade-in.delay-2{transition-delay:.2s}.byt-fade-in.delay-3{transition-delay:.3s}.byt-fade-in.delay-4{transition-delay:.4s}.byt-stars{display:flex;gap:2px}.byt-star{color:#fbbf24;font-size:1rem}.byt-star.empty{color:#d1d5db}.byt-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-soft);transition:var(--transition);overflow:hidden}.byt-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.byt-top-banner{background:var(--brand-blue);color:#fff;text-align:center;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.04em;position:relative;z-index:100}.byt-nav{position:sticky;top:0;z-index:90;background:var(--brand-white);transition:var(--transition);border-bottom:1px solid transparent}.byt-nav.scrolled{background:#fdfdfdf2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:#f0f0f0;box-shadow:0 2px 16px #0000000f}.byt-nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}.byt-nav-logo img{height:48px;width:auto;transition:transform .3s}.byt-nav-logo img:hover{transform:scale(1.05)}.byt-nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.byt-nav-links a{font-size:.8125rem;font-weight:500;letter-spacing:.08em;color:var(--brand-dark);position:relative;transition:color .3s}.byt-nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--brand-blue);transform:scaleX(0);transition:transform .3s}.byt-nav-links a:hover,.byt-nav-links a.active{color:var(--brand-blue)}.byt-nav-links a:hover:after,.byt-nav-links a.active:after{transform:scaleX(1)}.byt-nav-actions{display:flex;align-items:center;gap:1rem}.byt-cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--brand-dark);transition:color .3s;display:flex;align-items:center}.byt-cart-btn:hover{color:var(--brand-blue)}.byt-cart-btn svg{width:22px;height:22px}.byt-cart-count{position:absolute;top:0;right:0;width:18px;height:18px;background:var(--brand-blue);color:#fff;border-radius:50%;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.byt-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.byt-hamburger span{display:block;width:24px;height:2px;background:var(--brand-dark);border-radius:2px;transition:var(--transition)}.byt-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.byt-hamburger.open span:nth-child(2){opacity:0}.byt-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.byt-mobile-nav{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;border-top:1px solid #f0f0f0;background:var(--brand-white)}.byt-mobile-nav.open{display:flex}.byt-mobile-nav a{padding:.75rem 1rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;color:var(--brand-dark);transition:var(--transition)}.byt-mobile-nav a:hover,.byt-mobile-nav a.active{background:#77d2ef1a;color:var(--brand-blue)}@media(max-width:768px){.byt-nav-links{display:none}.byt-hamburger{display:flex}}.byt-hero{min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,rgba(255,238,244,.3) 0%,var(--brand-white) 50%,rgba(254,247,221,.3) 100%);position:relative;overflow:hidden;padding:4rem 1.5rem}.byt-hero-blob{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.byt-hero-blob-1{width:400px;height:400px;background:#fef7ddb3;top:-100px;left:-100px;animation:floatBlob 8s ease-in-out infinite}.byt-hero-blob-2{width:500px;height:500px;background:#ffeef499;bottom:-150px;right:-100px;animation:floatBlob 10s ease-in-out infinite reverse}.byt-hero-blob-3{width:300px;height:300px;background:#77d2ef1f;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 5s ease-in-out infinite}@keyframes floatBlob{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(20px,-30px) rotate(5deg)}}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}.byt-hero-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;width:100%}.byt-hero-pill{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1.25rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-soft);margin-bottom:1.5rem;color:var(--brand-dark)}.byt-hero-pill svg{color:var(--brand-blue);width:16px;height:16px}.byt-hero h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;margin-bottom:1.25rem;line-height:1.15}.byt-hero h1 span{color:var(--brand-blue)}.byt-hero p{font-size:1.0625rem;color:#4b5563;margin-bottom:2rem;max-width:520px;line-height:1.7}.byt-hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.byt-hero-image-wrap{position:relative}.byt-hero-img{width:100%;height:580px;object-fit:cover;border-radius:1.5rem;box-shadow:0 24px 60px #0000002e;animation:floatImg 5s ease-in-out infinite}@keyframes floatImg{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.byt-hero-badge{position:absolute;background:#fff;border-radius:1rem;padding:.875rem 1.25rem;box-shadow:var(--shadow-soft);display:flex;align-items:center;gap:.75rem}.byt-hero-badge-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.byt-hero-badge-top{top:-1.5rem;right:-1.5rem;animation:floatBadge1 4s ease-in-out infinite}.byt-hero-badge-bottom{bottom:-1.5rem;left:-1.5rem;animation:floatBadge2 4.5s ease-in-out infinite .5s}@keyframes floatBadge1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(3deg)}}@keyframes floatBadge2{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(10px) rotate(-3deg)}}.byt-hero-badge strong{font-size:1rem;font-weight:600;color:var(--brand-dark);display:block}.byt-hero-badge span{font-size:.75rem;color:#6b7280}.byt-hero-deco-circle-1{position:absolute;top:50%;right:-3rem;width:96px;height:96px;background:var(--brand-pink);border-radius:50%;transform:translateY(-50%);opacity:.7}.byt-hero-deco-circle-2{position:absolute;bottom:25%;left:-2rem;width:64px;height:64px;background:#77d2ef33;border-radius:50%}@media(max-width:900px){.byt-hero-inner{grid-template-columns:1fr;gap:2.5rem}.byt-hero{text-align:center;padding-top:3rem}.byt-hero-btns{justify-content:center}.byt-hero p{margin-left:auto;margin-right:auto}.byt-hero-img{height:360px}.byt-hero-badge-top{right:0;top:-1rem}.byt-hero-badge-bottom{left:0;bottom:-1rem}}.byt-stats{padding:4rem 1.5rem;background:var(--brand-white)}.byt-stats-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.byt-stat-number{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--brand-dark);line-height:1;margin-bottom:.5rem}.byt-stat-number span{color:var(--brand-blue)}.byt-stat-label{font-size:.9375rem;color:#6b7280}@media(max-width:768px){.byt-stats-grid{grid-template-columns:repeat(2,1fr)}}.byt-bestsellers{background:#f9fafb}.byt-section-header{text-align:center;margin-bottom:3rem}.byt-section-header h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;margin-bottom:1rem}.byt-section-header p{color:#6b7280;max-width:560px;margin:0 auto;line-height:1.7}.byt-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem}.byt-product-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-soft);overflow:hidden;transition:var(--transition);position:relative;display:block;color:inherit}.byt-product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px);color:inherit}.byt-product-badge-label{position:absolute;top:1rem;left:1rem;z-index:2;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:500}.byt-product-badge-label.bestseller{background:var(--brand-yellow);color:var(--brand-dark)}.byt-product-badge-label.new{background:var(--brand-pink);color:var(--brand-dark)}.byt-product-img-wrap{background:#f9fafb;padding:1.5rem;position:relative;overflow:hidden}.byt-product-img-wrap img{width:100%;height:220px;object-fit:contain;transition:transform .5s ease}.byt-product-card:hover .byt-product-img-wrap img{transform:scale(1.08)}.byt-product-atc{position:absolute;bottom:1rem;right:1rem;width:44px;height:44px;background:var(--brand-blue);color:#fff;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:var(--transition);box-shadow:0 4px 12px #77d2ef80}.byt-product-card:hover .byt-product-atc{opacity:1;transform:scale(1)}.byt-product-atc svg{width:20px;height:20px}.byt-product-info{padding:1.25rem}.byt-product-info h3{font-family:var(--font-body);font-size:.9375rem;font-weight:600;margin-bottom:.25rem;color:var(--brand-dark)}.byt-product-info .subtitle{font-size:.8125rem;color:#9ca3af;margin-bottom:.75rem}.byt-product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.byt-product-rating .count{font-size:.8125rem;color:#9ca3af}.byt-product-price{font-size:1.25rem;font-weight:700;color:var(--brand-dark)}.byt-center{text-align:center}@media(max-width:1024px){.byt-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.byt-products-grid{grid-template-columns:1fr}}.byt-philosophy{background:var(--brand-white)}.byt-philosophy-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.byt-philosophy-img-wrap{position:relative}.byt-philosophy-img-wrap img{width:100%;height:580px;object-fit:cover;border-radius:var(--radius-card-lg);box-shadow:0 24px 60px #0000001f;animation:floatImg 5s ease-in-out infinite 1s}.byt-philosophy-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:#fff;border-radius:var(--radius-card);padding:1.25rem 1.5rem;box-shadow:var(--shadow-soft);text-align:center;z-index:2}.byt-philosophy-badge .number{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--brand-blue)}.byt-philosophy-badge .label{font-size:.8125rem;color:#6b7280}.byt-philosophy-deco-1{position:absolute;top:-2rem;left:-2rem;width:128px;height:128px;background:var(--brand-yellow);border-radius:50%;opacity:.6;z-index:-1}.byt-philosophy-deco-2{position:absolute;top:50%;right:-3rem;width:96px;height:96px;background:var(--brand-pink);border-radius:50%;opacity:.5;z-index:-1}.byt-philosophy-content h2{font-size:clamp(1.75rem,3.5vw,3rem);font-weight:700;margin-bottom:1.25rem}.byt-philosophy-content h2 .highlight{color:var(--brand-yellow);-webkit-text-stroke:.5px rgba(0,0,0,.15)}.byt-philosophy-content .lead{font-size:1.0625rem;color:#4b5563;margin-bottom:2rem;line-height:1.7}.byt-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.byt-feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.75rem;transition:background .3s}.byt-feature:hover{background:#f9fafb}.byt-feature-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.byt-feature-icon svg{width:22px;height:22px;color:var(--brand-dark)}.byt-feature-icon.blue{background:#77d2ef33}.byt-feature-icon.yellow{background:var(--brand-yellow)}.byt-feature-icon.pink{background:var(--brand-pink)}.byt-feature h3{font-family:var(--font-body);font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.byt-feature p{font-size:.875rem;color:#6b7280}@media(max-width:900px){.byt-philosophy-grid{grid-template-columns:1fr;gap:2.5rem}.byt-philosophy-img-wrap img{height:360px}}.byt-testimonials{background:linear-gradient(to bottom,#F9FAFB,var(--brand-white))}.byt-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.byt-testimonial-card{background:#fff;border-radius:var(--radius-card);padding:1.5rem;box-shadow:var(--shadow-soft);transition:var(--transition);height:100%}.byt-testimonial-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.byt-quote-icon{font-size:2.5rem;color:#77d2ef4d;line-height:1;margin-bottom:1rem}.byt-testimonial-card p{color:#374151;line-height:1.7;margin:1rem 0 1.5rem;font-size:.9375rem}.byt-testimonial-author{display:flex;align-items:center;gap:.75rem}.byt-testimonial-author img{width:48px;height:48px;border-radius:50%;object-fit:cover}.byt-testimonial-author strong{font-size:.9375rem;font-weight:600;color:var(--brand-dark);display:block}.byt-testimonial-author span{font-size:.8125rem;color:#9ca3af}@media(max-width:900px){.byt-testimonials-grid{grid-template-columns:1fr}}@media(max-width:1024px){.byt-testimonials-grid{grid-template-columns:repeat(2,1fr)}}.byt-footer-cta{background:var(--brand-yellow);padding:4rem 1.5rem;text-align:center}.byt-footer-cta h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:.75rem}.byt-footer-cta p{color:#131011b3;max-width:560px;margin:0 auto 2rem}.byt-footer-main{background:var(--brand-dark);color:#fff;padding:4rem 1.5rem}.byt-footer-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem}.byt-footer-brand .logo{height:56px;width:auto;filter:brightness(0) invert(1);margin-bottom:1.5rem}.byt-footer-brand p{color:#9ca3af;font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem}.byt-footer-socials{display:flex;gap:.75rem}.byt-footer-social{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:var(--transition)}.byt-footer-social:hover{background:var(--brand-blue);color:#fff}.byt-footer-social svg{width:18px;height:18px}.byt-footer-col h3{font-family:var(--font-body);font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.byt-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.byt-footer-col ul a{color:#9ca3af;font-size:.9375rem;transition:color .3s}.byt-footer-col ul a:hover{color:var(--brand-blue)}.byt-newsletter h3{font-family:var(--font-body);font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.byt-newsletter p{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.byt-newsletter-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.byt-newsletter-form input{flex:1;padding:.625rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#fff;font-family:var(--font-body);font-size:.875rem;outline:none;transition:border-color .3s}.byt-newsletter-form input::placeholder{color:#6b7280}.byt-newsletter-form input:focus{border-color:var(--brand-blue)}.byt-newsletter-form button{padding:.625rem 1rem;background:var(--brand-blue);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center}.byt-newsletter-form button:hover{background:var(--brand-blue-dark)}.byt-newsletter-form button svg{width:18px;height:18px}.byt-contact-info{display:flex;flex-direction:column;gap:.75rem}.byt-contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#9ca3af;font-size:.875rem}.byt-contact-item svg{width:18px;height:18px;color:var(--brand-blue);flex-shrink:0;margin-top:2px}.byt-footer-bottom{background:var(--brand-dark);border-top:1px solid rgba(255,255,255,.08);padding:1.5rem;text-align:center;color:#6b7280;font-size:.875rem}@media(max-width:1024px){.byt-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.byt-footer-grid{grid-template-columns:1fr}}.byt-page-hero{padding:5rem 1.5rem;background:linear-gradient(135deg,rgba(255,238,244,.3),var(--brand-white),rgba(254,247,221,.3));text-align:center}.byt-page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.byt-page-hero p{color:#6b7280;max-width:560px;margin:0 auto;font-size:1.0625rem}.byt-filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.byt-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.byt-filter-pill{padding:.5rem 1.25rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:500;font-family:var(--font-body);border:none;cursor:pointer;transition:var(--transition);background:#fff;color:var(--brand-dark)}.byt-filter-pill:hover{background:#f3f4f6}.byt-filter-pill.active{background:var(--brand-blue);color:#fff}.byt-filter-count{color:#9ca3af;font-size:.875rem}.byt-all-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.byt-all-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.byt-all-products-grid{grid-template-columns:1fr}}.byt-product-detail{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.byt-product-gallery{position:sticky;top:100px}.byt-product-gallery img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:var(--radius-card-lg);background:#f9fafb;padding:2rem}.byt-product-detail-info{padding-top:1rem}.byt-product-detail-info .category{font-size:.8125rem;color:var(--brand-blue);font-weight:500;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.byt-product-detail-info h1{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:.25rem}.byt-product-detail-info .subtitle{color:#9ca3af;margin-bottom:1rem}.byt-product-detail-info .price{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--brand-dark);margin-bottom:1.5rem}.byt-product-detail-info .description{color:#4b5563;line-height:1.7;margin-bottom:2rem}.byt-qty-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.byt-qty-control{display:flex;align-items:center;gap:0;border:1.5px solid #E5E7EB;border-radius:var(--radius-pill);overflow:hidden}.byt-qty-btn{width:40px;height:40px;background:none;border:none;cursor:pointer;font-size:1.25rem;font-weight:500;color:var(--brand-dark);transition:background .2s;display:flex;align-items:center;justify-content:center}.byt-qty-btn:hover{background:#f3f4f6}.byt-qty-display{width:40px;text-align:center;font-weight:600;font-size:.9375rem}.byt-atc-btn{flex:1;padding:.875rem 2rem;background:var(--brand-blue);color:#fff;border:none;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.9375rem;font-weight:600;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem}.byt-atc-btn:hover{background:var(--brand-blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #77d2ef66}.byt-atc-btn svg{width:20px;height:20px}.byt-benefits{margin-bottom:2rem}.byt-benefits h3{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:1rem}.byt-benefit-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.byt-benefit-check{width:20px;height:20px;background:var(--brand-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.byt-benefit-check svg{width:11px;height:11px;color:#fff}.byt-benefit-item p{font-size:.9375rem;color:#4b5563;line-height:1.6}.byt-ingredients{border-top:1px solid #E5E7EB;padding-top:1.5rem}.byt-ingredients h3{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:1rem}.byt-ingredient{margin-bottom:1rem}.byt-ingredient strong{font-size:.9375rem;color:var(--brand-dark);display:block;margin-bottom:.375rem}.byt-ingredient ul{list-style:none;padding:0}.byt-ingredient ul li{font-size:.875rem;color:#6b7280;padding:.25rem 0 .25rem 1rem;position:relative}.byt-ingredient ul li:before{content:"\b7";position:absolute;left:0;color:var(--brand-blue)}@media(max-width:900px){.byt-product-detail{grid-template-columns:1fr;gap:2rem}.byt-product-gallery{position:static}}.byt-story-hero{padding:5rem 1.5rem;background:linear-gradient(135deg,rgba(255,238,244,.3),var(--brand-white),rgba(254,247,221,.3))}.byt-story-hero-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.byt-story-hero-grid img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius-card-lg);box-shadow:0 24px 60px #0000001f}.byt-story-hero h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:1rem}.byt-story-hero h1 span{color:var(--brand-blue)}.byt-story-hero p{color:#4b5563;font-size:1.0625rem;line-height:1.7;margin-bottom:1rem}.byt-values-section{background:#f9fafb}.byt-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.byt-value-card{background:#fff;border-radius:var(--radius-card);padding:2rem;box-shadow:var(--shadow-soft);text-align:center;transition:var(--transition)}.byt-value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.byt-value-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.byt-value-icon svg{width:24px;height:24px}.byt-value-card h3{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:.5rem}.byt-value-card p{font-size:.9375rem;color:#6b7280}@media(max-width:900px){.byt-story-hero-grid{grid-template-columns:1fr;gap:2rem}.byt-story-hero-grid img{height:300px}.byt-values-grid{grid-template-columns:1fr}}.byt-reviews-hero-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.byt-rating-summary{background:#fff;border-radius:var(--radius-card);padding:2rem;box-shadow:var(--shadow-soft)}.byt-rating-big{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.byt-rating-big .score{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;color:var(--brand-dark);line-height:1}.byt-rating-big .count{font-size:.875rem;color:#9ca3af;margin-top:.25rem}.byt-rating-bars{display:flex;flex-direction:column;gap:.625rem}.byt-rating-bar-row{display:flex;align-items:center;gap:.75rem}.byt-rating-bar-row .label{font-size:.875rem;color:#6b7280;width:40px}.byt-rating-bar-row .bar{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.byt-rating-bar-fill{height:100%;background:#fbbf24;border-radius:4px}.byt-rating-bar-row .num{font-size:.875rem;color:#9ca3af;width:24px;text-align:right}.byt-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.byt-review-card{background:#fff;border-radius:var(--radius-card);padding:1.5rem;box-shadow:var(--shadow-soft)}.byt-review-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.byt-reviewer{display:flex;align-items:center;gap:.75rem}.byt-reviewer img{width:48px;height:48px;border-radius:50%;object-fit:cover}.byt-reviewer strong{font-size:.9375rem;font-weight:600;color:var(--brand-dark);display:block}.byt-reviewer span,.byt-review-date{font-size:.8125rem;color:#9ca3af}.byt-review-product{font-size:.875rem;color:var(--brand-blue);margin-bottom:.75rem}.byt-review-text{color:#374151;line-height:1.7;font-size:.9375rem;margin-bottom:1rem}@media(max-width:900px){.byt-reviews-hero-grid{grid-template-columns:1fr;gap:2rem}.byt-reviews-grid{grid-template-columns:1fr}}.byt-featured-post{background:linear-gradient(to right,var(--brand-dark),#2D2D2D);border-radius:var(--radius-card-lg);overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.byt-featured-post img{width:100%;height:100%;object-fit:cover;min-height:320px}.byt-featured-content{padding:3rem;display:flex;flex-direction:column;justify-content:center}.byt-featured-content h2{color:#fff;font-size:clamp(1.25rem,2.5vw,1.875rem);margin-bottom:1rem}.byt-featured-content p{color:#d1d5db;margin-bottom:1.5rem;line-height:1.7}.byt-featured-meta{display:flex;gap:1.5rem;color:#9ca3af;font-size:.875rem;margin-bottom:1.5rem}.byt-featured-meta span{display:flex;align-items:center;gap:.375rem}.byt-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.byt-blog-card{background:#fff;border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-soft);transition:var(--transition);display:flex;flex-direction:column}.byt-blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.byt-blog-card-img{position:relative;overflow:hidden}.byt-blog-card-img img{width:100%;height:224px;object-fit:cover;transition:transform .5s}.byt-blog-card:hover .byt-blog-card-img img{transform:scale(1.08)}.byt-blog-cat{position:absolute;top:1rem;left:1rem;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:500;color:var(--brand-dark)}.byt-blog-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.byt-blog-meta{display:flex;gap:1rem;color:#9ca3af;font-size:.8125rem;margin-bottom:.75rem}.byt-blog-meta span{display:flex;align-items:center;gap:.25rem}.byt-blog-card-body h3{font-family:var(--font-body);font-size:1.0625rem;font-weight:600;color:var(--brand-dark);margin-bottom:.75rem;transition:color .3s;line-height:1.4}.byt-blog-card:hover .byt-blog-card-body h3{color:var(--brand-blue)}.byt-blog-card-body p{font-size:.875rem;color:#6b7280;line-height:1.6;flex:1;margin-bottom:1.25rem}.byt-blog-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #F3F4F6}.byt-blog-card-footer .author{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.byt-read-more{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--brand-blue)}.byt-newsletter-block{background:linear-gradient(135deg,#77d2ef1a,#ffeef44d);border-radius:var(--radius-card-lg);padding:4rem 2rem;text-align:center}.byt-newsletter-block h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.byt-newsletter-block p{color:#6b7280;max-width:480px;margin:0 auto 1.5rem}.byt-newsletter-inline{display:flex;gap:.75rem;max-width:420px;margin:0 auto;flex-wrap:wrap;justify-content:center}.byt-newsletter-inline input{flex:1;min-width:220px;padding:.75rem 1.25rem;border-radius:var(--radius-pill);border:1.5px solid #E5E7EB;font-family:var(--font-body);font-size:.9375rem;outline:none;transition:border-color .3s}.byt-newsletter-inline input:focus{border-color:var(--brand-blue)}@media(max-width:900px){.byt-featured-post,.byt-blog-grid{grid-template-columns:1fr}}@media(max-width:1024px){.byt-blog-grid{grid-template-columns:repeat(2,1fr)}}.byt-cart-wrap{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 5rem}.byt-cart-wrap h1{font-size:2rem;margin-bottom:2rem}.byt-cart-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:flex-start}.byt-cart-items{display:flex;flex-direction:column;gap:1rem}.byt-cart-item{background:#fff;border-radius:var(--radius-card);padding:1.5rem;box-shadow:var(--shadow-soft);display:flex;gap:1.25rem;align-items:center}.byt-cart-item-img{width:96px;height:96px;background:#f9fafb;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.byt-cart-item-img img{width:100%;height:100%;object-fit:contain;padding:.5rem}.byt-cart-item-info{flex:1}.byt-cart-item-info h3{font-family:var(--font-body);font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.byt-cart-item-info .sub{font-size:.8125rem;color:#9ca3af;margin-bottom:.75rem}.byt-cart-item-info .price{font-size:1.125rem;font-weight:700}.byt-cart-item-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.byt-remove-btn{background:none;border:none;cursor:pointer;color:#ef4444;transition:color .3s;padding:.25rem}.byt-remove-btn:hover{color:#dc2626}.byt-remove-btn svg{width:18px;height:18px}.byt-cart-summary{background:#fff;border-radius:var(--radius-card);padding:2rem;box-shadow:var(--shadow-soft);position:sticky;top:100px}.byt-cart-summary h2{font-family:var(--font-body);font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.byt-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;font-size:.9375rem;color:#6b7280}.byt-summary-row.total{border-top:1px solid #E5E7EB;margin-top:.5rem;padding-top:1rem;font-weight:700;color:var(--brand-dark);font-size:1.125rem}.byt-checkout-btn{width:100%;margin-top:1.5rem;padding:1rem;background:var(--brand-blue);color:#fff;border:none;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.byt-checkout-btn:hover{background:var(--brand-blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #77d2ef66}.byt-empty-cart{text-align:center;padding:5rem 1rem}.byt-empty-icon{width:96px;height:96px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.byt-empty-icon svg{width:48px;height:48px;color:#9ca3af}.byt-empty-cart h1{font-size:1.5rem;margin-bottom:.75rem}.byt-empty-cart p{color:#6b7280;margin-bottom:2rem}@media(max-width:900px){.byt-cart-grid{grid-template-columns:1fr}}.byt-back-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--brand-blue);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #77d2ef80;opacity:0;transform:translateY(10px);transition:opacity .3s,transform .3s;z-index:99}.byt-back-top.visible{opacity:1;transform:translateY(0)}.byt-back-top svg{width:20px;height:20px}.facets__form{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:2.5rem!important;width:100%!important;margin:2rem 0!important;border-bottom:1px solid #eee;padding-bottom:1.5rem}.facets__wrapper{display:flex!important;flex-direction:row!important;gap:2rem!important;margin:0!important}.facets__summary,summary{list-style:none!important;display:flex!important;align-items:center!important;cursor:pointer}.facets__summary::-webkit-details-marker,.facets__summary::marker{display:none!important;content:""!important}.icon-caret,.facets__summary svg,.facet-filters__label+.select svg{width:12px!important;height:12px!important;position:static!important;display:inline-block!important;margin-left:8px!important;flex-shrink:0!important}.facet-filters{display:flex!important;align-items:center!important;gap:1.5rem!important;justify-content:flex-end!important}.facet-filters__field{display:flex!important;align-items:center!important;margin:0!important}.facet-filters__label{margin:0!important;font-size:.9rem;font-weight:600}.mobile-facets__wrapper,#byt-product-count,.facets__form+.product-count{display:none!important}.product-count__text{margin:0!important;font-family:var(--font-heading)!important;font-weight:700!important;font-size:1.1rem!important}.byt-fade-in{opacity:1!important;transform:none!important;visibility:visible!important}.byt-story-hero-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:4rem!important;align-items:center!important;max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem}@media(max-width:768px){.byt-story-hero-grid{grid-template-columns:1fr!important;text-align:center}}.byt-fade-in,.byt-blog-card,.byt-featured-post,.byt-show-content{opacity:1!important;visibility:visible!important;transform:none!important;display:block!important}.byt-blog-grid{display:grid!important;min-height:200px;width:100%!important;clear:both}.byt-container{display:block!important;width:100%!important;max-width:1200px;margin:0 auto;padding:20px}.byt-page-hero h1,.byt-page-hero p,.byt-blog-card h3{color:#1a1a1a!important;opacity:1!important}@media(hover:none)and (pointer:coarse){.byt-product-atc{opacity:1!important;transform:scale(1)!important}}@media(max-width:768px){.facets__form{grid-template-columns:1fr!important;gap:1.5rem!important;align-items:flex-start!important}.facets__wrapper{flex-direction:column!important;gap:1rem!important}.facet-filters{justify-content:flex-start!important}}@media(max-width:900px){.byt-hero-badge-top{right:10px;top:10px}.byt-hero-badge-bottom{left:10px;bottom:10px}.byt-philosophy-badge{right:1rem;bottom:-1rem}}@media(max-width:480px){.byt-newsletter-inline{flex-direction:column;width:100%}.byt-newsletter-inline input,.byt-newsletter-inline button{width:100%}}@media(max-width:768px){.byt-story-hero-grid{grid-template-columns:1fr!important;text-align:center;padding:2rem 1rem}}html,body{overflow-x:hidden!important;width:100%}@media(max-width:1024px){.byt-testimonials-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.byt-testimonials-grid,.byt-reviews-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.byt-testimonial-card,.byt-review-card{padding:1.5rem 1.25rem!important;height:auto!important;margin:0!important}.byt-testimonial-card p,.byt-review-text{font-size:.9rem!important;line-height:1.6!important}}html body #judgeme_product_reviews .jdgm-write-rev-btn,html body #judgeme_product_reviews .jdgm-rev-widg__summary-bar-content,html body #judgeme_product_reviews .jdgm-btn--solid{background:var(--brand-blue)!important;background-color:var(--brand-blue)!important;background-image:none!important;color:var(--brand-white)!important;border:none!important;box-shadow:var(--shadow-soft)!important}html body #judgeme_product_reviews .jdgm-rev-widg__summary-bar{background-color:#f0f0f0!important}html body #judgeme_product_reviews .jdgm-rev__buyer-badge{background-color:var(--brand-blue)!important;color:var(--brand-white)!important}
/*# sourceMappingURL=/cdn/shop/t/13/assets/beyoutiful.css.map */
