:root{--honey-100:#fff3d1;--honey-200:#ffe199;--honey-300:#ffce61;--honey-400:#ffba29;--honey-600:#ffa500;--honey-700:#996300;--nature-800:#1f452b;--text-800:#333333;--bg-plain:#f5f5f5;--maxw:1200px;--radius-lg:16px;--shadow-lg:0 12px 30px rgba(0,0,0,.15)}body{background:var(--bg-plain);color:var(--text-800);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container{max-width:var(--maxw);margin:0 auto;padding:0 1rem}#hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}#hero picture{display:block;width:100%;height:100%}#hero .hero-media{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0;box-shadow:none;transform:scale(1.1);opacity:0;animation:zoomInHero 2s ease-out forwards}@keyframes zoomInHero{0%{transform:scale(1.2);opacity:0}100%{transform:scale(1);opacity:1}}#hero .hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2}#hero h1{font-size:clamp(2rem,6vw,4rem);font-weight:700;text-shadow:0 3px 8px rgba(0,0,0,.4);margin:0}#hero .hero-heading{display:inline-block;line-height:1.05}#hero .hero-heading .heading-line{display:block;letter-spacing:.05em;margin-bottom:3.5rem}#hero p{margin-top:1rem;font-size:clamp(1rem,2vw,1.3rem);font-weight:400;color:#f5f5f5;text-shadow:0 2px 6px rgba(0,0,0,.3)}@media (max-width:768px){#hero{height:100vh;overflow:hidden}#hero .hero-media{width:100%;height:100%;object-fit:cover;object-position:35% center;border-radius:0}}@keyframes zoomInHeroMobile{0%{transform:scale(1.2);opacity:0}100%{transform:scale(1);opacity:1}}#hero .hero-content{top:50%;left:50%;transform:translate(-50%,-50%);padding:0 1rem}#hero h1{font-size:clamp(1.8rem,12vw,6.5rem);line-height:1.8}#hero p{font-size:clamp(1rem,4vw,1.1rem)}.btn{display:inline-block;padding:1.2rem 1.6rem;border-radius:12px;font-weight:800;font-size:x-large;border:0;transition:.2s transform,.2s box-shadow}.btn:focus-visible{outline:3px solid #000;outline-offset:3px}.btn:hover{transform:translateY(-2px)}#hero .btn-primary{background:var(--honey-600);color:#fff;box-shadow:0 8px 20px rgba(255,165,0,.35)}#hero .btn-primary:hover{box-shadow:0 12px 26px rgba(255,165,0,.5)}#hero .btn-secondary{background:#fff;color:var(--honey-700);box-shadow:0 8px 20px rgba(0,0,0,.12)}#hero .btn-secondary:hover{box-shadow:0 12px 26px rgba(0,0,0,.18)}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input{-moz-appearance:textfield;appearance:textfield}.btn-group{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.about-box{background:linear-gradient(135deg,rgba(216,52,11,.192),rgba(255,166,0,.966));border-radius:16px;padding:3rem 1.5rem;margin:3rem 3rem;box-shadow:0 6px 18px rgba(0,0,0,.08)}.hero-intro{position:relative;background:linear-gradient(to bottom,#fff8e1 0,#fff 100%);padding:4rem 1rem 0;text-align:center;opacity:1;transition:opacity .6s ease,transform 1.6s ease}.hero-intro h2{font-size:2rem;color:#5c420d;margin-bottom:1rem}.hero-intro p{max-width:800px;margin:0 auto 3rem;color:#4a3b05;line-height:1.6}.hero-cards{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:1.2rem;max-width:1000px;margin:0 auto 2.8rem;padding:0 .6rem}.hero-card{background:#ffffffcc;backdrop-filter:blur(2px);border-radius:14px;padding:1.2rem 1.4rem;box-shadow:0 8px 20px rgba(0,0,0,.08);border:1px solid rgba(255,186,41,.25)}.hero-card h3{margin:0 0 .4rem;color:#5c420d;font-size:clamp(1.1rem,2.6vw,1.3rem)}.hero-card p{margin:0;color:#4a3b05;line-height:1.5}@media (max-width:900px){.hero-cards{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width:640px){.hero-cards{grid-template-columns:1fr;max-width:520px}}.honey-drip{position:relative;width:100%;height:120px;overflow:hidden}.honey-drip svg{display:block;width:100%;height:100%;transform:rotate(180deg)}.honey-drip{color:#f5c34c;line-height:0;margin-top:-2px}.honey-drip.dark{color:#e6b03a}@media (max-width:768px){.honey-drip{margin-top:-1px}.honey-drip svg{height:80px}}@media (max-width:480px){.honey-drip svg{height:60px}}#about-box{background:#fff;padding:6rem 0}#about .about-header{text-align:center;margin-bottom:2.5rem}#about .eyebrow{color:var(--honey-600);font-size:2.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5rem}#about .headline{font-size:2rem;font-weight:800;color:var(--nature-800);margin:.5rem 0}#about .lead{font-size:1.2rem;color:#4b5563;max-width:60ch;margin:1rem auto 0}#about .features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}#about .feature{text-align:center;padding:1rem}#about .feature .icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--honey-100);color:var(--honey-600);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}#about .feature h4{font-size:1.125rem;color:var(--nature-800);margin:.5rem 0}#about .feature p{color:#6b7280;max-width:40ch;margin:0 auto}@media (max-width:900px){#about .features{grid-template-columns:1fr}}#featured{background:var(--nature-50);padding:2rem 0}#featured .featured-container{max-width:1550px;margin:0 auto;padding:5rem 1rem}#featured .product-grid{max-width:1700px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1100px){#featured .product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){#featured .product-grid{grid-template-columns:1fr}}#featured .featured-header{text-align:center;margin-bottom:2.5rem}#featured .featured-header h3{font-size:4rem;font-weight:800;color:var(--nature-900)}#featured .featured-header p{font-size:1.2rem;color:#6b7280;max-width:60ch;margin:1rem auto 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:1200px;margin-inline:auto}.product-card.index-card{background:#8d948b21;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;transition:background .3s ease,transform .2s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 26px rgba(0,0,0,.12)}.product-card .media img{width:100%;height:250px;object-fit:cover;display:block}.product-card .body{padding:1.8rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-card h4{font-size:1.55rem;font-weight:700;color:var(--nature-900);margin-bottom:.5rem}.product-card p{color:#6b7280;margin-bottom:1rem}.product-card .meta{display:flex;justify-content:space-between;align-items:center}.product-card .price{font-size:1.25rem;font-weight:700;color:var(--honey-600)}.product-card .btn.add{background:var(--honey-500);color:#c18c00;padding:.6rem 3.4rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:margin-right 2s}.product-card .btn.add:hover{background:var(--honey-600);color:#fff;transform:scale(.95)}@media (max-width:1000px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.product-grid{grid-template-columns:1fr}}.cta-center{text-align:center;margin-top:2rem;margin-bottom:5rem}.btn-featured{background:var(--honey-500);color:#f7f3f3bd;font-size:1.4rem;font-weight:600;padding:1.5rem 3.5rem;background:var(--honey-700);transition:background .3s ease,transform .2s ease,color .3s ease}.btn-featured:hover{background:var(--honey-600);color:#fff;transform:scale(1.05)}#shop{background:#ad0f0f;padding:4rem 0}#newsletter .section-head{text-align:center;margin-bottom:2rem}#newsletter .section-head h2{font-size:2.2rem;font-weight:500;color:var(--nature-900)}#newsletter .section-head p{font-size:1.1rem;color:#555;margin-top:.5rem}#newsletter{background:linear-gradient(135deg,var(--honey-100),var(--honey-300));padding:4rem 1rem}#newsletter .container.cols{max-width:1000px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:2.5rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}#newsletter .col.text h3{font-size:2rem;font-weight:800;color:var(--nature-900);margin-bottom:1rem}#newsletter .col.text p{font-size:1.1rem;color:#555}#newsletter .col.form{display:flex;flex-direction:column;gap:1rem}#newsletter .col.form input{padding:.9rem 1.2rem;border:2px solid var(--honey-300);border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}#newsletter .col.form input:focus{border-color:var(--honey-600);outline:0;box-shadow:0 0 0 4px rgba(255,165,0,.2)}#newsletter .col.form .btn{background:var(--honey-500);color:#afaaaa7a;font-weight:600;border:none;border-radius:8px;padding:.9rem 1.2rem;cursor:pointer;transition:background .3s ease,transform .2s ease}#newsletter .col.form .btn:hover{background:var(--honey-600);color:#fff;transform:scale(1.05)}#newsletter .col.form .note{font-size:.85rem;color:#777;margin-top:.5rem}@media (max-width:800px){#newsletter .container.cols{grid-template-columns:1fr;text-align:center}#newsletter .col.form{align-items:center}#newsletter .col.form input{width:100%;max-width:400px}}#faq .section-head h2{text-align:center;margin-bottom:1.5rem}.accordion{max-width:1000px;margin:0 auto 3rem}@media (max-width:1024px){.accordion{max-width:90%;margin:0 auto 2rem}}@media (max-width:600px){.accordion{max-width:95%;margin:0 auto 1.5rem}}.accordion-item{border-bottom:1px solid #fff;margin-bottom:25px;margin-block:3}.accordion-header{width:100%;text-align:center;display:flex;justify-content:space-between;align-items:center;padding:1rem;font-weight:700;font-size:1.1rem;background:#d3d3d383;border-radius:5px;border-style:hidden;overflow-anchor:none;cursor:pointer;transition:background .3s}.accordion-header:hover{background:#c7c7c7}.accordion-body{max-height:0;overflow:hidden;opacity:0;margin-top:12px;padding:0 1rem;background:#fff;transition:max-height .4s ease,opacity .4s ease,padding .3s ease}@media (max-width:1024px){.accordion-body{padding:0 1rem;transition:max-height .4s ease,opacity .4s ease}}.accordion-body.open{opacity:1}.accordion-content{padding:1rem;margin-top:10px}.cta-center1{text-align:center;margin-top:.3rem;margin-bottom:2rem}.newsletter-popup{position:fixed;bottom:480px;right:700px;background:#2d572cdc;color:#fff;padding:1.5rem 1.9rem;border-radius:8px;font-size:1.3rem;opacity:0;transform:scale(1.5,.8);transition:all .6s ease;z-index:9999}.newsletter-popup.error{background:#b3261e}.newsletter-popup.show{opacity:1;transform:translateY(0)}@media (min-width:320px) and (max-width:1200px){.newsletter-popup{bottom:220px;right:10%;transform:translateX(50%) scale(1.5,1);font-size:1rem;padding:1rem 1.4rem;border-radius:6px}}body{background:#fff}.shop-intro,.shop-products{background:#f9f9f9}.shop-products .product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border:1px solid #ddd;padding:1.2rem;text-align:center;border-radius:8px;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-card .product-image{background:#f2f2f2;height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.product-card .product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-card h2{font-size:1.2rem;margin-bottom:.5rem}.product-card .price{font-weight:700;color:#c18c00;margin-bottom:1rem}.product-card .btn{display:inline-block;padding:.6rem 1.2rem;background:#e0a800;color:#fff;border:none;border-radius:5px;cursor:pointer;text-decoration:none;transition:background .3s ease}.product-card .btn:hover{background:#c18c00}.cart-section h1{margin-bottom:1rem}body.cart{min-height:100vh;display:flex;flex-direction:column}body.cart .site-main{flex:1}.cart-table{width:100%;border-collapse:collapse;margin:1rem 0}.cart-table td,.cart-table th{padding:.8rem;border-bottom:1px solid #ddd;text-align:left}.cart-thumb{width:50px;height:50px;object-fit:cover;border-radius:4px;margin-right:.5rem;vertical-align:middle}.remove-link{color:rgba(255,0,0,.5);text-decoration:none}.remove-link:hover{text-decoration:underline}.cart-total{text-align:right;font-weight:700;margin-top:1rem}.cart-actions{display:flex;justify-content:space-between;margin-top:1.5rem}.btn{display:inline-block;padding:.6rem 1.2rem;background:#e0a800;color:#fff;border-radius:5px;text-decoration:none;transition:background .3s ease}.btn:hover{background:#c18c00}.btn-light{background:#f0f0f0;color:#333}.btn-light:hover{background:#ddd}.btn-success{background:#28a745}.btn-success:hover{background:#218838}.mobile-cart{display:none}@media (max-width:768px){.mobile-cart{display:block;margin-right:15px;position:relative;z-index:1001}.desktop-nav .cart-icon{display:none}.mobile-cart+.nav{margin-left:5px}}.btn-back{position:relative;display:inline-block;font-family:Montserrat,sans-serif;font-size:1.1em;text-transform:uppercase;color:#000;border:.1px solid #ceb524b2;padding:.8em 2em;border-radius:5px;text-decoration:none;overflow:hidden;transition:padding .3s ease}.btn-back::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ceb524b2;z-index:-1;transition:all .3s cubic-bezier(.1,0,.1,1),right .3s cubic-bezier(.1,0,.1,1)}.btn-back::after{content:"";position:absolute;top:0;left:calc(100% - 2em);right:calc(100% - 2em);bottom:0;background-image:url("https://cdn-icons-png.flaticon.com/128/109/109618.png");background-size:1.5em;background-repeat:no-repeat;background-position:right;transition:right .3s cubic-bezier(.1,0,.1,1)}.btn-back:hover{padding:.8em 2em .8em 3.5em}.btn-back:hover::before{left:0;right:calc(100% - 3em)}.btn-back:hover::after{left:0}@media (max-width:768px){.btn-back{font-size:1.1em;padding:.6em 1em .6em 2.5em}.btn-back::after{content:"";position:absolute;top:0;left:.4em;bottom:0;width:1.2em;background-image:url("https://cdn-icons-png.flaticon.com/128/109/109618.png");background-size:1.2em;background-repeat:no-repeat;background-position:center;transition:none}.btn-back::before{left:0;right:calc(100% - 2em)}}.about-intro{padding:2rem 0;text-align:center}.about-story{padding:3rem 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.story-image{background:#f9f9f9;border:1px dashed #ccc;display:flex;align-items:center;justify-content:center;height:300px;border-radius:8px;color:#888}.check-list{list-style:none;padding:0;margin:1rem 0}.check-list li::before{content:"✔";margin-right:.5rem;color:#c18c00}.about-values{background:#fafafa;padding:3rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem}.value-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem;text-align:center}.value-card .icon{font-size:1.5rem;margin-bottom:1rem;color:#c18c00}.about-team{padding:3rem 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem}.team-member{background:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem;text-align:center}.team-member .avatar{width:100px;height:100px;margin:0 auto 1rem;border-radius:50%;background:#f0f0f0}.icon{font-size:2.5rem;display:inline-block;background:linear-gradient(5deg,#f7b733,#eb3204);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(223,219,15,.6)}.contact-section{padding:3rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-form h1{margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:700;margin-bottom:.3rem}.form-group input,.form-group textarea{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:5px;font:inherit}.contact-form .btn{margin-top:.5rem}.contact-info h2{margin-bottom:1rem}.contact-info ul{list-style:none;padding:0;margin:1rem 0}.contact-info ul li{margin-bottom:.5rem}.map-placeholder{background:#f9f9f9;border:1px dashed #ccc;height:350px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#888;margin-top:2rem}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}.contact-info{order:1}.map-placeholder{order:2;margin-top:1.5rem;height:250px}.contact-form{order:3;margin-top:2rem}}.contact-form .btn{width:100%;padding:1rem;font-size:1.1rem}.checkout-container{max-width:1200px;margin:0 auto;padding:2.5rem 1rem}.checkout-inner{max-width:900px;margin:0 auto;padding:2.5rem 0}.checkout-hero{text-align:center;margin-bottom:2rem}.checkout-hero .icon-credit-card{width:3rem;height:3rem;color:#d97706}.checkout-title{font-size:1.875rem;font-weight:700;margin-top:.5rem}.checkout-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:2rem}.checkout-heading{display:flex;align-items:center;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.checkout-heading i{width:1.25rem;height:1.25rem;margin-right:.5rem;color:#d97706}.checkout-list{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.checkout-item{display:flex;justify-content:space-between;padding:.5rem 0}.checkout-summary{text-align:right;margin-top:1rem}.checkout-summary p{margin:.25rem 0}.checkout-total{font-weight:700}.checkout-country-form{display:inline-block;margin-bottom:1rem}.country-select{border:1px solid #d1d5db;border-radius:.375rem;padding:.25rem .5rem}.shipping-warning{color:#dc2626}.checkout-form{display:flex;flex-direction:column;gap:1rem}.input-field{width:100%;border:1px solid #d1d5db;padding:.5rem;border-radius:.375rem;font-size:1rem}.payment-card{background:#f9fafb;padding:1rem;border-radius:.5rem;margin-top:1rem}.payment-heading{display:flex;align-items:center;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.payment-heading i{margin-right:.5rem;color:#d97706}.card-element{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem}.card-errors{color:#dc2626;margin-top:.5rem}.checkout-button-wrap{text-align:center;margin-top:1rem}.checkout-button{padding:.75rem 6.5rem;background:#ca8a04;color:#fff;font-size:x-large;border:none;border-radius:.375rem;font-weight:700;cursor:pointer;transition:background .2s ease}.checkout-button:hover{background:#a16207}.agb-checkbox{margin:1.5rem 0;padding:1rem;background:#f9f9f9;border-radius:var(--radius)}.checkbox-container{display:flex;align-items:center;cursor:pointer;font-size:.9rem}.checkbox-container input{margin-right:10px}.checkbox-container a{color:var(--primary-color);text-decoration:underline}@media (max-width:768px){.agb-checkbox{padding:.8rem;margin:1rem 0}.checkbox-container{font-size:.8rem;line-height:1.4;flex-wrap:wrap}.checkbox-container br{display:none}}.loading-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:none;justify-content:center;align-items:center;z-index:9999}.loading-popup.active{display:flex}.loading-content{background:#fff;padding:40px;border-radius:15px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:popupAppear .3s ease-out}@keyframes popupAppear{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.loading-spinner{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid #4caf50;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-content p{font-size:18px;margin:10px 0;font-weight:700}.loading-sub{font-size:14px!important;color:#666;font-weight:400!important}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.quantity-form{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.quantity-selector{display:flex;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.qty-btn{background:#f8f8f8;border:none;padding:.5rem .75rem;cursor:pointer;font-size:1.2rem;transition:background .2s}.qty-btn:hover{background:#e8e8e8}.qty-input{width:50px;border:none;text-align:center;padding:.5rem;font-size:1rem}.qty-form{display:flex;align-items:center;gap:8px}.qty-stack{display:flex;flex-direction:row;gap:6px}.qty-form .qty-value{min-width:1.5rem;text-align:center;font-weight:600}@media (max-width:768px){.cart-table td{vertical-align:middle}.cart-table td:nth-child(2),.cart-table th:nth-child(2){width:80px;text-align:center}.qty-form.qty-vertical{flex-direction:row;align-items:center}.qty-stack{flex-direction:column;gap:4px}.qty-form .qty-btn{width:36px;height:34px;display:flex;align-items:center;justify-content:center;padding:0}.qty-form .qty-value{min-width:2rem;font-size:1.05rem;margin-top:0;margin-left:8px}.qty-form.qty-vertical{flex-direction:row;gap:8px}.qty-form .qty-btn{width:40px;height:36px;display:flex;align-items:center;justify-content:center;padding:0}}.feather{width:1.25rem;height:1rem;stroke:#37d906bb;stroke-width:2;vertical-align:middle}.checkout-hero .feather{width:2rem;height:3rem}.checkout-heading .feather{width:1.25rem;height:1.25rem;margin-right:.5rem}.payment-heading .feather{width:1.25rem;height:1.25rem;margin-right:.5rem}.success-page{background-color:#f9fafb;min-height:100vh;display:flex;flex-direction:column}.success-main{flex:1;display:flex;align-items:center;justify-content:center;padding:80px 20px 40px}.success-container{max-width:500px;text-align:center;background:#fff;padding:60px 40px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.success-icon{margin-bottom:30px}.success-icon i{width:80px;height:80px;color:#4caf50}.success-icon svg{width:80px;height:80px;color:#4caf50}.success-text h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:20px}.success-text p{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:30px}.success-button{display:inline-block;background:#4caf50;color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(76,175,80,.3)}.success-button:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 6px 16px rgba(76,175,80,.4)}.is-cancel .success-icon i,.is-cancel .success-icon svg{color:#e53935}.is-cancel .success-button{background:#e53935;box-shadow:0 4px 12px rgba(229,57,53,.3)}.is-cancel .success-button:hover{background:#d32f2f;box-shadow:0 6px 16px rgba(229,57,53,.4)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#2d3748;color:#fff;padding:20px;box-shadow:0 -4px 12px rgba(0,0,0,.1);z-index:10000;display:none}.cookie-banner.show{display:block}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-content p{margin:0;flex:1}.cookie-buttons{display:flex;align-items:center;gap:15px}.cookie-btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.cookie-btn.accept{background:#4caf50;color:#fff}.cookie-btn.accept:hover{background:#45a049}.cookie-link{color:#cbd5e0;text-decoration:underline}.cookie-link:hover{color:#fff}@media (max-width:768px){.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{justify-content:center}}.map-placeholder{background:#f5f5f5;border-radius:12px;overflow:hidden}.map-placeholder .map-static{width:100%;height:350px;background:linear-gradient(135deg,#e9ecef,#dee2e6);display:block}.map-placeholder .map-note{margin:.5rem 0 0;font-size:.9rem;color:#555}.map-placeholder .map-note a{color:var(--honey-700);text-decoration:underline}.alert{padding:.8rem 1rem;border-radius:8px;margin:.75rem 0;font-weight:600}.alert.success{background:#e6ffed;color:#0b5;border:1px solid #bdf5cd}.alert.error{background:#ffe9e9;color:#b00020;border:1px solid #ffbcbc}.form-note{font-size:.9rem;color:#555;margin:.5rem 0 1rem}
/* Oxymel Bild minimal nach unten verschieben */
img[src*="oxymel"] {
  object-position: center 63%;
}

/* NUR Produktseite: Oxymel Desktop */
.product-hero .product-media{
  height: 420px;
}

.product-hero .product-media img[src*="oxymel"]{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 63%;
  display: block;
}

/* Mobile: Höhe reduzieren */
@media (max-width: 640px){
  .product-hero .product-media{
    height: 280px;
  }
}
/* NUR Produktseite – Honig-Bild leicht vergrößern */
.product-hero .product-media img[src*="honig"] {
  max-width: 115%;
}

